/**
 * An Phát Manpower — Homepage Corporate Premium 2026
 * Scoped to .apm-home.apm-home--premium
 */

.apm-home.apm-home--premium {
  --apm-primary: #1e4ed8;
  --apm-primary-dark: #1639a8;
  --apm-primary-light: #eff4ff;
  --apm-gradient-hero: linear-gradient(115deg, rgba(10, 25, 60, 0.92) 0%, rgba(30, 78, 216, 0.78) 48%, rgba(37, 99, 235, 0.45) 100%);
  --apm-radius-premium: 20px;
  --apm-shadow-premium: 0 20px 50px rgba(15, 23, 42, 0.08);
  --apm-shadow-hover: 0 28px 60px rgba(30, 78, 216, 0.14);
  --apm-glass: rgba(255, 255, 255, 0.12);
  --apm-glass-border: rgba(255, 255, 255, 0.22);
  background: #f8fafc;
}

/* ─── Global homepage ─── */
.apm-home--premium .apm-section {
  padding-block: clamp(72px, 8vw, 120px);
}

.apm-home--premium .apm-section__header {
  margin-bottom: clamp(40px, 5vw, 56px);
}

.apm-home--premium .apm-section__title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0f172a;
}

.apm-home--premium .apm-section__subtitle {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #64748b;
  max-width: 640px;
  margin-top: 12px;
}

.apm-home--premium .apm-section__link--arrow {
  font-weight: 600;
  color: var(--apm-primary);
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--apm-primary-light);
  transition: background 0.25s ease, transform 0.25s ease;
}

.apm-home--premium .apm-section__link--arrow:hover {
  background: #dbeafe;
  transform: translateX(4px);
}

.apm-home--premium .apm-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.apm-home--premium .apm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Shine button */
.apm-home--premium .apm-btn--shine {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #1e4ed8 0%, #2563eb 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.apm-home--premium .apm-btn--shine::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.apm-home--premium .apm-btn--shine:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(30, 78, 216, 0.35);
}

.apm-home--premium .apm-btn--shine:hover::after {
  transform: translateX(120%);
}

.apm-home--premium .apm-btn--glass {
  background: var(--apm-glass);
  border: 1px solid var(--apm-glass-border);
  color: #fff;
  backdrop-filter: blur(12px);
  border-radius: 14px;
  font-weight: 600;
  transition: background 0.25s ease, transform 0.25s ease;
}

.apm-home--premium .apm-btn--glass:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Premium card lift */
.apm-home--premium .apm-premium-card {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--apm-radius-premium);
  box-shadow: var(--apm-shadow-premium);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.apm-home--premium .apm-premium-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--apm-shadow-hover);
}

/* ─── HERO ─── */
.apm-home--premium {
  --apm-hero-viewport: min(92vh, 900px);
  --apm-hero-stage-h: calc(var(--apm-hero-viewport) - var(--apm-topbar-h, 36px) - var(--apm-header-h, 80px));
}

.apm-home--premium .apm-home-hero--full {
  background: #0a1628;
  padding-bottom: 0;
}

.apm-home--premium .apm-home-hero__stage {
  min-height: max(520px, var(--apm-hero-stage-h));
  max-height: none;
  height: var(--apm-hero-stage-h);
}

.apm-home--premium .apm-home-hero__slide-shade {
  background: var(--apm-gradient-hero);
}

.apm-home--premium .apm-home-hero__slide-foot {
  display: none;
}

.apm-home--premium .apm-home-hero__copy {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: clamp(150px, 26%, 200px);
  transform: none;
  z-index: 12;
  pointer-events: none;
  text-align: left;
}

.apm-home--premium .apm-home-hero__copy .apm-container {
  max-width: var(--apm-container, 1320px);
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.apm-home--premium .apm-home-hero__copy-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.apm-home--premium .apm-home-hero__copy-title {
  margin: 0 0 18px;
  max-width: 18ch;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.28);
}

.apm-home--premium .apm-home-hero__copy-sub {
  margin: 0 0 28px;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.55;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  max-width: 34ch;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.apm-home--premium .apm-home-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
}

