html, body {
  font-family: var(--font-body);
  line-height: 1.5;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
}

body {
  background:
    radial-gradient(1200px 600px at 20% 10%, #fbf5ea, transparent 60%),
    radial-gradient(1000px 500px at 80% 20%, rgba(255,255,255,0.25), transparent 60%),
    linear-gradient(180deg, #f2e6d3, #e7d7bd);
  color: #2d3a4a;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.035) 0px,
      rgba(0,0,0,0.035) 1px,
      transparent 1px,
      transparent 4px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,0.025) 0px,
      rgba(0,0,0,0.025) 1px,
      transparent 1px,
      transparent 7px
    );
  mix-blend-mode: multiply;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'><rect width='120' height='120' fill='none'/><circle cx='12' cy='18' r='1' fill='%23000'/><circle cx='44' cy='26' r='1' fill='%23000'/><circle cx='78' cy='14' r='1' fill='%23000'/><circle cx='96' cy='38' r='1' fill='%23000'/><circle cx='20' cy='52' r='1' fill='%23000'/><circle cx='62' cy='58' r='1' fill='%23000'/><circle cx='104' cy='64' r='1' fill='%23000'/><circle cx='32' cy='74' r='1' fill='%23000'/><circle cx='70' cy='86' r='1' fill='%23000'/><circle cx='14' cy='98' r='1' fill='%23000'/><circle cx='52' cy='104' r='1' fill='%23000'/><circle cx='92' cy='108' r='1' fill='%23000'/></svg>");
  mix-blend-mode: multiply;
}

