:root {
  --ink: #111a3a;
  --muted: #5d6986;
  --muted-dark: #9aa7c6;
  --surface: #ffffff;
  --surface-soft: #f5f7fc;
  --line: #e4e9f3;
  --navy: #101b3d;
  --blue: #2864f0;
  --blue-dark: #1743b8;
  --sky: #dce9ff;
  --teal: #0ebda6;
  --pink: #f45b9a;
  --orange: #ff9d5c;
  --lime: #cde65b;
  --violet: #8d6bff;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow-sm: 0 10px 30px rgba(16, 27, 61, .07);
  --shadow-md: 0 22px 60px rgba(16, 27, 61, .14);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --duration-fast: 180ms;
  --duration-standard: 280ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: "Be Vietnam Pro", "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, a, .position-card { cursor: pointer; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 1000; padding: 10px 16px;
  color: #fff; background: var(--navy); border-radius: 10px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(228,233,243,.9); backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 44px; }
.brand-logo { width: 46px; height: 46px; border-radius: 13px; object-fit: contain; background: #fff; border: 1px solid #e8edf7; }
.brand span { display: grid; gap: 0; line-height: 1.2; }
.brand strong { font-size: .82rem; letter-spacing: .13em; }
.brand small { color: var(--blue); font-size: .62rem; font-weight: 800; letter-spacing: .18em; }
.nav-cta {
  min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px;
  color: #fff; background: var(--navy); border-radius: 999px; font-size: .82rem; font-weight: 700;
  transition: transform var(--duration-fast) var(--ease-out), background var(--duration-fast) ease, box-shadow var(--duration-fast) ease;
}
.nav-cta:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 9px 24px rgba(40,100,240,.22); }
.nav-cta:active { transform: scale(.98); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #eef4ff 0%, #f8f6ff 53%, #fff 100%); }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero::before { width: 430px; height: 430px; right: -120px; top: -160px; background: rgba(141,107,255,.15); }
.hero::after { width: 330px; height: 330px; left: -150px; bottom: -190px; background: rgba(14,189,166,.12); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: center; gap: clamp(32px, 6vw, 90px); padding-top: 72px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(14,189,166,.14); }
.hero h1, .section-heading h2, .section-dark h2 { margin: 0; font-weight: 800; letter-spacing: -.055em; line-height: 1.05; }
.hero h1 { max-width: 650px; font-size: clamp(3.1rem, 6.8vw, 6.1rem); }
.hero h1 em, .section-dark h2 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 590px; margin: 25px 0 30px; color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; transition: transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) ease, color var(--duration-fast) ease, background var(--duration-fast) ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: scale(.98); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 24px rgba(40,100,240,.24); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 30px rgba(40,100,240,.3); }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.55); border-color: var(--line); }
.button-ghost:hover { color: var(--blue); background: #fff; border-color: #bfd0fa; }
.button-dark { color: #fff; background: var(--navy); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { color: var(--blue); box-shadow: 0 14px 30px rgba(255,255,255,.18); }
.hero-metrics { max-width: 580px; display: flex; flex-wrap: wrap; gap: 0; margin-top: 48px; }
.hero-metrics div { min-width: 130px; display: grid; gap: 1px; padding-right: 24px; margin-right: 24px; border-right: 1px solid #d4dced; }
.hero-metrics div:last-child { border-right: 0; margin-right: 0; }
.hero-metrics strong { font-size: 1.35rem; letter-spacing: -.03em; }
.hero-metrics span { color: var(--muted); font-size: .73rem; font-weight: 700; }

.hero-visual { position: relative; justify-self: end; width: min(100%, 500px); aspect-ratio: 1 / 1; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 7% 2% 2%; border-radius: 42% 58% 52% 48% / 46% 44% 56% 54%; background: linear-gradient(145deg, #dce9ff, #ebe3ff 45%, #cff9f1); transform: rotate(-8deg); }
.hero-visual img { position: relative; z-index: 1; width: 92%; filter: drop-shadow(0 25px 35px rgba(16,27,61,.15)); animation: heroFloat 6s ease-in-out infinite; }
.hero-poster { position: relative; z-index: 1; width: min(88%, 430px); height: 94%; overflow: hidden; background: #fff; border: 8px solid rgba(255,255,255,.8); border-radius: 32px; box-shadow: 0 24px 60px rgba(16,27,61,.18); animation: posterFloat 6s ease-in-out infinite; }
.hero-poster picture, .hero-poster img { width: 100%; height: 100%; }
.hero-poster img { object-fit: contain; object-position: center; background: #fff; filter: none; animation: none; }
.visual-badge { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; color: var(--navy); background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.75); border-radius: 14px; box-shadow: var(--shadow-sm); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.badge-top { top: 12%; right: -2%; }
.badge-top strong { color: var(--blue); font-size: 1rem; letter-spacing: -.04em; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.badge-bottom { left: 1%; bottom: 12%; flex-wrap: wrap; min-width: 142px; font-size: .86rem; letter-spacing: .04em; }
.badge-bottom strong { color: var(--blue); font-size: 1.1rem; }
.badge-bottom small { flex-basis: 100%; color: var(--muted); font-size: .55rem; letter-spacing: .13em; }
.hero-marquee { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 50px); min-height: 56px; overflow: hidden; color: rgba(16,27,61,.42); border-top: 1px solid rgba(16,27,61,.08); font-size: .72rem; font-weight: 800; letter-spacing: .2em; white-space: nowrap; }
.hero-marquee i { color: var(--pink); font-style: normal; font-size: 1.1rem; }
@keyframes heroFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes posterFloat { 0%,100% { transform: translateY(0) rotate(1deg); } 50% { transform: translateY(-8px) rotate(-1deg); } }

.proof-strip { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { display: flex; align-items: center; gap: 13px; min-height: 94px; padding: 17px 22px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-icon { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue); background: #edf3ff; border-radius: 12px; font-size: .69rem; font-weight: 800; }
.proof-item span:last-child { display: grid; line-height: 1.35; }
.proof-item strong { font-size: .83rem; }
.proof-item small { color: var(--muted); font-size: .68rem; }

.campaign-section { background: #fff; }
.campaign-heading { margin-bottom: 35px; }
.campaign-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(230px, auto); gap: 16px; }
.campaign-card { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; background: #f4f7ff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 28px rgba(16,27,61,.07); }
.campaign-card picture, .campaign-card img { display: block; width: 100%; height: 100%; }
.campaign-card img { object-fit: contain; background: #fff; transition: transform var(--duration-standard) var(--ease-out); }
.campaign-card:hover img { transform: scale(1.035); }
.campaign-feature { grid-column: span 2; grid-row: span 2; }
.campaign-last { grid-column: span 2; }

.section { padding: clamp(70px, 9vw, 122px) 0; }
.positions-section { background: var(--surface-soft); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); align-items: end; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.section-heading h2 span { color: var(--muted); }
.section-intro { margin: 0; color: var(--muted); line-height: 1.75; }

.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; padding: 13px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 20px rgba(16,27,61,.04); }
.filter-label { display: flex; align-items: center; gap: 9px; padding-left: 4px; white-space: nowrap; }
.filter-label strong { font-size: .8rem; }
.filter-label > span:last-child { color: var(--muted); font-size: .72rem; }
.filter-icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--blue); background: #edf3ff; border-radius: 9px; font-size: 1.1rem; }
.filter-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter-chip { min-height: 44px; padding: 8px 13px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: .72rem; font-weight: 700; transition: color var(--duration-fast) ease, background var(--duration-fast) ease, border var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out); }
.filter-chip:hover { color: var(--blue); border-color: #b9cdf9; transform: translateY(-1px); }
.filter-chip.is-active { color: #fff; background: var(--blue); border-color: var(--blue); box-shadow: 0 6px 14px rgba(40,100,240,.18); }
.filter-chip:active { transform: scale(.97); }

.position-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.position-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 7px 20px rgba(16,27,61,.035); transition: transform var(--duration-standard) var(--ease-out), box-shadow var(--duration-standard) ease, border-color var(--duration-standard) ease, opacity var(--duration-standard) ease; }
.position-card:hover { transform: translateY(-6px); border-color: #c3d3f7; box-shadow: var(--shadow-md); }
.position-card:active { transform: translateY(-2px) scale(.995); }
.position-card.is-hidden { display: none; }
.position-card.featured { grid-column: span 2; flex-direction: row; }
.position-card.featured .card-visual { flex: 0 0 43%; min-height: 100%; }
.card-visual { position: relative; height: 154px; overflow: hidden; background: #e9f0ff; }
.card-visual::before, .card-visual::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.card-visual::before { width: 135px; height: 135px; top: -58px; right: -24px; background: rgba(255,255,255,.25); }
.card-visual::after { width: 100px; height: 100px; bottom: -55px; left: -25px; background: rgba(255,255,255,.18); }
.card-visual img { position: absolute; z-index: 1; width: 76%; height: 118%; right: 3%; bottom: -13%; object-fit: contain; transition: transform var(--duration-standard) var(--ease-out); }
.position-card:hover .card-visual img { transform: scale(1.07) rotate(1deg); }
.visual-social { background: linear-gradient(135deg, #5e86fa, #b49cff); }
.visual-pink { background: linear-gradient(135deg, #ffb6d3, #e66eff); }
.visual-lime { background: linear-gradient(135deg, #d9ed78, #68d8ca); }
.visual-violet { background: linear-gradient(135deg, #9c91ff, #5dbbff); }
.visual-blue { background: linear-gradient(135deg, #73baff, #5e74ea); }
.visual-orange { background: linear-gradient(135deg, #ffcf88, #ff7f9f); }
.visual-teal { background: linear-gradient(135deg, #83e0ce, #52a6fa); }
.visual-rose { background: linear-gradient(135deg, #ffadc9, #ff726f); }
.visual-navy { background: linear-gradient(135deg, #627cdd, #273a89); }
.visual-gold { background: linear-gradient(135deg, #ffd979, #ff8f68); }
.visual-coral { background: linear-gradient(135deg, #ffb58c, #e958a0); }
.visual-indigo { background: linear-gradient(135deg, #8196ff, #9e6ee8); }
.visual-multi { background: linear-gradient(135deg, #5adcc3, #7589ff 56%, #f693bd); }
.position-number { position: absolute; z-index: 2; left: 16px; top: 14px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: rgba(255,255,255,.74); border-radius: 11px; font-size: .7rem; font-weight: 800; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 20px 20px 19px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 11px; }
.position-tag, .work-mode { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 8px; border-radius: 7px; font-size: .59rem; font-weight: 800; letter-spacing: .1em; }
.position-tag { color: var(--blue); background: #edf3ff; }
.work-mode { color: #078d7e; background: #e7faf6; letter-spacing: .03em; }
.card-body h3 { margin: 0 0 8px; font-size: 1.18rem; line-height: 1.25; letter-spacing: -.035em; }
.card-body p { min-height: 51px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.salary-row { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 9px; align-items: start; min-height: 73px; margin: 16px 0 14px; padding: 11px 12px; background: #f6f8fd; border-radius: 13px; }
.salary-row > span { padding-top: 2px; color: var(--muted); font-size: .63rem; font-weight: 700; }
.salary-row strong { color: var(--blue-dark); font-size: .78rem; line-height: 1.45; }
.salary-row strong b { color: var(--ink); font-size: .7rem; font-weight: 700; }
.salary-sub { display: block; color: var(--muted); font-size: .66rem; font-weight: 600; }
.salary-contact strong { color: var(--ink); }
.position-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--blue); font-size: .72rem; font-weight: 800; }
.position-link span { transition: transform var(--duration-fast) var(--ease-out); }
.position-card:hover .position-link span { transform: translate(3px,-3px); }
.salary-note { display: flex; align-items: flex-start; gap: 9px; max-width: 780px; margin: 23px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.55; }
.salary-note span { color: var(--pink); }

.section-dark { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.section-dark::after { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; bottom: -300px; border-radius: 50%; background: rgba(40,100,240,.42); filter: blur(2px); pointer-events: none; }
.two-col { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .85fr); align-items: center; gap: clamp(36px, 8vw, 110px); }
.eyebrow-light { color: #83dcd0; }
.section-dark h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.section-dark h2 em { color: #79a2ff; }
.body-copy { max-width: 510px; margin: 24px 0 30px; color: var(--muted-dark); line-height: 1.8; }
.steps-card { padding: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); }
.step { display: flex; align-items: flex-start; gap: 15px; padding: 18px 15px; border-bottom: 1px solid rgba(255,255,255,.12); }
.step:last-child { border-bottom: 0; }
.step > span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: #aebfff; background: rgba(111,143,255,.18); border: 1px solid rgba(174,191,255,.25); border-radius: 12px; font-size: .7rem; font-weight: 800; }
.step div { display: grid; gap: 3px; }
.step strong { font-size: .94rem; }
.step small { color: var(--muted-dark); font-size: .76rem; line-height: 1.55; }

.notice-section { padding: 32px 0 70px; background: var(--surface-soft); }
.notice-box { display: flex; align-items: flex-start; gap: 16px; max-width: 920px; padding: 22px 24px; background: #fff8ed; border: 1px solid #ffe0b6; border-radius: 18px; }
.notice-icon { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 auto; color: #a85f00; background: #ffdda9; border-radius: 10px; font-weight: 800; }
.notice-box h3 { margin: 0 0 3px; font-size: .95rem; }
.notice-box p { margin: 0; color: #755a39; font-size: .77rem; line-height: 1.7; }

.site-footer { color: #fff; background: #0b1330; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 48px 0 33px; }
.footer-brand .brand-logo { border-color: rgba(255,255,255,.16); }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #8faeff; }
.footer-grid > div > p { max-width: 300px; margin: 14px 0 0; color: var(--muted-dark); font-size: .78rem; }
.footer-links { display: grid; align-content: center; justify-items: end; gap: 9px; }
.footer-links a { color: #c4d0ec; font-size: .78rem; }
.footer-links a:first-child { color: #8faeff; font-weight: 700; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0 23px; border-top: 1px solid rgba(255,255,255,.1); color: #7380a0; font-size: .65rem; }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 420ms ease, transform 420ms var(--ease-out); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: 100ms; }
.js .position-card:nth-child(2) { transition-delay: 30ms; }
.js .position-card:nth-child(3) { transition-delay: 60ms; }
.js .position-card:nth-child(4) { transition-delay: 90ms; }
.js .position-card:nth-child(5) { transition-delay: 120ms; }
.js .position-card:nth-child(6) { transition-delay: 150ms; }
.js .position-card:nth-child(7) { transition-delay: 180ms; }

:focus-visible { outline: 3px solid #f38bb4; outline-offset: 3px; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .78fr); gap: 35px; }
    .hero h1 { font-size: clamp(3rem, 7vw, 5rem); }
    .position-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .position-card.featured { grid-column: span 2; }
    .section-heading { grid-template-columns: 1fr; align-items: start; }
    .campaign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .campaign-feature, .campaign-last { grid-column: span 1; grid-row: span 1; }
  }

@media (max-width: 720px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 28px, 560px); }
  .nav-wrap { min-height: 68px; }
  .brand-logo { width: 41px; height: 41px; border-radius: 11px; }
  .brand strong { font-size: .72rem; }
  .brand small { font-size: .54rem; }
  .nav-cta { min-height: 42px; padding: 8px 12px; font-size: .7rem; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding-top: 52px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-text { margin-top: 20px; font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-metrics { justify-content: space-between; margin-top: 34px; }
  .hero-metrics div { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .hero-metrics strong { font-size: 1.12rem; }
  .hero-metrics span { font-size: .63rem; }
    .hero-visual { align-self: center; width: min(100%, 410px); margin-top: 17px; }
    .hero-visual img { width: 95%; }
    .hero-poster { width: min(88%, 360px); height: 430px; }
    .badge-top { right: 1%; }
    .badge-bottom { left: 1%; bottom: 8%; }
  .hero-marquee { justify-content: flex-start; gap: 22px; padding-left: 20px; font-size: .64rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { min-height: 70px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-heading { gap: 18px; margin-bottom: 26px; }
  .section-heading h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .section-intro { font-size: .88rem; }
  .filter-bar { display: block; padding: 10px; }
  .filter-label { margin: 2px 3px 9px; }
  .filter-list { justify-content: flex-start; gap: 6px; }
  .filter-chip { min-height: 44px; padding: 8px 11px; font-size: .68rem; }
  .position-grid { grid-template-columns: 1fr; gap: 14px; }
  .position-card.featured { grid-column: auto; display: flex; flex-direction: column; }
    .position-card.featured .card-visual { flex-basis: auto; min-height: 174px; }
    .card-visual { height: 142px; }
    .card-body { padding: 18px 17px 18px; }
    .card-body h3 { font-size: 1.14rem; }
    .card-body p { min-height: 0; }
    .campaign-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 14px; }
    .campaign-card, .campaign-feature, .campaign-last { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; }
    .campaign-card:nth-child(2), .campaign-card:nth-child(3), .campaign-card:nth-child(6), .campaign-card:nth-child(8) { aspect-ratio: 1 / 1; }
  .two-col { grid-template-columns: 1fr; gap: 34px; }
  .section-dark h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .body-copy { font-size: .91rem; }
  .notice-section { padding: 25px 0 60px; }
  .notice-box { padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; padding-top: 38px; }
  .footer-links { justify-items: start; }
  .footer-bottom { flex-direction: column; gap: 3px; }
  .mobile-cta { display: block; position: fixed; z-index: 60; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); }
  .mobile-cta a { display: flex; align-items: center; gap: 10px; min-height: 62px; padding: 10px 13px; color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.35); border-radius: 18px; box-shadow: 0 14px 35px rgba(16,27,61,.25); }
  .mobile-cta a:active { transform: scale(.99); }
  .telegram-mark { display: grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; color: var(--blue); background: #fff; border-radius: 50%; font-size: 1.1rem; font-weight: 800; }
  .mobile-cta a > span:nth-child(2) { display: grid; min-width: 0; line-height: 1.3; }
  .mobile-cta strong { font-size: .78rem; }
  .mobile-cta small { color: #d9e4ff; font-size: .65rem; }
  .mobile-cta-arrow { margin-left: auto; font-size: 1.25rem; }
}

@media (max-width: 390px) {
  .nav-cta { font-size: 0; width: 42px; padding: 0; justify-content: center; }
  .nav-cta span { font-size: 1rem; }
  .hero h1 { font-size: 2.85rem; }
  .hero-metrics span { font-size: .58rem; }
  .salary-row { grid-template-columns: 61px minmax(0,1fr); padding: 10px; }
  .salary-row strong { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
