/* inner-page-demo.css — 關於 / 專案 demo 內頁 */

/* 正式 about 頁半高橫幅（對齊 news / actnews 150px） */
.about-classic-banner-page .news-demo-classic-banner,
.inner-page-classic-banner-wrap .news-demo-classic-banner,
.inner-detail-classic-banner-page .news-demo-classic-banner {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 0 0 0.5rem;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.about-classic-banner-page .news-demo-classic-banner__title,
.inner-page-classic-banner-wrap .news-demo-classic-banner__title,
.inner-detail-classic-banner-page .news-demo-classic-banner__title {
  background-color: #ea983e;
  width: min(500px, 88%);
  padding: 12px 20px;
  color: #fff !important;
  position: absolute;
  left: 15px;
  bottom: 0;
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  z-index: 2;
}

@media (max-width: 767px) {
  .about-classic-banner-page .news-demo-classic-banner,
  .inner-page-classic-banner-wrap .news-demo-classic-banner,
  .inner-detail-classic-banner-page .news-demo-classic-banner {
    height: 120px;
  }
}

.inner-page-demo-page {
  --ipd-ink: #1a2233;
  --ipd-muted: #5a6478;
  --ipd-gold: #ea983e;
  --ipd-cyan: #87cdeb;
  --ipd-radius: 18px;
}

.page-demo-switcher .news-demo-switcher__links {
  gap: 0.35rem;
}

.inner-page-demo-body {
  padding-bottom: 2.5rem;
}

.inner-page-demo-section {
  padding: 1.75rem 0 2rem;
}

.inner-page-demo-empty {
  text-align: center;
  color: var(--ipd-muted);
  padding: 2.5rem 1rem;
  font-size: 15px;
}

/* ── 關於：重排版型（about_demo） ── */
.about-demo-page {
  --titc-gold: #e8b339;
  --titc-gold-deep: #c98e12;
  --titc-orange: #ea983e;
  --titc-orange-deep: #d25400;
  --titc-cyan: #87cdeb;
  --titc-cyan-deep: #3daee8;
}

.about-demo-page .news-demo-classic-banner {
  height: 150px;
  margin-bottom: 0;
}

.about-demo-page .news-demo-classic-banner__title {
  background: linear-gradient(135deg, var(--titc-orange) 0%, var(--titc-orange-deep) 100%);
}

@media (max-width: 767px) {
  .about-demo-page .news-demo-classic-banner {
    height: 120px;
  }
}

.about-redesign {
  --ar-ink: #1a2233;
  --ar-muted: #5a6478;
}

.about-redesign__hero {
  padding: 2rem 0 2.5rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(135, 205, 235, 0.2), transparent 55%),
    radial-gradient(ellipse 70% 50% at 95% 10%, rgba(232, 179, 57, 0.12), transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.about-redesign__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-redesign__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--titc-cyan-deep);
  margin-bottom: 0.35rem;
}

.about-redesign__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 900;
  color: var(--ar-ink);
  letter-spacing: 0.02em;
}

.about-redesign__intro {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--ipd-radius);
  border: 1px solid rgba(135, 205, 235, 0.35);
  box-shadow: 0 12px 40px rgba(26, 34, 51, 0.08);
}

.about-redesign__intro-mark img {
  width: clamp(72px, 12vw, 100px);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 16px rgba(26, 34, 51, 0.12));
}

.about-redesign__intro-copy {
  min-width: 0;
}

.about-redesign__lead {
  margin: 0 0 0.85rem;
  font-size: clamp(15px, 2.2vw, 17px);
  line-height: 1.75;
  color: var(--ar-ink);
  font-weight: 600;
}

.about-redesign__lead:last-child {
  margin-bottom: 0;
}

.about-redesign__capabilities {
  padding: 2.5rem 0 3rem;
  background: #fff;
}

.about-redesign__section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.about-redesign__section-head--light {
  color: #fff;
}

.about-redesign__section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--titc-cyan-deep);
  margin-bottom: 0.4rem;
}

