:root {
    --cag-red: #cc0000;
    --cag-red-dark: #9f0000;
    --cag-blue: #2563eb;
    --cag-ink: #101827;
    --cag-text: #243044;
    --cag-muted: #667085;
    --cag-line: #e5e7eb;
    --cag-soft: #f5f7fb;
    --cag-panel: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--cag-text);
    background: #ffffff;
    font-family: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--cag-line);
    backdrop-filter: blur(14px);
}

.site-header .navbar {
    min-height: 72px;
    background: transparent;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 180px;
    color: var(--cag-ink) !important;
    font-weight: 900;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 34px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--cag-red);
    font-weight: 900;
}

.brand-logo-img {
    display: block;
    width: auto;
    height: 30px;
    max-width: 92px;
    max-height: 30px;
    object-fit: contain;
}

.brand-word {
    color: var(--cag-ink);
    font-weight: 950;
}

.nav-link {
    color: #334155 !important;
    font-size: .94rem;
    font-weight: 700;
}

.nav-link:hover,
.nav-link.active {
    color: var(--cag-red) !important;
}

.dropdown-menu {
    border-radius: 8px;
    border: 1px solid #1f2937;
}

.btn-cag {
    color: #ffffff;
    background: var(--cag-red);
    border-color: var(--cag-red);
    font-weight: 800;
}

.btn-cag:hover {
    color: #ffffff;
    background: var(--cag-red-dark);
    border-color: var(--cag-red-dark);
}

.btn-partner-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding-inline: 16px;
    border: 1px solid rgba(255, 75, 43, .45);
    border-radius: 999px;
    color: #ff4b2b;
    background: rgba(255, 255, 255, .78);
    font-weight: 850;
}

.btn-partner-outline:hover {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 58%, #f59e0b 100%);
    box-shadow: 0 14px 30px rgba(255, 75, 43, .24);
}

.btn-cag-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef233c 0%, #b00020 55%, #101827 100%);
    border: 1px solid rgba(176, 0, 32, .18);
    box-shadow: 0 16px 36px rgba(204, 0, 0, .24);
    font-weight: 950;
}

.btn-cag-download:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(204, 0, 0, .32);
}

.eyebrow,
.kicker {
    display: inline-flex;
    color: var(--cag-red);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-hero {
    position: relative;
    overflow: hidden;
    padding: 104px 0 86px;
    background:
        radial-gradient(circle at 82% 16%, rgba(204, 0, 0, .11), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    border-bottom: 1px solid var(--cag-line);
}

.product-hero h1,
.service-hero h1,
.page-hero h1 {
    color: var(--cag-ink);
    font-size: clamp(2.2rem, 5vw, 4.8rem);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: 0;
    margin: 14px 0 22px;
}

.product-hero .lead {
    max-width: 760px;
    color: var(--cag-muted);
    font-size: 1.2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-actions .btn {
    min-height: 48px;
}

.hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin-top: 30px;
}

.hero-proof div {
    padding: 16px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.hero-proof strong,
.hero-proof span {
    display: block;
}

.hero-proof strong {
    color: var(--cag-red);
    font-size: 1.45rem;
    font-weight: 950;
}

.hero-proof span {
    color: var(--cag-muted);
    font-size: .9rem;
    font-weight: 700;
}

.product-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #0f172a;
    box-shadow: 0 28px 70px rgba(15, 23, 42, .18);
}

.product-visual img {
    display: block;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.visual-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(15, 23, 42, .86);
    backdrop-filter: blur(10px);
}

.visual-caption span {
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
}

.suite-console {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .12);
    border-radius: 8px;
    background: #101827;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .22);
}

.suite-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 18px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.suite-topbar span {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: #ef4444;
}

.suite-topbar span:nth-child(2) {
    background: #f59e0b;
}

.suite-topbar span:nth-child(3) {
    background: #22c55e;
}

.suite-topbar strong {
    margin-left: auto;
    font-size: .92rem;
}

.suite-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 16px;
    padding: 18px;
}

.suite-main,
.suite-side div {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.suite-main {
    min-height: 360px;
    padding: 26px;
    color: #ffffff;
}

.mini-label {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: #fecaca;
    background: rgba(204, 0, 0, .18);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.suite-main h2 {
    margin: 22px 0 28px;
    max-width: 360px;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 950;
    line-height: 1.08;
}

.meter-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
    font-weight: 800;
}

.meter-row b {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cag-red), #f97316);
}

.suite-side {
    display: grid;
    gap: 12px;
}

.suite-side div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 16px;
    color: #ffffff;
}

.suite-side i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--cag-red);
    font-size: 1.2rem;
}

.suite-side span {
    font-weight: 850;
}

.brand-strip {
    padding: 18px 0;
    border-bottom: 1px solid var(--cag-line);
    background: #ffffff;
}

.brand-strip .container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    align-items: center;
    justify-content: space-between;
    color: #475467;
    font-size: .92rem;
    font-weight: 800;
}

.showcase-band {
    padding: 72px 0;
    color: #ffffff;
    background: #101827;
}

.showcase-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 38px;
    align-items: center;
}

.showcase-layout .kicker {
    color: #fecaca;
}

.showcase-layout h2 {
    margin: 12px 0 16px;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    line-height: 1.08;
}

.showcase-layout p {
    color: rgba(255, 255, 255, .72);
    margin: 0;
}

.showcase-cards {
    display: grid;
    gap: 14px;
}

.showcase-cards a {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 12px 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, .06);
}

.showcase-cards a:hover {
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, .3);
}

.showcase-cards b {
    grid-row: span 2;
    color: #fecaca;
    font-size: 1.7rem;
    font-weight: 950;
}

.showcase-cards strong {
    font-size: 1.08rem;
}

.showcase-cards span {
    color: rgba(255, 255, 255, .68);
}

.section {
    padding: 78px 0;
}

.soft {
    background: var(--cag-soft);
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.section-head h2,
.trust-panel h2 {
    max-width: 780px;
    color: var(--cag-ink);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    line-height: 1.08;
    margin: 10px 0 0;
}

.section-note {
    max-width: 420px;
    margin: 0;
    color: var(--cag-muted);
}

.product-card,
.feature-card,
.kb-card,
.content-card {
    display: block;
    height: 100%;
    padding: 26px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    color: inherit;
    text-decoration: none;
    background: var(--cag-panel);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.product-card:hover,
.feature-card:hover,
.kb-card:hover {
    transform: translateY(-4px);
    border-color: rgba(204, 0, 0, .32);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .10);
}

.product-card i,
.feature-card i,
.kb-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--cag-red);
    font-size: 1.35rem;
}

