/* EasyDecide · 品牌正式介绍（全站） */
.ed-hero__brand-cn {
  display: block;
  margin-top: 8px;
  max-width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: rgba(255, 255, 255, .88);
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 899px) {
  .ed-hero__brand-cn {
    font-size: 12px;
    padding-right: 2px;
  }
}
.ed-brand__cn {
  display: none !important;
}

/* —— 全站页脚前品牌条 —— */
.ed-brand-strip {
  background: linear-gradient(180deg, #0f2f22 0%, #174a35 52%, #1a553d 100%);
  color: #ecfdf5;
  padding: 36px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.ed-brand-strip__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.ed-brand-strip__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 14px;
  color: #ecfdf5;
}
.ed-brand-strip h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -.02em;
  color: #fff;
}
.ed-brand-strip__lead {
  margin: 0 0 22px;
  max-width: 820px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(236, 253, 245, .88);
}
.ed-brand-strip__slogan {
  display: grid;
  gap: 6px;
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  /* 浅底深字：深页脚里对比度足够，中英文都清晰 */
  background: #f3fce8;
  border: 1px solid rgba(198, 240, 74, .55);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.ed-brand-strip__slogan b {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #0a100d;
}
.ed-brand-strip__slogan span {
  font-size: 14px;
  color: #14532d;
  font-weight: 800;
  line-height: 1.45;
}
.ed-brand-strip__hq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
@media (max-width: 640px) {
  .ed-brand-strip__hq { grid-template-columns: 1fr; }
}
.ed-brand-strip__hq article {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}
.ed-brand-strip__hq h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #ecfdf5;
}
.ed-brand-strip__hq p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(236, 253, 245, .95);
  font-weight: 700;
}
.ed-brand-strip__cta,
a.ed-brand-strip__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  border: 3px solid #fff !important;
  background: #d4ff3a !important;
  color: #0a100d !important;
  font-weight: 900 !important;
  font-size: clamp(15px, 3.8vw, 17px) !important;
  letter-spacing: .01em;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow:
    0 0 0 3px rgba(212, 255, 58, .45),
    0 10px 28px rgba(0, 0, 0, .35) !important;
  animation: ed-brand-cta-pulse 1.8s ease-in-out infinite;
}
.ed-brand-strip__cta:hover,
.ed-brand-strip__cta:focus-visible,
a.ed-brand-strip__cta:hover {
  filter: brightness(1.06);
  text-decoration: none !important;
  color: #0a100d !important;
  background: #e6ff66 !important;
}
@keyframes ed-brand-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(212, 255, 58, .4), 0 10px 28px rgba(0, 0, 0, .35); }
  50% { box-shadow: 0 0 0 8px rgba(212, 255, 58, .22), 0 12px 32px rgba(0, 0, 0, .4); }
}
@media (max-width: 720px) {
  .ed-brand-strip__cta,
  a.ed-brand-strip__cta {
    width: 100%;
    max-width: 100%;
    min-height: 54px;
    font-size: 16px !important;
  }
}

