.adsmin-page {
  background: #fff;
}

.adsmin-page .navbar-blog {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.adsmin-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 5%;
}

.adsmin-hero {
  padding: 5.25rem 0 2.25rem;
}

.adsmin-mark {
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.adsmin-mark iframe,
.adsmin-mark dotlottie-wc {
  width: clamp(240px, 70vw, 360px);
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  border: 0;
}

.adsmin-title {
  text-align: center;
  font-size: clamp(2.05rem, 5.2vw, 3.1rem);
  letter-spacing: 0.18em;
  font-weight: 800;
}

.adsmin-soon {
  text-align: center;
  margin-top: 10px;
  font-weight: 900;
  letter-spacing: -0.2px;
}

.adsmin-lead {
  text-align: center;
  max-width: 740px;
  margin: 14px auto 0;
  color: var(--text-light);
  line-height: 1.9;
}

.adsmin-main {
  padding: 0 0 4.5rem;
}

.adsmin-section {
  padding: 2.5rem 0;
}

.adsmin-reading {
  max-width: 740px;
}

.adsmin-section h2 {
  font-size: clamp(1.4rem, 3.1vw, 1.85rem);
  letter-spacing: -0.5px;
}

.adsmin-desc {
  color: var(--text-light);
  line-height: 1.9;
  margin-top: 10px;
}

.adsmin-table-wrap {
  margin-top: 14px;
  overflow: auto;
}

.adsmin-compare {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.98rem;
}

.adsmin-compare th,
.adsmin-compare td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

.adsmin-compare th {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 900;
  letter-spacing: -0.2px;
}

.adsmin-compare td:first-child {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 800;
}

.adsmin-group td {
  padding-top: 18px;
  padding-bottom: 10px;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.adsmin-yes {
  color: #00a84a;
  font-weight: 900;
}

.adsmin-sub {
  display: block;
  margin-top: 3px;
  color: rgba(0, 0, 0, 0.52);
  font-size: 0.92rem;
  line-height: 1.55;
}

.adsmin-alert {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d10000;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.adsmin-alert::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.adsmin-form {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.adsmin-label {
  font-weight: 800;
  letter-spacing: -0.2px;
}

.adsmin-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.adsmin-field input {
  flex: 1 1 240px;
  height: 44px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 0;
  background: transparent;
  font-family: var(--font-main);
  font-size: 1rem;
  padding: 8px 2px;
  outline: none;
}

.adsmin-field button {
  height: 44px;
  border: none;
  background: transparent;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.2px;
  cursor: pointer;
  padding: 0;
}

.adsmin-field button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.adsmin-msg {
  margin: 0;
  color: var(--text-light);
  min-height: 1.4em;
}
