:root {
  --zy-primary: #f26a00;
  --zy-primary-dark: #001326;
  --zy-ink: #111c27;
  --zy-muted: #606b73;
  --zy-line: #e4eaee;
  --zy-soft: #f6f7f8;
}

.article {
  color: var(--zy-ink);
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.72;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-50%);
  text-align: left !important;
}
.article *,
.article *::before,
.article *::after { box-sizing: border-box; }
.article a { color: var(--zy-primary-dark); }
.article p,
.article li,
.article h1,
.article h2,
.article h3,
.article h4,
.article div,
.article aside,
.article nav,
.article summary {
  text-align: left;
}
.site-header {
  padding: 18px 24px;
  color: #fff;
  background: #1b1b1b;
}
.site-header__inner,
.article,
.site-footer__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.site-header a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.article { padding: 52px 0 72px; }
.article__breadcrumb {
  margin-bottom: 18px;
  color: var(--zy-muted);
  font-size: 0.92rem;
}
.article__eyebrow {
  color: var(--zy-primary-dark);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.article h1 {
  max-width: 900px;
  margin: 8px 0 14px;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.08;
}
.article__lead {
  max-width: 850px;
  color: var(--zy-muted);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}
.article__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}
.article__quick-actions a {
  display: inline-flex;
  padding: 10px 16px;
  color: #fff;
  background: var(--zy-primary);
  border: 2px solid var(--zy-primary);
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
}
.article__quick-actions a:first-child {
  color: var(--zy-primary);
  background: #fff;
}
.article__quick-actions a:last-child {
  background: var(--zy-primary-dark);
  border-color: var(--zy-primary-dark);
}
.article__hero {
  width: 100%;
  max-height: 600px;
  margin: 28px 0 38px;
  border-radius: 8px;
  object-fit: cover;
}
.article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 40px;
  align-items: start;
}
.article__content {
  padding: 34px 42px 42px;
  background: #fff;
  border: 1px solid var(--zy-line);
  border-radius: 9px;
  box-shadow: 0 7px 24px rgba(30, 55, 68, 0.06);
}
.article__content > section,
.article__section {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  text-align: left !important;
}
.article__content h2 {
  margin: 2.1em 0 0.55em;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  line-height: 1.2;
}
.article__content h3 { margin-top: 1.6em; }
.article__content p,
.article__content li { font-size: 1.06rem; }
.article__content p {
  max-width: 78ch;
}
.article__content ul {
  max-width: 76ch;
  padding-left: 1.45em;
}
.article__note {
  margin: 32px 0;
  padding: 20px 22px;
  background: var(--zy-soft);
  border-left: 4px solid var(--zy-primary);
}
.article__internal-link {
  margin: 20px 0;
  padding: 12px 16px;
  background: #f7fafb;
  border-left: 3px solid var(--zy-primary);
}
.article__video {
  margin: 0 0 38px;
  padding: 24px;
  background: var(--zy-primary-dark);
  border-radius: 10px;
  color: #fff;
}
.article__video h2 { margin-top: 0; }
.article__video a { color: #ffad66; }
.article__video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 7px;
  background: #000;
}
.article__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.article__cta {
  margin: 42px 0 28px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, #001326 0%, #062a45 100%);
  border-radius: 10px;
}
.article__cta h2 { margin-top: 0; }
.article__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.article__button {
  display: inline-flex;
  padding: 12px 20px;
  color: #7c3600;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
}
.article__button--secondary {
  color: #fff;
  background: var(--zy-primary);
  border-color: var(--zy-primary);
}
.article__sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
  background: var(--zy-soft);
  border-radius: 8px;
}
.article__sidebar h2 {
  margin-top: 0;
  font-size: 1.25rem;
}
.article__sidebar ul {
  margin: 0;
  padding-left: 1.1em;
}
.article__faq details {
  padding: 16px 0;
  border-top: 1px solid var(--zy-line);
}
.article__faq summary {
  cursor: pointer;
  font-weight: 800;
}
.article__sources {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid var(--zy-line);
  color: var(--zy-muted);
  font-size: 0.92rem;
}
.site-footer {
  padding: 28px 0;
  color: #ddd;
  background: #1b1b1b;
  font-size: 0.9rem;
}
@media (max-width: 850px) {
  .article {
    left: 50%;
    width: calc(100vw - 30px);
  }
  .article__layout { grid-template-columns: 1fr; }
  .article__content { padding: 24px 20px 30px; }
  .article__sidebar { position: static; }
}
