.guide-header {
  position: fixed;
  background: rgba(9, 2, 3, 0.82);
  backdrop-filter: blur(10px);
}

.guide-inner { width: min(calc(100% - 44px), 1180px); margin: 0 auto; }
.guide-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 68svh;
  padding: 132px clamp(24px, 7vw, 108px) 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(198, 146, 58, 0.3);
}

.guide-hero > img,
.guide-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.guide-hero > img { object-fit: cover; object-position: center; }
.guide-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 2, 3, 0.96), rgba(7, 2, 3, 0.72) 48%, rgba(7, 2, 3, 0.18));
}

.guide-hero__content { width: min(100%, 680px); }
.guide-hero h1 { max-width: 650px; margin: 0; color: var(--gold-light); font-size: clamp(42px, 6vw, 72px); line-height: 1.06; }
.guide-hero__content > p:last-of-type { max-width: 610px; margin: 20px 0 28px; color: #c1b2a1; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.75; }
.guide-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.guide-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 24px;
  border: 1px solid #69412a;
  border-radius: 3px;
  color: #d9c49d;
  background: rgba(17, 5, 6, 0.86);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.guide-secondary-action:hover,
.guide-secondary-action:focus-visible { outline: none; border-color: var(--gold); color: var(--gold-light); }
.guide-pc-notice { padding: 22px 0; border-bottom: 1px solid #54241f; background: #7b1519; }
.guide-pc-notice .guide-inner { display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.guide-pc-notice strong { color: #fff0bd; font-size: 13px; }
.guide-pc-notice span { color: #e8c9b0; font-family: Arial, sans-serif; font-size: 12px; }
.guide-downloads { padding: 76px 0; background: #0d0304; }
.guide-download-table,
.requirements-table { border: 1px solid #4c2925; background: rgba(24, 7, 8, 0.62); }
.guide-download-table__head,
.guide-download-table__body,
.requirements-table__head,
.requirements-table__body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-download-table__head strong,
.requirements-table__head strong { padding: 16px 20px; border-right: 1px solid #4c2925; color: #f0d58e; background: #2b0c0e; font-size: 13px; text-align: center; }
.guide-download-table__head strong:last-child,
.requirements-table__head strong:last-child { border-right: 0; }
.guide-download-table__body > div { min-width: 0; padding: 28px; border-top: 1px solid #4c2925; border-right: 1px solid #4c2925; }
.guide-download-table__body > div:last-child { border-right: 0; }
.guide-download-table h3 { margin: 0; color: #eadbc3; font-size: 22px; }
.guide-download-table div[role="cell"] > p:not(.package-kicker) { min-height: 46px; margin: 9px 0 13px; color: #9d8d80; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.6; }
.guide-download-table mark { color: #eacb87; background: rgba(198, 146, 58, 0.1); font-family: Arial, sans-serif; font-size: 11px; }
.guide-download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.guide-download-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 10px 16px; border: 1px solid #9a682c; color: #ffebb1; background: #721317; font-size: 10px; font-weight: 900; text-decoration: none; }
.guide-download-actions a:nth-child(2) { color: #cdbb9a; background: #170607; }
.guide-download-actions a:hover,
.guide-download-actions a:focus-visible { outline: none; border-color: var(--gold-light); background: #921b20; }
.guide-preparation { padding: 58px 0; background: #170607; }
.guide-preparation__inner { display: grid; grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr); gap: 70px; }
.guide-preparation h2,
.guide-section-heading h2,
.guide-support h2 { margin: 0; color: var(--gold-light); font-size: clamp(28px, 4vw, 38px); }
.guide-preparation ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.guide-preparation li { padding: 10px 0 10px 22px; border-left: 2px solid #7b4d25; color: #b7a796; font-family: Arial, sans-serif; font-size: 13px; line-height: 1.55; }
.guide-steps { padding: 76px 0; background: #0d0304; }
.guide-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.guide-section-heading > p { max-width: 380px; margin: 0; color: #85766d; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.55; text-align: right; }
.guide-step-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.guide-step-list li { display: grid; grid-template-columns: 72px minmax(0, 1fr) 170px; align-items: center; gap: 24px; min-height: 150px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.guide-step-number { color: #684332; font-size: 28px; font-weight: 900; }
.guide-step-list h3 { margin: 0; color: #eadbc3; font-size: 21px; }
.guide-step-list div > p:last-child { max-width: 680px; margin: 8px 0 0; color: #93847a; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.6; }
.guide-step-list li > a,
.guide-step-list li > strong { color: #cbb68f; font-size: 10px; font-weight: 900; text-align: center; text-decoration: none; }
.guide-step-list li > a { padding: 15px 12px; border: 1px solid #8b5c28; color: #ffe9ad; background: #6e1115; }
.guide-step-list li > a:hover,
.guide-step-list li > a:focus-visible { outline: none; border-color: var(--gold-light); background: #8d181d; }
.guide-step-media {
  grid-column: 2 / -1;
  width: min(100%, 760px);
  margin: 0;
  padding: 9px;
  border: 1px solid #4c2925;
  background: #080203;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}
.guide-step-media--compact { width: min(100%, 620px); }
.guide-step-media img { display: block; width: 100%; max-height: 420px; object-fit: contain; background: #100506; }
.guide-step-media figcaption,
.guide-help-gallery figcaption { padding: 10px 5px 2px; color: #9e8d7e; font-family: Arial, sans-serif; font-size: 11px; line-height: 1.55; }
.guide-step-media figcaption b,
.guide-help-gallery figcaption b { color: #dbc391; }
.guide-image-source { margin: 18px 0 0; color: #756860; font-family: Arial, sans-serif; font-size: 10px; text-align: right; }
.guide-image-source a { color: #c6973c; }
.guide-support { padding: 64px 0; border-top: 1px solid #3c211e; border-bottom: 1px solid #3c211e; background: #21090b; }
.guide-support__inner { display: grid; grid-template-columns: minmax(0, 1fr) 190px; align-items: center; gap: 50px; }
.guide-support p:last-child { max-width: 760px; margin: 14px 0 0; color: #aa9a8b; font-family: Arial, sans-serif; font-size: 13px; line-height: 1.65; }
.guide-requirements { padding: 76px 0; background: #0d0304; }
.requirements-table__body { border-top: 1px solid #4c2925; }
.requirements-table__body ul { display: grid; gap: 12px; min-width: 0; margin: 0; padding: 26px 32px; border-right: 1px solid #4c2925; list-style: none; }
.requirements-table__body ul:last-child { border-right: 0; }
.requirements-table li { color: #ad9d8d; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.55; }
.requirements-table b { color: #ddc9a8; }
.guide-troubleshooting { padding: 68px 0; border-top: 1px solid #3c211e; background: #190708; }
.guide-troubleshooting__inner { display: grid; grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1.35fr); gap: 70px; }
.guide-troubleshooting h2 { margin: 0; color: var(--gold-light); font-size: clamp(28px, 4vw, 38px); }
.guide-troubleshooting dl { display: grid; gap: 1px; margin: 0; background: #452320; }
.guide-troubleshooting dl > div { padding: 18px 20px; background: #160607; }
.guide-troubleshooting dt { margin-bottom: 6px; color: #e7d7bc; font-size: 14px; font-weight: 800; }
.guide-troubleshooting dd { margin: 0; color: #97877c; font-family: Arial, sans-serif; font-size: 12px; line-height: 1.55; }
.guide-help-gallery { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 8px; }
.guide-help-gallery figure { min-width: 0; margin: 0; padding: 9px; border: 1px solid #4c2925; background: #0d0304; }
.guide-help-gallery img { display: block; width: 100%; height: 300px; object-fit: contain; background: #f3f3f3; }

@media (max-width: 720px) {
  .guide-header nav { gap: 12px; }
  .guide-header nav a { font-size: 8px; }
  .guide-hero { min-height: 660px; padding: 112px 20px 58px; align-items: flex-end; }
  .guide-hero > img { object-position: 66% center; }
  .guide-hero__shade { background: linear-gradient(180deg, rgba(7, 2, 3, 0.25), rgba(7, 2, 3, 0.94)); }
  .guide-hero h1 { font-size: 44px; }
  .guide-hero__actions { display: grid; }
  .guide-preparation__inner,
  .guide-support__inner,
  .guide-troubleshooting__inner { grid-template-columns: 1fr; gap: 28px; }
  .guide-pc-notice .guide-inner { display: grid; gap: 5px; }
  .guide-download-table__head,
  .requirements-table__head { display: none; }
  .guide-download-table__body,
  .requirements-table__body { grid-template-columns: 1fr; }
  .guide-download-table__body > div::before,
  .requirements-table__body ul::before { content: attr(data-title); display: block; margin-bottom: 18px; color: #f0d58e; font-size: 12px; font-weight: 900; }
  .guide-download-table__body > div,
  .requirements-table__body ul { border-right: 0; border-bottom: 1px solid #4c2925; }
  .guide-download-table__body > div:last-child,
  .requirements-table__body ul:last-child { border-bottom: 0; }
  .guide-section-heading { display: block; }
  .guide-section-heading > p { margin-top: 10px; text-align: left; }
  .guide-step-list li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
  .guide-step-list li > a,
  .guide-step-list li > strong { grid-column: 2; text-align: left; }
  .guide-step-media { grid-column: 1 / -1; }
  .guide-help-gallery { grid-template-columns: 1fr; }
  .guide-help-gallery img { height: auto; max-height: 420px; }
  .guide-support .package-action { width: 100%; }
}
