/* H3CC1 */

.hub-v3 {
  --v3-glow: radial-gradient(ellipse 70% 55% at 50% 40%, rgba(39, 192, 228, 0.35) 0%, transparent 65%);
  --v3-focus: 0;
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.hub-v3.js-ready .v3-showcase-bento,
.hub-v3.js-ready .v3-features-sticky {
  will-change: transform;
}

/* H3CC2 */
.hub-v3 .v2-header {
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.hub-v3 .v2-header.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--v2-border), 0 8px 32px rgba(15, 23, 42, 0.06);
}

/* H3CC3 */
.v3-hero {
  position: relative;
  min-height: min(84vh, 780px);
  display: flex;
  align-items: center;
}

.v3-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.v3-hero-chips li {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #0e7490;
  background: rgba(39, 192, 228, 0.1);
  border: 1px solid rgba(39, 192, 228, 0.22);
}

.v3-hero-visual {
  position: relative;
}

.v3-hero::before {
  display: none;
}

/* H3CC4 */
/* H3CC5 */
.v3-showcase--bento {
  position: relative;
  background: radial-gradient(900px 520px at 50% -8%, rgba(39, 192, 228, 0.07), transparent 62%);
  padding: 112px 20px 66px;
  overflow: hidden;
}

.v3-showcase--bento .v3-showcase-intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.v3-showcase--bento .v2-section-kicker {
  color: rgba(250, 249, 244, 0.55);
}

.v3-showcase--bento .v2-section-title {
  color: #faf9f4;
  margin-bottom: 0;
}

.v3-showcase-canvas {
  max-width: 1380px;
  margin: 0 auto;
}

/* H3CC6 */
.v3-showcase-bento {
  --v3-bento-row-h: 266px;
  --v3-bento-gap: 16px;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-template-rows: repeat(3, var(--v3-bento-row-h));
  gap: var(--v3-bento-gap);
  width: 100%;
  max-width: 1380px;
  height: 830px;
  margin: 0 auto;
}

.v3-showcase-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 0;
  min-width: 0;
  height: 100%;
  gap: 10px;
  padding: 30px 20px;
  border-radius: 18px;
  background: rgba(39, 192, 228, 0.05);
  border: 1px solid var(--v3-border);
  box-sizing: border-box;
  grid-column: span 2;
  place-self: start stretch;
}

.v3-showcase-cell-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 0;
  color: var(--v3-accent);
  flex-shrink: 0;
}

.v3-showcase-cell-icon svg {
  display: block;
  width: 54px;
  height: 54px;
}

.v3-showcase-cell-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--v3-ink);
  margin: 0 0 10px;
  line-height: 1.15;
}

.v3-showcase-cell-line {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--v3-muted);
  line-height: 1.65;
}

/* H3CC7 */
.v3-showcase-cell--hero {
  grid-column: span 3;
  grid-row: span 3;
  padding: 0;
  overflow: hidden;
  background: #0C0C10;
}

.v3-showcase-cell--ai {
  grid-column: span 4;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  gap: 6%;
  overflow: hidden;
  padding: 30px 40px;
}

/* H3CC8 */
.v3-showcase-cell--has-video {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.v3-showcase-cell-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.v3-showcase-cell-video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 14px 12px;
  background: linear-gradient(to top, rgba(10,10,14,0.85) 0%, transparent 100%);
  z-index: 1;
}

.v3-showcase-hero-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.v3-showcase-hero-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.v3-showcase-hero-title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100% - clamp(36px, 5vw, 60px));
  text-align: center;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #faf9f4;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.v3-showcase-hero-title.is-visible {
  opacity: 1;
}

.hub-v3.no-motion .v3-showcase-hero-title {
  opacity: 1;
}

/* H3CC9 */
.v3-showcase-ai-text {
  flex: 1 1 50%;
  min-width: 0;
}

.v3-showcase-cell--ai .v3-showcase-cell-icon {
  margin-bottom: 0;
}

.v3-showcase-ai-art {
  flex: 1 1 50%;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 40%, rgba(39, 192, 228, 0.20), transparent 60%),
    linear-gradient(135deg, #141414, #0D0D0D);
}

.v3-showcase-ai-art-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* H3CC10 */
.v3-ai-viz {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.v3-ai-viz > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* H3CC11 */
.v3-ai-viz-grid {
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background-image:
    linear-gradient(rgba(103, 232, 249, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 232, 249, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 72%);
}

/* H3CC12 */
.v3-ai-core {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: radial-gradient(circle, #aef2ff 0%, #4dd4f4 40%, rgba(39, 192, 228, 0.4) 65%, transparent 72%);
  box-shadow: 0 0 18px 4px rgba(77, 212, 244, 0.55);
  animation: v3AiCore 2.6s ease-in-out infinite;
  z-index: 3;
}

/* H3CC13 */
.v3-ai-ring {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(77, 212, 244, 0.5);
  opacity: 0;
  animation: v3AiRing 2.6s ease-out infinite;
  z-index: 2;
}

.v3-ai-ring--2 {
  animation-delay: 0.85s;
}

.v3-ai-ring--3 {
  animation-delay: 1.7s;
}

/* H3CC14 */
.v3-ai-orbit {
  width: 92px;
  height: 92px;
  animation: v3AiSpin 7s linear infinite;
  z-index: 2;
}

.v3-ai-orbit--2 {
  width: 132px;
  height: 132px;
  animation-duration: 11s;
  animation-direction: reverse;
}

.v3-ai-orbit > i {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #4dd4f4;
  box-shadow: 0 0 10px 2px rgba(77, 212, 244, 0.7);
}

.v3-ai-orbit--2 > i {
  width: 5px;
  height: 5px;
  background: #00d9a5;
  box-shadow: 0 0 10px 2px rgba(0, 217, 165, 0.6);
}

@keyframes v3AiCore {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  50% { transform: translate(-50%, -50%) scale(1.18); opacity: 0.82; }
}

@keyframes v3AiRing {
  0% { width: 28px; height: 28px; opacity: 0.7; }
  100% { width: 150px; height: 150px; opacity: 0; }
}

@keyframes v3AiSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .v3-ai-core,
  .v3-ai-ring,
  .v3-ai-orbit {
    animation: none;
  }
  .v3-ai-ring { opacity: 0.4; }
}

.hub-v3.js-ready .v3-showcase-cell {
  will-change: transform, opacity;
}

@media (max-width: 860px) {
  .v3-showcase-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
    height: auto;
  }

  .v3-showcase-cell {
    grid-column: span 1;
    grid-row: auto;
    min-height: 200px;
  }

  .v3-showcase-cell--hero {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
    min-height: auto;
  }
  .v3-showcase-cell--cut { grid-column: 1; grid-row: auto; }
  .v3-showcase-cell--layers { grid-column: 2; grid-row: auto; }
  .v3-showcase-cell--text { grid-column: 1; grid-row: auto; }
  .v3-showcase-cell--elements { grid-column: 2; grid-row: auto; }
  .v3-showcase-cell--ai {
    grid-column: 1 / -1;
    grid-row: auto;
    min-width: 0;
    aspect-ratio: 2 / 1;
    padding: 24px 28px;
  }
  .v3-showcase-cell--transitions { grid-column: 1; grid-row: auto; }
  .v3-showcase-cell--effects { grid-column: 2; grid-row: auto; }
  .v3-showcase-cell--audio { grid-column: 1 / -1; grid-row: auto; aspect-ratio: auto; min-height: 150px; }
}

/* H3CC15 */
.v3-capabilities-wrap {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f8fcff 100%);
}

.v3-features-pin {
  padding: clamp(2.5rem, 5vw, 3.5rem) 20px clamp(2rem, 4vw, 3rem);
  isolation: isolate;
}

.v3-features-sticky {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  min-height: min(88vh, 720px);
}

