@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --bg: #ecf3fb;
  --bg-soft: #f7fbff;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: #ffffff;
  --surface-dark: #0d1d38;
  --surface-dark-2: #12284c;
  --text: #10203c;
  --text-soft: #5a6d89;
  --line: #d4e1f0;
  --line-strong: #bdd0e4;
  --brand: #1a6dff;
  --brand-2: #0eb9d8;
  --brand-3: #15396f;
  --mint: #18c4b1;
  --mint-soft: rgba(24, 196, 177, 0.13);
  --shadow-lg: 0 28px 80px rgba(14, 32, 61, 0.16);
  --shadow-md: 0 18px 48px rgba(14, 32, 61, 0.1);
  --shadow-sm: 0 10px 24px rgba(14, 32, 61, 0.08);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(26, 109, 255, 0.13), transparent 28%),
    radial-gradient(circle at top right, rgba(14, 185, 216, 0.12), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, var(--bg) 54%, #eef5fc 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: rgba(9, 20, 42, 0.96);
  color: #d9e6ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  font-size: 13px;
}

.topbar a {
  color: #9fd5ff;
  text-decoration: none;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.8);
  border-bottom: 1px solid rgba(189, 208, 228, 0.72);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #34b8ff 100%);
  box-shadow: 0 16px 32px rgba(26, 109, 255, 0.28);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand strong,
.card h3,
.page-head h1,
.section-header h2,
.cta-band h2,
.value-card h2,
.value-card h3,
.rooms-copy h2,
.room-tile strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.03em;
}

.brand strong {
  font-size: 1.08rem;
}

.brand span {
  color: var(--text-soft);
  font-size: 0.92rem;
  font-weight: 600;
}

.menu {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-soft);
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.menu a:hover,
.menu a:focus-visible {
  color: var(--text);
  border-color: rgba(189, 208, 228, 0.88);
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-1px);
}

.menu .menu-cta {
  color: #fff;
  background: linear-gradient(135deg, #10254a 0%, #173867 100%);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(16, 37, 74, 0.18);
}

.menu .menu-cta:hover,
.menu .menu-cta:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #0f2244 0%, #22467a 100%);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, #2fc9f4 100%);
  box-shadow: 0 18px 38px rgba(26, 109, 255, 0.24);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(189, 208, 228, 0.88);
  box-shadow: var(--shadow-sm);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #dff6ff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.eyebrow::before,
.section-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #73f1df;
  box-shadow: 0 0 0 6px rgba(115, 241, 223, 0.14);
}