.about-redesign__section-head--light .about-redesign__section-label {
  color: var(--titc-cyan);
}

.about-redesign__section-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 900;
  color: var(--ar-ink);
}

.about-redesign__section-head--light .about-redesign__section-title {
  color: rgba(255, 255, 255, 0.95);
}

.about-redesign__section-desc {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ar-muted);
}

.about-redesign__section-head--light .about-redesign__section-desc {
  color: rgba(255, 255, 255, 0.78);
}

.about-redesign__cap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.about-redesign__cap-card {
  position: relative;
  text-align: center;
  padding: 1.35rem 0.75rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(26, 34, 51, 0.08);
  box-shadow: 0 8px 24px rgba(26, 34, 51, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-redesign__cap-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(26, 34, 51, 0.12);
}

.about-redesign__cap-ring {
  position: absolute;
  inset: 10px;
  border-radius: 12px;
  opacity: 0.35;
  pointer-events: none;
}

.about-redesign__cap-card--gold .about-redesign__cap-ring {
  background: radial-gradient(circle at 50% 0%, rgba(232, 179, 57, 0.25), transparent 70%);
}

.about-redesign__cap-card--cyan .about-redesign__cap-ring {
  background: radial-gradient(circle at 50% 0%, rgba(135, 205, 235, 0.3), transparent 70%);
}

.about-redesign__cap-card--orange .about-redesign__cap-ring {
  background: radial-gradient(circle at 50% 0%, rgba(234, 152, 62, 0.28), transparent 70%);
}

.about-redesign__cap-icon {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  padding: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.9));
  box-shadow: inset 0 0 0 2px rgba(135, 205, 235, 0.25);
}

.about-redesign__cap-card--gold .about-redesign__cap-icon {
  box-shadow: inset 0 0 0 2px rgba(232, 179, 57, 0.35);
}

.about-redesign__cap-card--orange .about-redesign__cap-icon {
  box-shadow: inset 0 0 0 2px rgba(234, 152, 62, 0.35);
}

.about-redesign__cap-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.about-redesign__cap-label {
  position: relative;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: var(--titc-orange-deep);
  letter-spacing: 0.02em;
}

.about-redesign__gallery {
  padding: 2.75rem 0 3.25rem;
  background: #f7f3eb;
}

