@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;700;900&family=Noto+Sans+SC:wght@400;500;700&display=swap");
:root {
  --ink: #f9f0d8;
  --muted: #bcae9b;
  --gold: #efc76c;
  --amber: #b86a31;
  --cyan: #61d4d3;
  --violet: #7467dc;
  --night: #100d22;
  --panel: rgba(29, 24, 58, 0.76);
  --gradient: linear-gradient(
    125deg,
    #4e3d9b,
    #7864d9 43%,
    #d36b62 74%,
    #f0bd61
  );
  --shadow: 0 30px 80px rgba(4, 3, 17, 0.42);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans SC", sans-serif;
  line-height: 1.7;
  background:
    radial-gradient(
      circle at 10% 7%,
      rgba(102, 210, 210, 0.17),
      transparent 24%
    ),
    radial-gradient(
      circle at 90% 32%,
      rgba(212, 105, 126, 0.16),
      transparent 28%
    ),
    linear-gradient(145deg, #100d22, #171534 50%, #241633);
  overflow-x: clip;
}
.aurora {
  position: fixed;
  z-index: -1;
  pointer-events: none;
  filter: blur(24px);
  opacity: 0.55;
  border-radius: 50%;
}
.aurora-one {
  width: 360px;
  height: 360px;
  right: -130px;
  top: 90px;
  background: linear-gradient(135deg, #64d5d7, #6d5ed1);
}
.aurora-two {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: 12%;
  background: linear-gradient(135deg, #d87883, #f3c25e);
}
.topbar {
  height: 76px;
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 6vw, 94px);
  background: rgba(15, 12, 32, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 220, 137, 0.1);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--ink);
}
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px 6px 14px 6px;
  background: var(--gradient);
  font-family: "Noto Serif SC", serif;
  font-weight: 900;
  font-size: 24px;
  box-shadow: 0 8px 25px rgba(112, 86, 213, 0.35);
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-copy b {
  font-family: "Noto Serif SC", serif;
  font-size: 19px;
  letter-spacing: 3px;
}
.brand-copy em {
  font-size: 8px;
  letter-spacing: 2px;
  color: var(--gold);
  font-style: normal;
  margin-top: 5px;
}
.main-nav {
  display: flex;
  gap: 34px;
}
.main-nav a {
  color: #aa9ebd;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 0;
  transition: 0.2s;
}
.main-nav a:hover,
.main-nav a.is-active {
  color: var(--gold);
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.server {
  font-size: 11px;
  color: #a99daf;
}
.server i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #6be0b0;
  border-radius: 50%;
  margin-right: 7px;
  box-shadow: 0 0 0 4px rgba(107, 224, 176, 0.12);
}
.entry-btn {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--gradient);
  color: #fff8e7;
  font: inherit;
  cursor: pointer;
  letter-spacing: 1px;
  transition: 0.2s;
}
.entry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(162, 103, 198, 0.35);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
}
.menu-toggle i {
  display: block;
  width: 23px;
  height: 1px;
  background: var(--ink);
  margin: 5px;
}
.hero {
  min-height: 850px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 35px;
  padding: 150px clamp(22px, 8vw, 140px) 100px;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
}
.eyebrow,
.section-label {
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--gold);
}
.eyebrow span {
  width: 28px;
  height: 1px;
  display: inline-block;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 9px;
}
.hero h1 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(66px, 8vw, 108px);
  line-height: 1.05;
  letter-spacing: -7px;
  margin: 24px 0 12px;
}
.hero h1 strong,
.world h2 i,
.features h2 i,
.gallery h2 i,
.final-cta h2 i {
  font-style: normal;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.hero-tagline {
  font-family: "Noto Serif SC", serif;
  font-size: 25px;
  color: #f2d69b;
  margin: 0 0 18px;
}
.hero-intro {
  max-width: 480px;
  color: #bdb1c1;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.primary-btn {
  border: 0;
  border-radius: 17px;
  padding: 14px 23px;
  background: var(--gradient);
  color: #fff;
  font-family: "Noto Serif SC", serif;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(112, 82, 210, 0.3);
  transition: 0.25s;
}
.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(112, 82, 210, 0.42);
}
.primary-btn span,
.primary-btn small {
  display: block;
}
.primary-btn span {
  font-size: 18px;
  letter-spacing: 3px;
}
.primary-btn small {
  font:
    10px "Noto Sans SC",
    sans-serif;
  color: #fff1d8;
  opacity: 0.85;
  margin-top: 2px;
}
.text-btn {
  color: #e7d9c3;
  text-decoration: none;
  font-size: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  padding: 11px 17px;
}
.text-btn b {
  color: var(--gold);
  margin-left: 6px;
}
.hero-meta {
  display: flex;
  gap: 20px;
  color: #8f82a7;
  font-size: 11px;
  margin-top: 35px;
}
.hero-art {
  position: relative;
  justify-self: end;
  width: min(510px, 100%);
}
.hero-image-wrap {
  height: 635px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background: #0b0a15;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
  border: 1px solid rgba(239, 199, 108, 0.28);
}
.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -25px;
  background:
    linear-gradient(rgba(7, 5, 18, 0.42), rgba(7, 5, 18, 0.72)),
    url("../images/game-intro/13462bd5-1ce2-4bd3-8d3d-39ac7629dd22.png")
      center / cover;
  filter: blur(22px);
  transform: scale(1.08);
}
.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 28px 18%;
  filter: saturate(0.95) contrast(1.06);
}
.hero-image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(11, 7, 26, 0.08),
    transparent 43%,
    rgba(8, 5, 16, 0.78)
  );
}
.hero-caption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #f5dfb0;
}
.hero-caption b {
  color: var(--gold);
  font-weight: 400;
}
.hero-orbit {
  position: absolute;
  border: 1px solid rgba(239, 199, 108, 0.3);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-a {
  width: 560px;
  height: 560px;
  right: -90px;
  top: 40px;
}
.orbit-b {
  width: 680px;
  height: 680px;
  right: -160px;
  top: -30px;
  border-color: rgba(97, 212, 211, 0.2);
}
.beast-chip {
  position: absolute;
  top: 46px;
  right: -34px;
  padding: 15px 18px;
  border-radius: 17px;
  background: rgba(27, 20, 60, 0.88);
  box-shadow: 0 18px 36px rgba(4, 3, 17, 0.35);
  border: 1px solid rgba(239, 199, 108, 0.35);
}
.beast-chip span,
.beast-chip b {
  display: block;
}
.beast-chip span {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 2px;
}
.beast-chip b {
  font-family: "Noto Serif SC", serif;
  margin-top: 3px;
}
.beast-chip i {
  position: absolute;
  right: 10px;
  top: 7px;
  color: var(--cyan);
  font-style: normal;
}
.scroll-cue {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #8c82a5;
  font-size: 10px;
  letter-spacing: 2px;
}
.scroll-cue span {
  height: 35px;
  width: 1px;
  background: var(--gold);
}
.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 125px 28px;
}
.world {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.world-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 110px;
  align-items: center;
  margin-top: 35px;
}
.world h2,
.features h2,
.gallery h2,
.final-cta h2 {
  font-family: "Noto Serif SC", serif;
  font-size: clamp(37px, 5vw, 63px);
  line-height: 1.35;
  letter-spacing: -3px;
  margin: 0 0 23px;
}
.world p {
  max-width: 480px;
  color: #b7adba;
  font-size: 14px;
  line-height: 2.1;
}
.world-numbers {
  display: flex;
  gap: 45px;
  margin-top: 38px;
}
.world-numbers div {
  display: flex;
  flex-direction: column;
}
.world-numbers strong {
  font-family: "Noto Serif SC", serif;
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
}
.world-numbers span {
  font-size: 11px;
  color: #897b9a;
  margin-top: 7px;
}
.lore-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: 35px 35px;
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(55, 40, 101, 0.9),
    rgba(29, 88, 103, 0.76)
  );
  box-shadow: var(--shadow);
}
.lore-glow {
  position: absolute;
  width: 210px;
  height: 210px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: rgba(93, 220, 211, 0.4);
  filter: blur(30px);
}
.lore-kicker {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold);
}
.lore-icon {
  font-size: 45px;
  color: var(--gold);
  margin: 25px 0 8px;
}
.lore-card h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 23px;
  margin: 0 0 12px;
}
.lore-card p {
  color: #c6bfd1;
  font-size: 13px;
  line-height: 2;
}
.lore-card a {
  font-size: 12px;
  color: #f0cc79;
  text-decoration: none;
}
.lore-card a b {
  margin-left: 9px;
}
.features,
.gallery {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.section-head > p {
  color: #9387a1;
  font-size: 13px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 45px;
}
.feature-grid article {
  display: grid;
  grid-template-columns: 54px 1fr 22px;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.25s;
}
.feature-grid article:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(239, 199, 108, 0.34);
}
.feature-num {
  font-family: "Noto Serif SC", serif;
  color: var(--gold);
  font-size: 21px;
}
.feature-grid h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 18px;
  margin: 0 0 4px;
}
.feature-grid p {
  margin: 0;
  color: #a99eb0;
  font-size: 12px;
}
.feature-grid article > b {
  color: var(--gold);
}
.gallery-counter {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 2px;
}
.gallery-counter button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(239, 199, 108, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--gold);
  cursor: pointer;
  font-size: 18px;
  pointer-events: auto;
}
.gallery-counter span {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(25, 17, 45, 0.72);
}
.gallery-stage {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 26px;
  margin-top: 42px;
}
.gallery-main {
  --gallery-bg: url("../images/game-intro/0e3e2434-a658-4168-a6d8-9e127720fb27.png");
  height: 550px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #121021;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
}
.gallery-main:before {
  content: "";
  position: absolute;
  inset: -35px;
  background-image:
    linear-gradient(rgba(18, 11, 28, 0.4), rgba(18, 11, 28, 0.72)),
    var(--gallery-bg);
  background-size: cover;
  background-position: center;
  filter: blur(25px);
  transform: scale(1.08);
}
.gallery-main > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px 18%;
  transition: 0.35s;
}
.gallery-copy {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 27px;
}
.gallery-copy span {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 2px;
}
.gallery-copy h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 28px;
  margin: 6px 0 3px;
}
.gallery-copy p {
  margin: 0;
  color: #ddd0bc;
  font-size: 13px;
}
.gallery-note {
  padding: 34px 25px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery-note > span {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
}
.note-glyph {
  font-family: "Noto Serif SC", serif;
  font-size: 74px;
  line-height: 1;
  color: rgba(239, 199, 108, 0.16);
  margin: 40px 0 35px;
}
.gallery-note p {
  color: #aa9eaa;
  font-size: 12px;
  line-height: 2;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 18px 0 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.gallery-thumb {
  flex: 0 0 55px;
  height: 72px;
  border: 0;
  border-radius: 11px;
  padding: 0;
  overflow: hidden;
  opacity: 0.55;
  cursor: pointer;
  background: #2a2444;
  transition: 0.25s;
}
.gallery-thumb.is-active {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(239, 199, 108, 0.25);
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta {
  padding-top: 20px;
  padding-bottom: 130px;
}
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 58px 68px;
  border-radius: 32px;
  background: var(--gradient);
  box-shadow: 0 28px 70px rgba(92, 51, 147, 0.3);
}
.cta-panel .section-label {
  color: #fff0bc;
}
.cta-panel h2 {
  color: #fff;
}
.cta-panel h2 i {
  background: none;
  color: #fff0bd;
  -webkit-text-fill-color: #fff0bd;
}
.cta-panel p {
  color: #ffe8c1;
  font-size: 13px;
}
.dark-btn {
  background: rgba(35, 23, 57, 0.85);
  box-shadow: 0 15px 35px rgba(35, 20, 48, 0.3);
}
.footer {
  padding: 30px clamp(22px, 8vw, 140px) 25px;
  background: linear-gradient(135deg, #0d0a1a, #20152c);
  color: #aa9bb2;
  font-size: 11px;
}
.footer-top,
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer-top strong {
  font-family: "Noto Serif SC", serif;
  font-size: 19px;
  color: #f1d58a;
  margin-right: auto;
}
.footer-top a {
  color: var(--gold);
  text-decoration: none;
}
.footer-bottom {
  margin-top: 17px;
  color: #7f7289;
  gap: 18px;
}
.footer > small {
  display: block;
  margin-top: 7px;
  color: #74677e;
}
.auth-overlay,
.agreement-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(9, 6, 22, 0.78);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.auth-overlay.is-open,
.agreement-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.auth-panel,
.agreement-panel {
  width: min(450px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 37px 38px 32px;
  border-radius: 28px;
  background: linear-gradient(145deg, #fff8e8, #f6e4ba);
  color: #302218;
  box-shadow: 0 28px 90px rgba(3, 2, 12, 0.55);
  position: relative;
}
.agreement-panel {
  width: min(680px, 100%);
}
.close-btn {
  position: absolute;
  right: 17px;
  top: 12px;
  border: 0;
  background: none;
  color: #a65c25;
  font-size: 27px;
  cursor: pointer;
}
.modal-label {
  font-size: 10px;
  letter-spacing: 3px;
  color: #a85c2b;
}
.auth-panel h2,
.agreement-panel h3 {
  font-family: "Noto Serif SC", serif;
  font-size: 29px;
  margin: 12px 0 5px;
}
.auth-panel > p {
  margin: 0 0 22px;
  color: #8b7358;
  font-size: 12px;
}
.auth-panel label {
  display: block;
  margin: 14px 0;
}
.auth-panel label span {
  display: block;
  font-size: 11px;
  color: #8c7259;
  margin-bottom: 5px;
}
.auth-panel input {
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(142, 93, 39, 0.17);
  outline: none;
  font:
    14px "Noto Sans SC",
    sans-serif;
}
.auth-panel input:focus {
  box-shadow: inset 0 0 0 2px rgba(203, 131, 44, 0.55);
}
.auth-register-fields {
  display: none;
}
.auth-panel.is-register .auth-register-fields {
  display: block;
}
.auth-tip {
  display: none;
  color: #a63f2a;
  font-size: 12px;
  margin: 10px 0;
}
.submit-btn {
  width: 100%;
  border: 0;
  border-radius: 13px;
  padding: 13px;
  color: #fff8e9;
  background: linear-gradient(135deg, #8c421f, #e2a94e);
  font:
    15px "Noto Serif SC",
    serif;
  letter-spacing: 3px;
  cursor: pointer;
}
.switch-btn {
  display: block;
  border: 0;
  background: none;
  color: #a85c2b;
  font-size: 12px;
  margin: 14px auto 0;
  cursor: pointer;
}
.agreement-note {
  text-align: center;
  font-size: 10px;
  color: #967b5e;
  margin-top: 17px;
}
.agreement-note a {
  color: #a85c2b;
}
.agreement-content {
  color: #705b45;
  font-size: 13px;
  line-height: 2;
}
.agreement-content h4 {
  font-family: "Noto Serif SC", serif;
  color: #3a291b;
  font-size: 16px;
  margin: 20px 0 4px;
}
.agreement-content p {
  margin: 0 0 9px;
}
@media (max-width: 900px) {
  .main-nav {
    gap: 18px;
  }
  .server {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero-art {
    justify-self: center;
    margin-top: 60px;
    width: min(470px, 100%);
  }
  .hero-image-wrap {
    height: 590px;
  }
  .world-grid {
    gap: 45px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .gallery-stage {
    grid-template-columns: 1fr;
  }
  .gallery-note {
    display: none;
  }
  .cta-panel {
    padding: 45px 38px;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 64px;
    padding: 0 17px;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .brand-copy b {
    font-size: 16px;
  }
  .brand-copy em {
    font-size: 7px;
  }
  .main-nav {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .entry-btn {
    padding: 9px 14px;
    font-size: 11px;
  }
  .hero {
    padding: 102px 22px 85px;
  }
  .hero h1 {
    font-size: 63px;
    letter-spacing: -4px;
  }
  .hero-tagline {
    font-size: 22px;
  }
  .hero-intro {
    font-size: 13px;
  }
  .hero-meta {
    display: block;
    line-height: 2.1;
  }
  .hero-meta span {
    display: block;
  }
  .hero-actions {
    gap: 12px;
  }
  .primary-btn {
    padding: 13px 18px;
  }
  .hero-art {
    width: calc(100% + 44px);
    margin-left: -22px;
    margin-top: 47px;
  }
  .hero-image-wrap {
    height: auto;
    aspect-ratio: 390/844;
    width: calc(100% - 32px);
    margin: 0 16px;
    border-radius: 24px;
    transform: none;
  }
  .hero-image {
    width: 78%;
    height: 91%;
    padding: 0;
  }
  .beast-chip {
    right: 14px;
    top: 30px;
  }
  .orbit-a,
  .orbit-b {
    display: none;
  }
  .section-shell {
    padding: 40px 22px;
  }
  .world-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .world-numbers {
    gap: 25px;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 12px;
  }
  .gallery-main {
    width: calc(100% - 30px);
    height: auto;
    aspect-ratio: 390/844;
    margin-left: 15px;
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .gallery-main > img {
    width: 78%;
    height: 91%;
    padding: 0;
  }
  .gallery-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .gallery-copy h3 {
    font-size: 22px;
  }
  .gallery-copy p {
    font-size: 12px;
  }
  .gallery-counter button {
    width: 38px;
    height: 38px;
  }
  .gallery-counter span {
    top: 14px;
    right: 14px;
  }
  .cta-panel {
    display: block;
    padding: 39px 27px;
    border-radius: 25px;
  }
  .cta-panel .primary-btn {
    margin-top: 24px;
  }
  .footer-top {
    display: block;
  }
  .footer-top strong {
    display: block;
    margin-bottom: 13px;
  }
  .footer-top a {
    margin-right: 12px;
  }
  .footer-bottom {
    display: block;
    line-height: 2.1;
  }
  .footer-bottom span {
    display: block;
  }
  .auth-panel,
  .agreement-panel {
    padding: 32px 24px 27px;
  }
}