.apm-home--premium .apm-home-hero__ctas .apm-btn {
  padding: 16px 32px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.apm-home--premium .apm-home-hero__search-wrap {
  top: 20px;
}

.apm-home--premium .apm-home-hero__search {
  border-radius: var(--apm-radius-premium);
  padding: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.apm-home--premium .apm-home-hero__stats-glass {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 18;
  width: calc(100% - 48px);
  max-width: var(--apm-container, 1320px);
  pointer-events: none;
}

.apm-home--premium .apm-home-hero__stats-glass .apm-home-hero__stats {
  pointer-events: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--apm-radius-premium);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.apm-home--premium .apm-home-hero__stat {
  padding: 22px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.apm-home--premium .apm-home-hero__stat:last-child {
  border-right: none;
}

.apm-home--premium .apm-home-hero__stat strong {
  display: block;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.apm-home--premium .apm-home-hero__stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.apm-home--premium .apm-home-hero__slide-content {
  display: none;
}

.apm-home--premium .apm-home-hero__nav {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.apm-home--premium .apm-home-hero__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45);
}

.apm-home--premium .apm-home-hero__pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
  border-radius: 6px;
}

/* ─── ABOUT ─── */
.apm-home--premium .apm-home-about {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.apm-home--premium .apm-home-about::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-circles.svg') center bottom / min(1200px, 140%) auto no-repeat;
  opacity: 0.09;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-home-about > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-home-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.apm-home--premium .apm-home-about__title {
  margin: 0 0 20px;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0f172a;
  text-align: left;
}

.apm-home--premium .apm-home-about__content p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 1.1em;
  text-align: justify;
}

.apm-home--premium .apm-home-about__media {
  position: relative;
  border-radius: var(--apm-radius-premium);
  overflow: hidden;
  box-shadow: var(--apm-shadow-premium);
  aspect-ratio: 4 / 3;
}

.apm-home--premium .apm-home-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.apm-home--premium .apm-home-about__media:hover img {
  transform: scale(1.04);
}

.apm-home--premium .apm-home-about__media-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--apm-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ─── SERVICES ─── */
.apm-home--premium .apm-home-services {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.apm-home--premium .apm-home-services::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-mesh.svg') center / cover no-repeat;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-home-services > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.apm-home--premium .apm-home-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 36px 28px 28px;
  background: #fff;
}

.apm-home--premium .apm-home-service-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #e8f1fd;
  color: #1e4ed8;
}

.apm-home--premium .apm-home-service-card__title {
  font-size: clamp(1.125rem, 1.6vw, 1.35rem);
  font-weight: 800;
  color: #0a2540;
}

.apm-home--premium .apm-home-service-card__btn {
  background: var(--apm-primary, #1e4ed8);
}

.apm-home--premium .apm-home-service-card__btn:hover {
  background: #1e40af;
}

/* ─── VALUES (VMV) ─── */
.apm-home--premium .apm-home-vmv {
  background: #fff;
}

.apm-home--premium .apm-home-vmv__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "vision mission"
    "values values";
  gap: 24px;
  align-items: start;
}

.apm-home--premium .apm-home-vmv__card--vision {
  grid-area: vision;
}

.apm-home--premium .apm-home-vmv__card--mission {
  grid-area: mission;
}

.apm-home--premium .apm-home-vmv__card--values {
  grid-area: values;
}

.apm-home--premium .apm-home-vmv__card {
  padding: 36px 28px;
  border-radius: var(--apm-radius-premium);
  border: 1px solid #e2e8f0;
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--apm-shadow-premium);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.apm-home--premium .apm-home-vmv__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--apm-shadow-hover);
}

.apm-home--premium .apm-home-vmv__card--vision {
  background: linear-gradient(160deg, #eff4ff 0%, #fff 100%);
}

.apm-home--premium .apm-home-vmv__card--mission {
  background: linear-gradient(160deg, #f0fdf4 0%, #fff 100%);
}

.apm-home--premium .apm-home-vmv__card--values {
  background: linear-gradient(160deg, #fefce8 0%, #fff 100%);
}

.apm-home--premium .apm-home-vmv__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--apm-primary);
  box-shadow: 0 4px 16px rgba(30, 78, 216, 0.08);
}

.apm-home--premium .apm-home-vmv__card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.apm-home--premium .apm-home-vmv__values li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f5f9;
}