.product-card span,
.content-card span {
    display: block;
    margin-top: 18px;
    color: var(--cag-blue);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-card h3,
.feature-card h3,
.kb-card h3,
.content-card h3 {
    margin: 12px 0 10px;
    color: var(--cag-ink);
    font-size: 1.18rem;
    font-weight: 900;
}

.product-card p,
.feature-card p,
.kb-card p,
.content-card p {
    color: var(--cag-muted);
    margin: 0;
}

.content-thumb {
    display: block;
    width: calc(100% + 52px);
    max-width: none;
    height: clamp(190px, 17vw, 292px);
    margin: -26px -26px 20px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid var(--cag-line);
}

.architecture-list {
    display: grid;
    gap: 14px;
}

.architecture-list div {
    display: grid;
    grid-template-columns: 58px 160px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
}

.architecture-list b {
    color: var(--cag-red);
    font-size: 1.6rem;
}

.architecture-list strong {
    color: var(--cag-ink);
}

.architecture-list span {
    color: var(--cag-muted);
}

.trust-panel {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    padding: 36px;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #fff7f7 100%);
}

.trust-panel p {
    color: var(--cag-muted);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.trust-grid div {
    padding: 18px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
}

.trust-grid i {
    color: var(--cag-red);
    font-size: 1.6rem;
}

.trust-grid strong,
.trust-grid span {
    display: block;
}

.trust-grid strong {
    margin-top: 12px;
}

.trust-grid span {
    color: var(--cag-muted);
    font-size: .9rem;
}

.company-section {
    background: #ffffff;
}

.company-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: center;
    padding: 34px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.company-panel h2 {
    margin: 10px 0 14px;
    color: var(--cag-ink);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 950;
    line-height: 1.08;
}

.company-panel p {
    color: var(--cag-muted);
    margin: 0;
}

.company-facts {
    display: grid;
    gap: 12px;
}

.company-facts div {
    display: grid;
    grid-template-columns: 46px 160px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: var(--cag-soft);
}

.company-facts i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #ffffff;
    background: var(--cag-red);
}

.company-facts strong {
    color: var(--cag-ink);
}

.company-facts span {
    color: var(--cag-muted);
}

.service-hero,
.page-hero {
    padding: 78px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    border-bottom: 1px solid var(--cag-line);
}

.service-hero p,
.page-hero p {
    max-width: 760px;
    color: var(--cag-muted);
    font-size: 1.16rem;
}

.service-badge {
    padding: 34px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 58px rgba(15, 23, 42, .10);
}

.service-badge i {
    color: var(--cag-red);
    font-size: 3rem;
}

.service-badge strong,
.service-badge span {
    display: block;
}

.service-badge strong {
    margin-top: 24px;
    color: var(--cag-ink);
    font-size: 1.55rem;
}

.service-badge span {
    color: var(--cag-muted);
}

.detail-card {
    min-height: 230px;
}

.pricing-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 0%, rgba(37, 99, 235, .10), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(204, 0, 0, .10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.pricing-shell {
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgba(37, 99, 235, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 76px rgba(15, 23, 42, .10);
}

.pricing-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.pricing-head h2 {
    margin: 8px 0 10px;
    color: var(--cag-ink);
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 950;
    line-height: 1.08;
}

.pricing-head p {
    max-width: 760px;
    margin: 0;
    color: var(--cag-muted);
}

.pricing-controls {
    display: flex;
    gap: 12px;
    min-width: min(100%, 360px);
    padding: 14px;
    border: 1px solid var(--cag-line);
    border-radius: 14px;
    background: #f8fafc;
}

.pricing-controls label {
    flex: 1;
    min-width: 0;
}

.pricing-controls span {
    display: block;
    margin-bottom: 6px;
    color: var(--cag-muted);
    font-size: .84rem;
    font-weight: 850;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(15, 23, 42, .09);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 56px rgba(15, 23, 42, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(15, 23, 42, .13);
}

.pricing-card.featured {
    border-color: rgba(204, 0, 0, .35);
    box-shadow: 0 30px 80px rgba(204, 0, 0, .18);
}

.pricing-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 18px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 65%, #f59e0b 100%);
    box-shadow: 0 14px 28px rgba(204, 0, 0, .22);
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
    transform: translateX(-50%);
    white-space: nowrap;
}

.pricing-card-head {
    min-height: 92px;
    text-align: center;
}

.pricing-card-head h3 {
    margin: 8px 0 8px;
    color: #0f3f9d;
    font-size: 1.55rem;
    font-weight: 950;
    text-transform: uppercase;
}

.pricing-card.featured .pricing-card-head h3 {
    color: var(--cag-red);
}

.pricing-card-head p {
    margin: 0;
    color: var(--cag-muted);
    font-weight: 700;
}

.pricing-price {
    display: grid;
    place-items: center;
    gap: 2px;
    margin: 18px 0 22px;
    padding: 18px 12px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #0f766e 0%, #14b8a6 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

.pricing-card:nth-child(2) .pricing-price,
.pricing-card.featured .pricing-price {
    background: linear-gradient(135deg, #e11d48 0%, #dc2626 60%, #f97316 100%);
}

.pricing-card:nth-child(3) .pricing-price {
    background: linear-gradient(135deg, #2563eb 0%, #0f3f9d 100%);
}

.pricing-price strong {
    font-size: clamp(1.8rem, 4vw, 2.45rem);
    font-weight: 950;
    line-height: 1;
}

.pricing-price span {
    color: rgba(255, 255, 255, .88);
    font-size: .86rem;
    font-weight: 850;
    text-transform: uppercase;
}

.pricing-features {
    display: grid;
    gap: 11px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.pricing-features li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
    color: #1f2937;
    font-weight: 700;
    line-height: 1.35;
}

.pricing-features i {
    color: #16a34a;
    margin-top: 2px;
}

.pricing-card.featured .pricing-features i {
    color: var(--cag-red);
}

.pricing-estimate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding: 14px 0 0;
    border-top: 1px solid var(--cag-line);
}

.pricing-estimate span {
    color: var(--cag-muted);
    font-size: .88rem;
    font-weight: 850;
}

.pricing-estimate strong {
    color: var(--cag-red);
    font-size: 1.25rem;
    font-weight: 950;
    white-space: nowrap;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 18px;
    border: 0;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 65%, #f59e0b 100%);
    box-shadow: 0 16px 34px rgba(204, 0, 0, .20);
    font-weight: 950;
    text-transform: uppercase;
}

.pricing-cta:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(204, 0, 0, .28);
}

.pricing-footnote {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #475569;
    background: #f8fafc;
    font-size: .92rem;
    font-weight: 700;
}

.pricing-footnote i {
    color: var(--cag-blue);
}

.stack-list {
    display: grid;
    gap: 14px;
}

.job-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
}

.job-item h3 {
    margin: .55rem 0 .25rem;
    font-size: 1.1rem;
    font-weight: 900;
}

.job-item p {
    margin: 0;
    color: var(--cag-muted);
}

.job-item strong {
    color: var(--cag-blue);
    white-space: nowrap;
}

.cag-job-list {
    display: grid;
    gap: 18px;
}

.cag-job-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.cag-job-hero-badges span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #fecdd3;
    background: rgba(255, 255, 255, .065);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .06em;
}

.cag-job-board-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    color: #e5e7eb;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 65, 108, .18), transparent 34%),
        linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(24, 24, 27, .92));
    box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.cag-job-board-head h2 {
    margin: 8px 0 8px;
    color: #ffffff;
    font-size: clamp(1.6rem, 3vw, 2.45rem);
    font-weight: 950;
}

.cag-job-board-head p {
    max-width: 780px;
    margin: 0;
    color: #cbd5e1;
    line-height: 1.72;
}

.cag-job-request-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(135deg, #ff416c, #ff4b2b, #fb923c);
}

.cag-job-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 999px;
    background: rgba(15, 23, 42, .72);
}