.v3-features-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.v3-features-group-kicker {
  margin: 18px 0 6px;
  padding-left: 14px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.v3-features-group-kicker:first-child {
  margin-top: 0;
}

.v3-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px 16px 14px;
  border-radius: 14px;
  border-left: 3px solid transparent;
  opacity: 0.38;
  transition: opacity 0.35s ease, border-color 0.35s ease, background 0.35s ease;
  cursor: default;
}

.hub-v3.js-ready .v3-feature-item {
  opacity: 1;
  border-left-color: rgba(39, 192, 228, calc(var(--v3-focus, 0) * 1));
  background: rgba(39, 192, 228, calc(var(--v3-focus, 0) * 0.06));
  transition: none;
  cursor: pointer;
}

.hub-v3.js-ready .v3-feature-item:hover {
  background: rgba(39, 192, 228, calc(var(--v3-focus, 0) * 0.06 + 0.04));
}

.hub-v3.js-ready .v3-feature-item:focus-visible {
  outline: 2px solid #27c0e4;
  outline-offset: 2px;
}

.v3-feature-item.is-active {
  opacity: 1;
  border-left-color: #27c0e4;
  background: rgba(39, 192, 228, 0.06);
}

.v3-feature-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 10px;
  color: var(--primary-dark);
  background: rgba(39, 192, 228, 0.1);
  border: 1px solid rgba(39, 192, 228, 0.18);
  opacity: 0.7;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.v3-feature-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.v3-feature-item.is-active .v3-feature-icon {
  opacity: 1;
  transform: scale(1.05);
}

.v3-feature-item:not(.is-active) .v3-feature-body h3 {
  color: #334155;
  margin-bottom: 0;
}

.v3-feature-body h3 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.2;
}

.v3-feature-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #334155;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, max-height 0.35s ease, margin 0.35s ease;
}

.v3-feature-item.is-active .v3-feature-desc {
  max-height: 160px;
  opacity: 1;
  margin-top: 4px;
}

.v3-features-panels {
  position: relative;
  width: 100%;
  min-height: clamp(300px, 52vh, 520px);
  overflow: visible;
}

.v3-feature-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(52vh, 480px);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  transform-origin: center center;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}

.hub-v3.js-ready .v3-feature-panel {
  transition: none;
}

.hub-v3.js-ready .v3-feature-panel.is-active {
  opacity: inherit;
  transform: none;
  pointer-events: inherit;
  z-index: auto;
}


.v3-feature-panel-img,
.v3-feature-panel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 12px;
}

/* H3CC16 */
.v3-text-demo {
  position: absolute;
  inset: 0;
  background: #16161a;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 0;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.v3-td-header {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.v3-td-tab {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 4px 10px;
  border-radius: 6px;
  color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.v3-td-tab--active {
  color: #fff;
  background: rgba(39,192,228,0.15);
  border-color: rgba(39,192,228,0.35);
}

.v3-td-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  flex-shrink: 0;
}

.v3-td-card {
  background: #1e1e26;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  transition: border-color 0.3s;
}