.apm-home--premium .apm-home-vmv__values li:last-child {
  border-bottom: none;
}

/* ─── PARTNERS ─── */
.apm-home--premium .apm-home-partners-reviews {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.apm-home--premium .apm-home-partners-reviews::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-circles.svg') center 110% / min(1100px, 130%) auto no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-home-partners-reviews > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-partners-marquee__item img {
  filter: grayscale(100%) opacity(0.55);
  transition: filter 0.35s ease, transform 0.35s ease;
}

.apm-home--premium .apm-partners-marquee__item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

.apm-home--premium .apm-partners-marquee__track {
  animation: apm-premium-marquee 40s linear infinite;
}

@keyframes apm-premium-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── REVIEWS ─── */
.apm-home--premium .apm-home-reviews {
  margin-top: clamp(56px, 7vw, 88px);
}

.apm-home--premium .apm-home-reviews__grid {
  gap: 24px;
}

.apm-home--premium .apm-testimonial--featured {
  height: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--apm-radius-premium);
  box-shadow: var(--apm-shadow-premium);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.apm-home--premium .apm-testimonial--featured:hover {
  transform: translateY(-8px);
  box-shadow: var(--apm-shadow-hover);
}

.apm-home--premium .apm-testimonial__quote-mark {
  color: var(--apm-primary);
  opacity: 0.15;
  width: 40px;
  height: 40px;
}

.apm-home--premium .apm-testimonial__stars svg {
  color: #f59e0b;
}

.apm-home--premium .apm-testimonial__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #1e4ed8, #2563eb);
  font-size: 0;
}

.apm-home--premium .apm-testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apm-home--premium .apm-testimonial__author {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
}

.apm-home--premium .apm-testimonial__company {
  font-size: 0.875rem;
  color: #64748b;
}

/* ─── JOBS (LinkedIn style) ─── */
.apm-home--premium .apm-home-jobs {
  position: relative;
  overflow: hidden;
  background: #f8fafc;
}

.apm-home--premium .apm-home-jobs::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-mesh.svg') center / cover no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-home-jobs > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-section--jobs .apm-grid--jobs {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.apm-home--premium .apm-job-card--premium {
  border-radius: var(--apm-radius-premium);
  border: 1px solid #e2e8f0;
  padding: 24px;
  box-shadow: var(--apm-shadow-premium);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
}

.apm-home--premium .apm-job-card--premium:hover {
  transform: translateY(-8px);
  box-shadow: var(--apm-shadow-hover);
  border-color: #bfdbfe;
}

.apm-home--premium .apm-job-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--apm-primary);
  background: var(--apm-primary-light);
}

.apm-home--premium .apm-badge--hot {
  background: #fef2f2;
  color: #dc2626;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.apm-home--premium .apm-btn--apply {
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 20px;
}

.apm-home--premium .apm-tabs--pills button {
  border-radius: 999px;
  font-weight: 600;
  padding: 10px 22px;
}

.apm-home--premium .apm-tabs--pills button.is-active {
  background: var(--apm-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(30, 78, 216, 0.3);
}

/* ─── COURSES (Udemy style) ─── */
.apm-home--premium .apm-section--courses {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.apm-home--premium .apm-section--courses::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-circles.svg') right -10% top -20% / min(900px, 90%) auto no-repeat;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-section--courses > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-fc-card {
  border-radius: var(--apm-radius-premium);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--apm-shadow-premium);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.apm-home--premium .apm-fc-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--apm-shadow-hover);
}

.apm-home--premium .apm-fc-card__media {
  border-radius: 0;
}

.apm-home--premium .apm-fc-card__badge--sale {
  background: #dc2626;
  font-weight: 700;
}

.apm-home--premium .apm-fc-card__instructor {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 0.8125rem;
  color: #64748b;
}

.apm-home--premium .apm-fc-card__price-current {
  font-size: 1.125rem;
  font-weight: 800;
  color: #0f172a;
}

