/* Shared presentation for all primary cZeus website pages. */
:root {
  --site-navy: #173f73;
  --site-blue: #08aeea;
  --site-border: #dce7f2;
  --site-radius: 22px;
}

body.site-page {
  background: #fff !important;
  color: #465f7c;
}

body.site-page main,
body.site-page .tab-content,
body.site-page .tab-pane,
body.site-page #about,
body.site-page #features,
body.site-page #contact,
body.site-page #testimonial {
  background-color: #fff !important;
}

.site-page .educator-banner {
  position: relative;
  z-index: 5;
  padding: 11px 0;
  background: linear-gradient(90deg, #008ccf, #08aeea);
  text-align: center;
}

.site-page .educator-banner p {
  display: flex;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}

.site-page .educator-banner strong {
  margin-right: 0;
  color: #fff;
  font-weight: 700;
}

.site-page .educator-banner a {
  margin-left: 8px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.site-page .educator-banner i {
  margin-left: 0;
  color: #fff !important;
  font-size: inherit;
}

.site-page .educator-banner a:hover,
.site-page .educator-banner a:focus {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

/* What is cZeus introduction. */
.site-page #about {
  padding-bottom: 80px;
}

.site-page #about .section-title {
  padding-bottom: 42px;
}

.site-page .about-copy {
  max-width: 1080px;
}

.site-page .about-intro {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.site-page .about-character img {
  width: 100%;
  max-height: 330px;
  margin: 0 auto;
  object-fit: contain;
}

.site-page .about-lead p {
  margin: 0 0 18px;
  color: #405873;
  font-size: 18px;
  line-height: 1.75;
}

.site-page .about-lead p:last-child {
  margin-bottom: 0;
}

.site-page .about-panel {
  margin-top: 22px;
  padding: 30px 34px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 63, 115, 0.08);
}

.site-page .about-panel h2 {
  margin: 0 0 20px;
  color: #214d87;
  font-size: 27px;
}

.site-page .about-feature-list,
.site-page .about-class-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 14px;
}

.site-page .about-feature-list li,
.site-page .about-class-list li {
  position: relative;
  padding-left: 26px;
  color: #4d6279;
  font-size: 16px;
  line-height: 1.65;
}

.site-page .about-feature-list li::before,
.site-page .about-class-list li::before {
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #08aeea;
  box-shadow: 0 0 0 4px rgba(8, 174, 234, 0.13);
  content: "";
}

.site-page .about-feature-list strong,
.site-page .about-class-list strong {
  color: #214d87;
}

.site-page .about-multiplayer {
  border-color: rgba(8, 174, 234, 0.25);
  background: #f3faff;
}

.site-page .about-multiplayer p {
  margin: 0;
  color: #405873;
  font-size: 17px;
  line-height: 1.7;
}

/* Modern treatment for every tab on the About and Features pages. */
.what-is-page .tab-content,
.features-page .tab-content,
.what-is-page .tab-content > .tab-pane,
.features-page .tab-content > .tab-pane {
  background: #fff !important;
  font-size: 15px;
  line-height: 1.65;
}

.what-is-page .tab-content p,
.what-is-page .tab-content li,
.what-is-page .tab-content td,
.what-is-page .tab-content .paddingTopic [class*="col-"],
.features-page .tab-content p,
.features-page .tab-content li,
.features-page .tab-content td,
.features-page .tab-content .paddingTopic [class*="col-"] {
  color: #40556d !important;
  font-weight: 400;
}

.what-is-page .tab-content strong,
.what-is-page .tab-content b,
.features-page .tab-content strong,
.features-page .tab-content b {
  color: #253f5f;
  font-weight: 600 !important;
}

.what-is-page .tab-content > .tab-pane > .section-title,
.features-page .tab-content > .tab-pane > .section-title {
  max-width: 760px;
  margin: 0 auto;
  padding: 52px 20px 30px;
}

