/* =========================================================
   PPGL ERP PLATFORM PAGE CSS — 9.7 UPGRADE
   Only for erp-platform.html
   Requires style.css to load first
========================================================= */

.erp-page,
.erp97-page {
  overflow-x: hidden;
}

.erp-section {
  padding: 68px 0;
}

/* HERO */
.erp-hero,
.erp97-hero {
  position: relative;
  padding: 78px 0 64px !important;
  overflow: hidden;
  isolation: isolate;
}

.erp97-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 255, 255, 0.36)
  );
}

html[data-theme="dark"] .erp97-hero::after {
  background: linear-gradient(
    90deg,
    rgba(5, 11, 18, 0.9),
    rgba(5, 11, 18, 0.22)
  );
}

.erp97-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
  z-index: 1;
  animation: erp97Float 9s ease-in-out infinite alternate;
}

.erp97-orb-a {
  width: 290px;
  height: 290px;
  right: 7%;
  top: 16%;
  background: radial-gradient(circle, rgba(30, 115, 190, 0.2), transparent 70%);
}

.erp97-orb-b {
  width: 230px;
  height: 230px;
  left: 4%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(255, 210, 0, 0.17), transparent 70%);
  animation-direction: alternate-reverse;
}

@keyframes erp97Float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(18px, -20px, 0) scale(1.04);
  }
}

.erp97-hero-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 0.86fr !important;
  gap: 46px !important;
  align-items: center;
}

.erp97-hero-copy h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.85rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.078em;
  text-wrap: balance;
}

.erp97-hero-copy h1::after {
  content: ".";
  color: var(--blue-500);
}

.erp97-hero-copy p {
  max-width: 720px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.72;
  text-wrap: pretty;
}

html[data-theme="light"] .erp97-hero-copy p {
  color: #334155;
}

.erp97-actions .btn {
  gap: 9px;
}

.erp97-actions i {
  font-size: 0.72rem;
}

.erp97-cred-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.erp97-cred-row i {
  color: var(--gold-500);
}

.erp97-command-card {
  position: relative;
  width: min(100%, 570px);
  justify-self: end;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(30, 115, 190, 0.22),
      transparent 34%
    ),
    linear-gradient(145deg, #07111d, #081827);
  box-shadow: 0 34px 88px rgba(7, 17, 29, 0.34);
  overflow: hidden;
}

.erp97-command-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 2;
}

.erp97-card-top {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: #ffffff;
}

.erp97-card-top span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.erp97-card-top i {
  color: var(--gold-500);
}

.erp97-card-top b {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.erp97-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.erp97-hero-panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.erp97-hero-panel article {
  padding: 14px 10px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  text-align: center;
}

.erp97-hero-panel strong {
  display: block;
  color: var(--gold-500);
  font-size: 1.3rem;
  font-weight: 950;
  line-height: 1;
}

.erp97-hero-panel span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.35;
}

/* STATS */
.erp97-stats-section {
  padding: 22px 0;
}

.erp97-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.erp97-stats-grid article {
  min-height: 118px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-soft);
  transition: 0.24s ease;
}

html[data-theme="light"] .erp97-stats-grid article {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.84));
  border-color: rgba(15, 23, 42, 0.13);
}

.erp97-stats-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 210, 0, 0.38);
}

.erp97-stats-grid strong {
  display: block;
  color: var(--gold-500);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.erp97-stats-grid span {
  display: block;
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 820;
  line-height: 1.45;
}

html[data-theme="light"] .erp97-stats-grid span {
  color: #334155;
}

/* OVERVIEW */
.erp-overview-grid,
.erp97-overview-grid,
.erp-control-grid,
.erp97-control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.erp97-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 26px;
}

.erp97-card::after,
.erp97-screen-card::after,
.erp97-workflow-card::after,
.erp97-module-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -95px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 210, 0, 0.14), transparent 70%);
  pointer-events: none;
}