/* —— 首页品牌专区 —— */
.ed-brand-home {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, #fff 0%, #f4faf6 100%);
  border-top: 1px solid rgba(10, 16, 13, .06);
}
.ed-brand-home__head {
  max-width: 820px;
  margin-bottom: 32px;
}
.ed-brand-home__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  color: #00875a;
}
.ed-brand-home h2 {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.5vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: #0a100d;
}
.ed-brand-home__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #5c6b64;
}
.ed-brand-home__slogan {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: #174a35;
  color: #ecfdf5;
}
.ed-brand-home__slogan b {
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}
.ed-brand-home__slogan span {
  font-size: 14px;
  font-weight: 700;
  color: #bbf7d0;
}
.ed-brand-hq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 760px) {
  .ed-brand-hq-grid { grid-template-columns: 1fr; }
}
.ed-brand-hq-card {
  border-radius: 18px;
  border: 1px solid rgba(10, 16, 13, .08);
  background: #fff;
  padding: 22px 20px;
  box-shadow: 0 10px 28px rgba(10, 16, 13, .05);
}
.ed-brand-hq-card--ch {
  border-color: rgba(220, 38, 38, .18);
  background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
}
.ed-brand-hq-card--uk {
  border-color: rgba(37, 99, 235, .18);
  background: linear-gradient(180deg, #fff 0%, #f0f7ff 100%);
}
.ed-brand-hq-card__flag {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 8px;
}
.ed-brand-hq-card h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
  font-weight: 900;
  color: #0a100d;
  letter-spacing: -.01em;
}
.ed-brand-hq-card p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #5c6b64;
  font-weight: 500;
}
.ed-brand-hq-card p:last-child { margin-bottom: 0; }
.ed-brand-regions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .ed-brand-regions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .ed-brand-regions { grid-template-columns: 1fr; }
}
.ed-brand-region {
  padding: 18px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(10, 16, 13, .12);
  background: #fff;
  box-shadow: 0 6px 18px rgba(10, 16, 13, .06);
}
.ed-brand-region b {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 6px;
  color: #0a100d;
  letter-spacing: -.01em;
}
.ed-brand-region span {
  font-size: 14.5px;
  line-height: 1.55;
  color: #5c6b64;
  font-weight: 500;
}
.ed-brand-services__heading {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 900;
  color: #0a100d;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.ed-brand-services {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .ed-brand-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ed-brand-services { grid-template-columns: 1fr; }
}
.ed-brand-service {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 18px;
  border: 1.5px solid rgba(10, 16, 13, .1);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(10, 16, 13, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.ed-brand-service:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 135, 90, .28);
  box-shadow: 0 14px 32px rgba(10, 16, 13, .1);
}
.ed-brand-service__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #f0f7f3 0%, #e8f3ec 100%);
  border-bottom: 1px solid rgba(10, 16, 13, .06);
}
.ed-brand-service__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-brand-service__body {
  padding: 16px 16px 18px;
}
.ed-brand-service__n {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #174a35;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 10px;
}
.ed-brand-service__title {
  display: block;
  margin: 0 0 8px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 900;
  color: #0a100d;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.ed-brand-service b {
  display: block;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 900;
  margin-bottom: 8px;
  color: #0a100d;
  line-height: 1.35;
}
.ed-brand-service p {
  margin: 0;
  font-size: clamp(.84rem, 1.1vw, .92rem);
  line-height: 1.65;
  color: #5c6b64;
  font-weight: 500;
}
.ed-brand-api-grid,
.ed-brand-adv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
@media (max-width: 760px) {
  .ed-brand-api-grid,
  .ed-brand-adv-grid { grid-template-columns: 1fr; }
}
.ed-brand-api-item,
.ed-brand-adv-item {
  padding: 18px 16px;
  border-radius: 14px;
  border: 1.5px solid rgba(10, 16, 13, .12);
  background: #fff;
  box-shadow: 0 6px 18px rgba(10, 16, 13, .06);
}
.ed-brand-api-item b,
.ed-brand-adv-item b {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 6px;
  color: #0a100d;
  letter-spacing: -.01em;
}
.ed-brand-api-item p,
.ed-brand-adv-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #5c6b64;
  font-weight: 500;
}
.ed-brand-note {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fffbeb;
  border: 1px solid rgba(245, 158, 11, .28);
  font-size: 14px;
  line-height: 1.65;
  color: #713f12;
}
.ed-brand-home__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.ed-brand-home__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 3px solid #174a35;
  /* 荧光绿底 + 深色字：白字在浅绿上不显 */
  background: #d4ff3a !important;
  color: #0a100d !important;
  font-weight: 900;
  font-size: clamp(15px, 3.6vw, 17px);
  text-decoration: none;
  box-shadow:
    0 0 0 3px rgba(212, 255, 58, .35),
    0 6px 20px rgba(23, 74, 53, .28);
  animation: ed-brand-cta-pulse 1.8s ease-in-out infinite;
}
.ed-brand-home__link:hover {
  filter: brightness(1.05);
  text-decoration: none;
  color: #0a100d !important;
  background: #e6ff66 !important;
}
@media (max-width: 720px) {
  .ed-brand-home__link:not(.ed-brand-home__link--ghost) {
    width: 100%;
    min-height: 54px;
  }
}
.ed-brand-home__link--ghost {
  background: #fff !important;
  color: #174a35 !important;
  border: 1px solid rgba(23, 74, 53, .28);
  box-shadow: none;
  animation: none;
}

/* —— 品牌正式介绍长文页 —— */
.ed-brand-doc h2 {
  margin: 32px 0 12px;
  font-size: 1.2rem;
  color: #0a100d;
  padding-top: 8px;
  border-top: 1px solid rgba(10, 16, 13, .06);
}
.ed-brand-doc h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.ed-brand-doc h3 {
  margin: 22px 0 10px;
  font-size: 1.05rem;
  color: #174a35;
}
.ed-brand-doc .ed-brand-doc__lead {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
}
.ed-brand-doc__pill {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e8f3ec;
  color: #174a35;
  font-size: 13px;
  font-weight: 900;
}
.ed-brand-doc__slogan-box {
  margin: 20px 0;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #174a35, #0f2f22);
  color: #ecfdf5;
}
.ed-brand-doc__slogan-box p {
  margin: 0 0 8px;
  color: #ecfdf5 !important;
}
.ed-brand-doc__slogan-box strong,
.ed-brand-doc__slogan-box b {
  color: #fff !important;
}
.ed-brand-doc__slogan-box p:last-child { margin-bottom: 0; }
.ed-brand-doc ol.ed-brand-doc__list {
  padding-left: 1.35rem;
  margin: 12px 0;
}
.ed-brand-doc ol.ed-brand-doc__list > li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
  font-weight: 600;
}
.ed-brand-doc ol.ed-brand-doc__list > li strong {
  color: #0a100d;
  font-weight: 900;
  font-size: 16px;
}
.ed-brand-doc ul {
  padding-left: 1.35rem;
  margin: 12px 0 16px;
  list-style: disc;
}
.ed-brand-doc ul > li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #334155;
  font-weight: 600;
}
.ed-brand-doc ul > li strong {
  color: #0a100d;
  font-weight: 900;
  font-size: 16px;
}