.what-is-page .tab-content > .tab-pane > .section-title i,
.features-page .tab-content > .tab-pane > .section-title i {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eef7fd;
  color: #214d87;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}

.what-is-page .tab-content > .tab-pane > .section-title h1,
.features-page .tab-content > .tab-pane > .section-title h1 {
  margin: 14px 0 0;
  color: #214d87;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.what-is-page .tab-pane > .container:not(.about-copy),
.features-page .tab-pane > .container {
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 24px !important;
  margin-left: auto;
  padding: 24px 28px;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  background: #f8fbfe;
  box-shadow: none;
  color: #4d6279;
  font-size: 15px;
  line-height: 1.65;
}

.what-is-page .paddingTopic,
.features-page .paddingTopic {
  padding: 0 15px !important;
  background: #fff !important;
}

.what-is-page .paddingTopic > .container,
.features-page .paddingTopic > .container {
  max-width: 1080px;
  min-height: 0 !important;
  margin: 0 auto;
  padding: 34px 0;
  border: 0;
  border-top: 1px solid #dce7f2;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #4d6279;
  font-size: 15px;
  line-height: 1.65;
}

.what-is-page .paddingTopic > .container::before,
.what-is-page .paddingTopic > .container::after,
.features-page .paddingTopic > .container::before,
.features-page .paddingTopic > .container::after {
  display: table;
  content: "";
}

.what-is-page .paddingTopic > .container::after,
.features-page .paddingTopic > .container::after {
  clear: both;
}

.what-is-page .paddingTopic h2,
.features-page .paddingTopic h2,
.features-page .tab-pane > .container h2,
.features-page .tab-pane > .container h3 {
  margin-top: 0;
  color: #214d87;
}

.what-is-page .paddingTopic h2,
.features-page .paddingTopic h2,
.features-page .tab-pane > .container h2 {
  font-size: 24px;
  line-height: 1.3;
}

.features-page .tab-pane > .container h3 {
  font-size: 20px;
  line-height: 1.35;
}

.what-is-page .paddingTopic b,
.what-is-page .paddingTopic strong,
.features-page .paddingTopic b,
.features-page .paddingTopic strong {
  font-size: inherit !important;
  line-height: inherit;
}

.what-is-page #rules .rule2 {
  width: 100%;
  margin-top: 12px;
  font-size: 13px !important;
  line-height: 1.5;
}

.what-is-page .paddingTopic img,
.features-page .paddingTopic img,
.features-page .tab-pane > .container img {
  border-radius: 14px;
}

.what-is-page .youtube-video-place,
.features-page .youtube-video-place,
.features-page iframe {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(23, 63, 115, 0.14);
}

.what-is-page #rules .youtube-video-place .video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.what-is-page #rules .youtube-video-place .video > img {
  display: block;
  width: 100% !important;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.what-is-page #rules .youtube-video-place .pic-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #f00 !important;
  font-size: 64px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.4));
  transform: translate(-50%, -50%);
  transition: color 180ms ease, transform 180ms ease;
}

.what-is-page #rules .youtube-video-place .video:hover .pic-youtube,
.what-is-page #rules .youtube-video-place .video:focus .pic-youtube {
  color: #c00 !important;
  transform: translate(-50%, -50%) scale(1.08);
}

.what-is-page #howtosolve > .container,
.what-is-page #samplepuzzles > .container {
  text-align: center;
}

.what-is-page #samplepuzzles .btn {
  min-width: min(100%, 430px);
  margin: 3px 0;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  background: #08aeea;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(8, 174, 234, 0.22);
}

.features-page table.compare {
  overflow: hidden;
  width: min(100%, 760px);
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 63, 115, 0.07);
}

.features-page table.compare td {
  padding: 22px;
  border-color: #e7eff7;
}

.features-page #community > .community-intro {
  max-width: 680px;
  padding: 30px 34px;
}

.features-page #community .community-logo {
  width: min(260px, 70%);
  max-height: 110px;
  margin: 0 auto 20px;
  border-radius: 0;
  object-fit: contain;
}

.features-page #community .community-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 13px;
  background: #eef7fd;
  color: #214d87;
  font-size: 21px;
  align-items: center;
  justify-content: center;
}

.features-page #community .community-intro h2 {
  margin: 0 0 10px;
  color: #214d87;
  font-size: 23px;
}

.features-page #community .community-intro p {
  max-width: 520px;
  margin: 0 auto;
  color: #40556d !important;
  font-size: 15px;
  line-height: 1.65;
}

.features-page .tab-content ol,
.features-page .tab-content ul,
.what-is-page .paddingTopic ol,
.what-is-page .paddingTopic ul {
  padding-left: 24px;
}

/* What is cZeus: restore the original glossary presentation. */
.site-page #glossary {
  padding-bottom: 64px;
  background: #fff !important;
}

.site-page #glossary .section-title {
  padding: 46px 20px 28px;
}