/* 軟木公告板質感：搭配拍立得，溫暖不搶照片 */
.about-redesign__gallery--cork {
  position: relative;
  overflow: hidden;
  background-color: #ebe2d2;
  background-image:
    radial-gradient(ellipse 70% 55% at 8% 0%, rgba(135, 205, 235, 0.28), transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 8%, rgba(234, 152, 62, 0.2), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(232, 179, 57, 0.12), transparent 60%),
    radial-gradient(circle at 0 0, rgba(0, 0, 0, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 10px 10px, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, #f3ece0 0%, #ebe2d2 45%, #e5dbc9 100%);
  background-size: auto, auto, auto, 20px 20px, 20px 20px, auto;
  border-top: 1px solid rgba(234, 152, 62, 0.15);
  border-bottom: 1px solid rgba(135, 205, 235, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.about-redesign__gallery--cork::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 48px,
      rgba(255, 255, 255, 0.03) 48px,
      rgba(255, 255, 255, 0.03) 49px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 48px,
      rgba(0, 0, 0, 0.018) 48px,
      rgba(0, 0, 0, 0.018) 49px
    );
  pointer-events: none;
}

.about-redesign__gallery--cork .container {
  position: relative;
  z-index: 1;
}

.about-redesign__gallery-wall,
.about-polaroid-wall {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.85rem 0.8rem;
  align-items: stretch;
  padding: 0.5rem 0 1.25rem;
}

@media (min-width: 992px) {
  /* 瀑布流：每張保留原始比例，3 欄較大、較易閱讀 */
  .about-polaroid-wall {
    display: block;
    columns: 3;
    column-gap: 1.25rem;
    column-fill: balance;
    padding-bottom: 0.5rem;
  }

  .about-polaroid-wall > .about-polaroid {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 1.25rem;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .about-polaroid--span-7 {
    column-span: all;
  }

  .about-polaroid--span-5 .about-polaroid__photo {
    max-width: 92%;
    margin-inline: auto;
  }

  .about-polaroid--span-7 .about-polaroid__photo,
  .about-polaroid--span-5 .about-polaroid__photo,
  .about-polaroid--span-4 .about-polaroid__photo {
    height: auto;
    aspect-ratio: auto;
  }

  .about-polaroid__photo img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
  }
}

/* 經典拍立得白框 */
.about-polaroid {
  --polaroid-tilt: 0deg;
  position: relative;
  margin: 0;
  padding: 12px 12px 3.1rem;
  background: linear-gradient(180deg, #fffef9 0%, #f8f6f0 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    0 6px 18px rgba(61, 48, 32, 0.14),
    0 14px 32px rgba(61, 48, 32, 0.1);
  transform: rotate(var(--polaroid-tilt)) translateX(var(--polaroid-nudge, 0px));
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  z-index: 1;
}

.about-polaroid::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(0, 0, 0, 0.012) 3px,
      rgba(0, 0, 0, 0.012) 4px
    );
  pointer-events: none;
  border-radius: 2px;
  opacity: 0.5;
}

.about-polaroid:hover {
  --polaroid-tilt: 0deg;
  transform: translateY(-6px) translateX(var(--polaroid-nudge, 0px)) scale(1.02);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.08),
    0 12px 28px rgba(61, 48, 32, 0.18),
    0 22px 44px rgba(61, 48, 32, 0.12);
  z-index: 6;
}