.cag-job-tabs button {
    flex: 1 1 0;
    min-height: 42px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    color: #cbd5e1;
    background: transparent;
    font-weight: 900;
    line-height: 1.2;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.cag-job-tabs button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
}

.cag-job-tabs button.active {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 65, 108, .95), rgba(249, 115, 22, .95));
    box-shadow: 0 14px 30px rgba(255, 75, 43, .20);
}

.cag-job-tabs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 6px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, .16);
    font-size: .74rem;
}

.cag-job-panel {
    display: none;
}

.cag-job-panel.active {
    display: block;
}

.cag-job-empty {
    padding: 28px;
    border: 1px dashed rgba(255, 255, 255, .20);
    border-radius: 18px;
    color: #cbd5e1;
    background: rgba(15, 23, 42, .55);
    text-align: center;
    font-weight: 750;
}

.cag-job-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 22px;
    align-items: stretch;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 18px;
    background: rgba(15, 23, 42, .82);
    color: #e5e7eb;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cag-job-card.has-image {
    grid-template-columns: 280px minmax(0, 1fr) 220px;
    align-items: stretch;
}

.cag-job-card-thumb {
    display: block;
    overflow: hidden;
    align-self: start;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    background: #0f172a;
    aspect-ratio: 16 / 9;
}

.cag-job-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cag-job-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 65, 108, .32);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.cag-job-card-top,
.cag-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.cag-job-card-top span {
    padding: 6px 10px;
    border-radius: 999px;
    color: #cbd5e1;
    background: rgba(255, 255, 255, .08);
    font-size: .78rem;
    font-weight: 850;
}

.cag-job-card-top .cag-job-status {
    color: #ffffff;
    background: #059669;
}

.cag-job-card h2 {
    margin: 16px 0 10px;
    color: #ffffff;
    font-size: clamp(1.14rem, 1.5vw, 1.42rem);
    font-weight: 950;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cag-job-card h2 a,
.cag-job-card h2 a:visited {
    color: inherit;
    text-decoration: none;
}

.cag-job-card h2 a:hover {
    color: #fb7185;
}

.cag-job-excerpt {
    max-width: 820px;
    margin: 0 0 18px;
    color: #cbd5e1;
    line-height: 1.62;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cag-job-meta span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #a8b3c4;
    font-size: .92rem;
    font-weight: 750;
}

.cag-job-meta i {
    color: #fb7185;
}

.cag-job-card-side {
    display: grid;
    align-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    background: rgba(255, 255, 255, .055);
}

.cag-job-card-side span {
    color: #94a3b8;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cag-job-card-side strong {
    color: #60a5fa;
    font-size: 1.05rem;
    font-weight: 950;
    line-height: 1.3;
}

.cag-job-card-actions {
    display: grid;
    gap: 8px;
}

.cag-job-card-side a {
    display: inline-flex;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    background: linear-gradient(135deg, #ff416c, #ff4b2b, #fb923c);
}

.cag-job-card-side a.secondary {
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .07);
}

.cag-job-card-side a:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumb-lite {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--cag-muted);
    font-size: .92rem;
    font-weight: 700;
}

.breadcrumb-lite a {
    color: var(--cag-blue);
    text-decoration: none;
}

.article-hero h1 {
    max-width: 980px;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 18px;
    color: var(--cag-muted);
    font-size: .92rem;
    font-weight: 700;
}

.article-cover {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 28px 0 0;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .10);
}

.article-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-card-thumbnail,
.knowledge-card-thumbnail,
.article-card-thumbnail {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.post-card-thumbnail img,
.knowledge-card-thumbnail img,
.article-card-thumbnail img,
img.post-thumbnail,
img.article-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 34px;
    align-items: start;
}

.article-content {
    padding: 34px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: #ffffff;
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.78;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .05);
}

.article-content h2[id],
.article-content h3[id] {
    scroll-margin-top: 110px;
}

.article-content img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 22px 0;
    border-radius: 12px;
    object-fit: cover;
}

.article-content figure {
    margin: 26px 0;
}

.article-content figure img,
.article-content img.article-image,
.article-content img.content-image {
    aspect-ratio: 16 / 9;
}

.article-toc {
    margin: 0 0 28px;
    padding: 18px 20px;
    border: 1px solid var(--cag-line);
    border-radius: 12px;
    background: #f8fafc;
}

.article-toc ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 18px;
}

.article-toc a {
    color: var(--cag-ink);
    font-weight: 800;
    text-decoration: none;
}

.article-toc a:hover {
    color: var(--cag-red);
}

.article-toc .toc-subitem {
    margin-left: 18px;
}