.site-page #glossary .section-title > i {
  color: #28578f;
}

.site-page #glossary .section-title h1 {
  margin-top: 14px;
  color: #28578f;
}

.site-page #glossary > .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 0 15px !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-page #glossary > .container > .col-sm-12 {
  padding-top: 0 !important;
}

.site-page #glossary #accordion {
  padding-bottom: 10px;
}

.site-page #glossary .card {
  margin-bottom: 10px;
}

.site-page #glossary .glossarybox {
  overflow: hidden;
  border-radius: 12px;
  background: #28578f;
}

.site-page #glossary .glossarybox .card-link {
  display: block;
  text-decoration: none !important;
}

.site-page #glossary .glossarybox h2 {
  display: flex;
  min-height: 76px;
  margin: 0;
  padding: 14px 22px 14px 16px;
  color: #fff !important;
  font-size: 20px;
  line-height: 1.25;
  align-items: center;
}

.site-page #glossary .glossarybox h2 > img:first-child {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  object-fit: contain;
}

.site-page #glossary .glossarybox h2 > img:last-child {
  width: 31px;
  height: 31px;
  margin-left: auto;
  object-fit: contain;
}

.site-page #glossary .glos {
  margin: 0 12px 14px;
  padding: 30px;
  border: 1px solid #dce7f2;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
  color: #465f7c;
  text-align: center;
}

/* Testimonials page. */
.testimonials-page {
  background: #fff !important;
}

.testimonials-page > .section-title {
  max-width: 760px;
  margin: 0 auto;
  padding: 54px 20px 30px !important;
  background: transparent !important;
}

.testimonials-page > .section-title > i {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #eef7fd;
  color: #214d87;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}

.testimonials-page > .section-title h1 {
  margin: 14px 0 0;
  color: #214d87;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.testimonials-page > .section-title + .container,
.testimonials-page #profRay > .container {
  max-width: 920px;
  margin: 0 auto 24px !important;
  padding: 34px 42px;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(23, 63, 115, 0.07);
}

.testimonials-page #profRay {
  padding: 0 15px 50px !important;
  background: #fff !important;
}

.testimonials-page > .section-title + .container img,
.testimonials-page #profRay > .container img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto 22px;
  border-radius: 12px;
  object-fit: contain;
}

.testimonials-page h4 {
  margin: 0 auto 8px;
  color: #5a6d82;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonials-page h5 {
  margin: 0;
  color: #214d87;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.testimonials-page h5 + h5 {
  display: none;
}

.testimonials-page .stars {
  margin: 18px 0 !important;
  padding: 0 !important;
}

.testimonials-page .stars li {
  padding: 0 3px;
}

.testimonials-page .stars i {
  color: #f6ae1a !important;
  font-size: 16px;
}

.testimonials-page > .section-title + .container p,
.testimonials-page #profRay p {
  max-width: 800px;
  margin: 0 auto;
  color: #40556d !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left !important;
}

.testimonials-page p strong {
  color: #253f5f;
  font-weight: 600 !important;
}

.testimonials-page .linksTo {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.testimonials-page .linksTo a {
  color: #087dbd !important;
  overflow-wrap: anywhere;
}

/* Contact page. */
.contact-page #contact {
  padding: 58px 15px 72px !important;
  background: #fff !important;
}

.contact-page #contact > .container {
  max-width: 920px;
  padding: 0;
}

.contact-page #contact .section-title {
  margin-bottom: 30px;
}

.contact-page #contact .section-title img {
  width: 52px;
  max-height: 52px;
  margin: 0 auto 14px;
  object-fit: contain;
}

.contact-page #contact .section-title h1 {
  margin: 0;
  color: #214d87;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.15;
}

.contact-page .contact-form {
  padding: 34px;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  background: #f8fbfe;
  box-shadow: 0 12px 34px rgba(23, 63, 115, 0.07);
}

.contact-page .contact-form .form-group {
  margin-bottom: 16px;
}