.erp97-card > i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: #07111d;
  font-size: 1.15rem;
  box-shadow: 0 18px 34px rgba(255, 210, 0, 0.18);
}

/* MODULES */
.erp97-module-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 32px;
  align-items: center;
}

.erp97-module-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.erp97-module-grid,
.erp-module-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.erp97-module-grid article,
.erp-module-grid article {
  padding: 16px;
  border-radius: 17px;
  border: 1px solid var(--border);
  background: var(--panel);
  transition: 0.22s ease;
}

html[data-theme="light"] .erp97-module-grid article,
html[data-theme="light"] .erp-module-grid article {
  background: rgba(15, 23, 42, 0.045);
  border-color: rgba(15, 23, 42, 0.14);
}

.erp97-module-grid article:hover,
.erp-module-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 210, 0, 0.34);
}

.erp97-module-grid strong,
.erp-module-grid strong {
  display: block;
  color: var(--gold-500);
  font-size: 0.9rem;
  font-weight: 950;
  margin-bottom: 6px;
}

.erp97-module-grid span,
.erp-module-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.35;
}

html[data-theme="light"] .erp97-module-grid span,
html[data-theme="light"] .erp-module-grid span {
  color: #334155;
}

/* SHOWCASE */
.erp-showcase-grid,
.erp97-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.erp97-screen-card,
.erp-screen-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  transition: 0.24s ease;
}

.erp97-screen-card:hover,
.erp-screen-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 210, 0, 0.36);
}

.erp97-screen-card img,
.erp-screen-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  border: 1px solid var(--border);
  margin-bottom: 18px;
  box-shadow: var(--shadow-soft);
}

.erp-screen-copy h2 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.erp-screen-copy p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.62;
  margin-top: 10px;
}

html[data-theme="light"] .erp-screen-copy p {
  color: #334155;
}

/* IMAGE BANDS */
.erp97-image-band,
.erp97-category-band,
.erp-image-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: center;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.03));
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

html[data-theme="light"] .erp97-image-band,
html[data-theme="light"] .erp97-category-band,
html[data-theme="light"] .erp-image-band {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.84));
  border-color: rgba(15, 23, 42, 0.14);
}

.erp97-image-band img,
.erp97-category-band img,
.erp-image-band img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.erp97-image-band h2,
.erp97-category-band h2,
.erp-image-band h2,
.erp-copy h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.erp97-image-band p,
.erp97-category-band p,
.erp-image-band p,
.erp-copy p {
  color: var(--muted);
  margin-top: 14px;
  max-width: 720px;
  font-size: 0.94rem;
  line-height: 1.7;
}

html[data-theme="light"] .erp97-image-band p,
html[data-theme="light"] .erp97-category-band p,
html[data-theme="light"] .erp-image-band p,
html[data-theme="light"] .erp-copy p {
  color: #334155;
}

.erp97-category-band {
  grid-template-columns: 1.05fr 0.95fr;
}

.erp97-pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.erp97-pill-cloud span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--panel);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
}

html[data-theme="light"] .erp97-pill-cloud span {
  background: rgba(15, 23, 42, 0.055);
  color: #334155;
}

/* WORKFLOW / COMMAND */
.erp-split,
.erp97-split,
.erp-readiness-layout,
.erp97-readiness-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: center;
}

.erp-workflow-card,
.erp97-workflow-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.erp-workflow-card .pipeline-list,
.erp97-workflow-card .pipeline-list {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.erp-command-flow,
.erp97-command-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.erp-command-flow article,
.erp97-command-flow article {
  min-height: 122px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, var(--panel), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow-soft);
  transition: 0.24s ease;
}

html[data-theme="light"] .erp-command-flow article,
html[data-theme="light"] .erp97-command-flow article {
  background: linear-gradient(145deg, #ffffff, rgba(241, 245, 249, 0.8));
  border-color: rgba(15, 23, 42, 0.14);
}

.erp-command-flow article:hover,
.erp97-command-flow article:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 210, 0, 0.36);
}

