html.direct-file iframe,
html.direct-file [role="dialog"] {
  display: none !important;
}

html.direct-file body {
  min-height: 100vh;
  overflow: auto !important;
  pointer-events: auto !important;
}

html.direct-file [data-slot="dialog-overlay"] {
  display: none !important;
}

html.direct-file .swiper-fade {
  overflow: hidden;
}

html.direct-file .swiper-fade > .swiper-wrapper {
  position: relative !important;
  transform: none !important;
}

html.direct-file .swiper-fade > .swiper-wrapper > .swiper-slide {
  inset: 0;
  opacity: 0 !important;
  pointer-events: none;
  position: absolute !important;
  transform: none !important;
  transition: opacity 700ms ease !important;
  visibility: hidden;
  width: 100% !important;
  z-index: 0;
}

html.direct-file .swiper-fade > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
  position: relative !important;
  visibility: visible;
  z-index: 1;
}

html.direct-file a,
html.direct-file button,
html.direct-file [role="button"] {
  -webkit-tap-highlight-color: transparent;
}

html.direct-file button,
html.direct-file [role="button"] {
  transition: filter 180ms ease, transform 180ms ease;
}

html.direct-file button:hover,
html.direct-file [role="button"]:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: no-preference) {
  html.direct-file .swiper-fade .swiper-slide-active img {
    animation: direct-banner-breathe 6.5s ease-in-out infinite;
    transform-origin: center bottom;
  }
}

@keyframes direct-banner-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.012);
  }
}

html.direct-file .seo-content {
  color: #cbd5e1;
  margin: 48px auto;
  max-width: 1360px;
  padding: 0 16px;
  width: 100%;
}

html.direct-file .seo-content__surface {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 131, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #172238 0%, #111b2f 100%);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(2, 8, 23, 0.26);
  padding: clamp(24px, 4vw, 48px);
}

html.direct-file .seo-content__header,
html.direct-file .seo-content__article,
html.direct-file .seo-content__summary,
html.direct-file .seo-content__toc {
  max-width: 980px;
}

html.direct-file .seo-content__eyebrow {
  color: #38a9ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

html.direct-file .seo-content h1,
html.direct-file .seo-content h2,
html.direct-file .seo-content h3 {
  color: #f8fafc;
  font-weight: 700;
  letter-spacing: -0.02em;
}

html.direct-file .seo-content h1 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  margin: 0;
  max-width: 880px;
}

html.direct-file .seo-content h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.25;
  margin: 0 0 16px;
}

html.direct-file .seo-content p,
html.direct-file .seo-content li {
  font-size: 16px;
  line-height: 1.72;
}

html.direct-file .seo-content p {
  margin: 0 0 16px;
  max-width: 78ch;
}

html.direct-file .seo-content strong,
html.direct-file .seo-content b {
  color: #f8fafc;
  font-weight: 650;
}

html.direct-file .seo-content__lead {
  color: #dbe7f5;
  font-size: clamp(17px, 1.7vw, 20px) !important;
  margin-top: 20px !important;
}

html.direct-file .seo-content__notice {
  background: rgba(2, 132, 199, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.22);
  border-radius: 12px;
  color: #cfe9ff;
  margin-top: 24px !important;
  max-width: 100% !important;
  padding: 16px 18px;
}

html.direct-file .seo-content__summary,
html.direct-file .seo-content__toc {
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  margin-top: 28px;
  padding: 22px 24px;
}

html.direct-file .seo-content__summary h2,
html.direct-file .seo-content__toc h2 {
  font-size: 20px;
}

html.direct-file .seo-content ul,
html.direct-file .seo-content ol {
  margin: 0;
  padding-left: 24px;
}

html.direct-file .seo-content li + li {
  margin-top: 8px;
}

html.direct-file .seo-content__article > section {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  margin-top: 40px;
  padding-top: 40px;
}

html.direct-file .seo-table-wrap {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  margin: 24px 0;
  max-width: 100%;
  overflow-x: auto;
}

