.ss-intl-page {
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 208, 2, 0.09), transparent 32rem),
    linear-gradient(145deg, #020617, #071126 56%, #020617);
}

[data-theme="light"] .ss-intl-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 208, 2, 0.15), transparent 32rem),
    linear-gradient(145deg, #f8fafc, #eef4fb 56%, #f8fafc);
}

.intl-hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, calc(100vh - var(--header-offset, 96px)));
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.intl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.78) 54%, rgba(2, 6, 23, 0.35)),
    url("/assets/img/galeria-consultoria-comercial.svg") center / cover;
  opacity: 0.82;
}

[data-theme="light"] .intl-hero::after {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.98), rgba(248, 250, 252, 0.88) 54%, rgba(248, 250, 252, 0.48)),
    url("/assets/img/galeria-consultoria-comercial.svg") center / cover;
  opacity: 0.92;
}

.intl-hero .container,
.intl-section .container {
  position: relative;
  z-index: 1;
}

.intl-copy {
  max-width: 760px;
  padding: clamp(64px, 9vw, 118px) 0;
}

.intl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #ffd002;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intl-copy h1 {
  max-width: 820px;
  margin: 0;
  color: #f8fafc;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

[data-theme="light"] .intl-copy h1 {
  color: #0f172a;
}

.intl-copy > p:not(.intl-kicker) {
  max-width: 680px;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

[data-theme="light"] .intl-copy > p:not(.intl-kicker) {
  color: #475569;
}

.intl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

[data-theme="light"] .intl-actions .btn-soft {
  border-color: rgba(15, 23, 42, 0.2);
  background: rgba(255, 255, 255, 0.76);
  color: #0f172a;
}

.intl-section {
  padding: clamp(56px, 7vw, 92px) 0;
}

.intl-section--soft {
  background: rgba(15, 23, 42, 0.48);
  border-block: 1px solid rgba(148, 163, 184, 0.18);
}

[data-theme="light"] .intl-section--soft {
  background: rgba(226, 232, 240, 0.58);
}

.intl-heading {
  max-width: 790px;
  margin-bottom: 24px;
}

.intl-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.intl-heading p {
  color: var(--muted, #94a3b8);
  line-height: 1.7;
}

.intl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.intl-card {
  display: block;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.7);
  color: #f8fafc;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.intl-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 208, 2, 0.62);
}

[data-theme="light"] .intl-card {
  background: rgba(255, 255, 255, 0.86);
  color: #0f172a;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.intl-card .iconify {
  width: 30px;
  height: 30px;
  color: #ffd002;
}

.intl-card h3 {
  margin: 18px 0 8px;
}

.intl-card p {
  margin: 0;
  color: #94a3b8;
  line-height: 1.6;
}

[data-theme="light"] .intl-card p {
  color: #64748b;
}

.intl-band {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 208, 2, 0.38);
  border-radius: 8px;
  background: linear-gradient(125deg, rgba(255, 208, 2, 0.13), rgba(15, 23, 42, 0.72));
}

[data-theme="light"] .intl-band {
  background: linear-gradient(125deg, rgba(255, 208, 2, 0.2), rgba(255, 255, 255, 0.82));
}

.intl-band h2 {
  margin-top: 0;
}

.intl-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.intl-list li {
  display: flex;
  gap: 10px;
  color: var(--muted, #94a3b8);
  line-height: 1.55;
}

.intl-list .iconify {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #ffd002;
}

@media (max-width: 840px) {
  .intl-hero {
    min-height: auto;
  }

  .intl-hero::after,
  [data-theme="light"] .intl-hero::after {
    background-position: 62% center;
  }

  .intl-hero .container,
  .intl-section .container {
    width: min(100% - 32px, 1280px);
    padding-inline: 0;
  }

  .intl-copy {
    width: 100%;
    max-width: 100%;
    padding: 58px 0 68px;
  }

  .intl-grid {
    grid-template-columns: 1fr;
  }

  .intl-band {
    grid-template-columns: 1fr;
  }

  .intl-copy h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.2rem);
    line-height: 0.96;
    overflow-wrap: break-word;
  }

  .intl-copy > p:not(.intl-kicker) {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.58;
  }

  .intl-actions {
    gap: 10px;
  }

  .intl-actions .btn,
  .intl-actions .btn-soft {
    padding: 13px 18px;
  }
}
