/* Homepage namespace: maydongphuc.com, structure referenced only from wego.net.vn. */
.mpc-wego-home {
    --mpc-orange: var(--aogfc-red, #f26522);
    --mpc-orange-dark: var(--aogfc-red-dark, #cf4a0c);
    --mpc-green: var(--aogfc-green, #078a3e);
    --mpc-green-dark: var(--aogfc-green-dark, #056b30);
    --mpc-ink: #161d26;
    --mpc-muted: #667085;
    --mpc-soft: var(--aogfc-blue-soft, #edf8f1);
    color: var(--mpc-ink);
    overflow: hidden;
}
.mpc-wego-home *, .mpc-wego-home *::before, .mpc-wego-home *::after { box-sizing: border-box; }
.mpc-wego-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mpc-wego-section { padding: 44px 0; }
.mpc-wego-title { margin: 0 0 30px; color: var(--mpc-orange); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.2; font-weight: 800; text-align: center; text-transform: uppercase; }
.mpc-wego-title::after { content: ""; display: block; width: 62px; height: 3px; margin: 12px auto 0; border-radius: 3px; background: var(--mpc-green); }
.mpc-wego-title--light { color: #fff; }
.mpc-wego-title--light::after { background: #fff; }
.mpc-wego-button { display: inline-flex; min-height: 42px; padding: 10px 22px; align-items: center; justify-content: center; border: 2px solid var(--mpc-orange); border-radius: 4px; background: var(--mpc-orange); color: #fff; font-size: 14px; line-height: 1.2; font-weight: 800; text-decoration: none; text-transform: uppercase; transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease; }
.mpc-wego-button:hover, .mpc-wego-button:focus-visible { background: var(--mpc-orange-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(242,101,34,.22); }
.mpc-wego-button--small { min-height: 36px; padding: 8px 16px; font-size: 12px; }
.mpc-wego-button--outline { background: transparent; color: var(--mpc-orange); }
.mpc-wego-button--outline:hover, .mpc-wego-button--outline:focus-visible { background: var(--mpc-orange); }

.mpc-wego-hero { position: relative; background: #e9edf0; overflow: hidden; }
.mpc-wego-hero__track { display: flex; overflow: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
.mpc-wego-hero__track::-webkit-scrollbar { display: none; }
.mpc-wego-hero__slide { flex: 0 0 100%; display: block; scroll-snap-align: start; }
.mpc-wego-hero picture { display: block; }
.mpc-wego-hero__image { display: block; width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.mpc-wego-nav { position: absolute; top: 50%; z-index: 3; width: 42px; height: 54px; padding: 0; border: 0; border-radius: 3px; background: rgba(0,0,0,.38); color: #fff; font-size: 40px; line-height: 1; transform: translateY(-50%); cursor: pointer; transition: background .2s ease; }
.mpc-wego-nav:hover { background: var(--mpc-orange); }
.mpc-wego-nav--prev { left: 16px; }
.mpc-wego-nav--next { right: 16px; }
.mpc-wego-dots { position: absolute; right: 0; bottom: 18px; left: 0; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.mpc-wego-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; }
.mpc-wego-dots button.is-active { width: 28px; border-radius: 999px; background: var(--mpc-orange); }

.mpc-wego-production { position: relative; padding-block: 58px; overflow: hidden; background: linear-gradient(180deg, #f3faf6 0%, #fbfdfc 52%, #fff 100%); }
.mpc-wego-production::before { content: ""; position: absolute; top: -160px; right: -120px; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(242,101,34,.06), rgba(242,101,34,0) 68%); pointer-events: none; }
.mpc-wego-production__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr); gap: 42px; align-items: center; padding: 28px; border: 1px solid rgba(7,138,62,.12); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(249,253,251,.94)); box-shadow: 0 24px 70px rgba(20,55,37,.1); }
.mpc-wego-production__media { position: relative; z-index: 1; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; border: 1px solid rgba(7,138,62,.1); border-radius: 22px; background: #dce7e0; box-shadow: 0 14px 34px rgba(22,29,38,.13); isolation: isolate; }
.mpc-wego-production__media::before, .mpc-wego-production__media::after { display: none; }
.mpc-wego-production__media > img { width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; object-position: center; }
.mpc-wego-production__caption { position: absolute; left: 22px; bottom: 20px; display: flex; min-width: 226px; align-items: center; gap: 11px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.78); border-radius: 14px; background: rgba(255,255,255,.92); color: var(--mpc-ink); box-shadow: 0 10px 24px rgba(22,29,38,.14); backdrop-filter: blur(10px); }
.mpc-wego-production__caption > span:first-child { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--mpc-green); color: #fff; font-weight: 900; }
.mpc-wego-production__caption strong, .mpc-wego-production__caption small { display: block; }
.mpc-wego-production__caption strong { font-size: 14px; line-height: 1.2; }
.mpc-wego-production__caption small { margin-top: 3px; color: var(--mpc-muted); font-size: 11px; }
.mpc-wego-production__video { position: absolute; right: 20px; bottom: 22px; display: inline-flex; min-height: 44px; align-items: center; gap: 9px; padding: 6px 14px 6px 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(22,29,38,.82); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.mpc-wego-production__video > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--mpc-orange); }
.mpc-wego-production__video:hover, .mpc-wego-production__video:focus-visible { background: var(--mpc-green-dark); color: #fff; transform: translateY(-2px); }
.mpc-wego-production__eyebrow { display: inline-flex; min-height: 30px; align-items: center; gap: 8px; margin-bottom: 16px; padding: 5px 12px; border: 1px solid rgba(7,138,62,.18); border-radius: 999px; background: #eaf7ef; color: var(--mpc-green-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mpc-wego-production__eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--mpc-orange); box-shadow: 0 0 0 4px rgba(242,101,34,.12); }
.mpc-wego-production__body { padding: 8px 8px 8px 0; }
.mpc-wego-production__body h2 { max-width: 560px; margin: 0 0 18px; color: var(--mpc-ink); font-size: clamp(29px, 2.35vw, 39px); line-height: 1.14; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.mpc-wego-production__body h2::after { content: ""; display: block; width: 74px; height: 4px; margin-top: 17px; border-radius: 999px; background: linear-gradient(90deg, var(--mpc-orange) 0 65%, var(--mpc-green) 65%); }
.mpc-wego-copy { color: #4b5563; font-size: 15px; line-height: 1.72; }
.mpc-wego-copy p { margin: 0 0 12px; }
.mpc-wego-copy p:last-child { margin-bottom: 0; }
.mpc-wego-production__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 21px 0 23px; padding: 7px; overflow: hidden; border: 1px solid rgba(7,138,62,.12); border-radius: 15px; background: #f3faf6; list-style: none; }
.mpc-wego-production__steps li { display: flex; min-width: 0; min-height: 43px; align-items: center; gap: 9px; padding: 8px 11px; border-radius: 10px; color: #25313a; font-size: 13px; line-height: 1.35; font-weight: 700; }
.mpc-wego-production__steps li:nth-child(even) { border-left: 1px solid rgba(7,138,62,.1); }
.mpc-wego-production__steps li:nth-child(n+3) { border-top: 1px solid rgba(7,138,62,.1); }
.mpc-wego-production__steps li > span { width: 24px; height: 24px; display: grid; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #eaf7ef; color: var(--mpc-green); font-size: 12px; font-weight: 900; }
.mpc-wego-production__body .mpc-wego-button { min-height: 48px; margin-top: 0; padding-inline: 25px; border-radius: 12px; box-shadow: 0 10px 22px rgba(242,101,34,.16); }

.mpc-wego-collections__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.mpc-wego-collection-card { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #ddd; }
.mpc-wego-collection-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.mpc-wego-collection-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); pointer-events: none; }
.mpc-wego-collection-card__overlay { position: absolute; right: 20px; bottom: 26px; left: 20px; z-index: 2; color: #fff; text-align: center; }
.mpc-wego-collection-card__overlay h3 { max-width: 300px; margin: 0 auto 16px; font-size: 21px; line-height: 1.35; text-transform: uppercase; }
.mpc-wego-collection-card:hover > img { transform: scale(1.055); }

.mpc-wego-categories { padding-top: 38px; }
.mpc-wego-categories__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px 24px; }
.mpc-wego-category-card { color: var(--mpc-ink); text-align: center; text-decoration: none; }
.mpc-wego-category-card__image { display: block; aspect-ratio: 1.5 / 1; overflow: hidden; border-radius: 3px; background: #f0f0f0; box-shadow: 0 3px 12px rgba(13,23,33,.12); }
.mpc-wego-category-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mpc-wego-category-card strong { display: block; min-height: 40px; margin-top: 12px; font-size: 13px; line-height: 1.45; text-transform: uppercase; }
.mpc-wego-category-card:hover { color: var(--mpc-orange); }
.mpc-wego-category-card:hover img { transform: scale(1.06); }
.mpc-wego-rail-controls { display: none; justify-content: center; gap: 10px; margin-top: 16px; }
.mpc-wego-rail-controls button { width: 38px; height: 38px; padding: 0; border: 1px solid #d7dce2; border-radius: 50%; background: #fff; color: var(--mpc-orange); font-size: 26px; line-height: 1; cursor: pointer; }
.mpc-wego-rail-controls--light button { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); color: #fff; }

.mpc-wego-clients, .mpc-wego-awards { position: relative; background: linear-gradient(135deg, var(--mpc-green-dark), var(--mpc-green)); }
.mpc-wego-clients__rail { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 26px; }
.mpc-wego-client-card { margin: 0; }
.mpc-wego-client-card a { display: block; color: #fff; text-align: center; text-decoration: none; }
.mpc-wego-client-card__photo { width: 100%; aspect-ratio: .69 / 1; border: 4px solid rgba(255,255,255,.25); border-radius: 5px; object-fit: cover; box-shadow: 0 10px 24px rgba(0,0,0,.18); transition: transform .3s ease, border-color .3s ease; }
.mpc-wego-client-card:hover .mpc-wego-client-card__photo { border-color: var(--mpc-orange); transform: translateY(-5px); }
.mpc-wego-client-card__meta { display: grid; min-height: 70px; margin-top: 12px; place-items: center; }
.mpc-wego-client-card__meta img { max-width: 112px; max-height: 42px; object-fit: contain; filter: brightness(0) invert(1); }
.mpc-wego-client-card__meta small { font-size: 12px; }

.mpc-wego-logo-strip { padding: 20px 0; overflow: hidden; border-block: 10px solid var(--mpc-green); background: #fff; }
.mpc-wego-logo-strip__track { display: flex; width: max-content; align-items: center; animation: mpcWegoLogos 52s linear infinite; }
.mpc-wego-logo-strip:hover .mpc-wego-logo-strip__track { animation-play-state: paused; }
.mpc-wego-logo-strip span { display: grid; width: 210px; height: 64px; padding: 5px 18px; place-items: center; }
.mpc-wego-logo-strip img { max-width: 100%; max-height: 54px; object-fit: contain; opacity: 1; }
@keyframes mpcWegoLogos { to { transform: translateX(-50%); } }

.mpc-wego-awards__rail { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.mpc-wego-award-card { margin: 0; padding: 10px 10px 18px; border-radius: 5px; background: #fff; color: var(--mpc-green-dark); text-align: center; }
.mpc-wego-award-card img { width: 100%; aspect-ratio: .85 / 1; border-radius: 3px; object-fit: cover; }
.mpc-wego-award-card h3 { margin: 14px 6px 0; font-size: 14px; line-height: 1.45; }

.mpc-wego-press { background: #fff; }
.mpc-wego-press__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: start; }
.mpc-wego-press-card { border: 1px solid #e5e7eb; background: #fff; box-shadow: 0 5px 18px rgba(15,23,42,.06); }
.mpc-wego-press-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.2fr .8fr; }
.mpc-wego-press-card__image { display: block; overflow: hidden; }
.mpc-wego-press-card__image img { width: 100%; height: 220px; object-fit: cover; transition: transform .35s ease; }
.mpc-wego-press-card--featured .mpc-wego-press-card__image img { height: 100%; min-height: 310px; }
.mpc-wego-press-card:hover .mpc-wego-press-card__image img { transform: scale(1.035); }
.mpc-wego-press-card__body { padding: 18px; }
.mpc-wego-press-card__body h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.45; }
.mpc-wego-press-card--featured h3 { font-size: 20px; }
.mpc-wego-press-card__body h3 a { color: var(--mpc-ink); text-decoration: none; }
.mpc-wego-press-card__body h3 a:hover { color: var(--mpc-orange); }
.mpc-wego-press-card__body time { color: #8b93a1; font-size: 12px; text-transform: uppercase; }
.mpc-wego-press-card__body p { margin: 12px 0; color: var(--mpc-muted); font-size: 13px; line-height: 1.65; }
.mpc-wego-text-link { color: var(--mpc-green); font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.mpc-wego-news { padding-top: 30px; background: var(--mpc-soft); }
.mpc-wego-news__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; }
.mpc-wego-news-featured { margin: 0; }
.mpc-wego-news-featured a { color: var(--mpc-ink); text-decoration: none; }
.mpc-wego-news-featured img { width: 100%; aspect-ratio: 1.75 / 1; object-fit: cover; }
.mpc-wego-news-featured h3 { margin: 14px 0 0; font-size: 20px; line-height: 1.45; }
.mpc-wego-news-list article { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 14px; padding: 0 0 16px; margin-bottom: 16px; border-bottom: 1px solid #e1e4e8; }
.mpc-wego-news-list__thumb img { width: 120px; height: 78px; object-fit: cover; }
.mpc-wego-news-list h3 { margin: 0 0 6px; font-size: 14px; line-height: 1.42; }
.mpc-wego-news-list h3 a { color: var(--mpc-ink); text-decoration: none; }
.mpc-wego-news-list h3 a:hover { color: var(--mpc-orange); }
.mpc-wego-news-list p { margin: 0; color: var(--mpc-muted); font-size: 12px; line-height: 1.5; }

.mpc-wego-cta { padding: 20px 0 30px; background: var(--mpc-soft); }
.mpc-wego-cta__buttons { display: flex; justify-content: center; gap: 14px; }

@media (max-width: 980px) {
    .mpc-wego-section { padding-block: 38px; }
    .mpc-wego-production { padding-block: 46px; }
    .mpc-wego-production__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: 30px; padding: 22px; }
    .mpc-wego-production__caption { left: 16px; bottom: 16px; }
    .mpc-wego-production__video { right: 16px; bottom: 17px; width: 44px; padding: 6px; overflow: hidden; white-space: nowrap; color: transparent; }
    .mpc-wego-production__video > span { flex: 0 0 32px; color: #fff; }
    .mpc-wego-collections__grid { gap: 6px; }
    .mpc-wego-collection-card { min-height: 430px; }
    .mpc-wego-categories__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .mpc-wego-clients__rail, .mpc-wego-awards__rail { grid-template-columns: repeat(3, minmax(0,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
    .mpc-wego-client-card, .mpc-wego-award-card { min-width: 220px; scroll-snap-align: start; }
    .mpc-wego-rail-controls { display: flex; }
    .mpc-wego-press__grid { grid-template-columns: repeat(2, minmax(0,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
    .mpc-wego-press-card { min-width: 310px; scroll-snap-align: start; }
    .mpc-wego-press-card--featured { grid-column: auto; display: block; }
    .mpc-wego-press-card--featured .mpc-wego-press-card__image img { height: 220px; min-height: 0; }
}

@media (max-width: 760px) {
    .mpc-wego-container { width: min(100% - 28px, 620px); }
    .mpc-wego-section { padding-block: 30px; }
    .mpc-wego-title { margin-bottom: 22px; font-size: 22px; }
    .mpc-wego-hero__image { aspect-ratio: 3 / 1; }
    .mpc-wego-nav { width: 30px; height: 42px; font-size: 30px; }
    .mpc-wego-nav--prev { left: 4px; }
    .mpc-wego-nav--next { right: 4px; }
    .mpc-wego-dots { bottom: 8px; }
    .mpc-wego-production { padding-block: 30px; }
    .mpc-wego-production::before { display: none; }
    .mpc-wego-production__grid { grid-template-columns: 1fr; gap: 24px; padding: 10px 10px 20px; border-radius: 22px; }
    .mpc-wego-production__media { aspect-ratio: 4 / 3; border-radius: 16px; box-shadow: 0 12px 26px rgba(22,29,38,.12); }
    .mpc-wego-production__media::before { top: -10px; left: -9px; width: 66px; height: 66px; border-width: 3px; border-radius: 15px 0 0; }
    .mpc-wego-production__media::after { right: -9px; bottom: -10px; width: 76px; height: 76px; border-width: 3px; border-radius: 0 0 15px; }
    .mpc-wego-production__media > img { border-radius: 11px; }
    .mpc-wego-production__caption { left: 12px; bottom: 12px; min-width: 0; max-width: calc(100% - 74px); padding: 9px 11px; border-radius: 11px; }
    .mpc-wego-production__caption > span:first-child { width: 28px; height: 28px; flex-basis: 28px; }
    .mpc-wego-production__caption strong { font-size: 12px; }
    .mpc-wego-production__caption small { display: none; }
    .mpc-wego-production__video { right: 11px; bottom: 12px; }
    .mpc-wego-production__body h2 { font-size: 26px; }
    .mpc-wego-production__body { padding: 4px 6px 0; }
    .mpc-wego-production__steps { grid-template-columns: 1fr; gap: 9px; margin-block: 19px 22px; }
    .mpc-wego-production__steps li:nth-child(even), .mpc-wego-production__steps li:nth-child(n+3) { border: 0; }
    .mpc-wego-copy { font-size: 14px; }
    .mpc-wego-collections__grid { grid-template-columns: 1fr; gap: 10px; }
    .mpc-wego-collection-card { min-height: 460px; }
    .mpc-wego-categories__grid { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .mpc-wego-categories__grid::-webkit-scrollbar, [data-mpc-wego-rail-track]::-webkit-scrollbar { display: none; }
    .mpc-wego-category-card { flex: 0 0 76%; scroll-snap-align: center; }
    .mpc-wego-category-card strong { min-height: 0; }
    .mpc-wego-clients__rail, .mpc-wego-awards__rail { display: flex; gap: 14px; scrollbar-width: none; }
    .mpc-wego-client-card { flex: 0 0 72%; min-width: 0; }
    .mpc-wego-award-card { flex: 0 0 84%; min-width: 0; }
    .mpc-wego-logo-strip span { width: 145px; }
    .mpc-wego-press__grid { display: flex; gap: 14px; scrollbar-width: none; }
    .mpc-wego-press-card { flex: 0 0 86%; min-width: 0; }
    .mpc-wego-news__grid { grid-template-columns: 1fr; gap: 24px; }
    .mpc-wego-news-list article { grid-template-columns: 92px minmax(0,1fr); gap: 11px; }
    .mpc-wego-news-list__thumb img { width: 92px; height: 68px; }
    .mpc-wego-news-list p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .mpc-wego-cta__buttons { flex-direction: column; align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
    .mpc-wego-logo-strip__track { animation: none; }
    .mpc-wego-home * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