.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  margin-top: 30px;
  padding: 44px;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom right, rgba(88, 228, 212, 0.12), transparent 26%),
    linear-gradient(145deg, #0e2142 0%, #133a72 58%, #1194c4 120%);
  box-shadow: var(--shadow-lg);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.home-hero::before {
  top: -90px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: rgba(112, 170, 255, 0.16);
}

.home-hero::after {
  bottom: -120px;
  right: -70px;
  width: 280px;
  height: 280px;
  background: rgba(24, 196, 177, 0.14);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  color: #fff;
}

.hero-copy h1 {
  margin: 18px 0 14px;
  max-width: 11ch;
  font-size: clamp(2.75rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.hero-copy p {
  margin: 0;
  max-width: 34rem;
  color: rgba(233, 243, 255, 0.84);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hero-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 24px rgba(9, 20, 42, 0.14);
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hero-category:hover,
.hero-category:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-category--cta {
  background: linear-gradient(135deg, rgba(46, 198, 244, 0.34), rgba(26, 109, 255, 0.42));
}

.hero-caption {
  margin-top: 16px;
  max-width: 36rem;
  color: rgba(233, 243, 255, 0.8);
  font-size: 0.95rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.proof-chip {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-chip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.proof-chip span {
  color: rgba(227, 239, 255, 0.76);
  font-size: 0.9rem;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-art-card {
  position: relative;
  width: 100%;
  padding: 16px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.hero-art-card img {
  width: 100%;
  border-radius: 24px;
}

.visual-badge {
  position: absolute;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(189, 208, 228, 0.78);
  box-shadow: var(--shadow-sm);
}

.visual-badge strong {
  display: block;
  color: var(--text);
}

.visual-badge span {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.visual-badge-a {
  top: 34px;
  left: -18px;
}

.visual-badge-b {
  right: -18px;
  bottom: 28px;
}

.value-strip {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.value-card,
.card,
.section,
.page-head,
.resource-card,
.cta-band {
  animation: rise 0.64s ease both;
}

.value-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(189, 208, 228, 0.76);
  box-shadow: var(--shadow-md);
}

.value-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.value-card h2,
.value-card h3,
.section-header h2 {
  margin: 0 0 10px;
  line-height: 1.06;
}

.value-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.value-card h3 {
  font-size: 1.38rem;
}

.value-card p,
.card p,
.section-header p,
.rooms-copy p,
.resource-card p,
.page-head p,
.cta-band p,
.faq p,
.note p,
.spotlight-card p {
  margin: 0;
  color: var(--text-soft);
}

.section-block {
  padding: 30px 0 0;
}

.section-header {
  max-width: 760px;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: clamp(1.95rem, 4vw, 3rem);
}

.section-header.compact {
  margin-bottom: 18px;
}

.section-header.compact p {
  margin-top: 8px;
}

.section-label {
  background: var(--mint-soft);
  color: #0f766e;
}

.section-label::before {
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(24, 196, 177, 0.14);
}

.feature-grid,
.grid-3,
.steps,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.resource-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(189, 208, 228, 0.76);
  box-shadow: var(--shadow-md);
}

.card h2,
.card h3,
.resource-card strong {
  margin: 0 0 10px;
}

.icon-badge {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 18px;
  color: var(--brand-3);
  background: linear-gradient(135deg, rgba(26, 109, 255, 0.14), rgba(14, 185, 216, 0.14));
}

.icon-badge svg {
  width: 24px;
  height: 24px;
}

.card a,
.resource-card a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 800;
}

.rooms-showcase {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(241, 247, 255, 0.9));
  border: 1px solid rgba(189, 208, 228, 0.72);
  box-shadow: var(--shadow-md);
}

.rooms-layout {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(260px, 0.82fr);
  gap: 24px;
  align-items: center;
}

.rooms-board {
  position: relative;
}

.rooms-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(26, 109, 255, 0.12), rgba(14, 185, 216, 0.1));
  filter: blur(12px);
}

.rooms-window {
  position: relative;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(160deg, #0f2244 0%, #143461 65%, #1d5caf 100%);
  box-shadow: 0 26px 60px rgba(15, 34, 68, 0.22);
}

.rooms-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.rooms-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.room-stack {
  display: grid;
  gap: 14px;
}

.room-tile {
  padding: 18px;
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.room-tile p {
  color: rgba(227, 239, 255, 0.78);
}

.room-tile-primary {
  background: linear-gradient(135deg, rgba(46, 198, 244, 0.3), rgba(26, 109, 255, 0.42));
}

.rooms-copy .k-list {
  margin-bottom: 18px;
}

.steps .card {
  position: relative;
  padding-top: 74px;
}

.step-index {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(26, 109, 255, 0.12);
  color: var(--brand);
  font-weight: 800;
}

.section {
  margin-top: 20px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(189, 208, 228, 0.76);
  box-shadow: var(--shadow-md);
}

.columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
}

.k-list,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.k-list li,
.check-list li {
  position: relative;
  padding-left: 32px;
}

.k-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(24, 196, 177, 0.12);
  box-shadow: inset 0 0 0 6px rgba(24, 196, 177, 0.16);
}

.k-list li::after,
.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 7px;
  height: 4px;
  border-left: 2px solid #0f766e;
  border-bottom: 2px solid #0f766e;
  transform: rotate(-45deg);
}

.tag-list,
.quick-nav,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-list span,
.quick-nav a {
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.tag-list span {
  background: rgba(26, 109, 255, 0.08);
  color: var(--brand-3);
}

.breadcrumb {
  margin: 26px 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.breadcrumb a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 700;
}

.page-head {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 32px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #0e2142 0%, #163c73 58%, #118fc0 120%);
  box-shadow: var(--shadow-lg);
}

.page-head .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.page-head .eyebrow::before {
  background: #9afce3;
  box-shadow: 0 0 0 6px rgba(154, 252, 227, 0.12);
}

.page-head h1 {
  margin: 16px 0 12px;
  max-width: 12ch;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  line-height: 1.02;
}

.page-head--seo h1 {
  max-width: 16ch;
}

.page-subtitle {
  margin: 0 0 14px;
  max-width: 38rem;
  color: rgba(241, 248, 255, 0.92);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-head p {
  max-width: 46rem;
  color: rgba(232, 242, 255, 0.84);
}

.quick-nav {
  margin-top: 22px;
}

.quick-nav a {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.09);
}

.surface-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.chat-embed-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 18px;
  align-items: start;
}

.chat-embed-panel,
.chat-embed-aside {
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid rgba(189, 208, 228, 0.76);
  box-shadow: var(--shadow-md);
}

.chat-embed-panel h2,
.chat-embed-aside h3 {
  margin: 0 0 10px;
}

.chat-embed-panel p,
.chat-embed-aside p {
  margin: 0;
  color: var(--text-soft);
}

.chat-embed-head {
  margin-bottom: 18px;
}

.chat-embed-frame {
  display: block;
  width: 100%;
  min-height: 780px;
  border: 0;
  border-radius: 26px;
  background: #f6fbff;
  box-shadow: inset 0 0 0 1px rgba(189, 208, 228, 0.66);
}

.chat-embed-aside .tag-list {
  margin-top: 16px;
}

.chat-embed-aside .hero-actions {
  margin-top: 18px;
}

.surface-chip {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.surface-chip strong {
  display: block;
  margin-bottom: 6px;
}

.surface-chip span {
  color: rgba(231, 242, 255, 0.78);
  font-size: 0.9rem;
}

.note,
.spotlight-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(26, 109, 255, 0.14), transparent 32%),
    linear-gradient(180deg, #eff5ff 0%, #f8fbff 100%);
  border: 1px solid rgba(189, 208, 228, 0.82);
}

.note strong,
.spotlight-card h3 {
  display: block;
  margin-bottom: 10px;
}

.resource-card {
  position: relative;
}

.resource-card small {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.faq details {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(189, 208, 228, 0.76);
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin-top: 10px;
}

.cta-band {
  margin-top: 22px;
  padding: 30px;
  border-radius: var(--radius-xl);
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(145deg, #10254a 0%, #17406f 54%, #1494c1 120%);
  box-shadow: var(--shadow-lg);
}

.cta-band h2 {
  margin: 0 0 12px;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.cta-band p {
  max-width: 46rem;
  color: rgba(231, 242, 255, 0.82);
}

footer {
  margin-top: 42px;
}

footer .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 40px;
  border-top: 1px solid rgba(189, 208, 228, 0.76);
}

footer p {
  margin: 0;
  color: var(--text-soft);
}

.footer-links a {
  color: var(--text-soft);
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .home-hero,
  .rooms-layout,
  .columns {
    grid-template-columns: 1fr;
  }

  .value-strip {
    grid-template-columns: 1fr;
  }

  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid,
  .grid-3,
  .steps,
  .surface-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .wrap {
    width: min(1180px, calc(100% - 24px));
  }

  .topbar {
    display: none;
  }

  .site-header .wrap,
  footer .wrap {
    gap: 14px;
  }

  .menu {
    margin-left: auto;
  }

  .menu a:not(.menu-cta) {
    display: none;
  }

  .menu .menu-cta {
    padding: 12px 16px;
  }

  .home-hero {
    padding: 24px;
    gap: 22px;
    margin-top: 18px;
  }

  .hero-visual {
    order: -1;
  }

  .visual-badge {
    display: none;
  }

  .hero-copy h1,
  .page-head h1,
  .cta-band h2 {
    max-width: none;
  }

  .hero-proof,
  .hero-categories,
  .feature-grid,
  .grid-3,
  .steps,
  .resource-grid,
  .surface-strip,
  .chat-embed-shell {
    grid-template-columns: 1fr;
  }

  .hero-category--cta {
    grid-column: auto;
  }

  .hero-actions .btn,
  .cta-band .hero-actions .btn {
    width: 100%;
  }

  .section,
  .page-head,
  .cta-band,
  .value-card,
  .rooms-showcase,
  .card,
  .resource-card,
  .chat-embed-panel,
  .chat-embed-aside {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .chat-embed-frame {
    min-height: 640px;
    border-radius: 22px;
  }

  .page-head .quick-nav a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  footer .wrap {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
