/* HRD brochure main — mobile-only companion to /hrdedu/main/main.html */

.hrdedu-main-page {
  max-width: 100%;
  overflow-x: hidden;
  padding-bottom: 24px;
}

.hrdedu-main-page .hrde-hero {
  position: relative;
}

.hrdedu-main-page .hrde-hero .swiper {
  width: 100%;
}

.hrdedu-main-page .hrde-hero-slide {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 28px 20px 36px;
  box-sizing: border-box;
}

.hrdedu-main-page .hrde-hero-inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.hrdedu-main-page .hrde-hero-inner .top {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 8px;
}

.hrdedu-main-page .hrde-hero-inner strong {
  display: block;
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hrdedu-main-page .hrde-hero-inner .bottom {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.hrdedu-main-page .hrde-hero-inner.fcwhite .top,
.hrdedu-main-page .hrde-hero-inner.fcwhite strong,
.hrdedu-main-page .hrde-hero-inner.fcwhite .bottom {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.hrdedu-main-page .hrde-hero .swiper-button-next,
.hrdedu-main-page .hrde-hero .swiper-button-prev {
  color: #fff;
  width: 36px;
  height: 36px;
}

.hrdedu-main-page .hrde-hero .swiper-button-next::after,
.hrdedu-main-page .hrde-hero .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
}

.hrdedu-main-page .section {
  padding: 36px 16px;
}

.hrdedu-main-page .section.muted {
  background: #f9f9f9;
}

.hrdedu-main-page .section h2 {
  font-size: 22px;
  line-height: 1.35;
  text-align: center;
  margin: 0 0 12px;
  font-weight: 700;
}

.hrdedu-main-page .section .lead {
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
  margin: 0 0 24px;
}

/* Law cards — accordion */
.hrdedu-main-page .law-card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: #1a1a1a;
}

.hrdedu-main-page .law-card summary {
  list-style: none;
  cursor: pointer;
  min-height: 120px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 16px 16px 14px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.hrdedu-main-page .law-card summary::-webkit-details-marker {
  display: none;
}

.hrdedu-main-page .law-card summary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15));
  pointer-events: none;
}

.hrdedu-main-page .law-card summary span.title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.hrdedu-main-page .law-card .law-body {
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  padding: 14px 16px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.hrdedu-main-page .law-card .law-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hrdedu-main-page .law-card .law-body li {
  margin-bottom: 10px;
  padding-left: 72px;
  position: relative;
}

.hrdedu-main-page .law-card .law-body li span.k {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #ccc;
}

.hrdedu-main-page .law-card .law-body .fcred {
  color: #ff8a8a;
  font-weight: 700;
  margin: 0;
}

/* Con3 quotes */
.hrdedu-main-page .quote-block {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 20px 16px;
  margin-bottom: 14px;
}

.hrdedu-main-page .quote-block .quote-head {
  text-align: center;
  margin-bottom: 12px;
}

.hrdedu-main-page .quote-block .quote-head img {
  width: 88px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.hrdedu-main-page .quote-block .quote-head span {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.hrdedu-main-page .quote-block p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

/* Steps */
.hrdedu-main-page .steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 8px;
}

.hrdedu-main-page .step-item {
  text-align: center;
}

.hrdedu-main-page .step-item .step-num {
  font-size: 10px;
  color: #2c5db4;
  font-weight: 700;
}

.hrdedu-main-page .step-item .step-num strong {
  display: block;
  font-size: 20px;
  color: #14bfbf;
  margin-top: 2px;
}

.hrdedu-main-page .step-item .dot {
  width: 14px;
  height: 14px;
  background: #2c5db4;
  border-radius: 50%;
  margin: 12px auto;
}

.hrdedu-main-page .step-item img {
  max-width: 120px;
  height: auto;
  margin: 8px auto;
  display: block;
}

.hrdedu-main-page .step-item .cap {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

/* Manual + notice */
.hrdedu-main-page .cta-block {
  text-align: center;
  padding: 8px 0 16px;
}

.hrdedu-main-page .btn-manual {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 24px;
  background: #493ee0;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.hrdedu-main-page .grid-two {
  display: grid;
  gap: 24px;
}

.hrdedu-main-page .panel h3 {
  font-size: 18px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.hrdedu-main-page .panel .more {
  font-size: 13px;
  color: #2c5db4;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.hrdedu-main-page .panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #707070;
}

.hrdedu-main-page .panel ul li {
  border-bottom: 1px solid #707070;
  padding: 12px 0;
  font-size: 14px;
}

.hrdedu-main-page .panel ul li a {
  color: #222;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.hrdedu-main-page .panel ul li a .t {
  flex: 1;
  min-width: 0;
}

.hrdedu-main-page .panel ul li .date {
  flex-shrink: 0;
  color: #888;
  font-size: 12px;
}

.hrdedu-main-page .support-grid {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.hrdedu-main-page .support-card {
  border-radius: 20px;
  padding: 18px 14px;
  text-align: center;
  color: #fff;
}

.hrdedu-main-page .support-card.chat {
  background: linear-gradient(160deg, #5b6cf0, #3949ab);
}

.hrdedu-main-page .support-card.remote {
  background: linear-gradient(160deg, #00897b, #00695c);
}

.hrdedu-main-page .support-card a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.hrdedu-main-page .support-card img {
  max-width: 100px;
  margin: 10px auto 0;
  display: block;
}

.hrdedu-main-page .support-hotline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f0f4ff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 8px;
}

.hrdedu-main-page .support-hotline .tel {
  font-size: 22px;
  font-weight: 800;
  color: #0e52ae;
}

.hrdedu-main-page .support-hotline .tel a {
  color: inherit;
  text-decoration: none;
}

.hrdedu-main-page .bottom-logos {
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 0;
  background: #fff;
  text-align: center;
}

.hrdedu-main-page .bottom-logos ul {
  display: inline-flex;
  align-items: center;
  animation: hrdeduMainLogoScroll 50s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.hrdedu-main-page .bottom-logos li {
  flex-shrink: 0;
  margin: 0 16px;
}

.hrdedu-main-page .bottom-logos img {
  max-height: 40px;
  max-width: 120px;
  width: auto;
}

@keyframes hrdeduMainLogoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hrdedu-main-page .pc-hint {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}