.contact-page .contact-form .form-control {
  height: 52px;
  padding: 13px 16px;
  border: 1px solid #cad8e6;
  border-radius: 10px;
  background: #fff;
  color: #314a66;
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-page .contact-form textarea.form-control {
  min-height: 188px;
  resize: vertical;
}

.contact-page .contact-form .form-control:focus {
  border-color: #08aeea;
  box-shadow: 0 0 0 3px rgba(8, 174, 234, 0.14);
}

.contact-page .contact-form .form-control::placeholder {
  color: #718298;
  opacity: 1;
}

.contact-page .g-recaptcha {
  display: flex;
  margin: 8px 0 24px;
  justify-content: center;
}

.contact-page .contact-form .btn-primary {
  min-width: 150px;
  padding: 12px 26px;
  border: 0;
  border-radius: 999px;
  background: #08aeea;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 9px 22px rgba(8, 174, 234, 0.23);
}

.contact-page .contact-form .btn-primary:hover,
.contact-page .contact-form .btn-primary:focus {
  background: #087dbd;
  color: #fff;
}

.contact-page #successMessage {
  margin-top: 18px;
  color: #214d87;
  font-size: 15px;
}

/* Modern, compact download cards shared with the home page. */
.site-page #download-apps {
  padding: 76px 0;
  background:
    linear-gradient(135deg, rgba(228, 82, 23, 0.96), rgba(255, 136, 53, 0.92)),
    url("../images/bg/apps-bg.jpg") center / cover no-repeat;
}

.site-page #download-apps .overlay-bg {
  display: none;
}

.site-page .download-apps {
  max-width: 1120px;
  margin: 0 auto;
}

.site-page .download-heading {
  max-width: 720px;
  margin: 0 auto 32px;
}

.site-page #download-apps h1 {
  margin: 8px 0 12px;
  color: #fff !important;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
}

.site-page .download-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}

.site-page .download-kicker {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.site-page .download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-page .download-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 350px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--site-radius);
  background: rgba(17, 58, 101, 0.3);
  box-shadow: 0 18px 44px rgba(87, 33, 10, 0.18);
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(12px);
}

.site-page .download-app-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(52, 19, 6, 0.24);
}

.site-page .download-card h2 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
}

.site-page .download-card > p {
  min-height: 44px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.site-page .store-links {
  display: flex;
  width: 100%;
  margin-top: auto;
  gap: 8px;
  flex-direction: column;
  align-items: center;
}

.site-page .store-links a,
.site-page .browser-preview {
  display: block;
  width: min(100%, 180px);
  border-radius: 10px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-page .download-card:first-child .store-links {
  display: grid;
  max-width: 300px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.site-page .download-card:first-child .store-links a {
  width: 100%;
}

.site-page .download-card:first-child .store-links a:last-child {
  width: min(100%, 145px);
  grid-column: 1 / -1;
  justify-self: center;
}

.site-page .store-links a:hover,
.site-page .store-links a:focus {
  box-shadow: 0 10px 24px rgba(52, 19, 6, 0.22);
  transform: translateY(-2px);
}

.site-page .store-links img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.site-page .coming-soon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Consistent footer. */
.site-page #footer {
  padding: 42px 0 34px;
  background: #102d51 !important;
  color: rgba(255, 255, 255, 0.74);
}

.site-page #footer .overlay-bg {
  display: none;
}

.site-page #footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.8;
}

.site-page #footer a {
  color: #fff !important;
}

/* Fixed social drawer. */
.site-page .demo-chooser {
  position: fixed;
  top: 58%;
  left: 0;
  z-index: 1200;
  transform: translate(-100%, -50%);
  transition: transform 220ms ease;
}

.site-page .demo-chooser.opened {
  transform: translate(0, -50%);
}

.site-page .demo-chooser-inner {
  position: relative;
  width: 210px;
  padding: 20px;
  border: 1px solid var(--site-border);
  border-left: 0;
  border-radius: 0 18px 18px 0;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 63, 115, 0.2);
}

