.grpe-wrap {
  font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  min-width: 1200px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

.grpe-wrap *,
.grpe-wrap *::before,
.grpe-wrap *::after {
  box-sizing: border-box;
}

.grpe-wrap h2,
.grpe-wrap h3,
.grpe-wrap h4 {
  font-family: knockout30, knockout28, sans-serif;
}

.grpe-wrap p {
  font-family: 'Roboto', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}

.grpe-wrap a {
  color: #1a1a1a;
  text-decoration: underline;
}

.grpe-wrap a:hover {
  color: #000;
}

.grpe-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* --- Video Banner --- */
.grpe-video-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.grpe-video-banner picture {
  display: block;
  width: 100%;
}

.grpe-video-banner__img {
  width: 100%;
  display: block;
}

.grpe-video-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.grpe-video-banner:hover .grpe-video-banner__play {
  opacity: 1;
}

.grpe-video-banner__play svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.grpe-video-banner__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.grpe-video-banner__overlay.grpe-active {
  display: flex;
}

.grpe-video-banner__overlay iframe {
  width: 80%;
  max-width: 960px;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 4px;
}

.grpe-video-banner__close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-weight: 300;
  z-index: 100000;
}

.grpe-video-banner__close:hover {
  color: #ccc;
}

/* --- Lifestyle Image --- */
.grpe-lifestyle {
  width: 100%;
}

.grpe-lifestyle picture {
  display: block;
  width: 100%;
}

.grpe-lifestyle__img {
  width: 100%;
  display: block;
}

/* --- Overview Intro --- */
.grpe-intro {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 3rem;
  text-align: center;
}

.grpe-intro__title {
  font-size: 2.8rem;
  font-weight: 700;

  text-transform: uppercase;
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.grpe-intro__desc {
  font-size: 1.15rem;
  font-weight: 300;
  color: #333;
  max-width: 780px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}

.grpe-intro__icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.grpe-intro__icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grpe-intro__icon-card img {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
}

.grpe-intro__icon-card p {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  color: #1a1a1a;
}

/* --- Section Headline (full-width black bg) --- */
.grpe-headline {
  background: #000;
  padding: 2rem;
  text-align: center;
}

.grpe-headline__text {
  font-size: 4.5rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  color: #fff !important;
  margin: 0 !important;
  line-height: 1.15 !important;
}

/* --- Feature Cards (3-col with images) --- */
.grpe-features {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 3rem 3.5rem;
}

.grpe-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}

.grpe-features__card {
  text-align: left;
}

.grpe-features__card img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 1.25rem;
}

.grpe-features__card h3 {
  font-size: 1.1rem;
  font-weight: 700;

  text-transform: uppercase;
  margin: 0 0 0.6rem;
  letter-spacing: 0.01em;
}

.grpe-features__card p {
  font-size: 0.95rem;
  font-weight: 300;
  color: #444;
  margin: 0;
  line-height: 1.65;
}

/* --- Section with title + divider (PLANIFICA, PREPARA, etc.) --- */
.grpe-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 3rem 3rem;
}

.grpe-section__title {
  font-size: 2rem;
  font-weight: 600;

  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.02em;
}

.grpe-section__divider {
  border: none;
  height: 1px;
  background: #000;
  margin: 0.5rem 0 2.5rem;
}

/* --- Icon Grid (5-col) --- */
.grpe-icon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

.grpe-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.grpe-icon-card__img {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.grpe-icon-card__title {
  font-size: 0.9rem;
  font-weight: 700;

  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.grpe-icon-card__desc {
  font-size: 0.875rem;
  font-weight: 300;
  color: #555;
  margin: 0;
  line-height: 1.55;
}

.grpe-icon-card__desc a {
  color: #555;
}

/* --- Disclaimers --- */
.grpe-disclaimers {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 3rem;
  background: #f5f5f5;
}

.grpe-disclaimers__item {
  font-size: 0.7rem;
  font-weight: 300;
  color: #777;
  margin: 0 0 0.4rem;
  line-height: 1.4;
}

.grpe-disclaimers__item sup {
  font-weight: 500;
  color: #555;
}

.grpe-disclaimers__item a {
  color: #777;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  .grpe-wrap {
    min-width: 0;
  }

  .grpe-intro { padding: 2.5rem 1.5rem; }
  .grpe-intro__title { font-size: 1.8rem; }
  .grpe-intro__desc { font-size: 1rem; }
  .grpe-intro__icons { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .grpe-intro__icon-card img { width: 56px; height: 56px; }

  .grpe-headline { padding: 2.5rem 1.5rem; }
  .grpe-headline__text { font-size: 2.2rem; }

  .grpe-features { padding: 2rem 1.5rem; }
  .grpe-features__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .grpe-section { padding: 0.5rem 1.5rem 2rem; }
  .grpe-section__title { font-size: 1.5rem; }

  .grpe-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .grpe-icon-card__img { width: 48px; height: 48px; }

  .grpe-video-banner__play {
    width: 56px;
    height: 56px;
  }

  .grpe-disclaimers { padding: 1.5rem; }
}