/* ================= MaxGroup Company — Styles ================= */
noscript .noscript-note { display: block; background: #fff3cd; color: #7a5b00; text-align: center; padding: 10px; font-size: 14px; }
:root {
  --blue-900: #0b3fa8;
  --blue-800: #1352c9;
  --blue-700: #1b5fd9;
  --blue-600: #2f7bf6;
  --blue-500: #4f9dff;
  --blue-400: #7fb3ff;
  --ink: #0f1e3a;
  --ink-soft: #43506b;
  --muted: #7a869e;
  --bg: #ffffff;
  --bg-alt: #f4f8ff;
  --line: #e4ecfb;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 18px 45px -20px rgba(27, 95, 217, .35);
  --shadow-soft: 0 10px 30px -18px rgba(15, 30, 58, .3);
  --grad-hero: linear-gradient(135deg, #2f7bf6 0%, #1b5fd9 55%, #1247b5 100%);
  --grad-btn: linear-gradient(135deg, #4f9dff, #1b5fd9);
  --container: 1180px;
  --header-h: 78px;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  font-family: var(--font, "Be Vietnam Pro"), system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  height: var(--header-h); display: flex; align-items: center;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(12px);
  box-shadow: 0 6px 24px -18px rgba(15, 30, 58, .5);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Be Vietnam Pro", system-ui, sans-serif; }
.brand-logo { display: inline-flex; filter: drop-shadow(0 6px 14px rgba(27, 95, 217, .5)); }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: 1.5px; color: #fff; }
.scrolled .brand-name { color: var(--blue-800); }

.main-nav { display: flex; gap: 4px; }
.nav-link {
  position: relative; padding: 8px 14px; font-size: 14.5px; font-weight: 600;
  color: rgba(255, 255, 255, .9); border-radius: 10px; transition: color .25s, background .25s;
  text-transform: uppercase; letter-spacing: .3px;
}
.nav-link:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.nav-link.active { color: #fff; }
.scrolled .nav-link { color: var(--ink-soft); }
.scrolled .nav-link:hover, .scrolled .nav-link.active { color: var(--blue-700); background: var(--bg-alt); }

.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 3px; padding: 7px 12px; cursor: pointer;
  font-family: "Be Vietnam Pro", system-ui, sans-serif; font-weight: 700; font-size: 13px; color: #fff;
  background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px; transition: .25s;
}
.lang-toggle:hover { background: rgba(255, 255, 255, .28); }
.lang-toggle .lang-alt { opacity: .6; }
.lang-toggle .lang-sep { opacity: .5; }
.scrolled .lang-toggle { color: var(--blue-800); background: var(--bg-alt); border-color: var(--line); }

.menu-btn { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px;
  align-items: center; justify-content: center; background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.3); border-radius: 12px; cursor: pointer; }
.menu-btn span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.scrolled .menu-btn { background: var(--bg-alt); border-color: var(--line); }
.scrolled .menu-btn span { background: var(--blue-800); }
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 15px;
  cursor: pointer; border: none; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-primary { background: var(--grad-btn); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -18px rgba(27,95,217,.6); }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--grad-hero); color: #fff; padding: calc(var(--header-h) + 40px) 0 130px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.blob { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .5; }
.blob-1 { width: 520px; height: 520px; right: -120px; top: -160px; background: radial-gradient(circle, rgba(127,179,255,.6), transparent 70%); }
.blob-2 { width: 420px; height: 420px; left: -140px; bottom: -160px; background: radial-gradient(circle, rgba(79,157,255,.45), transparent 70%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 40px; min-height: 460px; }
.hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 7px 16px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; margin-bottom: 22px; }
.hero-title { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(44px, 6vw, 78px); line-height: 1.02; font-weight: 800; letter-spacing: -1px; }
.hero-title .grad { background: linear-gradient(90deg, #fff, #cfe0ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: clamp(18px, 2.2vw, 24px); font-weight: 600; margin-top: 14px; color: #dbe8ff; }
.hero-desc { max-width: 520px; margin-top: 18px; font-size: 16px; color: rgba(255,255,255,.86); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

/* Hero art: orbiting icons + rocket */
.hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.orbit { position: relative; width: 440px; height: 440px; max-width: 100%; }
.rocket { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; animation: floatY 4s ease-in-out infinite; filter: drop-shadow(0 30px 40px rgba(0,0,0,.25)); }
.flame { transform-origin: 80px 176px; animation: flame .35s ease-in-out infinite alternate; }
@keyframes flame { from { transform: scaleY(.85); opacity: .85; } to { transform: scaleY(1.15); opacity: 1; } }
@keyframes floatY { 0%,100% { transform: translateY(-8px); } 50% { transform: translateY(10px); } }

.app-icon {
  position: absolute; width: 62px; height: 62px; display: flex; align-items: center; justify-content: center;
  font-size: 26px; border-radius: 50%; color: #fff;
  background: radial-gradient(circle at 30% 25%, var(--c1), var(--c2));
  box-shadow: 0 0 0 6px rgba(255,255,255,.14), 0 14px 30px -8px rgba(0,0,0,.4);
  animation: bob 5s ease-in-out infinite;
}
.app-icon::after { content: ""; position: absolute; inset: -18px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.5), transparent 65%); z-index: -1; opacity: .5; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }

.ic-1 { top: 12%;  left: 44%; animation-delay: .0s; }
.ic-2 { top: 30%;  left: 78%; animation-delay: .6s; }
.ic-3 { top: 6%;   left: 66%; animation-delay: 1.1s; }
.ic-4 { top: 26%;  left: 10%; animation-delay: .3s; }
.ic-5 { top: 55%;  left: 82%; animation-delay: .9s; }
.ic-6 { top: 74%;  left: 24%; animation-delay: 1.4s; }
.ic-7 { top: 62%;  left: 8%;  animation-delay: .5s; }
.ic-8 { top: 46%;  left: 88%; animation-delay: 1.2s; }
.ic-9 { top: 78%;  left: 60%; animation-delay: .2s; }

.spark { position: absolute; width: 8px; height: 8px; background: #fff; border-radius: 50%; opacity: .8; animation: twinkle 2.4s ease-in-out infinite; }
.sp-1 { top: 20%; left: 30%; } .sp-2 { top: 60%; left: 70%; animation-delay: .8s; }
.sp-3 { top: 40%; left: 55%; animation-delay: 1.4s; } .sp-4 { top: 84%; left: 44%; animation-delay: .4s; }
@keyframes twinkle { 0%,100% { transform: scale(.4); opacity: .2; } 50% { transform: scale(1); opacity: .9; } }

.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 1; line-height: 0; }
.hero-wave svg { width: 100%; height: 110px; }

/* ---------- Stats ---------- */
.stats { margin-top: -40px; position: relative; z-index: 5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: 34px 24px; }
.stat { text-align: center; }
.stat-num { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(30px, 4vw, 44px); font-weight: 800; background: var(--grad-btn); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: 14px; color: var(--muted); font-weight: 500; margin-top: 4px; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.tag { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--blue-700); background: #e7f0ff; padding: 6px 16px; border-radius: 999px; }
.section-title { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: var(--ink); margin: 16px 0 14px; letter-spacing: -.5px; }
.section-lead { font-size: 16.5px; color: var(--ink-soft); }

/* About */
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.about-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.about-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.about-ic { width: 62px; height: 62px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; background: radial-gradient(circle at 30% 25%, var(--c1), var(--c2)); box-shadow: 0 12px 24px -10px var(--c2); margin-bottom: 18px; }
.about-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.about-card p { color: var(--ink-soft); font-size: 15px; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .3s, box-shadow .3s; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-ic { font-size: 30px; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; background: var(--bg-alt); border-radius: 14px; margin-bottom: 16px; }
.feature h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature p { color: var(--ink-soft); font-size: 15px; }

/* Products */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; text-align: center; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-ic { width: 66px; height: 66px; margin: 0 auto 16px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 30px; color: #fff; background: radial-gradient(circle at 30% 25%, var(--c1), var(--c2)); box-shadow: 0 14px 26px -10px var(--c2); }
.product-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.product-card p { color: var(--ink-soft); font-size: 14px; }

/* Timeline */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.tl-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; position: relative; transition: transform .3s, box-shadow .3s; }
.tl-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tl-num { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: 40px; font-weight: 800; background: var(--grad-btn); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; opacity: .9; margin-bottom: 10px; }
.tl-body h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.tl-body p { color: var(--ink-soft); font-size: 15px; }

/* Careers */
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.job-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.job-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.job-loc { display: inline-block; font-size: 12.5px; font-weight: 700; color: var(--blue-700); background: #e7f0ff; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px; }
.job-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 8px; }
.job-card p { color: var(--ink-soft); font-size: 15px; margin-bottom: 16px; }
.job-apply { font-weight: 700; color: var(--blue-700); }
.job-apply:hover { color: var(--blue-900); }

/* Contact */
.section-contact { background: var(--bg-alt); }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info .section-title, .contact-info .section-lead { text-align: left; }
.contact-info .section-head { text-align: left; }
.contact-list { list-style: none; margin-top: 30px; display: grid; gap: 20px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.ci-ic { flex: none; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.contact-list strong { display: block; font-size: 15px; }
.contact-list p { color: var(--ink-soft); font-size: 15px; }
.contact-list a { color: var(--blue-700); }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-soft); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.field input, .field textarea { width: 100%; padding: 13px 15px; font: inherit; font-size: 15px; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius-sm); transition: border .2s, box-shadow .2s; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(79,157,255,.15); }
.form-note { margin-top: 14px; font-size: 14px; font-weight: 600; text-align: center; }
.form-note.ok { color: #059669; }
.form-note.err { color: #e11d48; }

/* Footer */
.site-footer { background: #0c1a33; color: #cdd8ee; padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr; gap: 40px; padding-bottom: 40px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { margin-top: 14px; font-size: 15px; color: #9fb0d0; max-width: 320px; }
.footer-col h4 { font-family: "Be Vietnam Pro", system-ui, sans-serif; color: #fff; font-size: 16px; margin-bottom: 16px; }
.footer-col a, .footer-col p { display: block; color: #9fb0d0; font-size: 14.5px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-col a[href^="mailto"] { color: var(--blue-400); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; }
.footer-bottom p { font-size: 13.5px; color: #7f90b3; text-align: center; }

/* Back to top */
.to-top { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; color: #fff; background: var(--grad-btn); border-radius: 50%; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .3s; z-index: 90; }
.to-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-desc { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-art { order: -1; margin-bottom: 10px; }
  .orbit { width: 360px; height: 360px; }
  .about-grid, .feature-grid, .job-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .menu-btn { display: flex; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; gap: 2px;
    background: #fff; padding: 16px 24px 24px; box-shadow: 0 20px 40px -20px rgba(15,30,58,.4);
    transform: translateY(-140%); transition: transform .35s ease; z-index: 99; max-height: calc(100vh - var(--header-h)); overflow-y: auto;
  }
  .main-nav.open { transform: translateY(0); }
  .nav-link { color: var(--ink-soft); width: 100%; padding: 12px 14px; }
  .nav-link:hover, .nav-link.active { color: var(--blue-700); background: var(--bg-alt); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
  .about-grid, .feature-grid, .product-grid, .job-grid, .timeline { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
}
@media (max-width: 420px) { .orbit { width: 290px; height: 290px; } .app-icon { width: 52px; height: 52px; font-size: 22px; } }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ================= Sub-page components ================= */

/* Page banner (blue hero for inner pages, header sits over it) */
.page-banner { position: relative; background: var(--grad-hero); color: #fff; padding: calc(var(--header-h) + 56px) 0 84px; overflow: hidden; text-align: center; }
.page-banner-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.page-banner .tag { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.page-banner h1 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(30px, 5vw, 48px); font-weight: 800; margin: 16px 0 12px; letter-spacing: -.5px; }
.page-banner p { font-size: 17px; color: #dbe8ff; max-width: 620px; margin: 0 auto; }

/* Breadcrumb */
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: var(--blue-700); font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--ink-soft); }

/* Home split teaser */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split .section-head { text-align: left; margin: 0; max-width: none; }
.split-media { display: flex; align-items: center; justify-content: center; }
.split-card { width: 100%; background: var(--grad-hero); border-radius: var(--radius); padding: 40px; color: #fff; box-shadow: var(--shadow); }
.split-card ul { list-style: none; display: grid; gap: 14px; }
.split-card li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.split-card li::before { content: "\2713"; flex: none; width: 26px; height: 26px; display: grid; place-items: center; background: rgba(255,255,255,.2); border-radius: 50%; font-size: 14px; font-weight: 800; }
.link-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--blue-700); margin-top: 20px; }
.link-more:hover { color: var(--blue-900); }
.center { text-align: center; }
.mt-32 { margin-top: 32px; }

/* Benefits (careers) */
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; text-align: center; transition: transform .3s, box-shadow .3s; }
.benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-ic { font-size: 30px; margin-bottom: 12px; }
.benefit h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
.benefit p { font-size: 14.5px; color: var(--ink-soft); }

/* Job list + detail */
.job-dept { display: block; font-size: 13px; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
.job-facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 16px; font-size: 14px; color: var(--ink-soft); }
.job-facts b { color: var(--ink); font-weight: 700; }

/* Partners */
.partner-row { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.partner { display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 26px; font-weight: 700; font-size: 16px; color: var(--ink); box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.partner:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.partner span { font-size: 24px; }
.job-detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.job-detail-main h1 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -.5px; }
.job-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.job-meta span { font-size: 14px; font-weight: 600; color: var(--blue-800); background: #e7f0ff; padding: 7px 14px; border-radius: 999px; }
.job-summary { font-size: 17px; color: var(--ink-soft); margin-bottom: 26px; }
.job-detail-main h3 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: 20px; margin: 26px 0 12px; }
.detail-list { list-style: none; display: grid; gap: 10px; }
.detail-list li { position: relative; padding-left: 28px; color: var(--ink-soft); }
.detail-list li::before { content: "\25B9"; position: absolute; left: 4px; color: var(--blue-600); font-weight: 800; }
.job-detail-side { position: sticky; top: calc(var(--header-h) + 16px); }
.apply-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-soft); }
.apply-card h3 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: 20px; margin-bottom: 6px; }
.apply-card > p { color: var(--ink-soft); font-size: 14.5px; margin-bottom: 18px; }
.apply-form .field { margin-bottom: 14px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.blog-card-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.blog-cat { font-weight: 700; color: var(--blue-700); background: #e7f0ff; padding: 4px 12px; border-radius: 999px; }
.blog-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; line-height: 1.35; }
.blog-card p { color: var(--ink-soft); font-size: 15px; flex: 1; }
.read-more { display: inline-block; margin-top: 16px; font-weight: 700; color: var(--blue-700); }
.read-more:hover { color: var(--blue-900); }

/* Article */
.article { max-width: 760px; margin: 0 auto; }
.article h1 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(28px, 4.5vw, 42px); font-weight: 800; letter-spacing: -.5px; margin: 12px 0 20px; }
.article-body { font-size: 17px; color: var(--ink-soft); }
.article-body p { margin-bottom: 18px; }

/* Contact extras */
.contact-hours { margin-top: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-soft); }
.contact-hours h4 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: 16px; margin-bottom: 6px; }
.contact-hours p { color: var(--ink-soft); font-size: 15px; }
.map-wrap { margin-top: 40px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.map-wrap iframe { display: block; width: 100%; height: 360px; border: 0; }

/* CTA banner */
.cta-banner { background: var(--grad-hero); color: #fff; border-radius: var(--radius); padding: 56px 40px; text-align: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.cta-banner h2 { font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: clamp(24px, 3.5vw, 34px); font-weight: 800; }
.cta-banner p { color: #dbe8ff; max-width: 560px; margin: 12px auto 26px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* Platform badges */
.platform-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.platform { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 12px 22px; font-weight: 700; box-shadow: var(--shadow-soft); }
.platform span { font-size: 22px; }

/* Not found */
.notfound { text-align: center; padding: 60px 0; }
.notfound h2 { font-size: 24px; margin-bottom: 20px; }

/* Team avatars */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { text-align: center; }
.avatar { width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; font-family: "Be Vietnam Pro", system-ui, sans-serif; font-size: 32px; font-weight: 800; color: #fff; background: var(--grad-hero); box-shadow: var(--shadow-soft); }
.team-card h3 { font-size: 17px; }
.team-card p { color: var(--muted); font-size: 14px; }

@media (max-width: 980px) {
  .split { grid-template-columns: 1fr; }
  .benefit-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .job-detail-grid { grid-template-columns: 1fr; }
  .job-detail-side { position: static; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .benefit-grid, .team-grid, .blog-grid { grid-template-columns: 1fr; }
  .page-banner { padding: calc(var(--header-h) + 36px) 0 60px; }
}