.erp-command-flow span,
.erp97-command-flow span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  color: var(--slate-900);
  font-size: 0.72rem;
  font-weight: 950;
  margin-bottom: 14px;
}

.erp-command-flow b,
.erp97-command-flow b {
  display: block;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* READINESS */
.erp-readiness-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.erp-readiness-card {
  padding: 22px;
}

.erp-readiness-card h3 {
  color: var(--text);
  font-size: 1.1rem;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.erp-progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 12px 0;
}

.erp-progress-row span,
.erp-progress-row b {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.erp-progress-row b {
  color: var(--gold-500);
}

.erp-progress-row em {
  grid-column: 1 / -1;
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--panel-strong);
}

.erp-progress-row em::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--value);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-500), var(--blue-500));
}

/* CONTROL */
.erp-control-grid,
.erp97-control-grid {
  grid-template-columns: repeat(4, 1fr);
}

.erp-control-grid .cred-card,
.erp97-control-grid .cred-card {
  min-height: 230px;
}

/* CTA */
.erp-cta,
.erp97-cta {
  display: block;
  text-align: center;
}

.erp-cta p,
.erp97-cta p {
  margin-inline: auto;
}

.erp-cta .hero-actions,
.erp97-cta .hero-actions {
  justify-content: center;
}

/* FLOATING ACTIONS */
.erp-floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2500;
  display: grid;
  gap: 10px;
}

.erp-floating-actions a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
  padding: 11px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 210, 0, 0.28);
  background: rgba(5, 11, 18, 0.88);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  font-size: 0.76rem;
  font-weight: 900;
  transition: 0.22s ease;
}

.erp-floating-actions a:hover {
  transform: translateY(-2px);
  color: var(--gold-500);
  border-color: rgba(255, 210, 0, 0.5);
}

.erp-floating-actions i {
  color: var(--gold-500);
}

