.brand-page {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 28%),
    linear-gradient(180deg, #f5f7fa 0%, #edf0f5 100%);
  color: var(--t2);
}

.brand-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 76px;
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 165, 250, 0.18), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(37, 99, 235, 0.18), transparent 26%),
    linear-gradient(145deg, #0d1f3c 0%, #13294d 55%, #17386b 100%);
}

.brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.45;
  pointer-events: none;
}

.brand-hero__inner,
.brand-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.brand-hero__content {
  max-width: 640px;
}

.brand-hero .label {
  color: rgba(147, 197, 253, 0.92);
}

.brand-hero__title {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.brand-hero__desc {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.85;
}

.brand-hero__actions,
.brand-actions,
.brand-preview-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.brand-hero__metrics {
  display: grid;
  gap: 16px;
}

.brand-metric,
.brand-card,
.brand-step,
.brand-preview-form,
.brand-panel {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 31, 60, 0.08);
  box-shadow: 0 18px 42px rgba(13, 31, 60, 0.08);
}

.brand-metric {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 48px rgba(5, 15, 35, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.brand-metric__eyebrow,
.brand-card__eyebrow,
.brand-panel__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(147, 197, 253, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-card__eyebrow,
.brand-panel__eyebrow {
  color: var(--accent);
}

.brand-metric strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.brand-metric span:last-child {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.brand-section {
  padding: 54px 0 58px;
}

.brand-section--contrast {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.88) 100%);
  border-top: 1px solid rgba(13, 31, 60, 0.06);
  border-bottom: 1px solid rgba(13, 31, 60, 0.06);
}

.brand-section__header {
  max-width: 620px;
  margin-bottom: 26px;
}

.brand-copy {
  max-width: 640px;
}

.brand-copy__text {
  margin: 18px 0 0;
  color: var(--t3);
  font-size: 15px;
  line-height: 1.82;
}

.brand-checklist,
.brand-panel__list {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.brand-checklist li,
.brand-panel__list li {
  position: relative;
  padding-left: 20px;
  color: var(--t3);
  font-size: 14px;
  line-height: 1.75;
}

.brand-checklist li::before,
.brand-panel__list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa 0%, #2563eb 100%);
}

.brand-panel h3,
.brand-card h3,
.brand-step h3 {
  margin: 0 0 12px;
  color: var(--t1);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.brand-panel p,
.brand-card p,
.brand-step p {
  margin: 0;
  color: var(--t3);
  font-size: 14px;
  line-height: 1.75;
}

.brand-panel__link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.brand-grid {
  display: grid;
  gap: 16px;
}

.brand-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
}

.brand-actions {
  margin-top: 24px;
}

.brand-page--certificate .brand-hero {
  padding: 44px 0 32px;
}

.brand-page--certificate .brand-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.brand-page--certificate .brand-hero__content {
  max-width: 820px;
}

.brand-page--certificate .brand-hero__title {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.7vw, 38px);
  max-width: none;
}

.brand-page--certificate .brand-hero__desc {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.7;
}

.brand-page--certificate .brand-hero__actions {
  margin-top: 16px;
  gap: 12px;
}

.brand-page--certificate .brand-hero__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
  align-items: stretch;
}

.brand-page--certificate .brand-metric {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 19px 18px;
  border-radius: 22px;
}

.brand-page--certificate .brand-metric__eyebrow {
  margin-bottom: 10px;
}

.brand-page--certificate .brand-metric strong {
  margin-bottom: 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.12;
}

.brand-page--certificate .brand-metric span:last-child {
  font-size: 13px;
  line-height: 1.58;
}

.brand-page--vision .brand-hero {
  padding: 74px 0 54px;
}

.brand-page--vision .brand-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.brand-page--vision .brand-hero__content {
  max-width: 1000px;
}

.brand-page--vision .brand-hero__title {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.4vw, 42px);
  max-width: none;
}

.brand-page--vision .brand-hero__desc {
  max-width: 940px;
  font-size: 15.5px;
  line-height: 1.74;
}

.brand-page--vision .brand-hero__actions {
  margin-top: 20px;
}

.brand-page--vision .brand-hero__actions .btn {
  min-width: 176px;
}

.brand-page--vision .brand-section--vision-pillars {
  padding-top: 44px;
  padding-bottom: 28px;
}

.brand-page--vision .brand-section--vision-practice {
  padding-top: 28px;
  padding-bottom: 48px;
}

.brand-page--vision .brand-section__header--vision {
  max-width: 1040px;
  margin-bottom: 22px;
}