.auto-internal-link {
    color: var(--cag-red);
    font-weight: 850;
    text-decoration: none;
    border-bottom: 1px solid rgba(204, 0, 0, .28);
}

.auto-internal-link:hover {
    color: var(--cag-red-dark);
    border-bottom-color: var(--cag-red-dark);
}

.article-resources {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--cag-line);
}

.article-aside {
    position: sticky;
    top: 94px;
    padding: 24px;
    border: 1px solid var(--cag-line);
    border-radius: 8px;
    background: var(--cag-soft);
}

.article-aside strong {
    display: block;
    color: var(--cag-ink);
    font-size: 1.1rem;
}

.article-aside p {
    color: var(--cag-muted);
    margin: 10px 0 18px;
}

.article-aside a {
    color: var(--cag-red);
    font-weight: 900;
    text-decoration: none;
}

.footer {
    padding: 56px 0 28px;
    color: #ffffff;
    background: #101827;
    border-top: 4px solid var(--cag-red);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.35rem;
    font-weight: 900;
}

.footer-logo-img {
    width: auto;
    height: 34px;
    max-width: 104px;
    max-height: 34px;
    object-fit: contain;
}

.footer h3 {
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.footer a {
    display: block;
    color: #aab3c2;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer a:hover {
    color: #ffffff;
}

.footer-company {
    display: grid;
    gap: 7px;
    margin-top: 18px;
    color: #aab3c2;
    font-size: .92rem;
}

.footer-company strong {
    color: #ffffff;
}

.footer-legal {
    color: #aab3c2;
    margin: 0 0 8px;
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #aab3c2;
    font-size: .92rem;
}

.quick-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1060;
    display: grid;
    gap: 10px;
}

.quick-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
    animation: contactPulse 2.6s ease-in-out infinite;
}

.quick-contact a:nth-child(2) {
    animation-delay: .35s;
}

.quick-contact i {
    font-size: 1.25rem;
}

.quick-contact span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.quick-contact-call {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 65%, #f59e0b 100%);
}

.quick-contact-zalo {
    background: #0068ff;
}

.quick-contact a:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

@keyframes contactPulse {
    0%, 100% {
        box-shadow: 0 18px 44px rgba(15, 23, 42, .18), 0 0 0 0 rgba(255, 75, 43, .22);
    }
    50% {
        box-shadow: 0 18px 44px rgba(15, 23, 42, .18), 0 0 0 11px rgba(255, 75, 43, 0);
    }
}

@media (max-width: 1180px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cag-job-card.has-image {
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .cag-job-card.has-image .cag-job-card-side {
        grid-column: 1 / -1;
    }

    .cag-job-card-side {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .section-head,
    .trust-panel,
    .company-panel {
        display: block;
    }

    .cag-job-card {
        grid-template-columns: 1fr;
    }

    .cag-job-card.has-image {
        grid-template-columns: 1fr;
    }

    .cag-job-card-thumb {
        width: 100%;
        min-height: 0;
    }

    .cag-job-card-side {
        grid-template-columns: 1fr;
        align-content: start;
    }

    .cag-job-board-head {
        display: grid;
        align-items: start;
    }

    .cag-job-request-btn {
        width: 100%;
    }

    .cag-job-tabs {
        display: grid;
        border-radius: 18px;
    }

    .cag-job-tabs button {
        border-radius: 14px;
    }

    .section-note {
        margin-top: 14px;
    }

    .trust-grid {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .architecture-list div {
        grid-template-columns: 1fr;
    }

    .visual-caption {
        position: static;
        border-radius: 0;
    }

    .suite-grid,
    .showcase-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .suite-main {
        min-height: auto;
    }

    .company-facts {
        margin-top: 24px;
    }

    .article-aside {
        position: static;
    }

    .pricing-head {
        display: block;
    }

    .pricing-controls {
        margin-top: 18px;
    }
}

@media (max-width: 767.98px) {
    .product-hero,
    .service-hero,
    .page-hero {
        padding: 56px 0;
    }

    .section {
        padding: 54px 0;
    }

    .brand-strip .container,
    .job-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-proof {
        grid-template-columns: 1fr;
    }

    .meter-row {
        grid-template-columns: 1fr;
    }

    .company-facts div {
        grid-template-columns: 1fr;
    }

    .article-content {
        padding: 22px;
    }

    .content-thumb {
        width: calc(100% + 44px);
        height: 56.25vw;
        max-height: 260px;
        margin: -22px -22px 18px;
    }

    .job-item strong {
        white-space: normal;
    }

    .quick-contact {
        right: 12px;
        bottom: 12px;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .quick-contact a {
        width: 50px;
        height: 50px;
    }

    .pricing-shell {
        padding: 18px;
        border-radius: 14px;
    }

    .pricing-controls {
        display: grid;
        min-width: 0;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card {
        padding: 24px 20px;
    }
}

.support-enterprise {
    background: #f8fafc;
    color: #0f172a;
}

.support-saas-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 10vw, 118px) 0 58px;
    background:
        radial-gradient(circle at 12% 18%, rgba(251, 146, 60, .16), transparent 34%),
        radial-gradient(circle at 86% 10%, rgba(244, 114, 182, .15), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.support-saas-hero-inner {
    max-width: 900px;
}

.support-saas-hero h1 {
    max-width: 880px;
    margin: 12px 0 18px;
    color: #0f172a;
    font-size: clamp(2.2rem, 6vw, 5.15rem);
    font-weight: 950;
    line-height: .98;
}

.support-saas-hero p {
    max-width: 760px;
    margin: 0;
    color: #475569;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.75;
}

.support-action-section {
    padding: 26px 0 18px;
    background: #f8fafc;
}

.support-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.support-action-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: clamp(20px, 3vw, 28px);
    border: 1px solid rgba(30, 64, 175, .08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .08);
}

.support-action-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    color: #1e40af;
    background: rgba(30, 64, 175, .10);
    font-size: 1.35rem;
}

.support-action-icon-orange {
    color: #ea580c;
    background: rgba(251, 146, 60, .14);
}

.support-action-card span,
.support-faq-question small {
    display: block;
    color: #fb923c;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.support-action-card h3 {
    margin: 6px 0 8px;
    color: #0f172a;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 950;
}

.support-action-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.support-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: #1e40af;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 12px 24px rgba(30, 64, 175, .22);
}

.support-action-link:hover {
    color: #ffffff;
    background: #1d4ed8;
    transform: translateY(-1px);
}

.support-action-card-hotline .support-action-link {
    background: linear-gradient(135deg, #ff416c, #ff4b2b 72%, #fb923c);
    box-shadow: 0 12px 24px rgba(255, 75, 43, .24);
}

.support-ticket-section[hidden] {
    display: none !important;
}

.support-enterprise .support-ticket-section {
    padding: 22px 0 36px;
    background: #f8fafc;
}

.support-enterprise .support-ticket-card {
    border: 1px solid rgba(30, 64, 175, .10);
    background: #ffffff;
}

.support-success-board {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    width: 100%;
    margin-bottom: 20px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid rgba(22, 101, 52, .16);
    border-radius: 24px;
    color: #166534;
    background: #dcfce7;
    box-shadow: 0 18px 44px rgba(22, 101, 52, .10);
}

.support-success-board[hidden] {
    display: none !important;
}

.support-success-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    color: #ffffff;
    background: #16a34a;
    font-size: 1.55rem;
    box-shadow: 0 12px 26px rgba(22, 163, 74, .22);
}

.support-success-board h3 {
    margin: 0 0 10px;
    color: #166534;
    font-size: clamp(1.3rem, 2.4vw, 2rem);
    font-weight: 950;
    line-height: 1.22;
}

.support-success-board p {
    margin: 0 0 12px;
    color: #166534;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.65;
}

.support-success-board strong {
    display: block;
    color: #14532d;
    line-height: 1.65;
}

.support-enterprise .support-ticket-form input,
.support-enterprise .support-ticket-form select,
.support-enterprise .support-ticket-form textarea {
    border-color: rgba(30, 64, 175, .13);
    background: #ffffff;
}

.support-enterprise .support-ticket-form input:focus,
.support-enterprise .support-ticket-form select:focus,
.support-enterprise .support-ticket-form textarea:focus {
    border-color: rgba(30, 64, 175, .55);
    box-shadow: 0 0 0 4px rgba(30, 64, 175, .10);
}

.support-enterprise .support-faq-section {
    padding: 54px 0 96px;
    background: #f8fafc;
}

.support-enterprise .support-section-head {
    align-items: center;
}

.support-faq-search {
    display: grid;
    grid-template-columns: 44px 1fr;
    align-items: center;
    min-height: 62px;
    padding: 0 16px;
    border: 1px solid rgba(30, 64, 175, .10);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.support-faq-search i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 14px;
    color: #1e40af;
    background: rgba(30, 64, 175, .10);
}

.support-faq-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #0f172a;
    background: transparent;
    font: inherit;
    font-weight: 750;
}

.support-faq-filter-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 18px 0 12px;
}