.v3-td-card--title   { font-size: 1rem; font-weight: 800; color: #fff; }
.v3-td-card--body    { font-size: 0.62rem; font-weight: 400; color: rgba(255,255,255,0.7); }
.v3-td-card--italic  { font-size: 0.78rem; font-style: italic; color: rgba(255,255,255,0.75); }
.v3-td-card--cinema  { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; color: #d4af37; text-transform: uppercase; background: #111; }
.v3-td-card--neon    { font-size: 0.82rem; font-weight: 800; color: #fff; text-shadow: 0 0 8px #ff00de, 0 0 20px #ff00de; background: #080812; }
.v3-td-card--cyber   { font-size: 0.82rem; font-weight: 900; color: #00ffff; text-shadow: 0 0 8px #00ffff; background: linear-gradient(135deg, #050520, #090935); }

/* H3CC17 */
.v3-td-card { animation: tdCardCycle 8s ease-in-out infinite; }
.v3-td-card:nth-child(1) { animation-delay: 0s; }
.v3-td-card:nth-child(2) { animation-delay: 1.3s; }
.v3-td-card:nth-child(3) { animation-delay: 2.6s; }
.v3-td-card:nth-child(4) { animation-delay: 3.9s; }
.v3-td-card:nth-child(5) { animation-delay: 5.2s; }
.v3-td-card:nth-child(6) { animation-delay: 6.5s; }

@keyframes tdCardCycle {
  0%, 10%  { border-color: rgba(39,192,228,0.7); box-shadow: 0 0 0 1px rgba(39,192,228,0.35); }
  25%, 100% { border-color: rgba(255,255,255,0.07); box-shadow: none; }
}

/* H3CC18 */
.v3-td-preview {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 0;
}

.v3-td-preview-text {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
}

.v3-td-pt--title  { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; color: #fff; animation: tdPreview 8s ease-in-out 0s infinite; }
.v3-td-pt--body   { font-size: clamp(0.8rem, 1.8vw, 1.1rem); font-weight: 400; color: rgba(255,255,255,0.72); animation: tdPreview 8s ease-in-out 1.3s infinite; }
.v3-td-pt--italic { font-size: clamp(1rem, 2.2vw, 1.5rem); font-style: italic; font-weight: 400; color: rgba(255,255,255,0.8); animation: tdPreview 8s ease-in-out 2.6s infinite; }
.v3-td-pt--cinema { font-size: clamp(0.9rem, 2vw, 1.3rem); font-weight: 700; letter-spacing: 0.25em; color: #d4af37; text-transform: uppercase; animation: tdPreview 8s ease-in-out 3.9s infinite; }
.v3-td-pt--neon   { font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-weight: 800; color: #fff; text-shadow: 0 0 12px #ff00de, 0 0 30px #ff00de; animation: tdPreview 8s ease-in-out 5.2s infinite; }
.v3-td-pt--cyber  { font-size: clamp(1.2rem, 2.5vw, 1.7rem); font-weight: 900; color: #00ffff; text-shadow: 0 0 14px #00ffff, 0 0 35px #00ffff; animation: tdPreview 8s ease-in-out 6.5s infinite; }

@keyframes tdPreview {
  0%, 8%   { opacity: 1; transform: translateY(0); }
  18%, 100% { opacity: 0; transform: translateY(-6px); }
}

/* H3CC19 */
.v3-elem-demo {
  position: absolute;
  inset: 0;
  background: #16161a;
  padding: 16px 18px;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.v3-ed-cols {
  display: flex;
  gap: 14px;
  height: 100%;
}

.v3-ed-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.v3-ed-section-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.v3-ed-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.v3-ed-item {
  aspect-ratio: 1;
  background: #1e1e26;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.9rem, 1.6vw, 1.3rem);
  border: 1px solid rgba(255,255,255,0.05);
  opacity: 0;
  transform: scale(0.7);
  animation: edItemPop 0.35s ease-out forwards;
  animation-delay: calc(var(--i) * 0.06s + 0.3s);
}

@keyframes edItemPop {
  to { opacity: 1; transform: scale(1); }
}

/* H3CC20 */
@keyframes edItemHL {
  0%, 13%   { border-color: rgba(39,192,228,0.8); box-shadow: 0 0 0 1px rgba(39,192,228,0.35); transform: scale(1.1); }
  22%, 100% { border-color: rgba(255,255,255,0.05); box-shadow: none; transform: scale(1); }
}
@keyframes edShapeHL {
  0%, 13%   { border-color: rgba(39,192,228,0.8); box-shadow: 0 0 0 1px rgba(39,192,228,0.35); background: rgba(39,192,228,0.2); transform: scale(1.15); }
  22%, 100% { border-color: rgba(255,255,255,0.12); box-shadow: none; background: rgba(255,255,255,0.1); transform: scale(1); }
}

/* H3CC21 */
.v3-ed-item:nth-child(3)  { animation: edItemPop 0.35s ease-out 0.48s forwards, edItemHL 10s ease-in-out 0.5s infinite; }
.v3-ed-item:nth-child(7)  { animation: edItemPop 0.35s ease-out 0.66s forwards, edItemHL 10s ease-in-out 2.5s infinite; }
.v3-ed-item:nth-child(11) { animation: edItemPop 0.35s ease-out 0.90s forwards, edItemHL 10s ease-in-out 4.5s infinite; }

/* H3CC22 */
.v3-ed-shape-hl { transition: transform 0.2s; }
.v3-ed-shape-hl:nth-child(1) { animation: edShapeHL 10s ease-in-out 6.5s infinite; }
.v3-ed-shape-hl:nth-child(2) { animation: edShapeHL 10s ease-in-out 8.5s infinite; }

.v3-ed-shapes {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.v3-ed-shape {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 5px;
}

.v3-ed-shape--rect   { width: 34px; height: 22px; }
.v3-ed-shape--circle { width: 22px; height: 22px; border-radius: 50%; }
.v3-ed-shape--tri    { width: 0; height: 0; border: none; border-left: 11px solid transparent; border-right: 11px solid transparent; border-bottom: 20px solid rgba(255,255,255,0.15); background: transparent; }
.v3-ed-shape--line   { width: 40px; height: 3px; border-radius: 2px; align-self: center; }

/* H3CC23 */
.v3-ed-preview {
  width: 42%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v3-ed-preview-frame {
  flex: 1;
  border-radius: 10px;
  background: linear-gradient(135deg, #0d1117, #1a2332);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.8rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
}

/* H3CC24 */
@keyframes edPreviewShow {
  0%, 13%   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  22%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
}
@keyframes edPreviewShowShape {
  0%, 13%   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  22%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
}

.v3-ed-pi {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  display: block;
}

.v3-ed-pi--fire      { animation: edPreviewShow 10s ease-in-out 0.5s infinite; }
.v3-ed-pi--spark     { animation: edPreviewShow 10s ease-in-out 2.5s infinite; }
.v3-ed-pi--butterfly { animation: edPreviewShow 10s ease-in-out 4.5s infinite; }

.v3-ed-pi--shape-rect {
  width: 64px; height: 40px;
  border-radius: 7px;
  background: rgba(39,192,228,0.2);
  border: 2px solid rgba(39,192,228,0.65);
  animation: edPreviewShowShape 10s ease-in-out 6.5s infinite;
}
.v3-ed-pi--shape-circle {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(39,192,228,0.2);
  border: 2px solid rgba(39,192,228,0.65);
  animation: edPreviewShowShape 10s ease-in-out 8.5s infinite;
}

.hub-v3.no-motion .v3-feature-item,
.hub-v3:not(.js-ready) .v3-feature-item {
  opacity: 1;
  border-left-color: transparent;
  background: transparent;
}

.hub-v3.no-motion .v3-feature-desc,
.hub-v3:not(.js-ready) .v3-feature-desc {
  max-height: none;
  opacity: 1;
}

.v3-features-cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

/* H3CC25 */
.v3-watermark {
  position: absolute;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(15, 23, 42, 0.045);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 1;
}

.v3-watermark--use {
  top: 12px;
  right: 2%;
  left: auto;
  transform: none;
}

/* H3CC26 */
.v3-usecases {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f4fbff 100%) !important;
}

.v3-usecases .v2-section-head,
.v3-usecases .v2-use-grid {
  position: relative;
  z-index: 1;
}

.v3-use-card {
  position: relative;
  padding-top: 72px !important;
}

.v3-use-icon {
  position: absolute;
  top: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: var(--primary-dark);
  background: rgba(39, 192, 228, 0.12);
  border: 1px solid rgba(39, 192, 228, 0.2);
}

.v3-use-tag {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0e7490;
  background: rgba(39, 192, 228, 0.1);
}

.v3-faq {
  background: #f8fafc;
}

.v3-faq .v2-faq-list {
  margin-top: 0;
}

.v3-capabilities-wrap .v3-features-sticky,
.v3-capabilities-wrap .v3-features-cta {
  position: relative;
  z-index: 1;
}

/* H3CC27 */
.hub-v3.js-ready [data-v3-reveal] {
  will-change: transform, opacity;
}

.hub-v3.no-motion [data-v3-reveal],
.hub-v3.no-motion .v3-showcase-cell {
  opacity: 1 !important;
  transform: none !important;
}

/* H3CC28 */
.v3-trust-item {
  opacity: 1;
}

/* H3CC29 */
.v3-steps-wrap {
  position: relative;
}

/* H3CC30 */
.v2-plan {
  will-change: transform;
}

/* H3CC31 */
.v3-cta-band {
  position: relative;
  overflow: hidden;
}

.v3-cta-band::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at 30% 50%, rgba(39, 192, 228, 0.2), transparent 50%);
  pointer-events: none;
}

/* H3CC32 */
@media (max-width: 899px) {
  .v3-features-sticky {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .v3-features-panels[hidden] {
    display: none !important;
  }

  .v3-features-list {
    gap: 0;
  }

  .v3-feature-item--mobile-stack {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 12px 14px;
    align-items: start;
    padding: 0 0 1.75rem;
    margin-bottom: 1.75rem;
    border-left: none;
    border-bottom: 1px solid rgba(39, 192, 228, 0.12);
    opacity: 1 !important;
    background: transparent !important;
    cursor: default;
    pointer-events: auto;
  }

  .v3-feature-item--mobile-stack:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .v3-feature-item--mobile-stack .v3-feature-panel {
    grid-column: 1 / -1;
    grid-row: 1;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    max-height: none;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0 0 0.25rem;
    transform: none !important;
    pointer-events: auto;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }

  .v3-feature-item--mobile-stack .v3-feature-icon {
    grid-row: 2;
    grid-column: 1;
    opacity: 1 !important;
    transform: none !important;
  }

  .v3-feature-item--mobile-stack .v3-feature-body {
    grid-row: 2;
    grid-column: 2;
  }

  .v3-feature-item--mobile-stack .v3-feature-body h3 {
    opacity: 1 !important;
    color: var(--v3-ink, #f0f8ff);
  }

  .v3-feature-item--mobile-stack .v3-feature-desc {
    max-height: none !important;
    opacity: 1 !important;
    margin-top: 6px !important;
  }

  .v3-features-pin {
    padding-bottom: clamp(1.5rem, 4vw, 2rem);
  }

  .v3-watermark--use {
    display: none;
  }
}

@media (max-width: 1024px) {
  .v3-hero {
    min-height: auto;
  }
}

/* H3CC33 */
.hub-v3 {
  /* H3CC34 */
  --v3-bg: #0B0B0F;
  --v3-bg-alt: #0E0E13;
  --v3-surface: #161620;
  --v3-surface-2: #1c1c2a;
  --v3-border: rgba(39, 192, 228, 0.13);
  --v3-border-strong: rgba(39, 192, 228, 0.22);
  --v3-hairline: rgba(39, 192, 228, 0.07);
  --v3-ink: #f0f8ff;
  --v3-muted: rgba(224, 244, 255, 0.76);
  --v3-faint: rgba(224, 244, 255, 0.50);
  /* H3CC35 */
  --v3-accent: #27C0E4;
  --v3-accent-rgb: 39, 192, 228;
  --v3-mint: #00d9a5;
  background: var(--v3-bg);
}

/* H3CC36 */
body.hub-v3 {
  /* H3CC37 */
  background: linear-gradient(
    180deg,
    var(--v3-bg)      0%,
    var(--v3-bg)      9%,
    #0D0D12           17%,
    var(--v3-bg-alt) 24%,
    #0D0D12           31%,
    var(--v3-bg)      40%,
    var(--v3-bg)      50%,
    #0D0D12           58%,
    var(--v3-bg-alt) 65%,
    #0D0D12           72%,
    var(--v3-bg)      80%,
    #0D0D12           87%,
    var(--v3-bg-alt) 93%,
    #0F0F15           100%
  ) !important;
  min-height: 100vh;
}

.hub-v3 .v3-home,
.hub-v3 main {
  background: transparent !important;
}

/* H3CC38 */
.hub-v3 .v2-section-title {
  color: var(--v3-ink);
}

.hub-v3 .v2-section-lead {
  color: var(--v3-muted);
}

.hub-v3 .v2-section-kicker {
  color: var(--v3-accent);
}

/* H3CC39 */
/* H3CC40 */
.hub-v3 .v2-header,
.hub-v3 .v2-header.is-scrolled {
  background: rgba(10, 10, 14, 0.90);
  border-bottom: 1px solid var(--v3-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--v3-border);
}

.hub-v3 .logo-text {
  color: var(--v3-ink);
}

.hub-v3 .logo-text span {
  color: var(--v3-accent);
}

.hub-v3 .nav-link {
  color: var(--v3-muted);
}

.hub-v3 .nav-link:hover,
.hub-v3 .nav-link.active {
  color: var(--v3-ink);
}

.hub-v3 .v2-header-editor-cta {
  color: var(--v3-ink);
  border-color: var(--v3-border-strong);
}

.hub-v3 .lang-selector {
  border-color: var(--v3-border);
}

.hub-v3 .lang-option img {
  border-radius: 3px;
  opacity: 0.85;
}

.hub-v3 .lang-option.active img,
.hub-v3 .lang-option:hover img {
  opacity: 1;
}

/* H3CC41 */
.hub-v3 .header-auth-guest .header-cta--secondary {
  color: var(--v3-ink);
  background: transparent;
  border: 1px solid var(--v3-border-strong);
  box-shadow: none;
}

.hub-v3 .header-auth-guest .header-cta--secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--v3-accent);
  color: var(--v3-ink);
}

/* H3CC42 */
.hub-v3 .v2-btn--ghost {
  color: var(--v3-ink);
  border-color: var(--v3-border-strong);
  background: transparent;
}

.hub-v3 .v2-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--v3-accent);
}

/* H3CC43 */
.hub-v3 .v2-hero {
  border-bottom: none;
  border-top: none;
  /* H3CC44 */
  padding-bottom: clamp(1rem, 2vw, 1.5rem) !important;
}

.hub-v3 .v3-hero {
  /* H3CC45 */
  min-height: unset !important;
  align-items: flex-start;
  /* H3CC46 */
  background:
    radial-gradient(ellipse 60% 50% at 68% 42%, rgba(var(--v3-accent-rgb), 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 30% 25%, rgba(39, 192, 228, 0.14) 0%, transparent 62%);
}

/* H3CC47 */
.hub-v3 .v3-showcase-intro {
  opacity: 1 !important;
  transform: none !important;
}

.hub-v3 .v2-title {
  color: var(--v3-ink);
}

.hub-v3 .v2-title-accent {
  color: var(--v3-accent);
}

.hub-v3 .v2-lead {
  color: var(--v3-muted);
}

.hub-v3 .v3-hero-chips li {
  color: var(--v3-muted);
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
}

.hub-v3 .v2-hero-note {
  color: var(--v3-faint);
}

.hub-v3 .ed-shot-link {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  border-radius: 18px;
  border: 1px solid var(--v3-border-strong);
  background: var(--v3-surface);
  padding: 8px;
  box-shadow:
    0 0 0 1px rgba(var(--v3-accent-rgb), 0.12),
    0 40px 110px rgba(var(--v3-accent-rgb), 0.14),
    0 30px 80px rgba(0, 0, 0, 0.6);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hub-v3 .ed-shot-link:focus-visible {
  outline: 2px solid var(--v3-accent);
  outline-offset: 4px;
}

.hub-v3 .ed-shot-link:hover {
  box-shadow:
    0 0 0 1px rgba(var(--v3-accent-rgb), 0.22),
    0 48px 120px rgba(var(--v3-accent-rgb), 0.2),
    0 36px 90px rgba(0, 0, 0, 0.6);
}

.hub-v3 .ed-shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (min-width: 1024px) {
  .hub-v3 .v2-hero-visual .ed-shot-link {
    max-width: 100%;
    transform: perspective(1400px) rotateY(-2deg) scale(1.06);
    transform-origin: center left;
  }

  .hub-v3 .v2-hero-visual .ed-shot-link:hover {
    transform: perspective(1400px) rotateY(-2deg) scale(1.06) translateY(-4px);
  }
}

@media (max-width: 1023px) {
  .hub-v3 .v2-hero-visual .ed-shot-link {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hub-v3 .ed-shot-link,
  .hub-v3 .ed-shot-link:hover {
    transform: none;
    transition: none;
  }
}


/* H3CC48 */
.hub-v3 .v3-capabilities-wrap {
  background: transparent;
}

.hub-v3 .v3-features-group-kicker {
  color: var(--v3-faint);
}

.hub-v3.js-ready .v3-feature-item {
  border-left-color: rgba(var(--v3-accent-rgb), calc(var(--v3-focus, 0) * 1));
  background: rgba(var(--v3-accent-rgb), calc(var(--v3-focus, 0) * 0.07));
}

.hub-v3 .v3-feature-item.is-active {
  border-left-color: var(--v3-accent);
  background: rgba(var(--v3-accent-rgb), 0.07);
}

.hub-v3 .v3-feature-icon {
  color: var(--v3-accent);
  background: rgba(var(--v3-accent-rgb), 0.1);
  border: 1px solid rgba(var(--v3-accent-rgb), 0.18);
}

.hub-v3 .v3-feature-body h3 {
  color: var(--v3-ink);
}

.hub-v3 .v3-feature-item:not(.is-active) .v3-feature-body h3 {
  color: var(--v3-muted);
}

.hub-v3 .v3-feature-desc {
  color: var(--v3-muted);
}

.hub-v3 .v3-feature-panel {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
}

/* H3CC49 */

.v3-ai-section { padding: 0; }

.hub-v3 .v3-ai-section { background: transparent; }

/* H3CC50 */
.v3-ai-bento {
  --v3-ai-bento-gap: 16px;
  --v3-ai-bento-col-w: calc((1380px - 2 * var(--v3-ai-bento-gap)) / 3);
  --v3-ai-bento-hero-h: 480px;
  display: flex;
  flex-direction: column;
  gap: var(--v3-ai-bento-gap);
  max-width: 1380px;
  margin: 0 auto;
}

.v3-ai-bento-row {
  display: grid;
  grid-template-columns: var(--v3-ai-bento-col-w) var(--v3-ai-bento-col-w);
  grid-template-rows: 1fr 1fr;
  gap: var(--v3-ai-bento-gap);
  width: fit-content;
  max-width: 100%;
  height: var(--v3-ai-bento-hero-h);
  margin: 0 auto;
}

/* H3CC51 */
.v3-ai-bento-row:not(.v3-ai-bento-row--flip) > .v3-ai-bento-hero {
  grid-column: 1;
  grid-row: 1 / 3;
}
.v3-ai-bento-row:not(.v3-ai-bento-row--flip) > .v3-ai-bento-rect:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.v3-ai-bento-row:not(.v3-ai-bento-row--flip) > .v3-ai-bento-rect:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* H3CC52 */
.v3-ai-bento-row--flip > .v3-ai-bento-rect:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.v3-ai-bento-row--flip > .v3-ai-bento-rect:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.v3-ai-bento-row--flip > .v3-ai-bento-hero {
  grid-column: 2;
  grid-row: 1 / 3;
}

/* H3CC53 */
.v3-ai-bento-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.v3-ai-bento-hero > .v3-ai-cell {
  flex: 1;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-height: var(--v3-ai-bento-hero-h);
  aspect-ratio: unset;
}

/* H3CC54 */
.v3-ai-bento-rect {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.v3-ai-bento-rect > .v3-ai-cell {
  flex: 1;
  min-height: 0;
  aspect-ratio: unset !important;
}

/* H3CC55 */
.v3-ai-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* H3CC56 */
.v3-ai-cell {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(39, 192, 228, 0.06);
  border: 1px solid rgba(39, 192, 228, 0.18);
  overflow: hidden;
}

/* H3CC57 */
.v3-ai-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* H3CC58 */
.v3-ai-label { padding: 0 4px; text-align: center; }

.v3-ai-label-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 600;
  color: var(--v3-ink);
  margin: 0 0 4px;
}

.v3-ai-label-sub {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--v3-muted);
  margin: 0;
}

/* H3CC59 */
.v3-rmbg-track {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.v3-ai-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

/* H3CC60 */
.v3-ai-img--a {
  z-index: 1;
}

/* H3CC61 */
.v3-rmbg-wipe {
  position: absolute;
  inset: 0;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  animation: aiWipeB 6s ease-in-out 1s infinite;
}

/* H3CC62 */

@keyframes aiWipeB {
  0%,  15%  { clip-path: inset(0 100% 0 0); }  /* H3CC63 */
  40%,  60% { clip-path: inset(0   0% 0 0); }  /* H3CC64 */
  85%, 100% { clip-path: inset(0 100% 0 0); }  /* H3CC65 */
}

.v3-ai-remove-bg-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.v3-ai-rmbg-tag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  /* H3CC66 */
}

.v3-ai-rmbg-tag--before {
  background: rgba(0, 217, 165, 0.25);
  color: #00d9a5;
  border: 1px solid rgba(0, 217, 165, 0.4);
  animation: aiTagA 6s ease-in-out 1s infinite;
}

.v3-ai-rmbg-tag--after {
  background: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.7);
  animation: aiTagB 6s ease-in-out 1s infinite;
}

@keyframes aiTagA {
  0%,  15%  { opacity: 1; }
  40%, 60%  { opacity: 0; }
  85%, 100% { opacity: 1; }
}

@keyframes aiTagB {
  0%,  15%  { opacity: 0; }
  40%, 60%  { opacity: 1; }
  85%, 100% { opacity: 0; }
}

/* H3CC67 */

/* H3CC68 */
.v3-ai-clip {
  border-radius: 5px;
  height: 26px;
  display: flex; align-items: center;
  padding: 0 7px;
  font-size: 0.52rem; font-weight: 700;
  color: rgba(255,255,255,0.92);
  overflow: hidden; position: relative;
  gap: 4px; white-space: nowrap;
  flex-shrink: 0;
}
.v3-ai-clip--video  { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.v3-ai-clip--audio  { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.v3-ai-clip--text   { background: linear-gradient(135deg, #f59e0b, #d97706); color: rgba(0,0,0,0.82); }
.v3-ai-clip--shape  { background: linear-gradient(135deg, #10b981, #059669); }
.v3-ai-clip--effect { background: linear-gradient(135deg, #ec4899, #be185d); }

/* H3CC69 */
.v3-ai-tl {
  display: flex; flex-direction: column;
  width: 100%; flex-shrink: 0;
}
.v3-ai-tl-row {
  display: flex; align-items: center; gap: 5px;
  height: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.02);
  padding: 4px 5px;
  flex-shrink: 0;
}
.v3-ai-tl-icon {
  width: 20px; height: 20px; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: rgba(255,255,255,0.35);
  flex-shrink: 0; background: rgba(255,255,255,0.04);
}
.v3-ai-tl-icon--t     { color: #f59e0b; font-weight: 900; font-size: 0.7rem; }
.v3-ai-tl-icon--audio { color: #8b5cf6; }
.v3-ai-tl-icon--shape { color: #10b981; }
.v3-ai-tl-icon--effect{ color: #ec4899; }

/* H3CC70 */
.v3-ai-wv {
  display: flex; align-items: center; gap: 2px;
  height: 18px; margin-left: auto; flex-shrink: 0;
}
.v3-ai-wv span {
  display: block; width: 2px; border-radius: 2px;
  background: rgba(255,255,255,0.55);
  animation: aiWvPulse 1.1s ease-in-out infinite;
}
.v3-ai-wv span:nth-child(1) { height: 5px;  animation-delay: 0s; }
.v3-ai-wv span:nth-child(2) { height: 10px; animation-delay: 0.09s; }
.v3-ai-wv span:nth-child(3) { height: 16px; animation-delay: 0.18s; }
.v3-ai-wv span:nth-child(4) { height: 8px;  animation-delay: 0.27s; }
.v3-ai-wv span:nth-child(5) { height: 13px; animation-delay: 0.36s; }
.v3-ai-wv span:nth-child(6) { height: 18px; animation-delay: 0.45s; }
.v3-ai-wv span:nth-child(7) { height: 11px; animation-delay: 0.54s; }
.v3-ai-wv span:nth-child(8) { height: 7px;  animation-delay: 0.63s; }
.v3-ai-wv span:nth-child(9) { height: 15px; animation-delay: 0.72s; }
@keyframes aiWvPulse {
  0%, 100% { transform: scaleY(0.3); opacity: 0.4; }
  50%      { transform: scaleY(1);   opacity: 0.85; }
}

/* H3CC71 */
.v3-ai-subtitles {
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  background: #111318;
}

.v3-ai-subtitles .v3-ai-tl {
  width: 96%;
  max-width: none;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}

.v3-ai-subtitles .v3-ai-tl-row {
  height: 42px;
  padding: 5px 7px;
  gap: 7px;
}

.v3-ai-subtitles .v3-ai-tl-icon {
  width: 26px;
  height: 26px;
  font-size: 0.78rem;
}

.v3-ai-subtitles .v3-ai-tl-icon--t {
  font-size: 0.82rem;
}

.v3-ai-subtitles .v3-ai-clip {
  height: 32px;
  padding: 0 10px;
  font-size: 0.62rem;
  border-radius: 6px;
}

.v3-ai-subtitles .v3-ai-wv {
  height: 22px;
  gap: 3px;
}

.v3-ai-subtitles .v3-ai-wv span {
  width: 3px;
}

/* H3CC72 */
.v3-ai-stt--1 { opacity: 0; animation: aiSttClip 9s ease-in-out 0.6s infinite; }
.v3-ai-stt--2 { opacity: 0; animation: aiSttClip 9s ease-in-out 3.2s infinite; }
.v3-ai-stt--3 { opacity: 0; animation: aiSttClip 9s ease-in-out 6.0s infinite; }
@keyframes aiSttClip {
  0%, 6%   { opacity: 0; transform: translateY(3px) scale(0.95); }
  14%, 72% { opacity: 1; transform: translateY(0) scale(1); }
  88%, 100%{ opacity: 0; }
}

/* H3CC73 */
.v3-ai-voice {
  flex-direction: column; padding: 12px 14px; gap: 9px;
  justify-content: space-between; background: #111318;
}

.v3-ai-tts-script {
  border: 1px solid rgba(245,158,11,0.25);
  background: rgba(245,158,11,0.06);
  border-radius: 7px; padding: 7px 9px;
  display: flex; flex-direction: column; gap: 4px;
}
.v3-ai-tts-header {
  display: flex; align-items: center; gap: 5px;
  margin-bottom: 2px;
}
.v3-ai-tts-script-label {
  font-size: 0.5rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: #f59e0b; opacity: 0.7;
}
.v3-ai-tts-l {
  font-size: clamp(0.52rem, 0.9vw, 0.64rem);
  color: rgba(255,255,255,0.5);
  overflow: hidden; white-space: nowrap; width: 0;
}
.v3-ai-tts-l--1 { animation: aiTypeL 8s ease-in-out 0.3s infinite; }
.v3-ai-tts-l--2 { animation: aiTypeL 8s ease-in-out 0.9s infinite; color: rgba(255,255,255,0.82); }
.v3-ai-tts-l--3 { animation: aiTypeL 8s ease-in-out 1.5s infinite; }
@keyframes aiTypeL {
  0%, 5%   { width: 0; opacity: 0.4; }
  30%, 82% { width: 100%; opacity: 1; }
  94%, 100%{ width: 100%; opacity: 0.3; }
}
.v3-ai-tts-cur {
  display: inline-block; width: 1px; height: 0.8em;
  background: #f59e0b; vertical-align: middle; margin-left: 1px;
  animation: aiCurBlink 0.8s step-end infinite;
}
@keyframes aiCurBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* H3CC74 */
.v3-ai-tts-clip {
  width: 0; flex: unset;
  animation: aiTtsClipGrow 8s ease-in-out 1.5s infinite;
  overflow: hidden;
}
@keyframes aiTtsClipGrow {
  0%, 15%  { width: 0; opacity: 0; }
  35%, 82% { width: 100%; opacity: 1; }
  95%, 100%{ width: 100%; opacity: 0.3; }
}
.v3-ai-wv--tts span { background: rgba(255,255,255,0.6); }
.v3-ai-wv--tts span:nth-child(1) { height: 6px; }
.v3-ai-wv--tts span:nth-child(2) { height: 13px; }
.v3-ai-wv--tts span:nth-child(3) { height: 18px; }
.v3-ai-wv--tts span:nth-child(4) { height: 9px; }
.v3-ai-wv--tts span:nth-child(5) { height: 16px; }
.v3-ai-wv--tts span:nth-child(6) { height: 12px; }
.v3-ai-wv--tts span:nth-child(7) { height: 7px; }
.v3-ai-wv--tts span:nth-child(8) { height: 15px; }

.v3-ai-tts-status {
  font-size: 0.56rem; font-style: italic; color: #8b5cf6;
  margin: 0; text-align: center;
  animation: aiTtsStatus 8s ease-in-out 1.5s infinite;
}
@keyframes aiTtsStatus {
  0%, 20%  { opacity: 0; }
  35%, 75% { opacity: 1; }
  90%, 100%{ opacity: 0; }
}

/* H3CC75 */
/* H3CC76 */
.v3-ai-isolate {
  flex-direction: column;
  padding: 12px 14px 10px;
  gap: 0;
  justify-content: stretch;
  align-items: stretch;
  background: #080a10;
  position: relative; /* H3CC77 */
}

/* H3CC78 */
.v3-iso-top {
  flex: 3;
  min-height: 0;
  position: relative;
}

/* H3CC79 */
.v3-iso-btm {
  flex: 2;
  display: flex;
  min-height: 0;
  position: relative;
  gap: 8px; /* H3CC80 */
}

/* H3CC81 */
.v3-iso-wave {
  display: flex;
  align-items: center;
  gap: 2px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* H3CC82 */
.v3-iso-wave span {
  flex: 0 0 2px;
  width: 2px;
  height: 100%;
  border-radius: 99px;
  transform: scaleY(var(--h, .35));
  transform-origin: center;
  animation: isoWaveAnim 1.0s ease-in-out infinite alternate;
  animation-delay: var(--d, 0s);
}

/* H3CC83 */
.v3-iso-wave span:nth-child(5n)   { animation-duration: 0.65s; }
.v3-iso-wave span:nth-child(5n+1) { animation-duration: 0.90s; }
.v3-iso-wave span:nth-child(5n+2) { animation-duration: 1.20s; }
.v3-iso-wave span:nth-child(5n+3) { animation-duration: 0.78s; }
.v3-iso-wave span:nth-child(5n+4) { animation-duration: 1.05s; }

@keyframes isoWaveAnim {
  /* H3CC84 */
  from { transform: scaleY(calc(var(--h, .35) * .82)); }
  to   { transform: scaleY(var(--h, .35)); }
}

/* H3CC85 */
.v3-iso-wave--full  span,
.v3-iso-wave--music span {
  background: hsl(calc(var(--p, 0) * 13), 88%, 64%);
}

/* H3CC86 */
.v3-iso-wave--voice span {
  background: linear-gradient(to top,
    rgba(39,192,228,1)   0%,
    rgba(150,230,255,.7) 100%);
  box-shadow: 0 0 4px rgba(39,192,228,.45);
}

/* H3CC87 */
.v3-iso-wave--voice {
  width: 88%;
  margin: 0 auto;
  justify-content: center;
}

/* H3CC88 */
.v3-iso-wave--full {
  width: 88%;
  margin: 0 auto;
  justify-content: center;
}

/* H3CC89 */
.v3-iso-mid {
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  position: relative;
  z-index: 1;
}
.v3-iso-mid--solo {
  justify-content: center;
}

.v3-iso-icon-lbl {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: rgba(255,255,255,.8);
  filter: drop-shadow(0 0 8px rgba(39,192,228,.5));
}
.v3-iso-icon-lbl small {
  display: block;
  font-size: .44rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  margin-top: 2px;
}

/* H3CC90 */

/* H3CC91 */
.v3-iso-tag-lbl {
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 99px;
  padding: 2px 8px;
  white-space: nowrap;
  line-height: 1.6;
  pointer-events: none;
}

/* H3CC92 */
.v3-iso-tag {
  position: absolute;
  width: 20px;
  bottom: 50%;
  pointer-events: none;
  z-index: 5;
}

/* H3CC93 */
.v3-iso-seg {
  position: absolute;
  height: 1.5px;
  background: rgba(255,255,255,0.70);
  transform-origin: 0% 50%;
  pointer-events: none;
  z-index: 5;
  box-shadow: 0 0 4px rgba(255,255,255,0.4);
}
.v3-iso-dot--top {
  position: absolute;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(255,255,255,0.9);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 6;
}
.v3-iso-tag-lbl--top {
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
  transform: translateY(-50%);
}

/* H3CC94 */
.v3-iso-tag--bl {
  border-right: 1.5px solid rgba(255,255,255,0.70);
  border-top:   1.5px solid rgba(255,255,255,0.70);
  box-shadow: 2px -2px 6px rgba(255,255,255,0.10);
}
.v3-iso-tag--bl::after {
  content: '';
  position: absolute;
  bottom: -3px; right: -3px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(255,255,255,0.9);
}
.v3-iso-tag--bl .v3-iso-tag-lbl {
  top: -8px;
  right: calc(100% + 3px);
  transform: none;
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
}

/* H3CC95 */
.v3-iso-tag--br {
  border-left: 1px solid rgba(107,174,255,0.42);
  border-top:  1px solid rgba(107,174,255,0.42);
}
.v3-iso-tag--br::after {
  content: '';
  position: absolute;
  bottom: -3px; left: -3px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #6baeff;
  box-shadow: 0 0 6px rgba(107,174,255,0.9);
}
.v3-iso-tag--br .v3-iso-tag-lbl {
  top: -8px;
  left: calc(100% + 3px);
  color: rgba(160,205,255,0.88);
  border: 1px solid rgba(107,174,255,0.22);
  background: rgba(107,174,255,0.09);
}

/* H3CC96 */
.v3-iso-tag--btm {
  top: 50%;
  bottom: auto;
  height: 35%;
  border-left:   1.5px solid rgba(255,255,255,0.70);
  border-bottom: 1.5px solid rgba(255,255,255,0.70);
  box-shadow: -2px 2px 6px rgba(255,255,255,0.10);
}
.v3-iso-tag--btm::after {
  content: '';
  position: absolute;
  top: -3px; left: -3px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px rgba(255,255,255,0.9);
}
.v3-iso-tag--btm .v3-iso-tag-lbl {
  bottom: -8px;
  left: calc(100% + 3px);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
}

/* H3CC97 */
.v3-iso-arrow-down {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  overflow: visible;
  filter:
    drop-shadow(0 0 4px rgba(39,192,228,.75))
    drop-shadow(0 0 14px rgba(39,192,228,.35));
}

/* H3CC98 */
.v3-ai-wv--voice span,
.v3-ai-wv--music span,
.v3-ai-wv--sfx span { background: rgba(255,255,255,0.55); }

/* H3CC99 */
.v3-ai-cutter {
  flex-direction: column; padding: 12px 14px 10px;
  gap: 6px; justify-content: space-between; background: #111318;
}

.v3-ai-cut-step-label {
  font-size: 0.48rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.28);
}
.v3-ai-cut-step-label--after { color: #10b981; }

.v3-ai-cut-inline {
  display: grid;
  grid-template-columns: 1fr 16px 1fr 16px 1fr;
  gap: 3px;
  flex: 1;
  align-items: center;
}

.v3-ai-cut-gap {
  width: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,77,109,0.12);
  border: 1px dashed rgba(255,77,109,0.4);
  border-radius: 3px; height: 26px;
  animation: aiGapFlash 2.5s ease-in-out infinite;
}
.v3-ai-cut-inline .v3-ai-cut-gap:nth-child(2) { animation-delay: 0s; }
.v3-ai-cut-inline .v3-ai-cut-gap:nth-child(4) { animation-delay: 0.7s; }
@keyframes aiGapFlash {
  0%, 100% { background: rgba(255,77,109,0.08); border-color: rgba(255,77,109,0.25); }
  50%      { background: rgba(255,77,109,0.25); border-color: rgba(255,77,109,0.65); }
}

.v3-ai-cut-scissors {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.85rem;
  height: 0.85rem;
  color: #ff4d6d;
  animation: aiScissorsPop 2.5s ease-in-out infinite;
}

.v3-ai-cut-scissors svg {
  display: block;
  width: 100%;
  height: 100%;
}
.v3-ai-cut-gap:nth-child(4) .v3-ai-cut-scissors { animation-delay: 0.7s; }
@keyframes aiScissorsPop {
  0%, 30%  { opacity: 0; transform: scale(0.4); }
  50%, 70% { opacity: 1; transform: scale(1.15); }
  90%, 100%{ opacity: 0; }
}

/* H3CC100 */
.v3-ai-cut-inline--out {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  width: 100%;
  justify-content: flex-start;
}

.v3-ai-cutter .v3-ai-cut-inline--out .v3-ai-cut-out {
  flex: 0 0 calc((100% - 44px) / 3);
  width: calc((100% - 44px) / 3);
  min-width: 0;
  opacity: 0;
  animation: aiCutOut 5s ease-in-out infinite;
}
.v3-ai-cut-out:nth-child(1) { animation-delay: 0.5s; }
.v3-ai-cut-out:nth-child(2) { animation-delay: 1.0s; }
.v3-ai-cut-out:nth-child(3) { animation-delay: 1.5s; }
@keyframes aiCutOut {
  0%, 8%   { opacity: 0; transform: translateX(-4px); }
  18%, 80% { opacity: 1; transform: translateX(0); }
  95%, 100%{ opacity: 0; }
}

.v3-ai-cut-stats {
  display: flex; align-items: center; justify-content: space-between; flex-shrink: 0;
}
.v3-ai-cut-badge { font-size: 0.52rem; font-weight: 700; color: #ff4d6d; }
.v3-ai-cut-save {
  font-size: 0.62rem; font-weight: 800; color: #10b981;
  background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.25);
  border-radius: 4px; padding: 2px 7px;
}

/* H3CC101 */
.v3-ai-separator {
  flex-direction: column; padding: 12px 14px; gap: 7px;
  background: #111318;
}

.v3-ai-sep-audio-badge {
  font-size: 0.65rem; margin-left: 4px;
  color: rgba(255,255,255,0.5);
}
.v3-ai-sep-scan {
  position: absolute; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: aiSepScan 2.2s ease-in-out infinite;
}
@keyframes aiSepScan {
  0%   { left: 0; opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

.v3-ai-sep-proc {
  font-size: 0.52rem; font-weight: 700;
  letter-spacing: 0.05em; text-align: center;
  color: rgba(255,255,255,0.3);
  animation: aiSepProcPulse 2.2s ease-in-out infinite;
}
@keyframes aiSepProcPulse {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 0.8; }
}

.v3-ai-sep-out-clip {
  opacity: 0;
  animation: aiSepTrackIn 4.5s ease-in-out infinite;
}
.v3-ai-sep-audio-delay { animation-delay: 0.8s !important; }
@keyframes aiSepTrackIn {
  0%, 12%  { opacity: 0; transform: translateX(-8px); }
  24%, 80% { opacity: 1; transform: translateX(0); }
  95%, 100%{ opacity: 0; }
}

.v3-ai-sep-filmstrip {
  display: flex; gap: 2px; margin-left: auto;
}
.v3-ai-sep-filmstrip span {
  width: 9px; height: 14px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 2px;
}
.v3-ai-wv--sep { height: 16px; margin-left: auto; }
.v3-ai-wv--sep span:nth-child(1) { height: 5px; }
.v3-ai-wv--sep span:nth-child(2) { height: 11px; }
.v3-ai-wv--sep span:nth-child(3) { height: 7px; }
.v3-ai-wv--sep span:nth-child(4) { height: 13px; }
.v3-ai-wv--sep span:nth-child(5) { height: 9px; }

/* H3CC102 */
@media (max-width: 960px) {
  .v3-ai-bento {
    --v3-ai-bento-col-w: min(449.33px, calc((100% - var(--v3-ai-bento-gap)) / 2));
    --v3-ai-bento-hero-h: min(480px, calc(var(--v3-ai-bento-col-w) * 1.07));
  }
}

@media (max-width: 680px) {
  .v3-ai-bento {
    --v3-ai-bento-hero-h: 335px; /* H3CC103 */
  }
  .v3-ai-bento-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 12px;
  }
  /* H3CC104 */
  .v3-ai-bento-row > .v3-ai-bento-hero,
  .v3-ai-bento-row > .v3-ai-bento-rect {
    grid-column: unset;
    grid-row: unset;
  }
  .v3-ai-bento-hero > .v3-ai-cell {
    aspect-ratio: unset;
    flex: unset;
    width: 100%;
    max-height: var(--v3-ai-bento-hero-h);
    height: var(--v3-ai-bento-hero-h);
  }
  .v3-ai-bento-rect > .v3-ai-cell  { aspect-ratio: unset !important; flex: unset; min-height: 200px; }
}

@media (max-width: 480px) {
  .v3-ai-bento {
    --v3-ai-bento-hero-h: 265px; /* H3CC105 */
  }
}

/* H3CC106 */
@media (prefers-reduced-motion: reduce) {
  .v3-ai-img--a,
  .v3-ai-img--b,
  .v3-ai-rmbg-tag--before,
  .v3-ai-rmbg-tag--after,
  .v3-ai-sub-miniwave span,
  .v3-ai-waveform span,
  .v3-ai-track-row,
  .v3-ai-cut-seg--silence,
  .v3-ai-cut-scissors,
  .v3-ai-cut-seg--out,
  .v3-ai-sep-track { animation: none; opacity: 1; transform: none; }
  .v3-rmbg-wipe { animation: none; clip-path: inset(0 50% 0 0); }
}

/* H3CC107 */
.hub-v3 .v2-usecases,
.hub-v3 .v3-usecases,
.hub-v3 .v2-steps,
.hub-v3 .v2-pricing,
.hub-v3 .v2-faq {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hub-v3 .v2-section-head {
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.hub-v3 .v2-usecases,
.hub-v3 .v3-usecases {
  background: transparent !important;
}

.hub-v3 .v2-use-card {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
}

.hub-v3 .v2-use-card h3 {
  color: var(--v3-ink);
}

.hub-v3 .v2-use-card p {
  color: var(--v3-muted);
}

.hub-v3 .v3-use-icon {
  color: var(--v3-accent);
  background: rgba(var(--v3-accent-rgb), 0.1);
  border: 1px solid rgba(var(--v3-accent-rgb), 0.18);
}

.hub-v3 .v3-use-tag {
  color: var(--v3-ink);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--v3-border);
}

.hub-v3 .v3-watermark {
  color: rgba(168, 188, 255, 0.1);
}

/* H3CC108 */
.hub-v3 .v2-steps {
  background: transparent;
}

.hub-v3 .v2-step {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
  border-radius: 16px;
}

.hub-v3 .v2-step h3 {
  color: var(--v3-ink);
}

.hub-v3 .v2-step p {
  color: var(--v3-muted);
}

.hub-v3 .v2-step-num {
  color: #04141a;
  background: var(--gradient-primary);
}

/* H3CC109 */
.hub-v3 .v2-pricing {
  background: transparent;
  overflow: visible;
}

.hub-v3 .v2-plan {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
}

.hub-v3 .v2-plan--featured {
  border-color: rgba(var(--v3-accent-rgb), 0.45);
  box-shadow: 0 0 0 1px rgba(var(--v3-accent-rgb), 0.2), 0 24px 60px rgba(0, 0, 0, 0.5);
}

.hub-v3 .v2-plan-name {
  color: var(--v3-ink);
}

.hub-v3 .v2-plan-price--free {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--v3-accent);
}

.hub-v3 .v2-plan-price--free small {
  display: none;
}

.hub-v3 .v2-plan-price {
  color: var(--v3-ink);
}

.hub-v3 .v2-plan-price small {
  color: var(--v3-faint);
}

.hub-v3 .v2-pricing-grid {
  max-width: 1160px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .hub-v3 .v2-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .hub-v3 .v2-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hub-v3 .v2-plan-desc {
  color: var(--v3-muted);
  font-size: 12px;
  margin: 0 0 12px;
  line-height: 1.45;
}

.hub-v3 .v2-plan-features:not(.v2-plan-features--limits) li::before {
  content: "✓";
  width: auto;
  height: auto;
  top: 0;
  border-radius: 0;
  background: none;
  color: var(--v3-accent);
  font-weight: 800;
  font-size: 13px;
}

.hub-v3 .v2-plan-features--limits {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--v3-border);
}

.hub-v3 .v2-plan-features--limits li {
  color: var(--v3-faint);
}

.hub-v3 .v2-plan-features--limits li::before {
  content: "✗";
  width: auto;
  height: auto;
  top: 0;
  border-radius: 0;
  background: none;
  color: rgba(224, 244, 255, 0.45);
  font-weight: 700;
  font-size: 13px;
}

.hub-v3 .v2-plan-features li {
  color: var(--v3-muted);
  border-bottom-color: var(--v3-border);
}

.hub-v3 .v2-plan-badge {
  color: #04141a;
  background: var(--gradient-primary);
}

.hub-v3 .v2-plan-cta {
  color: var(--v3-ink);
  border: 1px solid var(--v3-border-strong);
  background: transparent;
}

.hub-v3 .v2-plan-cta:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--v3-accent);
}

.hub-v3 .v2-plan--featured .v2-plan-cta {
  color: #04141a;
  background: var(--gradient-primary);
  border-color: transparent;
}

.hub-v3 .v2-pricing-foot {
  position: relative;
  z-index: 3;
  max-width: 1160px;
  margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
  padding: 0.75rem 0 0.25rem;
  text-align: center;
}

.hub-v3 .v2-pricing-foot a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--v3-accent);
  text-decoration: none;
  border-bottom: 2px solid rgba(var(--v3-accent-rgb), 0.55);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hub-v3 .v2-pricing-foot a:hover {
  color: var(--v3-ink);
  border-bottom-color: var(--v3-accent);
}

/* H3CC110 */
.hub-v3 .v2-faq {
  background: transparent;
}

.hub-v3 .v2-faq-item {
  background: var(--v3-surface);
  border: 1px solid var(--v3-border);
}

.hub-v3 .v2-faq-item summary {
  color: var(--v3-ink);
}

.hub-v3 .v2-faq-item summary:hover {
  background: rgba(168, 188, 255, 0.06);
  color: var(--v3-ink);
}

.hub-v3 .v2-faq-item[open] {
  border-color: rgba(var(--v3-accent-rgb), 0.3);
}

.hub-v3 .v2-faq-body {
  color: var(--v3-muted);
}

.hub-v3 .v2-faq-body a {
  color: var(--v3-accent);
}

/* H3CC111 */
.hub-v3 .v2-cta-band {
  /* H3CC112 */
  background:
    radial-gradient(600px 280px at 30% 50%, rgba(0, 217, 165, 0.12), transparent 65%),
    radial-gradient(700px 320px at 70% 120%, rgba(39, 192, 228, 0.16), transparent 65%);
}

.hub-v3 .v2-cta-band-inner h2 {
  color: var(--v3-ink);
}

.hub-v3 .v2-cta-band-inner p {
  color: var(--v3-muted);
}

/* H3CC113 */
.hub-v3 .v2-footer {
  background: transparent;
  border-top: none;
}

.hub-v3 .footer-brand-text {
  color: var(--v3-ink);
}

.hub-v3 .footer-brand-text span {
  color: var(--v3-accent);
}

.hub-v3 .v2-footer h4 {
  color: var(--v3-ink);
}

.hub-v3 .v2-footer-tagline,
.hub-v3 .v2-footer ul a,
.hub-v3 .footer-bottom,
.hub-v3 .footer-bottom-links a {
  color: var(--v3-muted);
}

.hub-v3 .v2-footer ul a:hover,
.hub-v3 .footer-bottom-links a:hover {
  color: var(--v3-ink);
}

/* H3CC114 */
.hub-v3 .v2-sticky-cta {
  background: rgba(6, 7, 8, 0.9);
  border-top: 1px solid var(--v3-border);
}

/* H3CC115 */
.v3-nav-toggle {
  display: none;
}

@media (max-width: 899px) {
  .hub-v3 .v2-header {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
  }

  .hub-v3 .v2-header .main-nav {
    display: none;
  }

  .hub-v3 .v2-header-editor-cta {
    display: none;
  }

  .hub-v3 .header-right {
    margin-left: auto;
    gap: 8px;
  }

  .hub-v3 .header-auth {
    display: none;
  }

  .v3-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--v3-border-strong);
    border-radius: 12px;
    background: var(--v3-surface);
    cursor: pointer;
    flex-shrink: 0;
  }

  .v3-nav-toggle-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--v3-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .v3-nav-toggle[aria-expanded="true"] .v3-nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .v3-nav-toggle[aria-expanded="true"] .v3-nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .v3-nav-toggle[aria-expanded="true"] .v3-nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .v3-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    order: 10;
    padding: 12px 0 4px;
    border-top: 1px solid var(--v3-border);
    margin-top: 4px;
  }

  .v3-mobile-nav[hidden] {
    display: none !important;
  }

  .v3-mobile-nav__link {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--v3-muted);
    text-decoration: none;
  }

  .v3-mobile-nav__link[hidden] {
    display: none !important;
  }

  .v3-mobile-nav__link:hover,
  .v3-mobile-nav__link:focus-visible {
    color: var(--v3-ink);
    background: rgba(var(--v3-accent-rgb), 0.08);
  }

  .v3-mobile-nav__login,
  .v3-mobile-nav__account {
    margin-top: 6px;
    border: 1px solid var(--v3-border-strong);
    justify-content: center;
    color: var(--v3-ink);
  }

  body.v3-nav-open {
    overflow: hidden;
  }

  /* H3CC116 */
  .hub-v3 .v2-title {
    font-size: clamp(1.65rem, 7.5vw, 2.15rem);
    margin-bottom: 12px;
  }

  .hub-v3 .v2-lead {
    font-size: clamp(0.95rem, 3.8vw, 1.05rem);
    margin-bottom: 18px;
  }

  .hub-v3 .v2-section-title {
    font-size: clamp(1.35rem, 5.5vw, 1.65rem);
  }

  .hub-v3 .v2-section-lead {
    font-size: 14px;
  }

  .hub-v3 .v2-btn {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 14px;
    width: 100%;
    max-width: 100%;
  }

  .hub-v3 .v2-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hub-v3 .v2-hero-actions .v2-btn {
    width: 100%;
  }

  .hub-v3 .v2-use-grid {
    grid-template-columns: 1fr;
  }

  .hub-v3 .v2-steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
