* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 80px;
  overflow-x: hidden;
  background: #f2f4f6 url("/ClientRes/Images/LokyTheme/top-fon.jpg") center top / auto 917px no-repeat;
  color: #29343e;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.guide-topbar {
  width: 100%;
  height: 80px;
  padding: 0 max(24px, calc((100% - 1200px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(151, 207, 255, .18);
  background: rgba(14, 19, 24, .95);
  box-shadow: 0 5px 22px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.guide-topbar:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, #5078b8, #b8ecff, #d9b65c, transparent);
}

.guide-brand {
  width: 110px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.guide-brand img {
  width: 54px;
  height: 72px;
  object-fit: contain;
  transform: scale(1.25);
  transform-origin: center top;
  filter: drop-shadow(0 3px 12px rgba(214, 181, 83, .36));
  transition: transform .3s ease, filter .3s ease;
}

.guide-brand:hover img {
  transform: scale(1.34) translateY(-2px);
  filter: drop-shadow(0 5px 18px rgba(226, 197, 96, .58));
}

.guide-nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.guide-nav a {
  min-height: 80px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #f6f8fb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
  transition: color .3s ease, background-color .3s ease;
}

.guide-nav a:after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #4e83d8, #c6f1ff);
  transform: scaleX(0);
  transition: transform .3s ease;
}

.guide-nav a:hover {
  color: #c9efff;
  background: rgba(0, 0, 0, .22);
}

.guide-nav a:hover:after {
  transform: scaleX(1);
}

.guide-nav .download {
  min-width: 142px;
  min-height: 50px;
  margin-left: 10px;
  border: 1px solid #d5ba67;
  background: linear-gradient(180deg, #7898dd, #415eaa 55%, #263d77);
  color: #fff;
  box-shadow: 0 10px 24px rgba(36, 64, 132, .36), inset 0 1px rgba(255, 255, 255, .35);
}

.guide-nav .download:after {
  display: none;
}

.guide-page {
  width: 100%;
}

.guide-hero {
  width: 1200px;
  max-width: 94%;
  min-height: 530px;
  margin: 0 auto;
  padding: 72px 0 48px;
  display: flex;
  align-items: center;
  position: relative;
}

.guide-hero-logo {
  width: 520px;
  height: 340px;
  position: relative;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.guide-hero-logo:before {
  content: "";
  width: 440px;
  height: 250px;
  position: absolute;
  top: 36px;
  left: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(104, 193, 255, .31), rgba(86, 137, 255, .10) 42%, transparent 72%);
  filter: blur(7px);
  animation: guide-aura 3.2s ease-in-out infinite;
}

.guide-hero-logo:after {
  content: "";
  width: 292px;
  height: 292px;
  position: absolute;
  top: 17px;
  left: 105px;
  border: 1px solid rgba(164, 225, 255, .20);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(88, 170, 232, .22), inset 0 0 24px rgba(91, 161, 230, .13);
  animation: guide-ring 8s linear infinite;
}

.guide-hero-logo img {
  width: 510px;
  height: 330px;
  position: relative;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .68)) drop-shadow(0 0 16px rgba(94, 181, 255, .22));
  animation: guide-logo-float 4s ease-in-out infinite;
}

.guide-hero-copy {
  width: 520px;
  margin-left: auto;
  padding: 42px;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(168, 215, 243, .30);
  background: rgba(12, 17, 22, .90);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .48);
  color: #d9e4ea;
}

.guide-hero-copy span {
  color: #9bdfff;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.guide-hero-copy h1 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: 36px;
  line-height: 1.12;
  text-transform: uppercase;
}

.guide-hero-copy p {
  margin: 0;
  color: #b9c7d0;
  font-size: 16px;
  line-height: 1.7;
}

.guide-sparks {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}

.guide-sparks i {
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  border-radius: 50%;
  background: #d9f4ff;
  box-shadow: 0 0 9px #70b7ef, 0 0 18px rgba(91, 153, 218, .55);
  opacity: 0;
  animation: guide-spark 7s linear infinite;
}