.support-faq-filter {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(30, 64, 175, .10);
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    font-weight: 900;
}

.support-faq-filter:hover,
.support-faq-filter.active {
    color: #ffffff;
    border-color: #1e40af;
    background: #1e40af;
}

.support-faq-result-note {
    margin: 12px 0 18px;
    color: #64748b;
    font-size: .92rem;
    font-weight: 850;
}

.support-faq-list {
    display: grid;
    gap: 14px;
}

.support-faq-item {
    border: 1px solid rgba(30, 64, 175, .09);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .06);
    overflow: hidden;
    transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.support-faq-item.is-open {
    border-color: rgba(30, 64, 175, .18);
    background: #f1f5f9;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
}

.support-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 24px;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
}

.support-faq-question strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 1.08rem;
    font-weight: 950;
    line-height: 1.45;
}

.support-faq-icon {
    position: relative;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(30, 64, 175, .10);
    transition: transform .22s ease, background .22s ease;
}

.support-faq-icon::before,
.support-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: #1e40af;
    transform: translate(-50%, -50%);
}

.support-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.support-faq-item.is-open .support-faq-icon {
    background: rgba(251, 146, 60, .18);
    transform: rotate(45deg);
}

.support-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.support-faq-answer-inner {
    padding: 0 24px 24px;
    color: #475569;
    line-height: 1.8;
}

.support-faq-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 36px;
    border: 1px dashed rgba(30, 64, 175, .22);
    border-radius: 22px;
    color: #64748b;
    background: #ffffff;
    text-align: center;
}

.support-faq-empty i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    color: #1e40af;
    background: rgba(30, 64, 175, .10);
    font-size: 1.25rem;
}

.support-faq-empty strong {
    color: #0f172a;
}

@media (max-width: 980px) {
    .support-action-grid,
    .support-action-card,
    .support-enterprise .support-section-head {
        grid-template-columns: 1fr;
    }

    .support-action-card {
        align-items: start;
    }

    .support-action-link {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .support-saas-hero {
        padding: 56px 0 36px;
    }

    .support-action-section {
        padding-top: 18px;
    }

    .support-faq-question {
        padding: 20px;
    }

    .support-faq-answer-inner {
        padding: 0 20px 20px;
    }

    .support-faq-search {
        min-height: 56px;
    }

    .support-success-board {
        grid-template-columns: 1fr;
    }
}

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

.download-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
}

.download-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background: #fee2e2;
    color: var(--red);
    font-size: 1.8rem;
    margin-bottom: 18px;
}

.download-card span {
    color: var(--red);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.download-card h2 {
    margin: 6px 0 4px;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 950;
}

.download-card strong {
    color: #334155;
}

.download-card p {
    margin: 14px 0;
    color: var(--muted);
}

.download-stats {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding-top: 10px;
    color: #64748b;
}

.download-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.download-actions .btn {
    font-weight: 850;
}

@media (max-width: 1180px) {
    .download-grid-pro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .download-grid-pro {
        grid-template-columns: 1fr;
    }

    .download-actions .btn {
        width: 100%;
    }
}

/* Global CAG layout: enterprise header and compliance footer */
.cag-global-header {
    position: sticky;
    top: 0;
    z-index: 1080;
    border-bottom: 1px solid rgba(148, 163, 184, .22);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 14px 42px rgba(15, 23, 42, .06);
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
}

.cag-global-header .container {
    width: calc(100% - 40px);
    max-width: 1560px;
}

.cag-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 16px;
    flex-wrap: nowrap;
}

.cag-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: max-content;
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
    letter-spacing: 0;
}

.cag-brand img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 118px;
    object-fit: contain;
}

.cag-brand span {
    color: #0f172a;
    font-size: .96rem;
    font-weight: 900;
    white-space: nowrap;
}

