.hw-container {
  padding:60px 20px;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  /* Honor wall exclusive dark cosmic background */
  background:
    radial-gradient(ellipse at 20% 50%, rgba(120,80,200,0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(30,100,200,0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(180,60,150,0.08) 0%, transparent 55%),
    linear-gradient(180deg, #0a0a1e 0%, #0d1028 30%, #0f1535 60%, #0a0e24 100%);
}
.hw-container canvas.hw-particles {
  position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;
}

/* Subtle grid overlay */
.hw-container::before {
  content:'';
  position:absolute;top:0;left:0;width:100%;height:100%;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size:80px 80px;
  pointer-events:none;z-index:0;
}

.hw-container .hw-title-row { display:flex;align-items:center;gap:12px;margin-bottom:28px;padding:0 10px;position:relative;z-index:1; }
.hw-container .hw-title-row .hw-icon { font-size:32px;filter:drop-shadow(0 0 12px rgba(180,160,255,0.4)); }
.hw-container .hw-title-row .hw-text { font-size:24px;font-weight:700;color:#e8e0ff;letter-spacing:2px;text-shadow:0 0 20px rgba(150,130,255,0.3); }

.hw-slider { position:relative;width:100%;max-width:900px;height:480px;border-radius:20px;overflow:visible;z-index:1; }
.hw-card { position:absolute;background:var(--img);background-size:cover;background-position:center;border-radius:20px;transition:0.5s;box-shadow:0 25px 50px rgba(0,0,0,.5);border:4px solid rgba(255,255,255,0.15);cursor:pointer; }

/* 2 main cards */
.hw-card:nth-child(1),
.hw-card:nth-child(2) { width:100%;height:100%;top:0;left:0;z-index:1;box-shadow:0 25px 60px rgba(0,0,0,.5);border-color:rgba(255,255,255,0.25); }

/* 3 small cards - BOTTOM RIGHT */
.hw-card:nth-child(3) { width:150px;height:112px;top:auto;bottom:16px;right:290px;z-index:5;opacity:1;border-color:rgba(255,255,255,0.35); }
.hw-card:nth-child(4) { width:140px;height:105px;top:auto;bottom:16px;right:160px;z-index:4;opacity:.85;border-color:rgba(255,255,255,0.25); }
.hw-card:nth-child(5) { width:130px;height:98px;top:auto;bottom:16px;right:20px;z-index:3;opacity:.68;border-color:rgba(255,255,255,0.18); }

.hw-card:nth-child(n+6) { display:none; }

/* Main card label */
.hw-card:nth-child(1) .hw-card-label,
.hw-card:nth-child(2) .hw-card-label { position:absolute;bottom:0;left:0;right:0;padding:28px 32px 24px;background:linear-gradient(transparent,rgba(5,5,20,0.92));color:#fff;border-radius:0 0 16px 16px; }
.hw-card:nth-child(1) .hw-name,
.hw-card:nth-child(2) .hw-name { font-size:26px;font-weight:700;line-height:1.3;margin-bottom:6px;text-shadow:0 2px 8px rgba(0,0,0,0.5); }
.hw-card:nth-child(1) .hw-stats,
.hw-card:nth-child(2) .hw-stats { font-size:14px;opacity:.8; }
.hw-card:nth-child(1) .hw-badge,
.hw-card:nth-child(2) .hw-badge { display:inline-block;padding:3px 12px;border-radius:12px;font-size:12px;font-weight:600;margin-top:8px; }

/* Small card label */
.hw-card:nth-child(3) .hw-card-label,
.hw-card:nth-child(4) .hw-card-label,
.hw-card:nth-child(5) .hw-card-label { position:absolute;bottom:0;left:0;right:0;padding:4px 8px 4px;background:linear-gradient(transparent,rgba(5,5,20,0.8));color:#fff;border-radius:0 0 16px 16px; }
.hw-card:nth-child(3) .hw-name,
.hw-card:nth-child(4) .hw-name,
.hw-card:nth-child(5) .hw-name { font-size:11px;font-weight:600; }
.hw-card:nth-child(3) .hw-stats,
.hw-card:nth-child(4) .hw-stats,
.hw-card:nth-child(5) .hw-stats,
.hw-card:nth-child(3) .hw-badge,
.hw-card:nth-child(4) .hw-badge,
.hw-card:nth-child(5) .hw-badge { display:none; }

.hw-badge.gold { background:#ffd700;color:#5c4300;box-shadow:0 0 12px rgba(255,215,0,0.3); }
.hw-badge.silver { background:#c0c0c0;color:#333; }
.hw-badge.bronze { background:#cd7f32;color:#fff; }

.hw-nav { display:flex;justify-content:center;gap:24px;margin-top:20px;position:relative;z-index:1; }
.hw-nav span { width:52px;height:52px;background:rgba(255,255,255,0.06);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.1);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:rgba(255,255,255,0.7);font-size:24px;font-weight:bold;transition:0.25s;user-select:none; }
.hw-nav span:hover { background:rgba(255,255,255,0.15);color:#fff;border-color:rgba(255,255,255,0.3);transform:scale(1.05); }
.hw-nav span:active { transform:scale(.92); }

.hw-dots { display:flex;justify-content:center;gap:8px;margin-top:12px;position:relative;z-index:1; }
.hw-dots .hw-dot { width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.15);transition:0.35s;cursor:pointer; }
.hw-dots .hw-dot.active { background:rgba(180,160,255,0.8);width:26px;border-radius:5px;box-shadow:0 0 10px rgba(150,130,255,0.4); }

@media (max-width:768px) {
  .hw-container { padding:30px 10px;justify-content:flex-start;padding-top:50px; }
  .hw-slider { height:360px; }
  .hw-card:nth-child(1),
  .hw-card:nth-child(2) { width:100%;height:100%; }
  .hw-card:nth-child(3) { width:80px;height:95px;top:auto;bottom:8px;right:140px;z-index:5;opacity:1;border-radius:12px;border-width:2px; }
  .hw-card:nth-child(4) { width:75px;height:90px;top:auto;bottom:8px;right:75px;z-index:4;opacity:.85;border-radius:12px;border-width:2px; }
  .hw-card:nth-child(5) { width:70px;height:85px;top:auto;bottom:8px;right:5px;z-index:3;opacity:.68;border-radius:12px;border-width:2px; }
  .hw-card:nth-child(n+6) { display:none; }
  .hw-card:nth-child(1) .hw-name,
  .hw-card:nth-child(2) .hw-name { font-size:20px; }
}

﻿/* ══════════════════════════════════════════════
   FRONTEND THEMES & ENHANCEMENTS
   ══════════════════════════════════════════════ */

/* ── Default Frontend Variables ── */
:root {
  --hp-theme-name: "星夜";
  --hp-bg: #0a0a1e;
  --hp-card: rgba(255,255,255,0.04);
  --hp-text: #e8e0ff;
  --hp-text2: #c0b8e8;
  --hp-text3: #8880b8;
  --hp-text4: #605888;
  --hp-border: rgba(255,255,255,0.06);
  --hp-accent: linear-gradient(135deg, #667eea, #764ba2);
  --hp-accent2: linear-gradient(135deg, #f093fb, #f5576c);
  --hp-glow: rgba(120,80,200,0.3);
  --hp-nav-bg: rgba(10,10,30,0.85);
}

/* ── Frontend Theme 1: 星夜 (Starry Night - Default) ── */
[data-hp-theme="starry"] {
  --hp-theme-name: "星夜";
  --hp-bg: #0a0a1e;
  --hp-card: rgba(255,255,255,0.04);
  --hp-text: #e8e0ff;
  --hp-text2: #c0b8e8;
  --hp-text3: #8880b8;
  --hp-text4: #605888;
  --hp-border: rgba(255,255,255,0.06);
  --hp-accent: linear-gradient(135deg, #667eea, #764ba2);
  --hp-accent2: linear-gradient(135deg, #f093fb, #f5576c);
  --hp-glow: rgba(120,80,200,0.3);
  --hp-nav-bg: rgba(10,10,30,0.85);
}

/* ── Frontend Theme 2: 深海 (Deep Ocean) ── */
[data-hp-theme="ocean"] {
  --hp-theme-name: "深海";
  --hp-bg: #020b1a;
  --hp-card: rgba(0,160,255,0.04);
  --hp-text: #c8e8ff;
  --hp-text2: #a0d0f0;
  --hp-text3: #6090b8;
  --hp-text4: #406080;
  --hp-border: rgba(0,160,255,0.08);
  --hp-accent: linear-gradient(135deg, #00b4d8, #0077b6);
  --hp-accent2: linear-gradient(135deg, #48cae4, #023e8a);
  --hp-glow: rgba(0,160,255,0.3);
  --hp-nav-bg: rgba(2,11,26,0.9);
}

/* ── Frontend Theme 3: 极光 (Aurora) ── */
[data-hp-theme="aurora"] {
  --hp-theme-name: "极光";
  --hp-bg: #001a0a;
  --hp-card: rgba(0,255,160,0.04);
  --hp-text: #c8ffe8;
  --hp-text2: #a0f0d0;
  --hp-text3: #60b890;
  --hp-text4: #408060;
  --hp-border: rgba(0,255,160,0.08);
  --hp-accent: linear-gradient(135deg, #00f5a0, #00b4d8);
  --hp-accent2: linear-gradient(135deg, #06d6a0, #118ab2);
  --hp-glow: rgba(0,255,160,0.3);
  --hp-nav-bg: rgba(0,26,10,0.9);
}

/* ── Frontend Theme 4: 日冕 (Solar) ── */
[data-hp-theme="solar"] {
  --hp-theme-name: "日冕";
  --hp-bg: #1a0a00;
  --hp-card: rgba(255,160,0,0.04);
  --hp-text: #ffe8c8;
  --hp-text2: #f0d0a0;
  --hp-text3: #b89060;
  --hp-text4: #806040;
  --hp-border: rgba(255,160,0,0.08);
  --hp-accent: linear-gradient(135deg, #ff6b35, #f7931e);
  --hp-accent2: linear-gradient(135deg, #ff4d4d, #ff8c00);
  --hp-glow: rgba(255,160,0,0.3);
  --hp-nav-bg: rgba(26,10,0,0.9);
}

/* ── Navigation Bar ── */
.hp-nav-wrapper {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--hp-nav-bg);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--hp-border);
  transition: all 0.3s ease;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px;
}

.hp-nav-scrolled {
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.hp-nav-logo {
  font-size: 18px; font-weight: 800;
  background: var(--hp-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

.hp-nav-links {
  display: flex; gap: 4px; align-items: center;
}

.hp-nav-link {
  padding: 8px 18px; border-radius: 20px;
  font-size: 14px; font-weight: 600;
  color: var(--hp-text3);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border: none; background: none;
}

.hp-nav-link:hover {
  color: var(--hp-text);
  background: rgba(255,255,255,0.05);
}

.hp-nav-link.active {
  color: #fff;
  background: var(--hp-accent);
  box-shadow: 0 4px 15px var(--hp-glow);
}

/* Side section indicator */
.hp-section-indicator {
  position: fixed; right: 20px; top: 50%; transform: translateY(-50%);
  z-index: 999; display: flex; flex-direction: column; gap: 12px;
}

.hp-section-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer; position: relative;
}

.hp-section-dot.active {
  background: #fff;
  box-shadow: 0 0 12px var(--hp-glow);
  transform: scale(1.4);
}

.hp-section-dot::after {
  content: attr(data-label);
  position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 11px; font-weight: 600; color: #fff;
  white-space: nowrap; opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  background: rgba(0,0,0,0.7); padding: 4px 10px; border-radius: 12px;
}

.hp-section-dot:hover::after { opacity: 1; }

/* ── Section Animations ── */
[data-hp-animate] {
  opacity: 0; transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-hp-animate].visible {
  opacity: 1; transform: translateY(0);
}

/* ── Glass Cards ── */
.hp-glass-card {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.4s ease;
}

.hp-glass-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* ── Section Headers ── */
.hp-section-title {
  text-align: center; margin-bottom: 48px;
}

.hp-section-title h2 {
  font-size: 36px; font-weight: 800;
  background: var(--hp-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 12px; letter-spacing: -1px;
}

.hp-section-title p {
  font-size: 16px; color: var(--hp-text3); margin: 0;
}

/* ── Work Cards Grid ── */
.hp-work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.hp-work-card {
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.hp-work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.15);
}

.hp-work-card img {
  width: 100%; height: 180px; object-fit: cover;
  transition: transform 0.6s ease;
}

.hp-work-card:hover img { transform: scale(1.05); }

.hp-work-card-body { padding: 16px; }

.hp-work-card-body h3 {
  font-size: 16px; font-weight: 700; color: var(--hp-text);
  margin: 0 0 6px;
}

.hp-work-card-body p {
  font-size: 13px; color: var(--hp-text3);
  margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Course Cards ── */
.hp-course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.hp-course-card {
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.4s ease;
  position: relative; overflow: hidden;
}

.hp-course-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--hp-accent);
  opacity: 0; transition: opacity 0.3s;
}

.hp-course-card:hover::before { opacity: 1; }

.hp-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.hp-course-icon {
  font-size: 40px; margin-bottom: 16px;
}

.hp-course-card h3 {
  font-size: 18px; font-weight: 700; color: var(--hp-text);
  margin: 0 0 8px;
}

.hp-course-card p {
  font-size: 13px; color: var(--hp-text3);
  margin: 0 0 16px; line-height: 1.6;
}

/* ── Hero Banner ── */
.hp-hero {
  position: relative; overflow: hidden;
  padding: 120px 24px 80px;
  text-align: center;
}

.hp-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, var(--hp-glow) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 60%, rgba(255,120,80,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hp-hero h1 {
  font-size: 48px; font-weight: 900;
  background: var(--hp-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 16px; letter-spacing: -2px;
  position: relative; z-index: 1;
}

.hp-hero p {
  font-size: 18px; color: var(--hp-text3);
  max-width: 600px; margin: 0 auto 32px;
  position: relative; z-index: 1;
}

/* ── Stats Counter ── */
.hp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; max-width: 900px;
  margin: 0 auto;
}

.hp-stat-item {
  text-align: center; padding: 24px;
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hp-stat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.hp-stat-number {
  font-size: 36px; font-weight: 900;
  background: var(--hp-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hp-stat-label {
  font-size: 13px; color: var(--hp-text4);
  margin-top: 4px;
}

/* ── Cert Query Section ── */
.hp-cert-search {
  max-width: 500px; margin: 0 auto;
}

.hp-cert-search input {
  width: 100%; padding: 14px 20px;
  border-radius: 25px; border: 1px solid var(--hp-border);
  background: rgba(255,255,255,0.05);
  color: var(--hp-text);
  font-size: 15px; outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.hp-cert-search input:focus {
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 0 20px var(--hp-glow);
}

.hp-cert-result {
  background: var(--hp-card);
  border: 1px solid var(--hp-border);
  border-radius: 14px; padding: 18px 20px;
  margin-top: 10px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.3s ease;
}

.hp-cert-result:hover {
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* ── Footer ── */
.hp-footer {
  background: rgba(0,0,0,0.4);
  border-top: 1px solid var(--hp-border);
  padding: 40px 24px;
  text-align: center;
  color: var(--hp-text4);
  font-size: 13px;
}

/* ── Theme Switcher ── */
.hp-theme-switcher {
  display: flex; gap: 6px; align-items: center;
}

.hp-theme-dot {
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer; transition: all 0.3s ease;
}

.hp-theme-dot:hover { transform: scale(1.2); }
.hp-theme-dot.active { border-color: #fff; box-shadow: 0 0 8px currentColor; }

.hp-theme-dot.starry { background: linear-gradient(135deg, #667eea, #764ba2); }
.hp-theme-dot.ocean { background: linear-gradient(135deg, #00b4d8, #0077b6); }
.hp-theme-dot.aurora { background: linear-gradient(135deg, #00f5a0, #00b4d8); }
.hp-theme-dot.solar { background: linear-gradient(135deg, #ff6b35, #f7931e); }

/* ── Button Styles ── */
.hp-btn {
  padding: 10px 24px; border-radius: 25px;
  border: none; cursor: pointer;
  font-weight: 600; font-size: 14px;
  transition: all 0.3s ease;
}

.hp-btn-primary {
  background: var(--hp-accent);
  color: #fff;
  box-shadow: 0 4px 15px var(--hp-glow);
}

.hp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--hp-glow);
}

.hp-btn-outline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: var(--hp-text);
}

.hp-btn-outline:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.05);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hp-hero { padding: 100px 16px 60px; }
  .hp-hero h1 { font-size: 28px; }
  .hp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .hp-work-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
  .hp-course-grid { grid-template-columns: 1fr; gap: 12px; }
  .hp-nav-links { gap: 0; }
  .hp-nav-link { padding: 6px 10px; font-size: 12px; }
  .hp-section-indicator { display: none; }
  .hp-section-title h2 { font-size: 24px; }
}

@media (max-width: 480px) {
  .hp-hero { padding: 80px 12px 40px; }
  .hp-hero h1 { font-size: 22px; }
  .hp-stats-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .hp-stat-item { padding: 14px; }
  .hp-stat-number { font-size: 24px; }
}

/* ── Particle Canvas ── */
canvas.hp-particles {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 0;
}

/* ── Smooth scroll ── */
html { scroll-behavior: smooth; }

/* ── Loading shimmer ── */
@keyframes hpShimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.hp-shimmer {
  background: linear-gradient(90deg, var(--hp-card) 25%, rgba(255,255,255,0.05) 50%, var(--hp-card) 75%);
  background-size: 200% 100%;
  animation: hpShimmer 1.5s infinite;
}

/* ── Floating animation for hero icons ── */
@keyframes hpFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.hp-float { animation: hpFloat 3s ease-in-out infinite; }

/* ── Glow pulse ── */
@keyframes hpGlowPulse {
  0%, 100% { box-shadow: 0 0 20px var(--hp-glow); }
  50% { box-shadow: 0 0 40px var(--hp-glow), 0 0 60px var(--hp-glow); }
}

.hp-glow-pulse { animation: hpGlowPulse 2s ease-in-out infinite; }

﻿
/* Theme float switcher */
.hp-theme-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  display: flex; flex-direction: column; gap: 8px;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px; border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
.hp-theme-float:hover {
  background: rgba(0,0,0,0.8);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.hp-theme-label {
  font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.3);
  text-align: center; text-transform: uppercase; letter-spacing: 2px;
}

/* ========== Carousel Mode ========== */
.hw-carousel { position:relative; width:100%; max-width:900px; margin:0 auto; }
.hw-carousel-wrap { position:relative; min-height:300px; overflow:hidden; border-radius:20px; }
.hw-carousel-item {
  position:absolute; top:0; left:0; width:100%; height:100%;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  opacity:0; transform:scale(0.95);
  transition:opacity 0.6s ease, transform 0.6s ease;
  pointer-events:none; border-radius:20px; overflow:hidden;
  background:rgba(255,255,255,0.05);
}
.hw-carousel-item.active { position:relative; opacity:1; transform:scale(1); pointer-events:auto; }
.hw-carousel-img { width:100%; max-height:400px; object-fit:contain; border-radius:16px; }
.hw-carousel-title { font-size:22px; font-weight:700; margin-top:16px; color:var(--hw-text,#fff); }
.hw-carousel-text { font-size:14px; color:var(--hw-text4,rgba(255,255,255,0.6)); margin-top:8px; }
.hw-carousel-nav { position:absolute; top:50%; left:0; right:0; transform:translateY(-50%); display:flex; justify-content:space-between; padding:0 8px; pointer-events:none; z-index:2; }
.hw-carousel-prev,.hw-carousel-next { pointer-events:auto; width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,0.15); border:none; color:#fff; font-size:20px; cursor:pointer; display:flex; align-items:center; justify-content:center; backdrop-filter:blur(8px); transition:background 0.3s; }
.hw-carousel-prev:hover,.hw-carousel-next:hover { background:rgba(255,255,255,0.3); }
.hw-carousel-dots { display:flex; justify-content:center; gap:8px; margin-top:16px; }
.hw-carousel-dot { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.25); cursor:pointer; transition:all 0.3s; }
.hw-carousel-dot.active { background:var(--hw-accent,#667eea); width:24px; border-radius:4px; }

/* ========== Text Wall Carousel ========== */
.hw-text-wall { position:relative; width:100%; max-width:900px; margin:0 auto; }
.hw-text-wall-wrap { position:relative; min-height:120px; overflow:hidden; }
.hw-text-wall-item {
  position:absolute; top:0; left:0; width:100%;
  padding:24px 28px; background:rgba(255,255,255,0.06);
  border-radius:16px; border:1px solid rgba(255,255,255,0.1);
  opacity:0; transform:translateY(12px);
  transition:opacity 0.5s ease, transform 0.5s ease;
  pointer-events:none;
}
.hw-text-wall-item.active { position:relative; opacity:1; transform:translateY(0); pointer-events:auto; }
.hw-text-wall-title { font-size:18px; font-weight:700; color:var(--hw-accent,#667eea); margin-bottom:10px; }
.hw-text-wall-content { font-size:15px; color:var(--hw-text,rgba(255,255,255,0.85)); line-height:1.7; }
.hw-text-wall-dots { display:flex; justify-content:center; gap:8px; margin-top:14px; }
.hw-text-wall-dot { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.25); cursor:pointer; transition:all 0.3s; }
.hw-text-wall-dot.active { background:var(--hw-accent,#667eea); width:24px; border-radius:4px; }