.guide-sparks i:nth-child(1) { left: 7%; animation-delay: 0s; }
.guide-sparks i:nth-child(2) { left: 22%; animation-delay: 2s; animation-duration: 8s; }
.guide-sparks i:nth-child(3) { left: 39%; animation-delay: 4s; }
.guide-sparks i:nth-child(4) { left: 58%; animation-delay: 1.2s; animation-duration: 9s; }
.guide-sparks i:nth-child(5) { left: 75%; animation-delay: 5s; }
.guide-sparks i:nth-child(6) { left: 92%; animation-delay: 3s; animation-duration: 8.5s; }
.guide-sparks i:nth-child(7) { left: 13%; width: 3px; height: 3px; animation-delay: 5.4s; animation-duration: 6.8s; }
.guide-sparks i:nth-child(8) { left: 29%; width: 8px; height: 8px; animation-delay: .6s; animation-duration: 9.2s; }
.guide-sparks i:nth-child(9) { left: 47%; width: 3px; height: 3px; animation-delay: 3.1s; animation-duration: 7.4s; }
.guide-sparks i:nth-child(10) { left: 65%; width: 7px; height: 7px; animation-delay: 6.2s; animation-duration: 9.5s; }
.guide-sparks i:nth-child(11) { left: 84%; width: 3px; height: 3px; animation-delay: 2.5s; animation-duration: 8.1s; }
.guide-sparks i:nth-child(12) { left: 97%; width: 7px; height: 7px; animation-delay: 4.7s; animation-duration: 9.8s; }
.guide-sparks i:nth-child(13) { left: 18%; animation-delay: 1.1s; animation-duration: 6.5s; }
.guide-sparks i:nth-child(14) { left: 35%; animation-delay: 5.8s; animation-duration: 8.7s; }
.guide-sparks i:nth-child(15) { left: 71%; animation-delay: 3.8s; animation-duration: 7.2s; }
.guide-sparks i:nth-child(16) { left: 88%; animation-delay: .2s; animation-duration: 8.9s; }

.guide-subnav {
  width: 1200px;
  max-width: 94%;
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b232a;
  box-shadow: 0 12px 28px rgba(31, 47, 59, .14);
}

.guide-subnav a {
  width: 33.333%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
  transition: color .3s ease, background-color .3s ease;
}

.guide-subnav a:hover,
.guide-subnav .active {
  color: #dff5ff;
  background: rgba(83, 123, 169, .34);
}

.guide-panel {
  width: 1200px;
  max-width: 94%;
  margin: 0 auto 50px;
  padding: 32px;
  border: 1px solid #dfe6eb;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 15px 40px rgba(42, 58, 72, .12);
}

.guide-panel-head {
  min-height: 92px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #aebbc5;
  border-bottom: 1px solid #d8e0e5;
}

.guide-panel-head:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: rotate(45deg);
  border: 1px solid #6d8fc2;
  background: #edf8ff;
  box-shadow: 0 0 0 3px #fff, 0 0 14px rgba(73, 123, 190, .35);
  z-index: 2;
}

.guide-panel-head:after {
  content: "";
  height: 27px;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  z-index: 0;
  background: url("/ClientRes/Images/LokyTheme/ReferenceUI/section-line.png") center / 100% 27px no-repeat;
  pointer-events: none;
}

.guide-panel-head > * {
  position: relative;
  z-index: 2;
}

.guide-panel-head span {
  color: #6687a3;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guide-panel-head h2 {
  margin: 7px 0 0;
  color: #253442;
  font-size: 27px;
  text-transform: uppercase;
}

.guide-panel-head > a,
.info-card a {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5ba67;
  background: linear-gradient(180deg, #7898dd, #415eaa 55%, #263d77);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: 0 9px 22px rgba(20, 42, 89, .28);
  transition: transform .3s ease, filter .3s ease;
}

.guide-panel-head > a:hover,
.info-card a:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.guide-banner {
  width: 100%;
  height: 300px;
  margin: 28px 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #cbd8e1;
  background: #1b2731;
  cursor: zoom-in;
  box-shadow: 0 18px 42px rgba(44, 66, 86, .18);
}

.guide-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 34%, rgba(210, 244, 255, .20) 49%, transparent 63%);
  transform: translateX(-120%);
  animation: guide-shine 7s ease-in-out infinite;
  pointer-events: none;
}

.guide-banner:before {
  content: "";
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: url("/ClientRes/Images/LokyTheme/ReferenceUI/zoom-icon.png") center / contain no-repeat;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.guide-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}

.guide-banner:hover img {
  transform: scale(1.075);
  filter: saturate(1.12) brightness(.86);
}

.guide-banner:hover:before {
  opacity: 1;
  transform: scale(1);
}

.guide-banner span {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 2;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 3px 12px #000;
  text-transform: uppercase;
}

.guide-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 32px;
}

.guide-article {
  color: #485762;
  line-height: 1.72;
}