.cag-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.cag-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 42px;
    padding: 0 10px;
    border: 0;
    border-radius: 999px;
    color: #334155;
    background: transparent;
    font-size: .9rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.cag-nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff416c, #ff4b2b, #f59e0b);
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .18s ease, transform .18s ease;
}

.cag-nav-link:hover,
.cag-nav-link.active,
.cag-dropdown-toggle[aria-expanded="true"] {
    color: #dc2626;
    background: rgba(248, 113, 113, .08);
}

.cag-nav-link:hover::after,
.cag-nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.cag-nav-dropdown {
    position: relative;
}

.cag-dropdown-toggle i {
    font-size: .72rem;
    transition: transform .18s ease;
}

.cag-nav-dropdown:hover .cag-dropdown-toggle i,
.cag-nav-dropdown:focus-within .cag-dropdown-toggle i {
    transform: rotate(180deg);
}

.cag-product-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: min(340px, calc(100vw - 32px));
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, .26);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cag-nav-dropdown:hover .cag-product-menu,
.cag-nav-dropdown:focus-within .cag-product-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.cag-product-menu a {
    display: grid;
    gap: 3px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #0f172a;
    text-decoration: none;
}

.cag-product-menu a:hover {
    color: #dc2626;
    background: #fff1f2;
}

.cag-product-menu span {
    font-weight: 850;
}

.cag-product-menu small {
    color: #64748b;
    font-size: .76rem;
    font-weight: 650;
}

.cag-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-width: max-content;
}

.cag-partner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff416c, #ff4b2b, #f59e0b);
    box-shadow: 0 10px 28px rgba(255, 75, 43, .22);
    font-size: .86rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
}

.cag-partner-link:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.cag-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 62%, #f59e0b 100%);
    box-shadow: 0 14px 34px rgba(255, 75, 43, .26);
    font-weight: 900;
    font-size: .9rem;
    text-decoration: none;
    white-space: nowrap;
}

.cag-header-cta:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(255, 75, 43, .34);
}

.cag-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, .35);
    border-radius: 14px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
}

.cag-mobile-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #0f172a;
    transition: transform .18s ease, opacity .18s ease;
}

.cag-mobile-toggle span:nth-child(1) {
    transform: translateY(-6px);
}

.cag-mobile-toggle span:nth-child(3) {
    transform: translateY(6px);
}

.cag-mobile-toggle.is-open span:nth-child(1) {
    transform: rotate(45deg);
}

.cag-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.cag-mobile-toggle.is-open span:nth-child(3) {
    transform: rotate(-45deg);
}

.cag-mobile-panel {
    padding: 0 0 18px;
}

.cag-mobile-panel nav {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .12);
}

.cag-mobile-panel a,
.cag-mobile-panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
    list-style: none;
}

.cag-mobile-panel summary::-webkit-details-marker {
    display: none;
}

.cag-mobile-panel a:hover,
.cag-mobile-panel a.active,
.cag-mobile-panel summary:hover {
    color: #dc2626;
    background: #fff1f2;
}

.cag-mobile-products {
    display: grid;
    gap: 4px;
    padding: 4px 0 8px 12px;
}

.cag-mobile-products a {
    color: #475569;
    font-size: .92rem;
}

.cag-mobile-hotline {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 62%, #f59e0b 100%) !important;
}

.cag-mobile-partner {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff416c, #ff4b2b, #f59e0b) !important;
}

.cag-footer {
    padding: 68px 0 26px;
    color: #cbd5e1;
    background:
        radial-gradient(circle at 8% 0%, rgba(239, 68, 68, .16), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(37, 99, 235, .14), transparent 34%),
        #0f172a;
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
}

.cag-footer-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.25fr) repeat(3, minmax(180px, 1fr));
    gap: 34px;
}

.cag-footer h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: .92rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cag-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 950;
    text-decoration: none;
}

.cag-footer-brand img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 116px;
    object-fit: contain;
}

.cag-footer-brand span {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 950;
}

.cag-footer-company p {
    max-width: 390px;
    margin: 18px 0 20px;
    color: #94a3b8;
    line-height: 1.75;
}

.cag-footer-company dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.cag-footer-company dl div {
    display: grid;
    gap: 4px;
}

.cag-footer-company dt {
    color: #64748b;
    font-size: .74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.cag-footer-company dd {
    margin: 0;
    color: #e2e8f0;
    font-weight: 750;
    line-height: 1.55;
}

.cag-footer-links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.cag-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    line-height: 1.55;
}

.cag-footer-links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.cag-footer-trust {
    display: grid;
    align-content: start;
    gap: 12px;
}

.cag-trust-badge {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(226, 232, 240, .12);
    border-radius: 16px;
    background: rgba(15, 23, 42, .54);
}

.cag-trust-badge i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    font-size: 1.12rem;
}

.cag-trust-badge span {
    color: #f8fafc;
    font-size: .9rem;
    font-weight: 850;
    line-height: 1.35;
}

.cag-trust-badge small {
    color: #94a3b8;
    font-size: .76rem;
    font-weight: 650;
}

.cag-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(226, 232, 240, .12);
    text-align: center;
}

.cag-footer-bottom p {
    margin: 0;
    color: #94a3b8;
    font-size: .9rem;
    font-weight: 750;
}

.cag-bct-placeholder {
    display: grid;
    place-items: center;
    min-width: 170px;
    min-height: 54px;
    padding: 8px 16px;
    border: 1px solid rgba(226, 232, 240, .25);
    border-radius: 12px;
    color: #e2e8f0;
    background: rgba(255, 255, 255, .05);
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 1479.98px) and (min-width: 1200px) {
    .cag-global-header .container {
        width: calc(100% - 28px);
        max-width: 1360px;
    }

    .cag-nav-shell {
        gap: 10px;
    }

    .cag-brand {
        gap: 8px;
    }

    .cag-brand img {
        height: 34px;
        max-width: 106px;
    }

    .cag-brand span {
        font-size: .88rem;
    }

    .cag-desktop-nav {
        gap: 0;
    }

    .cag-nav-link {
        min-height: 40px;
        padding: 0 7px;
        font-size: .82rem;
    }

    .cag-partner-link {
        display: none;
    }

    .cag-header-cta {
        min-height: 40px;
        padding: 0 13px;
        font-size: .84rem;
    }
}