.apm-home--premium .apm-fc-header__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ─── SUBSCRIBE ─── */
.apm-home--premium .apm-home-subscribe {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f2744 0%, #1e4ed8 55%, #2563eb 100%);
  padding-block: clamp(80px, 9vw, 120px);
}

.apm-home--premium .apm-home-subscribe::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    url('../images/bg-circles-light.svg') center / cover no-repeat;
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.apm-home--premium .apm-home-subscribe > .apm-container {
  position: relative;
  z-index: 1;
}

.apm-home--premium .apm-home-subscribe__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 48px;
}

.apm-home--premium .apm-home-subscribe__card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--apm-radius-premium);
  backdrop-filter: blur(20px);
  padding: 32px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: transform 0.35s ease, background 0.35s ease;
}

.apm-home--premium .apm-home-subscribe__card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.14);
}

.apm-home--premium .apm-home-subscribe__card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
}

.apm-home--premium .apm-home-subscribe__form input {
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
}

.apm-home--premium .apm-home-subscribe__field {
  position: relative;
}

.apm-home--premium .apm-home-subscribe__field svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

/* ─── FOOTER ─── */
.apm-home--premium .apm-footer--premium {
  background: linear-gradient(180deg, #0a1628 0%, #0f2744 100%);
  padding-top: clamp(64px, 8vw, 96px);
}

.apm-home--premium .apm-footer--premium .apm-footer__grid {
  gap: clamp(32px, 5vw, 56px);
  padding-bottom: 48px;
}

.apm-home--premium .apm-footer--premium .custom-logo,
.apm-home--premium .apm-footer--premium img.apm-logo {
  max-height: 52px;
  filter: brightness(0) invert(1);
}

.apm-home--premium .apm-footer--premium h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.apm-home--premium .apm-footer__social a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease, transform 0.25s ease;
}

.apm-home--premium .apm-footer__social a:hover {
  background: var(--apm-primary);
  transform: translateY(-3px);
}

.apm-home--premium .apm-footer__map {
  border-radius: var(--apm-radius-premium);
  overflow: hidden;
  margin-top: 0;
  height: 100%;
  min-height: 360px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.apm-home--premium .apm-footer__categories {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .apm-home--premium .apm-home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .apm-home--premium .apm-section--jobs .apm-grid--jobs {
    grid-template-columns: 1fr;
  }

  .apm-home--premium .apm-home-hero__stats-glass .apm-home-hero__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .apm-home--premium .apm-home-hero__stat:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .apm-home--premium .apm-home-about__grid,
  .apm-home--premium .apm-home-services__grid,
  .apm-home--premium .apm-home-vmv__grid,
  .apm-home--premium .apm-home-reviews__grid,
  .apm-home--premium .apm-home-subscribe__grid {
    grid-template-columns: 1fr;
  }

  .apm-home--premium .apm-home-vmv__grid {
    grid-template-areas:
      "vision"
      "mission"
      "values";
  }

  .apm-home--premium .apm-home-hero__copy {
    top: 112px;
    transform: none;
    bottom: auto;
    padding-inline: 4px;
  }

  .apm-home--premium .apm-home-hero__copy-title {
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    max-width: 12ch;
  }

  .apm-home--premium .apm-home-hero__copy-sub {
    font-size: 1.0625rem;
    max-width: 28ch;
    margin-bottom: 24px;
  }

  .apm-home--premium .apm-home-hero__ctas .apm-btn {
    padding: 12px 22px;
    font-size: 0.9375rem;
  }

  .apm-home--premium .apm-home-hero__stats-glass {
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    width: 100%;
    margin-top: -40px;
    padding: 0 16px 24px;
  }

  .apm-home--premium .apm-home-hero__stage {
    height: auto;
    min-height: 480px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .apm-home--premium .apm-partners-marquee__track {
    animation: none;
  }

  .apm-home--premium .apm-reveal,
  .apm-home--premium .apm-premium-card:hover,
  .apm-home--premium .apm-home-vmv__card:hover,
  .apm-home--premium .apm-job-card--premium:hover,
  .apm-home--premium .apm-fc-card:hover,
  .apm-home--premium .apm-home-subscribe__card:hover,
  .apm-home--premium .apm-testimonial--featured:hover {
    transform: none;
    transition: none;
  }
}