.guide-step {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  border-bottom: 1px dotted #cfd9df;
  position: relative;
  transition: padding .3s ease, background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.guide-step:hover {
  padding-right: 16px;
  padding-left: 16px;
  background: linear-gradient(90deg, rgba(232, 246, 255, .70), rgba(255, 255, 255, .96));
  transform: translateX(5px);
  box-shadow: 0 10px 24px rgba(51, 83, 108, .10);
}

.guide-step:hover h3 {
  color: #356f9f;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-step h3 {
  margin: 0 0 12px;
  color: #2b5276;
  font-size: 21px;
  text-transform: uppercase;
}

.guide-step p {
  margin: 0 0 13px;
}

.guide-step ul {
  margin: 0;
  padding-left: 20px;
}

.guide-step li {
  margin: 7px 0;
}

.step-number {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid #6d8fc2;
  background: linear-gradient(135deg, #e9f8ff, #789ed8 58%, #36508a);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(67, 119, 181, .26);
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}

.guide-step:hover .step-number {
  transform: rotate(45deg) scale(1.1);
  filter: brightness(1.12);
  box-shadow: 0 0 28px rgba(67, 119, 181, .48);
}

.step-number b {
  transform: rotate(-45deg);
}

.guide-gallery {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.guide-gallery button {
  height: 205px;
  padding: 6px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.guide-gallery button:after {
  content: "";
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: url("/ClientRes/Images/LokyTheme/ReferenceUI/zoom-icon.png") center / contain no-repeat;
  opacity: 0;
  transform: scale(.72);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.guide-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid #d0d9df;
  box-shadow: 0 8px 18px rgba(35, 55, 70, .16);
  transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.guide-gallery button:hover img {
  transform: scale(1.1);
  filter: saturate(1.14) brightness(.84);
  box-shadow: 0 15px 28px rgba(35, 55, 70, .36);
}

.guide-gallery button:hover:after {
  opacity: 1;
  transform: scale(1);
}

.guide-side {
  display: grid;
  align-content: start;
  gap: 14px;
}

.info-card {
  padding: 20px;
  border: 1px solid #cbd6de;
  background: #f5f8fa;
  color: #5c6b76;
  box-shadow: 0 9px 22px rgba(43, 62, 76, .08);
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.info-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 32%, rgba(189, 234, 255, .30) 50%, transparent 68%);
  transform: translateX(-130%);
  transition: transform .55s ease;
  pointer-events: none;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(43, 62, 76, .14);
}

.info-card:hover:before {
  transform: translateX(130%);
}

.info-card h3 {
  margin: 0 0 11px;
  color: #315d87;
  font-size: 17px;
  text-transform: uppercase;
}

.info-card p {
  margin: 0 0 14px;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tags span {
  padding: 6px 9px;
  border: 1px solid #9eb3c3;
  background: #fff;
  color: #476a88;
  font-size: 11px;
  transition: color .3s ease, border-color .3s ease, background-color .3s ease, transform .3s ease;
}

.tags span:hover {
  border-color: #74abd1;
  background: #eaf7ff;
  color: #2e638f;
  transform: translateY(-2px);
}

.support-card {
  background:
    linear-gradient(135deg, rgba(35, 55, 73, .94), rgba(43, 70, 126, .90)),
    url("/ClientRes/Images/LokyTheme/hero-bg.jpg") center / cover no-repeat;
  color: #d9e7ef;
}

.support-card h3 {
  color: #bdeaff;
}

.guide-footer {
  width: 100%;
  padding: 45px 24px;
  background:
    linear-gradient(rgba(19, 28, 36, .93), rgba(19, 28, 36, .97)),
    url("/ClientRes/Images/LokyTheme/hero-bg.jpg") center / cover no-repeat;
  color: #93a0aa;
}

.guide-footer-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.guide-footer img {
  width: 180px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(72, 144, 222, .35));
}

.guide-footer p {
  margin: 7px 0 0;
  font-size: 13px;
}

.guide-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.guide-footer nav a {
  padding: 10px 14px;
  border: 1px solid #425464;
  background: #12191f;
  color: #ccefff;
  font-size: 12px;
  text-transform: uppercase;
  transition: border-color .3s ease, background-color .3s ease;
}

.guide-footer nav a:hover {
  border-color: #8bcce9;
  background: #1e3343;
}

.reveal-section {
  opacity: 1;
  transform: none;
}

.reveal-section.reveal-pending {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal-section.reveal-pending.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.guide-lightbox {
  display: none;
  padding: 56px;
  position: fixed;
  inset: 0;
  z-index: 12000;
  align-items: center;
  justify-content: center;
}

.guide-lightbox.is-open {
  display: flex;
}

.guide-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 8, 13, .92);
  cursor: zoom-out;
}

.guide-lightbox img {
  width: auto;
  max-width: 94vw;
  height: auto;
  max-height: 86vh;
  position: relative;
  z-index: 2;
  border: 1px solid #93cce8;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .82), 0 0 28px rgba(80, 147, 200, .28);
  animation: guide-lightbox-in .3s ease both;
}

.guide-lightbox-close {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 18px;
  right: 25px;
  z-index: 3;
  border: 1px solid rgba(202, 237, 255, .42);
  border-radius: 50%;
  background: #17232d;
  color: #fff;
  font-size: 29px;
  cursor: pointer;
  transition: transform .3s ease, background-color .3s ease;
}

.guide-lightbox-close:hover {
  transform: rotate(90deg);
  background: #355f8c;
}

@keyframes guide-spark {
  0% { transform: translate3d(0, 0, 0) scale(.55); opacity: 0; }
  15% { opacity: .85; }
  72% { opacity: .45; }
  100% { transform: translate3d(48px, -520px, 0) scale(1.4); opacity: 0; }
}

@keyframes guide-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes guide-aura {
  0%, 100% { opacity: .55; transform: scale(.94); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes guide-ring {
  0% { transform: rotate(0deg) scale(.98); opacity: .44; }
  50% { transform: rotate(180deg) scale(1.04); opacity: .72; }
  100% { transform: rotate(360deg) scale(.98); opacity: .44; }
}

@keyframes guide-shine {
  0%, 58% { transform: translateX(-120%); }
  82%, 100% { transform: translateX(120%); }
}

@keyframes guide-lightbox-in {
  from { opacity: 0; transform: scale(.94); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  body {
    padding-top: 122px;
    background-position: 60% top;
  }

  .guide-topbar {
    min-height: 122px;
    height: auto;
    padding: 7px 18px 10px;
    flex-direction: column;
  }

  .guide-brand {
    width: 82px;
    height: 58px;
  }

  .guide-brand img {
    width: 43px;
    height: 58px;
  }

  .guide-nav {
    width: 100%;
    height: auto;
    justify-content: center;
    overflow-x: auto;
  }

  .guide-nav a {
    min-height: 46px;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .guide-nav .download {
    min-height: 40px;
    min-width: 110px;
  }

  .guide-hero {
    min-height: 670px;
    padding-top: 30px;
    display: block;
  }

  .guide-hero-logo {
    width: 440px;
    max-width: 100%;
    height: 290px;
    margin: 0 auto;
  }

  .guide-hero-logo img {
    width: 430px;
    max-width: 100%;
    height: 280px;
  }

  .guide-hero-logo:before {
    width: 390px;
    height: 220px;
    top: 28px;
    left: 24px;
  }

  .guide-hero-logo:after {
    width: 235px;
    height: 235px;
    top: 14px;
    left: 98px;
  }

  .guide-hero-copy {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
  }

  .guide-content {
    grid-template-columns: 1fr;
  }

  .guide-side {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  body {
    padding-top: 154px;
  }

  .guide-topbar {
    min-height: 154px;
  }

  .guide-nav {
    flex-wrap: wrap;
    overflow: visible;
  }

  .guide-nav a {
    min-height: 34px;
    padding: 0 9px;
  }

  .guide-nav .download {
    min-height: 34px;
  }

  .guide-hero {
    min-height: 620px;
  }

  .guide-hero-logo {
    width: 310px;
    height: 220px;
  }

  .guide-hero-logo img {
    width: 300px;
    height: 210px;
  }

  .guide-hero-logo:before {
    width: 280px;
    height: 170px;
    top: 18px;
    left: 14px;
  }

  .guide-hero-logo:after {
    width: 170px;
    height: 170px;
    top: 15px;
    left: 68px;
  }

  .guide-hero-copy {
    padding: 25px;
  }

  .guide-hero-copy h1 {
    font-size: 27px;
  }

  .guide-subnav {
    display: grid;
    grid-template-columns: 1fr;
  }

  .guide-subnav a {
    width: 100%;
    min-height: 46px;
  }

  .guide-panel {
    max-width: calc(100% - 24px);
    padding: 18px;
  }

  .guide-panel-head {
    padding: 18px 0;
    display: block;
  }

  .guide-panel-head h2 {
    margin-bottom: 17px;
    font-size: 21px;
  }

  .guide-banner {
    height: 235px;
  }

  .guide-banner span {
    bottom: 17px;
    left: 18px;
    font-size: 22px;
  }

  .guide-step {
    grid-template-columns: 1fr;
  }

  .guide-gallery,
  .guide-side {
    grid-template-columns: 1fr;
  }

  .guide-gallery button {
    height: 220px;
  }

  .guide-footer-inner {
    display: block;
    text-align: center;
  }

  .guide-footer nav {
    margin-top: 20px;
    justify-content: center;
  }

  .guide-lightbox {
    padding: 48px 12px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-sparks,
  .guide-banner:after {
    display: none;
  }

  .guide-banner img,
  .guide-gallery img,
  .guide-hero-logo img,
  .guide-hero-logo:before,
  .guide-hero-logo:after,
  .reveal-section.reveal-pending {
    transition: none;
    animation: none;
  }
}