@media (max-width: 1199.98px) {
    .cag-desktop-nav {
        display: none;
    }

    .cag-partner-link {
        display: none;
    }

    .cag-mobile-toggle {
        position: relative;
        display: inline-flex;
    }
}

@media (max-width: 980px) {
    .cag-nav-shell {
        min-height: 70px;
    }

    .cag-header-cta {
        min-height: 40px;
        padding-inline: 14px;
    }

    .cag-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .cag-brand span {
        display: none;
    }

    .cag-brand img {
        height: 34px;
        max-width: 106px;
    }

    .cag-header-cta span {
        display: none;
    }

    .cag-header-cta {
        width: 42px;
        min-height: 42px;
        padding: 0;
    }

    .cag-partner-link {
        display: none;
    }

    .cag-footer {
        padding-top: 52px;
    }

    .cag-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cag-footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .cag-bct-placeholder {
        width: 100%;
    }
}

.support-faq-section {
    padding: 72px 0 88px;
}

.support-ticket-section {
    padding: 0 0 30px;
    background: linear-gradient(180deg, rgba(255, 247, 237, .72), rgba(255, 250, 248, .96));
}

.support-ticket-card {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid rgba(248, 113, 113, .18);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 22px 58px rgba(15, 23, 42, .08);
}

.support-ticket-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.support-ticket-head h2 {
    margin: 8px 0 10px;
    color: #0f172a;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 950;
}

.support-ticket-head p {
    max-width: 720px;
    margin: 0;
    color: #64748b;
    line-height: 1.72;
}

.support-ticket-alert {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 800;
}

.support-ticket-alert.success {
    color: #047857;
    background: rgba(16, 185, 129, .10);
}

.support-ticket-alert.error {
    color: #b91c1c;
    background: rgba(239, 68, 68, .10);
}

.support-ticket-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.support-ticket-form .full {
    grid-column: 1 / -1;
}

.support-ticket-form label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: .9rem;
    font-weight: 900;
}

.support-ticket-form label span {
    color: #ef4444;
}

.support-ticket-form input,
.support-ticket-form select,
.support-ticket-form textarea {
    width: 100%;
    border: 1px solid rgba(248, 113, 113, .20);
    border-radius: 16px;
    padding: 13px 14px;
    color: #0f172a;
    background: rgba(255, 255, 255, .9);
    font: inherit;
    font-weight: 700;
    outline: 0;
}

.support-ticket-form textarea {
    resize: vertical;
    min-height: 132px;
}

.support-ticket-form input:focus,
.support-ticket-form select:focus,
.support-ticket-form textarea:focus {
    border-color: rgba(239, 68, 68, .55);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, .10);
}

.support-ticket-submit {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    grid-column: 1 / -1;
}

.support-ticket-submit span {
    color: #64748b;
    font-size: .9rem;
    font-weight: 700;
}

.support-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
}

.support-section-head h2 {
    margin: 10px 0 12px;
    color: #0f172a;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    font-weight: 950;
    line-height: 1.08;
}

.support-section-head p {
    max-width: 760px;
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

@media (max-width: 767.98px) {
    .hero-stats,
    .legal-trust-metric,
    .support-secondary-cta,
    .cag-footer-trust {
        display: none !important;
    }

    .home-actions {
        display: grid;
    }

    .home-actions .btn {
        min-height: 52px;
        width: 100%;
    }

    .support-ticket-form {
        grid-template-columns: 1fr;
    }

    .support-ticket-submit .btn {
        width: 100%;
        min-height: 52px;
    }

    .support-section-head {
        grid-template-columns: 1fr;
    }

    .support-faq-section {
        padding: 50px 0 68px;
    }

    .cag-mobile-toggle {
        width: 50px;
        height: 50px;
        border-radius: 18px;
    }

    .cag-mobile-panel nav {
        gap: 10px;
        padding: 16px;
    }

    .cag-mobile-panel a,
    .cag-mobile-panel summary {
        min-height: 52px;
        font-size: .98rem;
    }
}

/* CAG UI 2026 - light, readable, business-first layer */
:root {
    --cag-ink: #0f172a;
    --cag-text: #1e293b;
    --cag-muted: #64748b;
    --cag-line: rgba(15, 23, 42, .08);
    --cag-soft: #fff7f7;
    --cag-panel: #ffffff;
    --cag-green: #16a34a;
    --cag-yellow: #f59e0b;
    --cag-orange: #f97316;
    --cag-red: #e11d48;
    --cag-blue: #2563eb;
    --cag-shadow-soft: 0 10px 40px -10px rgba(15, 23, 42, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--cag-text);
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 65, 108, .06), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fff8f8 42%, #ffffff 100%);
    text-rendering: optimizeLegibility;
}

main {
    background: transparent;
}

.cag-global-header {
    background: rgba(255, 255, 255, .88);
    border-bottom-color: rgba(15, 23, 42, .07);
    box-shadow: 0 12px 36px rgba(15, 23, 42, .055);
}

.cag-nav-shell {
    min-height: 70px;
}

.cag-brand img {
    max-width: 112px;
}

.cag-brand span {
    color: #111827;
}

.cag-nav-link {
    color: #334155;
    font-weight: 850;
}

.cag-product-menu,
.cag-mobile-panel nav {
    border-color: rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .98);
    box-shadow: var(--cag-shadow-soft);
}

.service-hero,
.page-hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 65, 108, .10), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(37, 99, 235, .08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    border-bottom: 1px solid var(--cag-line);
}

.service-hero h1,
.page-hero h1,
.section-head h2,
.trust-panel h2,
.pricing-head h2,
.support-section-head h2 {
    color: var(--cag-ink);
    letter-spacing: 0;
}

.service-hero p,
.page-hero p,
.section-note,
.product-card p,
.feature-card p,
.kb-card p,
.content-card p,
.download-card p,
.support-section-head p {
    color: var(--cag-muted);
    line-height: 1.72;
}

.section,
.support-faq-section,
.support-ticket-section {
    background: transparent;
}

.product-card,
.feature-card,
.kb-card,
.content-card,
.download-card,
.pricing-card,
.support-action-card,
.support-ticket-card,
.support-faq-section,
.trust-panel,
.company-panel,
.detail-card {
    border: 1px solid var(--cag-line);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--cag-shadow-soft);
}

.product-card i,
.feature-card i,
.kb-card i,
.download-icon,
.support-action-icon,
.hub-card i {
    color: var(--cag-red);
    background: rgba(255, 65, 108, .10);
}

