/* 2005 — Web 2.0: глянець, великі радіуси, пастель, відблиски, «beta». */

[data-era="2005"] #stage {
  --era-width: 900px;
  background: #eef4fb
    linear-gradient(180deg, #cfe3f7 0, #eef4fb 320px) no-repeat;
  color: #33424f;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.e05 {
  padding: 26px 16px 50px;
}

.e05-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.e05 a {
  text-decoration: none;
}

/* Базовий колір — лише для «голих» посилань, щоб не перебивати компоненти. */
.e05 a:not([class]) {
  color: #1a6fbd;
  text-decoration: none;
}
.e05 a:not([class]):hover {
  text-decoration: underline;
}

/* шапка */
.e05-top {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.e05-logo {
  margin: 0;
  color: #14538f;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
}
.e05-beta {
  position: relative;
  top: -18px;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffd166, #f0a500);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #6b3d00;
  font-size: 12px;
  font-weight: 700;
}
.e05-slogan {
  margin: 2px 0 14px;
  color: #6b8299;
  font-size: 15px;
}
.e05-tabs {
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 3px solid #7fb2e0;
}
.e05-tabs li a {
  display: block;
  padding: 8px 18px 7px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #ffffff, #dce8f4);
  color: #14538f;
  font-weight: 700;
}
.e05-tabs li.is-on a,
.e05-tabs li a:hover {
  background: linear-gradient(180deg, #9fcdf3, #7fb2e0);
  color: #fff;
  text-decoration: none;
}

/* hero */
.e05-hero {
  margin-bottom: 24px;
  padding: 28px 30px 24px;
  border: 1px solid #b9d4ec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #e8f2fc);
  box-shadow: 0 3px 0 rgba(20, 83, 143, 0.08), inset 0 1px 0 #fff;
}
.e05-kicker {
  margin: 0 0 6px;
  color: #7f9db8;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.e05-h1 {
  margin: 0 0 10px;
  color: #14538f;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.18;
  text-shadow: 0 1px 0 #fff;
}
.e05-lede {
  max-width: 60ch;
  margin: 0 0 16px;
  font-size: 16px;
}
.e05-dim {
  color: #7f9db8;
  font-size: 13px;
}

/* глянцева кнопка */
.e05-glossy {
  display: inline-block;
  padding: 9px 22px;
  border: 1px solid #1a6fbd;
  border-radius: 22px;
  background: linear-gradient(180deg, #6fb6f2 0, #2a86d8 50%, #1a6fbd 51%, #14538f 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 2px 4px rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.e05-glossy:hover {
  background: linear-gradient(180deg, #86c4f7 0, #3a95e4 50%, #2078c6 51%, #175f9f 100%);
  color: #fff;
  text-decoration: none;
}
.e05-glossy--alt {
  border-color: #9db9ce;
  background: linear-gradient(180deg, #ffffff 0, #e9f0f7 50%, #dbe6f0 51%, #cfdeeb 100%);
  color: #14538f;
  text-shadow: 0 1px 0 #fff;
}
.e05-glossy--alt:hover {
  background: linear-gradient(180deg, #ffffff 0, #f2f7fb 50%, #e6eef6 51%, #d9e6f1 100%);
  color: #14538f;
}

/* сітка */
.e05-cols {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.e05-main {
  flex: 1 1 auto;
  min-width: 0;
}
.e05-side {
  flex: 0 0 210px;
}

.e05-h2 {
  margin: 26px 0 12px;
  color: #14538f;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
}

.e05-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.e05-box {
  padding: 0 16px 14px;
  border: 1px solid #cddeed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(20, 83, 143, 0.06);
}
.e05-boxhead {
  margin: 0 -16px 10px;
  padding: 9px 16px;
  border-radius: 11px 11px 0 0;
  background: linear-gradient(180deg, #f4f9fd, #dbe9f6);
  border-bottom: 1px solid #cddeed;
  color: #14538f;
  font-size: 15px;
}
.e05-box p {
  margin: 0;
  font-size: 13px;
}

.e05-shots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.e05-shot {
  padding: 8px 8px 2px;
  background: #fff;
  border: 1px solid #cddeed;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(20, 83, 143, 0.12);
}
.e05-shot img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}
.e05-shot p {
  margin: 8px 2px 8px;
  font-size: 13px;
}

.e05-checks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.e05-checks li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 13px;
}
.e05-checks li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #b9e8a0, #6fbf4b);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 11px;
}

.e05-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.e05-steps li {
  padding: 12px 14px;
  border: 1px solid #cddeed;
  border-radius: 10px;
  background: #fff;
  font-size: 13px;
}
.e05-num {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, #9fcdf3, #2a86d8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}

/* форма */
.e05-panel {
  padding: 20px 22px;
  border: 1px solid #cddeed;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #eff6fc);
}
.e05-row {
  margin: 0 0 12px;
}
.e05-label {
  display: block;
  margin-bottom: 4px;
  color: #14538f;
  font-weight: 700;
  font-size: 13px;
}
.e05-input {
  width: 100%;
  max-width: 430px;
  padding: 8px 10px;
  border: 1px solid #a8c6df;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 2px 3px rgba(20, 83, 143, 0.08);
  font-family: inherit;
  font-size: 14px;
}
.e05-input:focus {
  outline: none;
  border-color: #2a86d8;
  box-shadow: inset 0 2px 3px rgba(20, 83, 143, 0.08), 0 0 0 3px rgba(42, 134, 216, 0.2);
}
.e05-error {
  margin: 0 0 10px;
  padding: 8px 12px;
  border: 1px solid #f0b3b3;
  border-radius: 8px;
  background: #fdeaea;
  color: #a32020;
}
.e05-done {
  margin: 0 0 10px;
  padding: 8px 12px;
  border: 1px solid #b6e0a2;
  border-radius: 8px;
  background: #eefae7;
  color: #2f6b1a;
}

/* сайдбар */
.e05-widget {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #cddeed;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #eff6fc);
}
.e05-widget h3 {
  margin: 0 0 8px;
  color: #14538f;
  font-size: 14px;
}
.e05-widget p {
  margin: 0 0 6px;
}
.e05-tags {
  line-height: 2.1;
}
.e05-tag {
  padding: 2px 6px;
  border-radius: 6px;
  background: #e8f2fc;
  color: #1a6fbd;
  white-space: nowrap;
}
.e05-tag:hover {
  text-decoration: underline;
}
.e05-tag--1 {
  font-size: 12px;
}
.e05-tag--2 {
  font-size: 15px;
  font-weight: 700;
}
.e05-tag--3 {
  font-size: 13px;
}
.e05-tag--4 {
  font-size: 17px;
  font-weight: 700;
}
.e05-rss {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffb066, #ee7203);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.e05-rss:hover {
  color: #fff;
  text-decoration: none;
}

/* підвал */
.e05-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #c3d8ea;
  color: #7f9db8;
  font-size: 12px;
}
.e05-valid {
  display: flex;
  gap: 8px;
  margin: 0;
}
.e05-vbadge {
  padding: 3px 8px;
  border: 1px solid #a8c6df;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff, #e6eef6);
  color: #14538f;
  font-size: 10px;
}
.e05-vbadge b {
  color: #1a6fbd;
}

@media (max-width: 860px) {
  .e05-cols {
    flex-direction: column;
  }
  .e05-side {
    flex: 1 1 auto;
    width: 100%;
  }
}