.brand-page--vision .brand-section__header--vision .section-title {
  max-width: none;
  letter-spacing: -0.02em;
}

.brand-page--vision .brand-section__header--vision .section-sub {
  max-width: 920px;
  margin-top: 10px;
}

.brand-page--vision .brand-grid--three,
.brand-page--vision .brand-steps {
  align-items: stretch;
}

.brand-page--vision .brand-grid--three {
  gap: 14px;
}

.brand-page--vision .brand-card,
.brand-page--vision .brand-step {
  min-height: 100%;
  padding: 20px 18px;
  border-radius: 22px;
}

.brand-page--vision .brand-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.brand-page--vision .brand-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
}

.brand-page--vision .brand-card p {
  font-size: 14px;
  line-height: 1.64;
}

.brand-page--vision .brand-steps {
  gap: 12px;
}

.brand-page--vision .brand-step {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 31, 60, 0.08);
  box-shadow: 0 18px 38px rgba(13, 31, 60, 0.07);
}

.brand-page--vision .brand-step__num {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  font-size: 13px;
}

.brand-page--vision .brand-step h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.16;
}

.brand-page--vision .brand-step p {
  font-size: 13.5px;
  line-height: 1.65;
}

.brand-page--verify-certificate .brand-hero {
  padding: 68px 0 52px;
}

.brand-page--verify-certificate .brand-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.brand-page--verify-certificate .brand-hero__content {
  max-width: 920px;
}

.brand-page--verify-certificate .brand-hero__title {
  margin-bottom: 16px;
  font-size: clamp(30px, 3.4vw, 42px);
  max-width: none;
}

.brand-page--verify-certificate .brand-hero__desc {
  max-width: 760px;
}

.brand-page--verify-certificate .brand-hero__actions {
  margin-top: 22px;
}

.brand-page--verify-certificate .brand-section--verify-certificate {
  padding-top: 30px;
  padding-bottom: 54px;
}

.brand-page--verify-certificate .brand-verify-wrap {
  max-width: 760px;
}

.brand-page--about .brand-hero {
  padding: 88px 0 72px;
}

.brand-page--about .brand-hero__desc {
  max-width: 600px;
}

.brand-page--about .brand-hero__actions {
  margin-top: 28px;
}

.brand-page--about .brand-hero__actions .btn,
.brand-page--about .brand-actions--about .btn {
  min-width: 204px;
}

.brand-page--about .brand-section--about-intro {
  padding-top: 60px;
  padding-bottom: 50px;
}

.brand-page--about .brand-section--about-principles {
  padding-top: 50px;
  padding-bottom: 52px;
}

.brand-page--about .brand-section--about-journey {
  padding-top: 50px;
  padding-bottom: 34px;
}

.brand-page--about .brand-section__header {
  margin-bottom: 30px;
}

.brand-page--about .brand-panel--about-cta {
  margin-top: 30px;
  padding: 28px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 249, 252, 0.98) 100%);
}

.brand-page--about .brand-panel__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.brand-page--about .brand-panel__content h3 {
  max-width: 17ch;
}

.brand-page--about .brand-panel__content p {
  max-width: 560px;
}

.brand-page--about .brand-actions--about {
  margin-top: 0;
  justify-content: flex-end;
  align-items: center;
}

.brand-page--about .brand-actions--about .btn-primary {
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.18);
}

.brand-page--about .brand-actions--about .btn-outline {
  background: rgba(13, 31, 60, 0.02);
}

.brand-split--certificate {
  align-items: stretch;
}

.brand-certificate-stage {
  display: grid;
  gap: 18px;
}

.brand-preview-form__header {
  margin-bottom: 18px;
}

.brand-preview-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.brand-preview-form__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-preview-form__field--full {
  grid-column: 1 / -1;
}

.brand-preview-form__field span {
  color: var(--t1);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.brand-preview-form__field input,
.brand-preview-form__field select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 31, 60, 0.1);
  border-radius: 18px;
  background: #fff;
  color: var(--t1);
  font: 500 14px/1.5 var(--font);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.brand-preview-form__field select {
  appearance: none;
  cursor: pointer;
}

.brand-preview-form__field input:focus,
.brand-preview-form__field select:focus {
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.brand-preview-form__note {
  margin: 0;
  color: var(--t3);
  font-size: 13px;
  line-height: 1.65;
  max-width: 460px;
}

.brand-certificate-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 252, 0.98) 100%);
  border: 1px solid rgba(13, 31, 60, 0.08);
  box-shadow: 0 24px 50px rgba(13, 31, 60, 0.1);
}