.product-card:nth-child(3n + 1) i,
.feature-card:nth-child(3n + 1) i,
.kb-card:nth-child(3n + 1) i {
    color: var(--cag-green);
    background: rgba(22, 163, 74, .10);
}

.product-card:nth-child(3n + 2) i,
.feature-card:nth-child(3n + 2) i,
.kb-card:nth-child(3n + 2) i {
    color: var(--cag-yellow);
    background: rgba(245, 158, 11, .13);
}

.product-card:nth-child(3n + 3) i,
.feature-card:nth-child(3n + 3) i,
.kb-card:nth-child(3n + 3) i {
    color: var(--cag-orange);
    background: rgba(249, 115, 22, .12);
}

.btn-cag,
.pricing-cta,
.cag-header-cta {
    border: 0;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 58%, #f59e0b 100%);
    box-shadow: 0 14px 34px rgba(255, 75, 43, .22);
}

.btn-cag:hover,
.pricing-cta:hover,
.cag-header-cta:hover {
    box-shadow: 0 18px 44px rgba(255, 75, 43, .30);
}

.cag-footer {
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 75, 43, .08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    color: #334155;
    border-top: 1px solid var(--cag-line);
}

.cag-footer h2,
.cag-footer-brand span,
.cag-footer-company dd,
.cag-footer-bottom p {
    color: var(--cag-ink);
}

.cag-footer-company p,
.cag-footer-company dt,
.cag-footer-links a,
.cag-footer-bottom,
.cag-trust-badge small {
    color: var(--cag-muted);
}

.cag-footer-company dl,
.cag-footer-bottom {
    border-color: var(--cag-line);
}

.cag-trust-badge,
.cag-bct-placeholder {
    border-color: var(--cag-line);
    background: rgba(255, 255, 255, .78);
}

.product-visual,
.suite-console,
.showcase-band,
.footer {
    color: var(--cag-text);
    background:
        radial-gradient(circle at 10% 8%, rgba(255, 65, 108, .08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fff7f7 100%);
    border-color: var(--cag-line);
    box-shadow: var(--cag-shadow-soft);
}

.visual-caption {
    color: var(--cag-ink);
    border-color: var(--cag-line);
    background: rgba(255, 255, 255, .88);
}

.visual-caption span,
.showcase-layout .kicker {
    color: var(--cag-muted);
}

.suite-topbar {
    color: var(--cag-ink);
    border-bottom-color: var(--cag-line);
    background: rgba(255, 255, 255, .74);
}

.showcase-layout h2,
.footer-brand,
.footer-company strong {
    color: var(--cag-ink);
}

.footer-legal,
.footer-bottom {
    color: var(--cag-muted);
}

.quick-contact {
    right: 18px;
    bottom: 18px;
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 76px;
    }

    .cag-header-cta span {
        display: none;
    }

    .cag-header-cta {
        width: 46px;
        min-height: 46px;
        padding: 0;
    }

    .quick-contact {
        left: 12px;
        right: 12px;
        bottom: 10px;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(15, 23, 42, .08);
        border-radius: 999px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 46px rgba(15, 23, 42, .15);
        backdrop-filter: blur(14px);
    }

    .quick-contact a {
        width: auto;
        height: 48px;
        border-radius: 999px;
        animation: none;
        gap: 8px;
        font-size: .92rem;
    }

    .quick-contact span {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: nowrap;
    }

    .section,
    .service-hero,
    .page-hero {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Mobile app-like layer: desktop remains controlled by existing styles */
.cag-mobile-bottom-nav {
    display: none;
}

@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    }

    .cag-global-header {
        z-index: 1090;
    }

    .cag-nav-shell {
        min-height: 62px;
        gap: 10px;
    }

    .cag-brand img {
        height: 30px;
        max-width: 92px;
    }

    .cag-header-actions {
        gap: 8px;
    }

    .cag-header-cta {
        width: 42px;
        min-height: 42px;
        border-radius: 999px;
    }

    .cag-mobile-panel {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 72px;
        z-index: 1088;
        max-height: min(72vh, 620px);
        overflow: auto;
        padding: 0;
    }

    .cag-mobile-panel nav {
        border-radius: 24px;
        box-shadow: 0 26px 70px rgba(15, 23, 42, .18);
    }

    .quick-contact {
        display: none !important;
    }

    .cag-mobile-bottom-nav {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: max(10px, env(safe-area-inset-bottom, 0px));
        z-index: 1085;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
        padding: 8px;
        border: 1px solid rgba(255, 65, 108, .16);
        border-radius: 24px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 54px rgba(15, 23, 42, .16);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .cag-mobile-bottom-nav a {
        display: grid;
        place-items: center;
        gap: 3px;
        min-height: 54px;
        border-radius: 18px;
        color: #475569;
        text-decoration: none;
        font-size: .72rem;
        font-weight: 900;
        line-height: 1.1;
    }

    .cag-mobile-bottom-nav a.active {
        color: #e11d48;
        background: rgba(255, 65, 108, .10);
    }

    .cag-mobile-bottom-nav a.is-hotline {
        color: #ffffff;
        background: linear-gradient(135deg, #ff416c, #ff4b2b, #f59e0b);
        box-shadow: 0 12px 28px rgba(255, 75, 43, .28);
    }

    .cag-mobile-bottom-nav a.is-hotline i {
        font-size: 1.2rem;
    }

    .cag-mobile-bottom-nav i {
        font-size: 1.16rem;
        line-height: 1;
    }

    .container,
    .container-fluid {
        max-width: 100%;
    }

    .hero-section,
    .home-hero,
    .page-hero,
    .service-hero,
    .support-hero,
    .jobs-hero {
        overflow: hidden;
    }

    .article-card,
    .download-card,
    .service-card,
    .product-card,
    .cag-job-card,
    .support-action-card {
        max-width: 100%;
    }

    .article-card img,
    .download-card img,
    .service-card img,
    .product-card img,
    .cag-job-thumb img,
    .post-card img {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
        object-fit: cover;
    }

    .cag-job-card {
        grid-template-columns: 1fr !important;
    }

    .cag-job-content,
    .cag-job-side,
    .cag-job-thumb {
        min-width: 0;
    }

    .cag-job-title,
    .article-card h2,
    .article-card h3,
    .download-card h2,
    .download-card h3 {
        overflow-wrap: anywhere;
    }

    .cag-footer {
        padding-bottom: 112px;
    }
}