/* FOOTER SAFETY */
.erp-page .site-footer,
html[data-theme="light"] .erp-page .site-footer,
html[data-theme="dark"] .erp-page .site-footer {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(30, 115, 190, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 70%,
      rgba(255, 210, 0, 0.08),
      transparent 24%
    ),
    linear-gradient(135deg, #03070c, #07111d 48%, #081827) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.erp-page .site-footer h3,
.erp-page .site-footer a,
.erp-page .site-footer p,
.erp-page .site-footer span,
.erp-page .site-footer i {
  color: rgba(255, 255, 255, 0.72) !important;
}

.erp-page .site-footer h3 {
  color: #ffffff !important;
}
.erp-page .site-footer a:hover,
.erp-page .site-footer a:hover i {
  color: var(--gold-500) !important;
}
.erp-page .footer-bottom {
  text-align: center !important;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .erp97-stats-grid,
  .erp-control-grid,
  .erp97-control-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .erp-command-flow,
  .erp97-command-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .erp-showcase-grid,
  .erp97-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .erp97-hero-layout,
  .erp97-module-layout,
  .erp-split,
  .erp97-split,
  .erp97-image-band,
  .erp97-category-band,
  .erp-image-band,
  .erp-readiness-layout,
  .erp97-readiness-layout {
    grid-template-columns: 1fr !important;
  }
  .erp97-command-card {
    justify-self: start;
    width: min(100%, 760px);
  }
  .erp-overview-grid,
  .erp97-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .erp-hero,
  .erp97-hero {
    padding: 58px 0 46px !important;
  }
  .erp-section {
    padding: 54px 0;
  }
  .erp97-stats-grid,
  .erp-overview-grid,
  .erp97-overview-grid,
  .erp-showcase-grid,
  .erp97-showcase-grid,
  .erp97-module-grid,
  .erp-module-grid,
  .erp-readiness-grid,
  .erp-control-grid,
  .erp97-control-grid,
  .erp-command-flow,
  .erp97-command-flow {
    grid-template-columns: 1fr;
  }
  .erp97-hero-img,
  .erp97-screen-card img,
  .erp-screen-card img,
  .erp97-image-band img,
  .erp97-category-band img,
  .erp-image-band img {
    height: 240px;
  }
  .erp97-image-band,
  .erp97-category-band,
  .erp-image-band {
    padding: 20px;
  }
  .erp-floating-actions {
    right: 12px;
    bottom: 12px;
  }
  .erp-floating-actions a {
    min-width: auto;
    width: 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
  }
  .erp-floating-actions span {
    display: none;
  }
}

@media (max-width: 560px) {
  .erp97-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }
  .erp97-hero-panel {
    grid-template-columns: 1fr;
  }
  .erp97-command-card,
  .erp97-card,
  .erp97-module-card,
  .erp97-workflow-card,
  .erp-readiness-card {
    padding: 18px;
  }
  .erp97-hero-img,
  .erp97-screen-card img,
  .erp-screen-card img,
  .erp97-image-band img,
  .erp97-category-band img,
  .erp-image-band img {
    height: 210px;
  }
}

/* =========================================================
   ERP PLATFORM PREMIUM FOOTER UPGRADE
   Keep this at the bottom of erp-platform.css
========================================================= */

.erp-footer-strip {
  position: relative;
  padding: 18px 0;
  background:
    radial-gradient(
      circle at 12% 35%,
      rgba(255, 210, 0, 0.08),
      transparent 26%
    ),
    linear-gradient(135deg, #03070c, #07111d 55%, #081827);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.erp-footer-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity: 0.2;
  pointer-events: none;
}

.erp-footer-strip .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.erp-footer-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 210, 0, 0.08);
  border: 1px solid rgba(255, 210, 0, 0.18);
  color: var(--gold-500);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.erp-footer-strip i {
  font-size: 0.78rem;
}

.erp-premium-footer {
  position: relative;
  overflow: hidden;
}

.erp-premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 8% 16%,
      rgba(30, 115, 190, 0.18),
      transparent 25%
    ),
    radial-gradient(circle at 84% 72%, rgba(255, 210, 0, 0.1), transparent 25%);
  pointer-events: none;
}

.erp-premium-footer .container,
.erp-premium-footer .footer-bottom {
  position: relative;
  z-index: 2;
}

.erp-page .erp-footer-grid {
  grid-template-columns: 1.35fr 0.72fr 0.92fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.erp-page .erp-footer-company {
  padding-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.erp-page .erp-footer-company p {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.86rem;
  line-height: 1.75;
}

.erp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.erp-footer-badges span {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 210, 0, 0.18);
  background: rgba(255, 210, 0, 0.08);
  color: var(--gold-500) !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
}

.erp-footer-links a {
  position: relative;
}

.erp-footer-links a::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  opacity: 0;
  transform: translateY(-50%) scale(0.6);
  transition: 0.2s ease;
}

.erp-footer-links a:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  transition: 0.22s ease;
}

.footer-contact-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 210, 0, 0.28);
  background: rgba(255, 210, 0, 0.055);
}

.footer-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 210, 0, 0.1);
  border: 1px solid rgba(255, 210, 0, 0.22);
  color: var(--gold-500) !important;
  flex-shrink: 0;
  font-size: 1rem;
}

.footer-contact-item h4 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.footer-contact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.82rem;
  line-height: 1.5;
}

.footer-contact-item p a {
  display: inline !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.82rem !important;
}

.footer-contact-item span {
  display: block !important;
  width: auto !important;
  margin: 4px 0 0 !important;
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
}

.erp-page .footer-bottom {
  margin-top: 42px;
}

@media (max-width: 1120px) {
  .erp-page .erp-footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 38px 48px;
  }

  .erp-page .erp-footer-company {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .erp-footer-strip .container {
    justify-content: flex-start;
  }

  .erp-footer-strip span {
    width: 100%;
    justify-content: center;
  }

  .erp-page .erp-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-contact-item {
    padding: 13px;
  }
}