.about-polaroid__photo {
  overflow: hidden;
  background: #eceae4;
  line-height: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.about-polaroid__photo img {
  width: 100%;
  height: 100%;
  min-height: 128px;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
  transition: transform 0.35s ease;
}

.about-polaroid--row-2 .about-polaroid__photo img {
  min-height: 248px;
}

.about-polaroid:hover .about-polaroid__photo img {
  transform: scale(1.02);
}

.about-polaroid__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.55rem;
  margin: 0;
  padding: 0 14px;
  font-family: "Segoe Script", "Bradley Hand", "Comic Sans MS", "Microsoft JhengHei", cursive;
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #3d4658;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-polaroid--span-7 { grid-column: span 7; }
.about-polaroid--span-8 { grid-column: span 8; }
.about-polaroid--span-5 { grid-column: span 5; }
.about-polaroid--span-4 { grid-column: span 4; }

.about-polaroid--row-2 { grid-row: span 2; }

.about-polaroid.is-broken {
  display: none;
}

.about-redesign__footer {
  padding: 1.5rem 0 2.5rem;
}

.about-redesign__share {
  margin-bottom: 0.5rem;
}

.about-demo-note {
  margin: 1.25rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(135, 205, 235, 0.12);
  color: var(--ipd-muted);
  font-size: 13px;
  line-height: 1.6;
}

.about-demo-note code {
  background: rgba(26, 34, 51, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .about-redesign__cap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-polaroid {
    transform: rotate(var(--polaroid-tilt)) translateX(var(--polaroid-nudge, 0px));
    margin-bottom: 0;
  }

  .about-polaroid:hover {
    transform: translateY(-8px) translateX(var(--polaroid-nudge, 0px)) scale(1.02);
  }

  .about-polaroid--span-7,
  .about-polaroid--span-8 {
    grid-column: span 12;
  }
}

@media (max-width: 767px) {
  .about-redesign__intro {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-redesign__intro-mark {
    justify-self: center;
  }

  .about-redesign__cap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .about-polaroid--span-4,
  .about-polaroid--span-5,
  .about-polaroid--span-7,
  .about-polaroid--span-8 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .about-polaroid--row-2 .about-polaroid__photo img {
    min-height: 160px;
  }
}

@media (max-width: 480px) {
  .about-redesign__cap-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-polaroid--span-4,
  .about-polaroid--span-5,
  .about-polaroid--span-7,
  .about-polaroid--span-8 {
    grid-column: span 12;
  }

  .about-polaroid {
    padding-bottom: 2.75rem;
  }
}

/* ── 專案：星系圓形排版（TITC 金 / 橙 / 青） ── */
.actnews-demo-page {
  --titc-gold: #e8b339;
  --titc-gold-deep: #c98e12;
  --titc-orange: #ea983e;
  --titc-orange-deep: #d25400;
  --titc-cyan: #87cdeb;
  --titc-cyan-deep: #3daee8;
}

/* 橫幅：對齊 news.php 經典半高 */
.actnews-demo-page .news-demo-classic-banner {
  height: 150px;
  margin-bottom: 0;
}

.actnews-demo-page .news-demo-classic-banner__title,
.actnews-demo-page.inner-detail-classic-banner-page .news-demo-classic-banner__title {
  background: linear-gradient(135deg, var(--titc-orange) 0%, var(--titc-orange-deep) 100%);
}

@media (max-width: 767px) {
  .actnews-demo-page .news-demo-classic-banner {
    height: 120px;
  }
}

.actnews-orbit-scene {
  position: relative;
  padding: 2.25rem 0 3rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(135, 205, 235, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 45% at 90% 20%, rgba(232, 179, 57, 0.14), transparent 50%),
    linear-gradient(180deg, #f8fbff 0%, #fff 45%, #fffaf5 100%);
}

.actnews-orbit-scene__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.actnews-orbit-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0.55;
}

.actnews-orbit-blob--1 {
  width: 220px;
  height: 220px;
  top: -40px;
  right: 8%;
  background: radial-gradient(circle, rgba(135, 205, 235, 0.45), transparent 68%);
  animation: actnews-blob-drift 14s ease-in-out infinite;
}

.actnews-orbit-blob--2 {
  width: 160px;
  height: 160px;
  bottom: 12%;
  left: -30px;
  background: radial-gradient(circle, rgba(234, 152, 62, 0.35), transparent 70%);
  animation: actnews-blob-drift 18s ease-in-out infinite reverse;
}

.actnews-orbit-blob--3 {
  width: 120px;
  height: 120px;
  top: 38%;
  right: -20px;
  background: radial-gradient(circle, rgba(232, 179, 57, 0.4), transparent 72%);
  animation: actnews-blob-drift 11s ease-in-out infinite 1s;
}

.actnews-orbit-ring {
  position: absolute;
  border: 2px dashed rgba(61, 174, 232, 0.22);
  border-radius: 50%;
}

.actnews-orbit-ring--lg {
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  animation: actnews-ring-spin 48s linear infinite;
}

.actnews-orbit-ring--sm {
  width: 180px;
  height: 180px;
  bottom: 8%;
  right: 12%;
  border-color: rgba(232, 179, 57, 0.28);
  animation: actnews-ring-spin 32s linear infinite reverse;
}

.actnews-orbit-swirl {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 18%;
  left: 6%;
  color: rgba(61, 174, 232, 0.35);
  animation: actnews-swirl-pulse 6s ease-in-out infinite;
}

.actnews-orbit-scene__inner {
  position: relative;
  z-index: 1;
}

.actnews-orbit-scene__head {
  text-align: center;
  max-width: 38em;
  margin: 0 auto 2.25rem;
}

.actnews-orbit-scene__eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--titc-cyan-deep);
  background: rgba(135, 205, 235, 0.2);
  border: 1px solid rgba(61, 174, 232, 0.25);
}

.actnews-orbit-scene__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(135deg, var(--titc-gold-deep), var(--titc-cyan-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.actnews-orbit-scene__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ipd-muted);
}

.actnews-orbit-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.75rem 1.25rem;
  align-items: start;
}