html.direct-file .seo-table-wrap:focus-visible {
  outline: 3px solid rgba(0, 131, 255, 0.7);
  outline-offset: 3px;
}

html.direct-file .seo-content table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

html.direct-file .seo-content caption {
  background: #0f172a;
  color: #f8fafc;
  font-size: 16px;
  font-weight: 650;
  padding: 16px 18px;
  text-align: left;
}

html.direct-file .seo-content th,
html.direct-file .seo-content td {
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

html.direct-file .seo-content th {
  background: rgba(30, 41, 59, 0.96);
  color: #f8fafc;
  font-weight: 650;
}

html.direct-file .seo-content tbody tr:nth-child(even) {
  background: rgba(30, 41, 59, 0.34);
}

html.direct-file .seo-content tbody tr:hover {
  background: rgba(0, 131, 255, 0.08);
}

html.direct-file .seo-steps {
  counter-reset: seo-step;
  list-style: none;
  padding: 0;
}

html.direct-file .seo-steps li {
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 12px;
  counter-increment: seo-step;
  padding: 16px 18px 16px 58px;
  position: relative;
}

html.direct-file .seo-steps li::before {
  align-items: center;
  background: #0083ff;
  border-radius: 50%;
  color: #fff;
  content: counter(seo-step);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 17px;
  width: 28px;
}

html.direct-file .seo-checklist {
  list-style: none;
  padding: 0;
}

html.direct-file .seo-checklist li {
  padding-left: 30px;
  position: relative;
}

html.direct-file .seo-checklist li::before {
  color: #38a9ff;
  content: "✓";
  font-weight: 800;
  left: 2px;
  position: absolute;
}

html.direct-file .seo-faq details {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  margin-top: 12px;
  padding: 0 18px;
}

html.direct-file .seo-faq summary {
  color: #f8fafc;
  cursor: pointer;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
  list-style-position: outside;
  padding: 18px 2px;
}

html.direct-file .seo-faq summary:hover {
  color: #38a9ff;
}

html.direct-file .seo-faq details[open] summary {
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

html.direct-file .seo-faq details p {
  padding: 16px 2px 4px;
}

html.direct-file .seo-content__cta {
  align-items: center;
  background: linear-gradient(120deg, rgba(0, 131, 255, 0.2), rgba(37, 99, 235, 0.08));
  border-color: rgba(0, 131, 255, 0.34) !important;
  border-radius: 16px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px !important;
}

html.direct-file .seo-content__cta h2 {
  margin-bottom: 6px;
}

html.direct-file .seo-content__cta p {
  margin: 0;
}

html.direct-file .seo-content__button {
  align-items: center;
  background: #0083ff;
  border: 1px solid #38a9ff;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  text-transform: uppercase;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

html.direct-file .seo-content__button:hover {
  background: #1592ff;
  box-shadow: 0 10px 26px rgba(0, 131, 255, 0.25);
}

html.direct-file .seo-content__button:focus-visible,
html.direct-file .seo-faq summary:focus-visible {
  outline: 3px solid rgba(56, 169, 255, 0.78);
  outline-offset: 3px;
}

html.direct-file .seo-content__responsible {
  color: #94a3b8;
  font-size: 14px !important;
  margin-top: 24px !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  html.direct-file .seo-content {
    margin: 32px auto;
    padding: 0 8px;
  }

  html.direct-file .seo-content__surface {
    border-radius: 12px;
    padding: 22px 16px;
  }

  html.direct-file .seo-content__summary,
  html.direct-file .seo-content__toc {
    padding: 18px;
  }

  html.direct-file .seo-content__article > section {
    margin-top: 32px;
    padding-top: 32px;
  }

  html.direct-file .seo-content__cta {
    align-items: stretch;
    flex-direction: column;
    padding: 22px !important;
  }

  html.direct-file .seo-content__button {
    width: 100%;
  }
}