.site-page .demo-chooser .toggler {
  position: absolute;
  top: 50%;
  left: 100%;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 0 14px 14px 0;
  background: var(--site-navy);
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(23, 63, 115, 0.2);
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.site-page .demo-chooser .toggler:hover,
.site-page .demo-chooser .toggler:focus {
  background: var(--site-blue);
}

.site-page .demo-chooser .toggler i {
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
}

.site-page .demo-chooser .toggler .hashtag-symbol {
  display: block;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.site-page .demo-chooser h4 {
  margin: 0 0 14px;
  color: var(--site-navy);
  font-size: 16px;
}

.site-page .demo-chooser ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  flex-wrap: wrap;
}

.site-page .demo-chooser li {
  margin: 0;
}

.site-page .demo-chooser li a {
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef7fd;
  color: #087dbd !important;
  align-items: center;
  justify-content: center;
}

.site-page .demo-chooser li a:hover,
.site-page .demo-chooser li a:focus {
  background: var(--site-blue);
  color: #fff !important;
}

.site-page .demo-chooser li a i {
  color: inherit !important;
  font-size: 15px;
  font-style: normal;
}

@media (max-width: 767px) {
  .site-page .educator-banner {
    padding: 11px 12px;
  }

  .site-page .educator-banner p {
    gap: 2px 0;
    flex-direction: column;
  }

  .site-page .educator-banner a {
    margin-left: 0;
  }

  .testimonials-page > .section-title {
    padding: 42px 16px 24px !important;
  }

  .testimonials-page > .section-title + .container,
  .testimonials-page #profRay > .container {
    width: auto;
    margin-right: 15px !important;
    margin-left: 15px !important;
    padding: 26px 20px;
    border-radius: 14px;
  }

  .testimonials-page > .section-title + .container img,
  .testimonials-page #profRay > .container img {
    max-width: 125px;
    max-height: 125px;
  }

  .testimonials-page h5 {
    font-size: 19px;
  }

  .testimonials-page > .section-title + .container p,
  .testimonials-page #profRay p {
    font-size: 14px;
    line-height: 1.7;
  }

  .contact-page #contact {
    padding: 44px 15px 58px !important;
  }

  .contact-page #contact .section-title {
    margin-bottom: 24px;
  }

  .contact-page .contact-form {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .contact-page .contact-form textarea.form-control {
    min-height: 150px;
  }

  .contact-page .g-recaptcha {
    overflow: hidden;
  }

  .site-page #about {
    padding-bottom: 58px;
  }

  .site-page #about .section-title {
    padding-bottom: 28px;
  }

  .site-page .about-intro {
    margin-bottom: 24px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-page .about-character img {
    width: min(210px, 62vw);
    max-height: 260px;
  }

  .site-page .about-lead p {
    font-size: 16px;
    line-height: 1.7;
  }

  .site-page .about-panel {
    padding: 24px 20px;
    border-radius: 15px;
  }

  .site-page .about-panel h2 {
    font-size: 23px;
  }

  .site-page .about-feature-list li,
  .site-page .about-class-list li {
    padding-left: 23px;
    font-size: 15px;
  }

  .what-is-page .tab-content > .tab-pane > .section-title,
  .features-page .tab-content > .tab-pane > .section-title {
    padding: 48px 16px 28px;
  }

  .what-is-page .tab-content > .tab-pane > .section-title i,
  .features-page .tab-content > .tab-pane > .section-title i {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    font-size: 25px;
  }

  .what-is-page .tab-pane > .container:not(.about-copy),
  .features-page .tab-pane > .container,
  .what-is-page .paddingTopic > .container,
  .features-page .paddingTopic > .container {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding: 22px 18px;
    border-radius: 15px;
    font-size: 15px;
  }

  .what-is-page .paddingTopic,
  .features-page .paddingTopic {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .features-page table.compare {
    display: block;
    overflow-x: auto;
  }

  .site-page #glossary .section-title {
    padding: 38px 16px 22px;
  }

  .site-page #glossary .glossarybox h2 {
    min-height: 76px;
    padding: 14px;
    font-size: 20px;
  }

  .site-page #glossary .glossarybox h2 > img:first-child,
  .site-page #glossary .glossarybox h2 > img:last-child {
    width: 24px;
    height: 24px;
  }

  .site-page #glossary .glos {
    margin-right: 4px;
    margin-left: 4px;
    padding: 20px 14px;
  }

  .site-page #download-apps {
    padding: 58px 0;
  }

  .site-page .download-grid {
    max-width: 430px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-page .download-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .site-page .download-card > p {
    min-height: 0;
  }

  .site-page .download-app-icon {
    width: 76px;
    height: 76px;
  }

  .site-page #footer,
  .site-page #footer .text-right {
    text-align: center;
  }

  .site-page #footer .footer-menu {
    margin-top: 16px;
  }

  .site-page .demo-chooser-inner {
    width: 190px;
  }
}

@media (max-width: 479px) {
  .site-page .download-card {
    padding: 22px 16px;
  }

  .site-page .download-app-icon {
    width: 70px;
    height: 70px;
  }

  .site-page .store-links a,
  .site-page .browser-preview {
    max-width: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-page .demo-chooser,
  .site-page .store-links a {
    transition: none;
  }
}