.actnews-orbit-card {
  grid-column: span 4;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem 0.75rem 1.25rem;
  transform: rotate(var(--orbit-tilt, 0deg));
  transition: transform 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
  animation: actnews-card-enter 0.7s ease both;
  animation-delay: var(--orbit-delay, 0ms);
}

.actnews-orbit-card:hover {
  transform: rotate(0deg) translateY(-8px);
  z-index: 2;
}

.actnews-orbit-card:nth-child(3n + 2) {
  margin-top: 1.75rem;
}

.actnews-orbit-card:nth-child(3n) {
  margin-top: 0.5rem;
}

.actnews-orbit-card--featured {
  grid-column: span 4;
}

.actnews-orbit-card__halo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.actnews-orbit-card--gold .actnews-orbit-card__halo {
  background: radial-gradient(circle, rgba(232, 179, 57, 0.35), transparent 68%);
}

.actnews-orbit-card--cyan .actnews-orbit-card__halo {
  background: radial-gradient(circle, rgba(135, 205, 235, 0.4), transparent 68%);
}

.actnews-orbit-card--orange .actnews-orbit-card__halo {
  background: radial-gradient(circle, rgba(234, 152, 62, 0.38), transparent 68%);
}

.actnews-orbit-card:hover .actnews-orbit-card__halo {
  opacity: 1;
}

.actnews-orbit-card__dots {
  position: absolute;
  top: 12px;
  right: calc(50% - 88px);
  display: flex;
  gap: 4px;
}

.actnews-orbit-card__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.7;
}

.actnews-orbit-card--gold .actnews-orbit-card__dots span:nth-child(1) { background: var(--titc-gold); }
.actnews-orbit-card--gold .actnews-orbit-card__dots span:nth-child(2) { background: var(--titc-orange); }
.actnews-orbit-card--gold .actnews-orbit-card__dots span:nth-child(3) { background: var(--titc-cyan); }

.actnews-orbit-card--cyan .actnews-orbit-card__dots span:nth-child(1) { background: var(--titc-cyan); }
.actnews-orbit-card--cyan .actnews-orbit-card__dots span:nth-child(2) { background: var(--titc-gold); }
.actnews-orbit-card--cyan .actnews-orbit-card__dots span:nth-child(3) { background: var(--titc-orange); }

.actnews-orbit-card--orange .actnews-orbit-card__dots span:nth-child(1) { background: var(--titc-orange); }
.actnews-orbit-card--orange .actnews-orbit-card__dots span:nth-child(2) { background: var(--titc-cyan); }
.actnews-orbit-card--orange .actnews-orbit-card__dots span:nth-child(3) { background: var(--titc-gold); }

.actnews-orbit-card__orb-wrap {
  position: relative;
  display: block;
  text-decoration: none !important;
  margin-bottom: 1rem;
}

.actnews-orbit-card__ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 3px solid transparent;
  animation: actnews-ring-spin 12s linear infinite;
}

.actnews-orbit-card--gold .actnews-orbit-card__ring {
  border-top-color: var(--titc-gold);
  border-right-color: rgba(232, 179, 57, 0.25);
  border-bottom-color: var(--titc-orange);
  border-left-color: rgba(135, 205, 235, 0.35);
}

.actnews-orbit-card--cyan .actnews-orbit-card__ring {
  border-top-color: var(--titc-cyan-deep);
  border-right-color: rgba(61, 174, 232, 0.2);
  border-bottom-color: var(--titc-gold);
  border-left-color: rgba(234, 152, 62, 0.3);
}

.actnews-orbit-card--orange .actnews-orbit-card__ring {
  border-top-color: var(--titc-orange);
  border-right-color: rgba(234, 152, 62, 0.22);
  border-bottom-color: var(--titc-cyan);
  border-left-color: rgba(232, 179, 57, 0.35);
}

.actnews-orbit-card__orb {
  position: relative;
  width: clamp(148px, 18vw, 176px);
  height: clamp(148px, 18vw, 176px);
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 16px 40px rgba(26, 34, 51, 0.14),
    inset 0 0 0 4px rgba(255, 255, 255, 0.85);
  animation: actnews-orb-float 5s ease-in-out infinite;
  animation-delay: var(--orbit-delay, 0ms);
}

