:root {
  --blue: #fc7e13;
  --navy: #e56a0a;
  --deep: #d45f08;
  --gold: #ffb347;
  --cream: #fff4eb;
  --red: #e56a0a;
  --sky: #ffc98a;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.theme-shell {
  margin: 0;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  background: #fff4eb;
  color: #5c2e0a;
}
.container-grid {
  width: min(1280px, calc(100% - 44px));
  margin-inline: auto;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  background: #fc7e13;
  transition: 0.35s ease;
}
.site-header.scrolled {
  background: #fc7e13;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(252, 126, 19, 0.28);
}
.header-inner {
  height: 76px;
  width: min(1320px, calc(100% - 32px));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.brand-mark {
  width: 42px;
  height: 48px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #fc7e13, #ffb347);
  clip-path: polygon(50% 0, 100% 20%, 88% 88%, 50% 100%, 12% 88%, 0 20%);
  font-weight: 900;
  color: #fff;
  letter-spacing: -2px;
}
.brand-text,
.footer-brand span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-text strong {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand-text em,
.footer-brand em {
  font-size: 11px;
  font-style: normal;
  opacity: 0.82;
}
.main-nav {
  display: flex;
  gap: 2px;
}
.nav-link {
  position: relative;
  padding: 28px 13px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.nav-link:after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 19px;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
.nav-link:hover:after,
.nav-link.active:after {
  transform: scaleX(1);
}
.admission-chip {
  background: var(--gold);
  color: #5c2e0a;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  gap: 5px;
  flex-direction: column;
}
.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #fff;
}
.mobile-nav {
  display: none;
}
.hero-stage {
  background: #fff4eb;
  min-height: 780px;
}
.hero-swiper,
.hero-slide {
  height: 780px;
}
.hero-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 14% 22%,
      rgba(255, 255, 255, 0.22),
      transparent 22%
    ),
    linear-gradient(180deg, transparent 70%, var(--deep) 100%);
}
.slide-blue {
  background: linear-gradient(135deg, #ffc98a 0%, #ff9f2e 48%, #d45f08 100%);
}
.slide-purple {
  background: linear-gradient(135deg, #fc7e13 0%, #fc7e13 48%, #d45f08 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(520px, 44vw);
  margin-right: 470px;
  color: #fff;
}
.hero-kicker,
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
  color: #ffe6a8;
  margin-bottom: 18px;
}
.hero-content h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(42px, 5.5vw, 80px);
  line-height: 0.96;
  margin: 0 0 22px;
  text-transform: uppercase;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
.hero-content p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}
.hero-cta a {
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.hero-cta a:first-child {
  background: #fff;
  color: var(--blue);
}
.hero-cta a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.hero-visual {
  position: absolute;
  right: 6%;
  bottom: 70px;
  width: min(540px, 42vw);
  z-index: 1;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.3));
}
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.collage-section {
  margin-top: -90px;
  position: relative;
  z-index: 4;
}
.mosaic-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-rows: 250px;
  box-shadow: 0 28px 80px rgba(252, 126, 19, 0.18);
}
.mosaic-card {
  overflow: hidden;
  padding: 28px;
  color: #fff;
  position: relative;
}
.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mosaic-card.photo {
  padding: 0;
}
.mosaic-card.tall {
  grid-row: span 2;
}
.mosaic-card.wide {
  grid-column: span 1;
  grid-row: span 2;
}
.mosaic-card.blue {
  background: #fc7e13;
}
.mosaic-card.gold {
  background: #ffe0c2;
  color: #d45f08;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.mosaic-card.red {
  background: #ff9f2e;
}
.mosaic-card.navy {
  background: #e56a0a;
}
.mosaic-card span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.mosaic-card strong {
  font-size: 25px;
  line-height: 1.15;
  display: block;
  margin-top: 8px;
}
.section-dark {
  background: #fc7e13;
  color: #fff;
  padding: 90px 0;
}
.section-title {
  margin-bottom: 34px;
}
.section-title span {
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--blue);
  border-bottom: 2px solid currentColor;
  padding-bottom: 10px;
}
.section-title.light span {
  color: #ffb347;
}
.section-title h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(25px, 4vw, 35px);
  line-height: 1.05;
  margin: 18px 0 0;
}
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 340px;
}
.program-tile {
  padding: 60px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.program-tile:after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 230px;
  height: 230px;
  border: 32px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
.program-tile.gold {
  background: #ffe0c2;
  color: #5c2e0a;
}
.program-tile.blue {
  background: #fc7e13;
}
.program-tile.red {
  background: #e56a0a;
}
.program-tile.cream {
  background: #fff8f2;
  color: #5c2e0a;
}
.program-tile h3 {
  font-size: 30px;
  margin: 8px 0;
}
.program-tile p {
  line-height: 1.75;
  max-width: 440px;
}
.program-tile a {
  display: inline-block;
  margin-top: 24px;
  background: var(--gold);
  color: #5c2e0a;
  text-decoration: none;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
.achievement {
  padding: 88px 0;
}
.achievement-board {
  position: relative;
  background: #fc7e13;
  color: #fff;
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 36px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 25% 50%;
}
.achievement-board div:not(.center-medal) {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.achievement-board strong {
  font-size: 56px;
  color: #ffe6a8;
}
.achievement-board span {
  font-weight: 700;
}
.center-medal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: #ffb347;
  color: #5c2e0a;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}
.center-medal small {
  font-size: 12px;
  text-transform: uppercase;
}
.news-section {
  padding: 80px 0;
}
.section-tabs {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.section-tabs a {
  font-weight: 800;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 13px;
}
.news-grid-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.news-card {
  background: #fc7e13;
  color: #fff;
}
.news-card:nth-child(2) {
  background: #ffb347;
  color: #5c2e0a;
}
.news-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.news-card div {
  padding: 26px;
}
.news-card small {
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.8;
}
.news-card h3 {
  font-size: 22px;
  line-height: 1.25;
}
.news-card a {
  color: inherit;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}
.testimonial-band {
  background:
    linear-gradient(rgba(252, 126, 19, 0.82), rgba(252, 126, 19, 0.82)),
    url("../img/campus-1.svg");
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonials article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px;
}
.testimonials b {
  font-size: 21px;
}
.sub-hero {
  background: linear-gradient(135deg, #fc7e13, #ff9f2e);
  color: #fff;
  padding: 150px 0 80px;
  position: relative;
  overflow: hidden;
}
.sub-hero:after {
  content: "";
  position: absolute;
  right: -120px;
  top: 60px;
  width: 420px;
  height: 420px;
  background: #ffb347;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.18;
}
.sub-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.55fr;
  gap: 60px;
  align-items: end;
}
.sub-hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.sub-hero p {
  font-size: 18px;
  line-height: 1.8;
}
.sub-hero-card {
  background: #ffb347;
  color: #5c2e0a;
  padding: 34px;
}
.sub-hero-card strong {
  font-size: 28px;
  display: block;
}
.sub-hero-card span {
  display: block;
  margin: 14px 0 24px;
}
.sub-hero-card a {
  background: #fc7e13;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  font-weight: 800;
}
.split-story,
.values-grid,
.curriculum-timeline,
.process-grid,
.admission-form,
.news-list,
.docs-list,
.contact-layout {
  padding: 80px 0;
}
.split-story {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 56px;
  align-items: center;
}
.split-story h2 {
  font-size: 44px;
  color: var(--blue);
}
.split-story p {
  line-height: 1.8;
}
.story-panel {
  position: relative;
}
.story-panel img {
  width: 100%;
  display: block;
}
.story-panel div {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #ffb347;
  color: #5c2e0a;
  padding: 22px;
}
.story-panel strong {
  font-size: 40px;
  display: block;
}
.values-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.values-grid article,
.process-grid article,
.docs-list article {
  background: #fff;
  padding: 34px;
  box-shadow: 0 20px 50px rgba(252, 126, 19, 0.08);
}
.values-grid b,
.process-grid b {
  font-size: 46px;
  color: #fc7e13;
}
.curriculum-timeline article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  border-top: 2px solid #fc7e13;
  padding: 34px 0;
}
.curriculum-timeline b {
  font-size: 60px;
  color: #fc7e13;
}
.subject-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.subject-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px;
}
.admission-form,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.admission-form form,
.contact-form,
.contact-card {
  background: #fff;
  padding: 38px;
}
input,
textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ffc98a;
  margin-bottom: 14px;
  font-family: inherit;
}
textarea {
  min-height: 140px;
}
button {
  background: #fc7e13;
  color: #fff;
  border: 0;
  padding: 15px 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.news-list article {
  display: grid;
  grid-template-columns: 240px 1fr;
  background: #fff;
}
.news-list img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-list div {
  padding: 26px;
}
.docs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.docs-list b {
  background: #fc7e13;
  color: #fff;
  padding: 18px;
  display: inline-block;
}
.docs-list a {
  display: inline-block;
  margin-top: 20px;
  color: #fc7e13;
  font-weight: 900;
}
.map-placeholder {
  height: 220px;
  background: linear-gradient(135deg, #ffb347, #fc7e13);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-top: 20px;
}
.site-footer {
  background: #fc7e13;
  color: #fff;
}
.footer-ribbon {
  height: 9px;
  background: linear-gradient(90deg, #ffb347, #fc7e13, #ffc98a);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 40px;
  padding: 55px 0;
}
.footer-grid a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
  opacity: 0.86;
}
.footer-grid p {
  opacity: 0.78;
  line-height: 1.7;
}
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px;
  background: rgba(0, 0, 0, 0.08);
  opacity: 1;
}
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.floating-actions a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fc7e13;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: none;
}
@media (max-width: 1000px) {
  .main-nav,
  .admission-chip {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .mobile-nav.open {
    display: grid;
    background: #fc7e13;
    padding: 16px 24px;
  }
  .mobile-nav a {
    color: #fff;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hero-content {
    width: auto;
    margin: 0 24px 220px;
  }
  .hero-visual {
    width: 78vw;
    right: 4%;
    bottom: 60px;
  }
  .mosaic-grid,
  .program-grid,
  .achievement-board,
  .news-grid-home,
  .testimonials,
  .sub-hero-inner,
  .split-story,
  .values-grid,
  .subject-grid,
  .admission-form,
  .news-list,
  .docs-list,
  .contact-layout,
  .footer-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .hero-stage,
  .hero-swiper,
  .hero-slide {
    height: 820px;
  }
  .section-tabs {
    display: block;
  }
  .news-list article {
    grid-template-columns: 1fr;
  }
  .docs-list {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .container-grid {
    width: min(100% - 28px, 1280px);
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-content p {
    font-size: 15px;
  }
  .hero-cta {
    flex-direction: column;
  }
  .mosaic-grid {
    grid-auto-rows: 150px;
  }
  .program-tile {
    padding: 34px;
  }
  .achievement-board {
    display: block;
  }
  .achievement-board div:not(.center-medal) {
    margin-bottom: 12px;
  }
  .center-medal {
    position: static;
    transform: none;
    margin: 20px auto 0;
  }
  .footer-grid {
    padding: 36px 0;
  }
  .sub-hero {
    padding-top: 120px;
  }
}

/* Hotfix V2: chỉ sửa 3 điểm được yêu cầu */
.hero-stage {
  min-height: 720px;
  background: #fff4eb;
  overflow: hidden;
}
.hero-swiper,
.hero-slide {
  height: 720px;
}
.hero-slide.hero-photo {
  display: block;
  padding-top: 0;
  background: #fff4eb;
}
.hero-slide.hero-photo:before {
  display: none;
}
.hero-full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.school-intro-box {
  position: relative;
  z-index: 3;
  margin-top: 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  padding: 46px 52px;
  box-shadow: 0 26px 70px rgba(252, 126, 19, 0.12);
  transform: translateY(-42px);
  margin-bottom: 10px;
}
.school-intro-box .intro-copy span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--blue);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.school-intro-box h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #5c2e0a;
}
.school-intro-box p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  color: #7a4a24;
}
.intro-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fc7e13;
  color: #fff;
}
.intro-highlights article {
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-highlights article:last-child {
  border-right: 0;
}
.intro-highlights strong {
  font-size: 34px;
  color: #ffe6a8;
  line-height: 1;
}
.intro-highlights small {
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.35;
}
.collage-section {
  margin-top: 0;
}
.testimonial-band {
  background: #fc7e13;
}
@media (max-width: 1000px) {
  .hero-stage,
  .hero-swiper,
  .hero-slide {
    height: 620px;
  }
  .school-intro-box {
    grid-template-columns: 1fr;
    transform: translateY(-28px);
    padding: 34px 28px;
  }
  .intro-highlights {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hero-content,
  .hero-visual {
    display: none;
  }
}
@media (max-width: 640px) {
  .hero-stage,
  .hero-swiper,
  .hero-slide {
    height: 520px;
  }
  .intro-highlights {
    grid-template-columns: 1fr;
  }
  .intro-highlights article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .intro-highlights article:last-child {
    border-bottom: 0;
  }
  .school-intro-box {
    width: calc(100% - 28px);
    padding: 28px 22px;
  }
}

/* Navigation widget dropdown (system menu children) */
.main-nav .nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.main-nav .nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fc7e13;
  padding: 10px 0;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  z-index: 60;
}
.main-nav .nav-item.has-children:hover .nav-dropdown,
.main-nav .nav-item.has-children:focus-within .nav-dropdown {
  display: grid;
}
.main-nav .nav-dropdown-link {
  display: block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.main-nav .nav-dropdown-link:hover,
.main-nav .nav-dropdown-link.active {
  color: #ffb347;
}

/* Blog list / detail — aligned with homepage news cards */
.sub-hero-inner--single {
  grid-template-columns: 1fr;
}
.news-section .news-grid-home {
  margin-top: 0;
}
.news-card h3 a {
  color: inherit;
  text-decoration: none;
}
.news-card--no-media > div {
  padding-top: 34px;
}
.blog-empty {
  padding: 28px 0;
  font-weight: 600;
  color: #5c2e0a;
}
.pager-wrap {
  margin: 36px 0 10px;
  display: flex;
  justify-content: center;
}
.blog-pager {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-pager li a,
.blog-pager li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  background: #fff;
  color: #5c2e0a;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(252, 126, 19, 0.12);
}
.blog-pager li.active a,
.blog-pager li.active span {
  background: #fc7e13;
  color: #fff;
}
.blog-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 28px;
}
.blog-search-form input {
  margin: 0;
}
.blog-search-form button {
  margin: 0;
}
.blog-detail {
  padding: 40px 0 80px;
}
.blog-detail-card {
  background: #fff;
  padding: 34px;
  box-shadow: 0 20px 50px rgba(252, 126, 19, 0.08);
}
.blog-detail-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #e56a0a;
}
.blog-detail-cover {
  margin: 0 0 28px;
}
.blog-detail-cover img {
  width: 100%;
  display: block;
  max-height: 480px;
  object-fit: cover;
}
.blog-detail-body {
  line-height: 1.8;
  color: #5c2e0a;
}
.blog-detail-body img {
  max-width: 100%;
  height: auto;
}
.blog-detail-body iframe {
  max-width: 100%;
}
.blog-detail-body table {
  width: 100%;
  border-collapse: collapse;
}
.blog-detail-body td,
.blog-detail-body th {
  border: 1px solid #ffc98a;
  padding: 8px 10px;
}
.blog-detail-body .scrollable {
  overflow: auto;
}
.blog-related {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #ffe0c2;
}
@media (max-width: 1000px) {
  .blog-search-form {
    grid-template-columns: 1fr;
  }
  .blog-detail-card {
    padding: 22px;
  }
}

.blog-detail-sapo {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 600;
  color: #5c2e0a;
  margin: 0 0 24px;
}
.blog-detail-body .toc-wrapper {
  background: #fff4eb;
  border: 1px solid #ffe0c2;
  padding: 18px 20px;
  margin: 0 0 24px;
}
.blog-detail-body .toc-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #fc7e13;
  margin-bottom: 10px;
}
.blog-detail-body .toc-wrapper a {
  color: #5c2e0a;
  text-decoration: none;
}
.blog-detail-body .toc-wrapper a:hover {
  color: #fc7e13;
}
.blog-detail-share {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #ffe0c2;
}
.blog-detail-card .tag-conent {
  margin-top: 24px;
}
.blog-detail-card .tag-conent a {
  display: inline-block;
  background: #fff4eb;
  color: #fc7e13;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 13px;
}
.blog-detail-card .tag-conent a:hover {
  background: #fc7e13;
  color: #fff;
}
.blog-footer-post {
  margin-top: 28px;
}
.blog-footer-post a {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #5c2e0a;
  background: #fff4eb;
  padding: 14px;
}
.blog-footer-post img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.blog-footer-post span {
  font-weight: 700;
}