a {
  color: #2d3a4a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.series-sm-tbl { margin-left: auto; margin-right: auto; width: 360px; margin-top: .7em; }
.ref-sm-tbl { margin-left: auto; margin-right: auto; width: 360px; margin-bottom: .7em; margin-top: .7em; }
.series-lg-tbl { margin-left: auto; margin-right: auto; width: 562px; margin-top: .7em; }
.ref-lg-tbl { margin-left: auto; margin-right: auto; width: 562px; margin-bottom: .7em; margin-top: .7em; }

.sm-col { width: 120px; text-align: center; }
.tblcenter { margin-left: auto; margin-right: auto; width: 360px; }
.clr { clear: both; }
.clear { clear: right; }
.googadtop { text-align: center; padding-top: 0.2em; padding-bottom: 0.5em; }
.logoln { float: left; padding-left: 7px; }
.respimg { display: block; width: 116px; height: 25px; padding-top: 4px; }
.banntxt { text-align: center; font-size: .8em; font-weight: bold; padding-bottom: 1em; }
.emailinp { border: 1px solid #c9b8a3; border-image: none; font-size: 1.2em; margin-bottom: .7em; height: 34px; width: 260px; font-family: var(--font-ui); }
.textbx { border: 1px solid #c9b8a3; border-image: none; height: 80px; width: 270px; font-size: 1.1em; font-family: var(--font-ui); }
.inpbutton { font-size: 1em; font-weight: bold; padding-left: 15px; padding-right: 15px; padding-top: 8px; padding-bottom: 8px; margin-top: 5px; }

@media (max-width: 640px) {
  .series-lg-tbl { display: none; }
  .ref-lg-tbl { display: none; }
  .learning-plan-card { margin: 1.5em 10px 1em; padding: 1.2em; }
  .learning-plan-title { font-size: 1.1em; }
  .learning-plan-btn { padding: 10px 24px; font-size: 0.95em; }
}

.sinpmain {
  border: 1px solid #c9b8a3;
  border-image: none;
  width: 230px;
  height: 29px;
  font-size: 17px;
}

.srchbut {
  vertical-align: top;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
}

H1.mnpg { font-size: 1.2em; font-weight: bold; text-align: center; padding-bottom: 0.2em; padding-top: 0.6em; }
.h2ctbdmg1 { font-size: 1.1em; font-weight: bold; text-align: center; padding-top: .5em; padding-bottom: 0.1em; }
.h2ctbdmg { font-size: 1.1em; font-weight: bold; text-align: center; padding-top: .5em; padding-bottom: 0.5em; }
.h2ctbdmg4 { font-size: 1.1em; font-weight: bold; text-align: center; padding-top: .8em; }
.h2ctbdmg2 { font-size: 1.1em; font-weight: bold; text-align: center; }
.h2ctbdmg3 { font-size: 1.1em; font-weight: bold; text-align: center; padding-bottom: .5em; }
.h3ctbdmg { font-size: 1em; font-weight: 600; text-align: center; margin: 0.2em 0 0.6em; color: #2b4f67; }
.sublstpd { font-size: 1em; text-align: center; padding-bottom: 0.4em; }

.stogtbl {
  border: 2px solid #c9b8a3;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5em;
}

.stogtxt { font-size: 0.9em; text-align: center; }
a.stogadlk:link { color: #2d3a4a; text-decoration: none; }
a.stogadlk:visited { color: #2d3a4a; text-decoration: none; }
a.stogadlk:hover { color: #2d3a4a; text-decoration: underline; }
a.stogadlk:active { color: #2d3a4a; text-decoration: none; }

.mainsoc { text-align: center; padding-top: 1em; padding-bottom: 1em; }

.undrlinks { text-align: center; padding-top: 0.8em; padding-bottom: 0.3em; font-weight: bold; }
.undrlinks a { color: #2b4f67; font-weight: 600; }

.questbl { margin-left: auto; margin-right: auto; width: 345px; background-color: #fbf5ea; border: 1px solid #c9b8a3; padding: 1em; margin-top: 2em; }
.aboutbl { margin-left: auto; margin-right: auto; width: 345px; margin-top: 3em; margin-bottom: 3em; border: 1px solid #c9b8a3; padding: 1em; background-color: #fbf5ea; }
.icontx { font-weight: bold; font-size: 17px; color: #2d3a4a; padding-bottom: 20px; line-height: 1.1; margin: 0; }
.icontx1 { font-weight: bold; font-size: 17px; color: #2d3a4a; padding-bottom: 10px; line-height: 1.1; margin: 0; }
.stogtbl h3 { margin: 0; font-size: 0.95em; font-weight: 600; }
.imgblk { display: block; margin-left: auto; margin-right: auto; }

.learning-plan-card {
  margin: 2em auto 1.5em;
  max-width: 500px;
  background: #fbf5ea;
  border: 1px solid #c9b8a3;
  border-radius: 8px;
  padding: 1.5em;
  text-align: center;
  box-shadow: none;
}

.learning-plan-icon {
  font-size: 48px;
  margin-bottom: 0.3em;
}

.learning-plan-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #2d3a4a;
  margin-bottom: 0.3em;
}

.learning-plan-subtitle {
  font-size: 0.9em;
  color: #2b4f67;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.learning-plan-desc {
  font-size: 0.95em;
  color: #2d3a4a;
  margin-bottom: 1em;
  line-height: 1.4;
}

.learning-plan-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #e7d7bd;
  color: #2d3a4a;
  text-decoration: none;
  border: 1px solid #c9b8a3;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.2s;
}

.learning-plan-btn:hover {
  background: #dcc9ab;
  transform: translateY(-2px);
  box-shadow: none;
}

@media (min-width: 480px) {
  html, body { line-height: 1.4; }
  .sinpmain { width: 240px; height: 29px; font-size: 17px; }
}

@media (min-width: 641px) {
  .sinpmain { width: 265px; height: 29px; font-size: 17px; }
  .aboutbl { width: 450px; margin-top: 3em; margin-bottom: 3em; padding: 1em; border: 1px solid #c9b8a3; background-color: #fbf5ea; }
  .questbl { width: 400px; margin-top: 2em; }
  .series-sm-tbl { display: none; }
  .ref-sm-tbl { display: none; }
}

@media (min-width: 768px) {
  .sinpmain { width: 275px; height: 29px; font-size: 17px; }
}

@media (min-width: 1024px) {
  .stogtxt { font-size: 0.8em; text-align: center; }
  .sinpmain { width: 275px; height: 29px; font-size: 17px; }
}