.actnews-orbit-card--featured .actnews-orbit-card__orb {
  width: clamp(168px, 20vw, 196px);
  height: clamp(168px, 20vw, 196px);
}

.actnews-orbit-card__orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.actnews-orbit-card:hover .actnews-orbit-card__orb img {
  transform: scale(1.08);
}

.actnews-orbit-card__badge {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 6px 16px rgba(26, 34, 51, 0.15);
}

.actnews-orbit-card--gold .actnews-orbit-card__badge {
  background: linear-gradient(135deg, var(--titc-gold), var(--titc-orange));
}

.actnews-orbit-card--cyan .actnews-orbit-card__badge {
  background: linear-gradient(135deg, var(--titc-cyan-deep), var(--titc-cyan));
}

.actnews-orbit-card--orange .actnews-orbit-card__badge {
  background: linear-gradient(135deg, var(--titc-orange), var(--titc-orange-deep));
}

.actnews-orbit-card__copy {
  max-width: 16em;
}

.actnews-orbit-card__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.25;
}

.actnews-orbit-card__title a {
  color: var(--titc-orange) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.actnews-orbit-card__title a:hover {
  color: var(--titc-cyan-deep) !important;
}

.actnews-orbit-card__subtitle {
  margin: 0 0 0.25rem;
  font-size: 14px;
  font-weight: 700;
  color: var(--ipd-ink);
  letter-spacing: 0.02em;
}

.actnews-orbit-card__excerpt {
  margin: 0 0 0.75rem;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ipd-muted);
}

.actnews-orbit-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, var(--titc-gold) 0%, var(--titc-cyan-deep) 100%);
  box-shadow: 0 8px 20px rgba(61, 174, 232, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.actnews-orbit-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(234, 152, 62, 0.32);
  color: #fff !important;
}

.actnews-demo-pagination {
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}

@keyframes actnews-orb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes actnews-ring-spin {
  to { transform: rotate(360deg); }
}

@keyframes actnews-blob-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(12px, -10px) scale(1.05); }
}

@keyframes actnews-swirl-pulse {
  0%, 100% { opacity: 0.35; transform: rotate(0deg) scale(1); }
  50% { opacity: 0.55; transform: rotate(8deg) scale(1.06); }
}

@keyframes actnews-card-enter {
  from {
    opacity: 0;
    transform: rotate(var(--orbit-tilt, 0deg)) translateY(24px);
  }
  to {
    opacity: 1;
    transform: rotate(var(--orbit-tilt, 0deg)) translateY(0);
  }
}

@media (max-width: 991px) {
  .actnews-orbit-card {
    grid-column: span 6;
  }

  .actnews-orbit-card:nth-child(3n + 2) {
    margin-top: 0.75rem;
  }
}

@media (max-width: 767px) {
  .actnews-orbit-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 320px;
    margin: 0 auto;
  }

  .actnews-orbit-card,
  .actnews-orbit-card--featured {
    grid-column: span 1;
    margin-top: 0 !important;
    transform: none !important;
  }

  .actnews-orbit-card:hover {
    transform: translateY(-6px) !important;
  }

  .actnews-orbit-swirl {
    width: 60px;
    height: 60px;
    opacity: 0.5;
  }

  .page-demo-switcher .news-demo-switcher__current {
    display: none;
  }
}

@media (max-width: 767px) {
  .about-demo-content .col-md-3,
  .about-demo-content .col-md-4 {
    margin-bottom: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .actnews-orbit-card,
  .actnews-orbit-card__orb,
  .actnews-orbit-blob,
  .actnews-orbit-ring,
  .actnews-orbit-swirl,
  .actnews-orbit-card__ring {
    animation: none !important;
  }

  .actnews-orbit-card {
    transform: none !important;
  }
}