.brand-certificate-card__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-24deg);
  color: rgba(13, 31, 60, 0.05);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.05em;
  z-index: 4;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.brand-certificate-card__top,
.brand-certificate-card__footer,
.brand-certificate-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-certificate-card__brand {
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 188px);
}

.brand-certificate-card__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-certificate-card__label {
  margin-top: 6px;
  color: var(--t3);
  font-size: 12px;
  line-height: 1.5;
}

.brand-certificate-card__badge {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.brand-certificate-card__body {
  position: relative;
  z-index: 1;
  padding-top: 34px;
}

.brand-certificate-card__recipient-label,
.brand-certificate-card__meta span {
  color: var(--t4);
  font-size: 12px;
  line-height: 1.5;
}

.brand-certificate-card__recipient {
  margin-top: 6px;
  color: var(--t1);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.brand-certificate-card__course {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 31, 60, 0.08);
  color: var(--t1);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.brand-certificate-card__id {
  margin-top: 8px;
  color: var(--t3);
  font-size: 13px;
  line-height: 1.65;
}

.brand-certificate-card__meta {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 31, 60, 0.08);
}

.brand-certificate-card__meta strong {
  display: block;
  margin-top: 4px;
  color: var(--t1);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.brand-certificate-card__footer {
  margin-top: 22px;
  align-items: flex-end;
}

.brand-certificate-card__qr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  border: 1px dashed rgba(13, 31, 60, 0.2);
  background: rgba(13, 31, 60, 0.03);
  color: var(--t1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-certificate-card__footnote {
  max-width: 320px;
  color: var(--t3);
  font-size: 13px;
  line-height: 1.65;
  text-align: right;
}

.brand-verify-panel {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(13, 31, 60, 0.08);
  box-shadow: 0 18px 42px rgba(13, 31, 60, 0.08);
}

.brand-verify-panel__header {
  margin-bottom: 18px;
}

.brand-verify-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.brand-verify-panel__note {
  margin: 16px 0 0;
  color: var(--t3);
  font-size: 13px;
  line-height: 1.7;
}

.brand-page--certificate .brand-certificate-card {
  display: flex;
  justify-content: flex-start;
  padding: 12px 30px 42px 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.brand-page--certificate .brand-certificate-card__stack {
  max-width: 480px;
}

.brand-page--certificate .brand-certificate-card .hp-hero__cert {
  margin: 0;
}

.brand-page--certificate .brand-certificate-card .hp-cert-body::after {
  left: 32px;
  right: 32px;
}

.brand-page--certificate .brand-certificate-card__watermark {
  top: 57%;
  left: 46%;
  color: rgba(13, 31, 60, 0.08);
  font-size: clamp(34px, 7vw, 64px);
}

.brand-certificate-card.cert-reveal .brand-certificate-card__watermark {
  transition:
    opacity 0.72s ease 0.38s,
    transform 1.02s cubic-bezier(0.16, 1, 0.3, 1) 0.38s;
}

.brand-certificate-card.cert-reveal:not(.is-visible) .brand-certificate-card__watermark {
  opacity: 0;
  transform: translate(-50%, -44%) rotate(-24deg) scale(0.88);
}

.brand-certificate-card.cert-reveal.is-visible .brand-certificate-card__watermark {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-24deg) scale(1);
}

@media (max-width: 1024px) {
  .brand-hero {
    padding: 84px 0 68px;
  }

  .brand-hero__inner,
  .brand-split {
    grid-template-columns: 1fr;
  }

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

  .brand-page--certificate .brand-preview-form__grid {
    grid-template-columns: 1fr;
  }

  .brand-page--certificate .brand-verify-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-page--certificate .brand-hero {
    padding: 34px 0 24px;
  }

  .brand-page--certificate .brand-hero__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .brand-page--certificate .brand-hero__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
  }

  .brand-page--certificate .brand-hero__desc {
    max-width: 680px;
    font-size: 14px;
  }

  body .brand-page--certificate .brand-split--certificate {
    max-width: 760px;
  }

  .brand-page--vision .brand-hero {
    padding: 58px 0 46px;
  }

  .brand-page--vision .brand-hero__title {
    font-size: clamp(28px, 4.8vw, 38px);
  }

  .brand-page--vision .brand-section__header--vision {
    max-width: 840px;
    margin-bottom: 18px;
  }

  .brand-page--vision .brand-section__header--vision .section-title {
    max-width: 30ch;
  }

  .brand-page--vision .brand-section__header--vision .section-sub {
    max-width: 760px;
  }

  .brand-page--vision .brand-card,
  .brand-page--vision .brand-step {
    padding: 18px 17px;
  }

  .brand-page--verify-certificate .brand-hero {
    padding: 58px 0 46px;
  }

  .brand-page--verify-certificate .brand-section--verify-certificate {
    padding-top: 24px;
    padding-bottom: 46px;
  }

  .brand-page--about .brand-panel__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .brand-page--about .brand-actions--about {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .brand-hero,
  .brand-section {
    padding: 36px 0 38px;
  }

  .brand-hero__title {
    max-width: none;
    font-size: clamp(30px, 10vw, 44px);
  }

  .brand-hero__desc {
    font-size: 14px;
    line-height: 1.72;
  }

  .brand-hero__actions,
  .brand-actions,
  .brand-preview-form__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brand-hero__actions .btn,
  .brand-actions .btn,
  .brand-preview-form__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .brand-metric,
  .brand-card,
  .brand-step,
  .brand-preview-form,
  .brand-panel,
  .brand-certificate-card,
  .brand-verify-panel {
    padding: 20px 18px;
  }

  .brand-grid--three,
  .brand-steps,
  .brand-preview-form__grid {
    grid-template-columns: 1fr;
  }

  .brand-certificate-card__top,
  .brand-certificate-card__footer,
  .brand-certificate-card__meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-certificate-card__footnote {
    max-width: none;
    text-align: left;
  }

.brand-page--certificate .brand-certificate-stage {
  gap: 14px;
}

.brand-page--certificate .brand-certificate-card {
  padding: 10px 20px 32px 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.brand-page--certificate .brand-certificate-card__stack {
  max-width: 480px;
}

.brand-page--certificate .brand-certificate-card .hp-hero__cert {
  margin: 0;
}

.brand-page--certificate .brand-certificate-card .hp-cert-body::after {
  left: 32px;
  right: 32px;
}

.brand-page--certificate .brand-preview-form__field input,
.brand-page--certificate .brand-preview-form__field select {
  min-height: 50px;
  padding: 13px 14px;
}

.brand-page--certificate .brand-certificate-card__watermark {
  top: 58%;
  left: 46%;
  color: rgba(13, 31, 60, 0.08);
  font-size: clamp(30px, 11vw, 60px);
}

.brand-page--certificate .brand-verify-form__actions .btn {
  width: 100%;
  justify-content: center;
  }

  .brand-page--certificate .brand-hero {
    padding: 26px 0 20px;
  }

  .brand-page--certificate .brand-hero__title {
    margin-bottom: 10px;
    font-size: clamp(22px, 7vw, 28px);
  }

  .brand-page--certificate .brand-hero__actions {
    margin-top: 12px;
  }

  .brand-page--certificate .brand-hero__metrics {
    grid-template-columns: 1fr;
  }

  .brand-page--certificate .brand-metric {
    padding: 18px 16px;
  }

  .brand-page--vision .brand-hero {
    padding: 38px 0 30px;
  }

  .brand-page--vision .brand-hero__title {
    margin-bottom: 12px;
    font-size: clamp(24px, 7vw, 30px);
    max-width: none;
  }

  .brand-page--vision .brand-hero__desc {
    font-size: 14px;
    line-height: 1.66;
  }

  .brand-page--vision .brand-hero__actions {
    margin-top: 18px;
  }

  .brand-page--vision .brand-section--vision-pillars,
  .brand-page--vision .brand-section--vision-practice {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .brand-page--vision .brand-section__header--vision {
    margin-bottom: 16px;
  }

  .brand-page--vision .brand-section__header--vision .section-title,
  .brand-page--vision .brand-section__header--vision .section-sub {
    max-width: none;
  }

  .brand-page--vision .brand-card,
  .brand-page--vision .brand-step {
    padding: 17px 15px;
  }

  .brand-page--vision .brand-step__num {
    margin-bottom: 12px;
  }

  .brand-page--verify-certificate .brand-hero {
    padding: 40px 0 30px;
  }

  .brand-page--verify-certificate .brand-hero__title {
    margin-bottom: 14px;
    font-size: clamp(26px, 8vw, 34px);
  }

  .brand-page--verify-certificate .brand-hero__actions {
    margin-top: 18px;
  }

  .brand-page--verify-certificate .brand-section--verify-certificate {
    padding-top: 18px;
    padding-bottom: 36px;
  }

  .brand-page--about .brand-hero {
    padding: 42px 0 34px;
  }

  .brand-page--about .brand-section--about-intro,
  .brand-page--about .brand-section--about-principles,
  .brand-page--about .brand-section--about-journey {
    padding-top: 34px;
    padding-bottom: 36px;
  }

  .brand-page--about .brand-panel--about-cta {
    margin-top: 22px;
    padding: 20px 18px;
  }

  .brand-page--about .brand-panel__content h3 {
    max-width: none;
  }

  .brand-page--about .brand-actions--about {
    margin-top: 18px;
  }
}

body .brand-page--certificate .brand-certificate-stage {
  align-content: start;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

body .brand-page--certificate .brand-certificate-card {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body .brand-page--certificate .brand-certificate-card__watermark {
  display: none;
}

body .brand-page--certificate .brand-certificate-preview {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #f7f1e8;
  box-shadow: 0 28px 68px rgba(13, 31, 60, 0.14);
  transform: rotate(-2.6deg);
  transform-origin: center center;
  -webkit-user-select: none;
  user-select: none;
}

body .brand-page--certificate .brand-certificate-preview::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 34%);
  pointer-events: none;
}

body .brand-page--certificate .brand-certificate-preview img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

body .brand-page--certificate .brand-certificate-preview__name,
body .brand-page--certificate .brand-certificate-preview__course,
body .brand-page--certificate .brand-certificate-preview__date {
  position: absolute;
  z-index: 2;
  color: #223047;
  text-align: center;
  text-shadow:
    0 0 18px rgba(247, 241, 232, 0.98),
    0 0 8px rgba(247, 241, 232, 0.9);
}

body .brand-page--certificate .brand-certificate-preview__name {
  top: 43.05%;
  left: 50%;
  width: 44%;
  transform: translate(-50%, -50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body .brand-page--certificate .brand-certificate-preview__course {
  top: 59.1%;
  left: 50%;
  width: 37%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
}

body .brand-page--certificate .brand-certificate-preview__date {
  top: 81.35%;
  left: 83.35%;
  transform: translate(-50%, -50%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow:
    0 0 10px rgba(247, 241, 232, 0.96),
    0 0 4px rgba(247, 241, 232, 0.9);
}

body .brand-page--certificate .brand-certificate-card.cert-reveal .brand-certificate-preview {
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

body .brand-page--certificate .brand-certificate-card.cert-reveal:not(.is-visible) .brand-certificate-preview {
  opacity: 0;
  transform: rotate(-4.4deg) translateY(28px) scale(0.985);
  box-shadow: 0 16px 42px rgba(13, 31, 60, 0.1);
}

body .brand-page--certificate .brand-certificate-card.cert-reveal.is-visible .brand-certificate-preview {
  opacity: 1;
  transform: rotate(-2.6deg) translateY(0) scale(1);
}

body .brand-page--certificate .brand-split--certificate {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  body .brand-page--certificate .brand-certificate-preview {
    max-width: 680px;
  }

  body .brand-page--certificate .brand-certificate-preview__name {
    width: 48%;
    top: 43.15%;
    font-size: 24px;
  }

  body .brand-page--certificate .brand-certificate-preview__course {
    width: 41%;
    font-size: 12px;
  }

  body .brand-page--certificate .brand-certificate-preview__date {
    left: 83.2%;
    font-size: 8px;
  }
}

body .brand-page--certificate .brand-section:first-of-type {
  padding-top: 26px;
  padding-bottom: 18px;
}

body .brand-page--certificate .brand-section--contrast {
  padding-top: 14px;
}

@media (max-width: 640px) {
  body .brand-page--certificate .brand-certificate-preview {
    border-radius: 20px;
    transform: rotate(-1.2deg);
  }

  body .brand-page--certificate .brand-certificate-preview__name {
    top: 43.5%;
    width: 58%;
    font-size: clamp(14px, 4.2vw, 22px);
    line-height: 1;
  }

  body .brand-page--certificate .brand-certificate-preview__course {
    top: 58.8%;
    width: 49%;
    font-size: clamp(8px, 2.3vw, 12px);
    line-height: 1.14;
    letter-spacing: 0.07em;
  }

  body .brand-page--certificate .brand-certificate-preview__date {
    top: 81.35%;
    left: 83.05%;
    font-size: clamp(5px, 1.35vw, 7px);
  }

  body .brand-page--certificate .brand-certificate-card.cert-reveal:not(.is-visible) .brand-certificate-preview {
    transform: rotate(-2deg) translateY(20px) scale(0.985);
  }

  body .brand-page--certificate .brand-certificate-card.cert-reveal.is-visible .brand-certificate-preview {
    transform: rotate(-1.2deg) translateY(0) scale(1);
  }

  body .brand-page--certificate .brand-section:first-of-type {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  body .brand-page--certificate .brand-section--contrast {
    padding-top: 18px;
  }
}
