.premium-internal-page {
  padding-top: clamp(22px, 4vw, 44px);
  padding-bottom: clamp(56px, 7vw, 92px);
  background:
    radial-gradient(circle at top left, rgba(11, 79, 138, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(217, 119, 6, 0.06), transparent 22%),
    linear-gradient(180deg, #f4f8fc 0%, #eef4f8 48%, #f8fbfd 100%);
}

.page-interna .navbar-internal {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.page-interna .navbar-content-wrapper {
  max-width: 1280px;
  width: min(94vw, 1280px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 0.45rem 1rem;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.page-header {
  padding-top: 132px;
  padding-bottom: 34px;
}

.page-header-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 1.25rem 1.35rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 248, 252, 0.98));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.page-header-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(11, 79, 138, 0.09);
  color: #0b4f8a;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-interna .navbar-internal .nav-link {
  border-radius: 999px;
  padding: 0.62rem 0.92rem;
}

.page-interna .navbar-internal .nav-link.active,
.page-interna .navbar-internal .nav-link:hover {
  background: rgba(11, 79, 138, 0.1);
}

.premium-media-hero {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.16);
  margin-bottom: clamp(26px, 4.4vw, 54px);
  isolation: isolate;
}

.premium-media-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(9, 21, 42, 0.25), rgba(11, 79, 138, 0.1));
  z-index: 1;
  pointer-events: none;
}

.premium-media-hero::after {
  content: "";
  position: absolute;
  inset: -30% -12%;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.24), transparent 42%);
  z-index: 2;
  pointer-events: none;
  animation: premiumGlow 8.5s ease-in-out infinite;
}

.premium-media-hero img {
  width: 100%;
  height: clamp(300px, 44vw, 510px);
  object-fit: cover;
  display: block;
  transform: scale(1.03);
  animation: premiumKenBurns 15s ease-in-out infinite alternate;
}

.premium-content-panel {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 253, 0.98));
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 26px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
  padding: clamp(22px, 3.5vw, 42px);
}

.premium-content-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #0b4f8a, #d97706);
}

.premium-page-title {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  margin-bottom: 0.75rem;
  color: #102033;
  letter-spacing: -0.03em;
}

.premium-page-subtitle {
  color: #35506b;
  font-size: clamp(1.14rem, 2vw, 1.36rem);
  margin-bottom: 1.5rem;
  max-width: 60ch;
}

.premium-page-copy,
.premium-page-copy p,
.premium-page-copy li {
  color: #24384f;
  font-size: 1.08rem;
  line-height: 1.9;
}

.premium-page-copy ul,
.premium-page-copy ol {
  padding-left: 1.15rem;
}

.premium-page-quote {
  margin-top: 1.8rem;
  border-left: 4px solid #0b4f8a;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(11, 79, 138, 0.08), rgba(11, 79, 138, 0.02));
  padding: 1rem 1.15rem;
  color: #0f172a;
  font-weight: 700;
  font-size: 1.18rem;
}

.premium-media-hero--document {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.premium-media-hero--document img {
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: none;
  animation: none;
}

.premium-contact-panel {
  max-width: 900px;
}

.premium-contact-panel h2 {
  font-size: clamp(2rem, 3.6vw, 2.7rem);
}

.premium-contact-panel .form-group-icon {
  position: relative;
}

.premium-contact-panel .form-label {
  font-weight: 700;
  color: #17324d;
  margin-bottom: 0.5rem;
}

.premium-contact-panel .form-control,
.premium-contact-panel .form-select,
.premium-contact-panel textarea {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.premium-contact-panel .form-control:focus,
.premium-contact-panel .form-select:focus,
.premium-contact-panel textarea:focus {
  border-color: rgba(11, 79, 138, 0.42);
  box-shadow: 0 0 0 4px rgba(11, 79, 138, 0.12);
}

.premium-contact-panel .alert {
  border-radius: 16px;
}

.premium-contact-panel .btn-primary {
  border-radius: 16px;
  min-height: 50px;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(11, 79, 138, 0.18);
}

.premium-contact-panel .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(11, 79, 138, 0.22);
}

.premium-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.premium-support-card {
  border-radius: 18px;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 250, 0.98));
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
}

.premium-support-card strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #102033;
  font-size: 0.98rem;
}

.premium-support-card p {
  margin: 0;
  color: #45627d;
  font-size: 0.92rem;
  line-height: 1.55;
}

.premium-contact-panel .form-label,
.premium-contact-panel .alert,
.premium-contact-panel .form-control,
.premium-contact-panel .btn {
  font-size: 1.05rem;
}

@keyframes premiumKenBurns {
  from { transform: scale(1.03) translateY(0); }
  to { transform: scale(1.09) translateY(-6px); }
}

@keyframes premiumGlow {
  0%, 100% { transform: translateX(-1%) translateY(0); opacity: 0.42; }
  50% { transform: translateX(2%) translateY(-2%); opacity: 0.62; }
}

@media (max-width: 768px) {
  .premium-media-hero {
    border-radius: 18px;
  }

  .premium-content-panel {
    border-radius: 16px;
    padding: 1.2rem 1rem;
  }

  .page-interna .navbar-content-wrapper {
    width: calc(100vw - 18px);
    border-radius: 16px;
    padding: 0.35rem 0.7rem;
  }

  .page-header {
    padding-top: 110px;
    padding-bottom: 24px;
  }

  .page-header-shell {
    border-radius: 18px;
    padding: 1rem 0.95rem;
  }

  .premium-support-grid {
    grid-template-columns: 1fr;
  }

  .premium-page-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .premium-page-subtitle,
  .premium-page-copy,
  .premium-page-copy p,
  .premium-page-copy li {
    font-size: 1rem;
  }
}
