/* ══════════════════════════════════════════════════════════════
   Advanced A+ Content — Frontend Styles (Pro)
   ══════════════════════════════════════════════════════════════ */

.aplus-content-wrapper {
  max-width: 100%;
  margin: 40px 0 0;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ── Contained width helper ── */
.aplus-contained { max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }

.aplus-section { position: relative; overflow: hidden; }

/* ── Heading Block ── */
.aplus-heading-text { margin: 0; line-height: 1.2; letter-spacing: -0.5px; }

/* ── Text Block ── */
.aplus-text-block-content p { margin: 0 0 1em; }
.aplus-text-block-content p:last-child { margin-bottom: 0; }
.aplus-text-block-content ul, .aplus-text-block-content ol { margin: 0 0 1em; padding-left: 1.5em; }
.aplus-text-block-content a { color: #4f46e5; text-decoration: underline; }
.aplus-text-block-content h3 { margin: 0 0 0.5em; font-weight: 700; }
.aplus-text-block-content h4 { margin: 0 0 0.5em; font-weight: 600; }

.aplus-section-headline {
  font-size: 28px; font-weight: 700; text-align: center;
  margin: 0 0 30px; color: #1a1a2e; letter-spacing: -0.3px;
}

/* ── Animations ── */
.aplus-section[data-anim] { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.aplus-section[data-anim="fade-up"] { transform: translateY(30px); }
.aplus-section[data-anim="fade-in"] { transform: none; }
.aplus-section[data-anim="slide-left"] { transform: translateX(-40px); }
.aplus-section[data-anim="slide-right"] { transform: translateX(40px); }
.aplus-section[data-anim="none"] { opacity: 1; transform: none; transition: none; }
.aplus-section.aplus-visible { opacity: 1 !important; transform: none !important; }

/* ── Hero Banner ── */
.aplus-hero {
  display: flex; align-items: center; justify-content: center;
  position: relative; color: #fff; overflow: hidden;
}
.aplus-hero-overlay { position: absolute; inset: 0; z-index: 1; }
.aplus-hero-inner { position: relative; z-index: 2; padding: 60px 30px; max-width: 900px; width: 100%; }
.aplus-hero-headline { font-size: 42px; font-weight: 800; margin: 0 0 12px; line-height: 1.15; letter-spacing: -0.5px; }
.aplus-hero-subtext { font-size: 18px; margin: 0 0 24px; opacity: 0.9; line-height: 1.5; }
.aplus-hero-btn {
  display: inline-block; text-decoration: none;
  font-weight: 700; letter-spacing: 0.3px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.aplus-hero-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.3); text-decoration: none; color: inherit; }
.aplus-btn-sm { padding: 10px 22px; font-size: 14px; }
.aplus-btn-md { padding: 14px 32px; font-size: 16px; }
.aplus-btn-lg { padding: 18px 42px; font-size: 18px; }

/* ── Text + Image ── */
.aplus-ti-row, .aplus-text-image-grid {
  display: flex; align-items: center;
  max-width: 1100px; margin: 0 auto; padding: 0 30px;
}
.aplus-ti-image { min-width: 0; overflow: hidden; }
.aplus-hover-zoom { overflow: hidden; }
.aplus-hover-zoom img { transition: transform 0.5s ease; }
.aplus-hover-zoom:hover img { transform: scale(1.03); }
.aplus-ti-image img { width: 100%; height: auto; display: block; object-fit: cover; }
.aplus-ti-text { min-width: 0; padding: 10px 0; }
.aplus-ti-text h1, .aplus-ti-text h2, .aplus-ti-text h3,
.aplus-ti-text h4, .aplus-ti-text h5, .aplus-ti-text h6 {
  font-weight: 700; margin: 0 0 16px; line-height: 1.25; letter-spacing: -0.3px;
}
.aplus-ti-text h2 { font-size: 28px; }
.aplus-ti-text h3 { font-size: 24px; }
.aplus-ti-text h4 { font-size: 20px; }
.aplus-ti-text p { font-size: 15px; line-height: 1.75; margin: 0; color: #444; }

@media (max-width: 768px) {
  .aplus-ti-row, .aplus-text-image-grid { flex-direction: column !important; gap: 24px !important; padding: 0 20px; }
  .aplus-ti-image { flex: none !important; width: 100% !important; }
  .aplus-ti-text h2 { font-size: 22px; }
  .aplus-ti-text h3 { font-size: 20px; }
  /* Mobile stack order: text first = text on top, image below */
  .aplus-ti-mobile-text-first .aplus-ti-text { order: -1; }
  /* Mobile stack order: image first (for text_image_right where text is first in DOM) */
  .aplus-ti-mobile-img-first .aplus-ti-image { order: -1; }
}

/* ── Feature Grid ── */
.aplus-feature-grid-inner {
  display: flex; flex-wrap: wrap; gap: 24px;
  max-width: 1100px; margin: 0 auto; justify-content: center; padding: 0 30px;
}
.aplus-cols-2 .aplus-feature-item { flex: 0 1 calc(50% - 12px); }
.aplus-cols-3 .aplus-feature-item { flex: 0 1 calc(33.333% - 16px); }
.aplus-cols-4 .aplus-feature-item { flex: 0 1 calc(25% - 18px); }

.aplus-feature-item {
  text-align: center; padding: 30px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.aplus-feature-item:hover { transform: translateY(-4px); }

/* Icon styles */
.aplus-feature-icon { margin-bottom: 16px; display: flex; align-items: center; justify-content: center; }
.aplus-icon-size-sm .aplus-feature-icon, .aplus-icon-size-sm i { font-size: 24px; }
.aplus-icon-size-md .aplus-feature-icon, .aplus-icon-size-md i { font-size: 36px; }
.aplus-icon-size-lg .aplus-feature-icon, .aplus-icon-size-lg i { font-size: 48px; }
.aplus-icon-circle .aplus-feature-icon { width: 72px; height: 72px; border-radius: 50%; background: rgba(0,0,0,0.04); margin: 0 auto 16px; }
.aplus-icon-square .aplus-feature-icon { width: 72px; height: 72px; border-radius: 12px; background: rgba(0,0,0,0.04); margin: 0 auto 16px; }

.aplus-feature-item h1, .aplus-feature-item h2, .aplus-feature-item h3,
.aplus-feature-item h4, .aplus-feature-item h5, .aplus-feature-item h6 {
  font-weight: 700; margin: 0 0 8px; color: #1a1a2e;
}
.aplus-feature-item p { font-size: 14px; line-height: 1.6; color: #6c757d; margin: 0; }
.aplus-feature-icon-img { width: 100%; height: 100%; object-fit: contain; }
.aplus-icon-size-sm .aplus-feature-icon-img { width: 28px; height: 28px; }
.aplus-icon-size-md .aplus-feature-icon-img { width: 48px; height: 48px; }
.aplus-icon-size-lg .aplus-feature-icon-img { width: 64px; height: 64px; }

/* ── Highlight Strip ── */
.aplus-highlight-inner {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 32px;
  max-width: 1100px; margin: 0 auto; padding: 0 30px;
}
.aplus-highlight-item { display: flex; align-items: center; gap: 10px; font-weight: 600; white-space: nowrap; }
.aplus-icon-size-sm .aplus-highlight-item, .aplus-icon-size-sm.aplus-highlight-item { font-size: 12px; }
.aplus-icon-size-sm.aplus-highlight-item i { font-size: 14px; }
.aplus-icon-size-md.aplus-highlight-item { font-size: 14px; }
.aplus-icon-size-md.aplus-highlight-item i { font-size: 18px; }
.aplus-icon-size-lg.aplus-highlight-item { font-size: 16px; }
.aplus-icon-size-lg.aplus-highlight-item i { font-size: 24px; }
.aplus-hl-sep { width: 1px; height: 20px; background: rgba(255,255,255,0.25); flex-shrink: 0; }

/* ── Image + Caption Grid ── */
.aplus-icg { padding: 0 30px; }
.aplus-icg-grid { display: grid; max-width: 1100px; margin: 0 auto; gap: 24px; }
.aplus-icg-grid.aplus-cols-2 { grid-template-columns: repeat(2, 1fr); }
.aplus-icg-grid.aplus-cols-3 { grid-template-columns: repeat(3, 1fr); }
.aplus-icg-grid.aplus-cols-4 { grid-template-columns: repeat(4, 1fr); }
.aplus-icg-grid.aplus-cols-5 { grid-template-columns: repeat(5, 1fr); }
.aplus-icg-grid.aplus-cols-6 { grid-template-columns: repeat(6, 1fr); }
.aplus-icg-item { transition: transform 0.3s ease; }
.aplus-icg-link { text-decoration: none; color: inherit; display: block; }
.aplus-icg-link:hover { text-decoration: none; color: inherit; }
.aplus-icg-image { overflow: hidden; margin-bottom: 12px; }
.aplus-icg-image img { width: 100%; height: auto; display: block; object-fit: cover; transition: transform 0.4s ease, opacity 0.3s ease; }
.aplus-hover-zoom .aplus-icg-image img:hover { transform: scale(1.05); }
.aplus-hover-fade .aplus-icg-image img:hover { opacity: 0.75; }
.aplus-icg-image.aplus-ar-square { aspect-ratio: 1/1; }
.aplus-icg-image.aplus-ar-square img { height: 100%; object-fit: cover; }
.aplus-icg-image.aplus-ar-16\:9 { aspect-ratio: 16/9; }
.aplus-icg-image.aplus-ar-16\:9 img { height: 100%; object-fit: cover; }
.aplus-icg-image.aplus-ar-4\:3 { aspect-ratio: 4/3; }
.aplus-icg-image.aplus-ar-4\:3 img { height: 100%; object-fit: cover; }
.aplus-icg-caption { margin: 0; line-height: 1.4; padding-top: 10px; font-weight: 500; text-align: center; }
.aplus-icg-desc { font-size: 13px; line-height: 1.6; margin: 6px 0 0; opacity: 0.75; }

/* Section heading with nav arrows */
.aplus-icg-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 24px; padding: 0 30px;
}
.aplus-icg-heading { font-size: 32px; font-weight: 300; margin: 0; letter-spacing: -0.5px; }
.aplus-icg-nav { display: flex; gap: 8px; }
.aplus-icg-prev, .aplus-icg-next {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid #d1d5db; background: #fff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #6b7280; transition: all 0.2s;
}
.aplus-icg-prev:hover, .aplus-icg-next:hover {
  border-color: #9ca3af; color: #111; background: #f9fafb;
}

/* Scroll carousel layout */
.aplus-icg-scroll {
  display: flex !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 30px 12px;
}
.aplus-icg-scroll::-webkit-scrollbar { height: 4px; }
.aplus-icg-scroll::-webkit-scrollbar-track { background: transparent; }
.aplus-icg-scroll::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }
.aplus-icg-scroll::-webkit-scrollbar-thumb:hover { background: #9ca3af; }
.aplus-icg-scroll .aplus-icg-item {
  flex: 0 0 calc(100% / var(--icg-visible, 4) - 16px);
  scroll-snap-align: start;
  min-width: 200px;
}

@media (max-width: 768px) {
  .aplus-icg-grid.aplus-cols-3, .aplus-icg-grid.aplus-cols-4, .aplus-icg-grid.aplus-cols-5, .aplus-icg-grid.aplus-cols-6 { grid-template-columns: repeat(2, 1fr); }
  .aplus-icg-scroll .aplus-icg-item { flex: 0 0 calc(50% - 12px); }
  .aplus-icg-heading { font-size: 24px; }
}
@media (max-width: 480px) {
  .aplus-icg-grid.aplus-cols-2, .aplus-icg-grid.aplus-cols-3, .aplus-icg-grid.aplus-cols-4, .aplus-icg-grid.aplus-cols-5, .aplus-icg-grid.aplus-cols-6 { grid-template-columns: 1fr; }
  .aplus-icg-scroll .aplus-icg-item { flex: 0 0 calc(80% - 12px); }
}

/* ── Full Width Image ── */
.aplus-full-image { position: relative; overflow: hidden; }
.aplus-fi-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aplus-fi-overlay {
  position: absolute; font-weight: 700; text-align: center; padding: 20px;
}
.aplus-fi-pos-center { inset: 0; display: flex; align-items: center; justify-content: center; }
.aplus-fi-pos-bottom-left { bottom: 0; left: 0; padding: 30px 40px; }
.aplus-fi-pos-bottom-right { bottom: 0; right: 0; padding: 30px 40px; }

/* ── Video Section ── */
.aplus-video-hero { position: relative; overflow: hidden; }
.aplus-video-hero-wrap {
  position: relative; width: 100%; max-width: 1420px; height: 700px;
  margin: 0 auto; overflow: hidden;
}
.aplus-video-bg { width: 100%; height: 100%; object-fit: cover; display: block; }
.aplus-video-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.aplus-video-bg-yt {
  position: relative; width: 100%; height: 100%; overflow: hidden;
}
.aplus-video-bg-yt img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 1; transition: opacity 0.8s ease;
}
.aplus-video-bg-yt iframe {
  position: absolute; top: -60px; left: 0; width: 100%; height: calc(100% + 120px);
  border: none; pointer-events: none;
}
.aplus-video-hero-overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 40px 20px; pointer-events: none; z-index: 2;
}
.aplus-video-hero-title { font-size: 32px; font-weight: 800; margin: 0 0 12px; text-shadow: 0 2px 12px rgba(0,0,0,0.5); }
.aplus-video-hero-body { font-size: 15px; max-width: 600px; margin: 0 0 24px; opacity: 0.9; text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.aplus-video-play-btn {
  pointer-events: all; display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 28px; border: 2px solid rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.3); backdrop-filter: blur(8px);
  color: #fff; font-size: 14px; font-weight: 700; border-radius: 50px;
  cursor: pointer; transition: all 0.3s ease; letter-spacing: 0.5px; text-transform: uppercase;
}
.aplus-video-play-btn:hover { background: rgba(255,255,255,0.15); border-color: #fff; transform: scale(1.05); box-shadow: 0 4px 20px rgba(0,0,0,0.3); }

@media (max-width: 768px) {
  .aplus-video-hero-wrap { height: auto; max-height: 500px; }
  .aplus-video-hero-title { font-size: 24px; }
}

/* YouTube popup */
.aplus-yt-modal { position: fixed; inset: 0; z-index: 100002; display: flex; align-items: center; justify-content: center; animation: aplusFadeIn 0.3s ease; }
.aplus-yt-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.88); backdrop-filter: blur(6px); }
.aplus-yt-content { position: relative; width: 90vw; max-width: 960px; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.aplus-yt-content iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.aplus-yt-close { position: absolute; top: -50px; right: 0; width: 40px; height: 40px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.5); background: rgba(0,0,0,0.5); color: #fff; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.aplus-yt-close:hover { background: #ef4444; border-color: #ef4444; }

@keyframes aplusFadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ── Comparison Table ── */
.aplus-comparison { padding: 0 30px; }
.aplus-table-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; }
.aplus-comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.aplus-comparison-table th, .aplus-comparison-table td { padding: 14px 18px; text-align: center; border-bottom: 1px solid #e9ecef; }
.aplus-comparison-table th { font-weight: 700; font-size: 16px; padding: 18px; background: #f8f9fa; }
.aplus-comparison-table .aplus-row-label { text-align: left; font-weight: 600; color: #495057; }
.aplus-col-highlight { background: #4f46e5 !important; color: #fff; }
.aplus-col-highlight-cell { background: rgba(79,70,229,0.04); }
.aplus-comparison-table thead .aplus-col-highlight { font-size: 18px; }
.aplus-table-rounded .aplus-comparison-table { border-spacing: 0 4px; border-collapse: separate; }
.aplus-table-rounded .aplus-comparison-table td { border: none; }
.aplus-table-none .aplus-comparison-table td, .aplus-table-none .aplus-comparison-table th { border: none; }

/* ── Testimonials ── */
.aplus-testimonials-grid {
  display: flex; gap: 24px; max-width: 1100px; margin: 0 auto;
  justify-content: center; flex-wrap: wrap; padding: 0 30px;
}
.aplus-testimonial-card {
  flex: 1; min-width: 260px; max-width: 360px; background: #fff;
  border-radius: 12px; padding: 28px 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s;
}
.aplus-testimonial-card:hover { transform: translateY(-3px); }
.aplus-testi-minimal .aplus-testimonial-card { box-shadow: none; background: transparent; border-bottom: 1px solid #e9ecef; border-radius: 0; padding: 24px 0; }
.aplus-testi-bubble .aplus-testimonial-card { position: relative; border-radius: 16px; }
.aplus-testi-bubble .aplus-testimonial-card::after { content: ''; position: absolute; bottom: -8px; left: 24px; width: 16px; height: 16px; background: #fff; transform: rotate(45deg); box-shadow: 2px 2px 4px rgba(0,0,0,0.04); }
.aplus-avatar {
  border-radius: 50%; background: #4f46e5; color: #fff; font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  margin-bottom: 12px;
}
.aplus-stars { font-size: 18px; margin-bottom: 12px; letter-spacing: 2px; }
.aplus-testimonial-card blockquote { font-size: 15px; line-height: 1.6; color: #495057; margin: 0 0 16px; padding: 0; border: none; font-style: italic; }
.aplus-testimonial-author strong { display: block; font-size: 14px; color: #1a1a2e; }
.aplus-author-loc { font-size: 12px; color: #adb5bd; }

/* ── Image Gallery ── */
.aplus-gallery { padding: 0 30px; }
.aplus-gallery-grid { display: grid; max-width: 1100px; margin: 0 auto; }
.aplus-gallery-grid.aplus-cols-2 { grid-template-columns: repeat(2, 1fr); }
.aplus-gallery-grid.aplus-cols-3 { grid-template-columns: repeat(3, 1fr); }
.aplus-gallery-grid.aplus-cols-4 { grid-template-columns: repeat(4, 1fr); }
.aplus-gallery-item { overflow: hidden; }
.aplus-gallery-item img { width: 100%; height: auto; display: block; cursor: pointer; transition: transform 0.3s, opacity 0.3s; }
.aplus-hover-zoom .aplus-gallery-item img:hover { transform: scale(1.06); }
.aplus-hover-fade .aplus-gallery-item img:hover { opacity: 0.7; }
.aplus-ar-square .aplus-gallery-item { aspect-ratio: 1/1; }
.aplus-ar-square .aplus-gallery-item img { height: 100%; object-fit: cover; }
.aplus-ar-16\:9 .aplus-gallery-item { aspect-ratio: 16/9; }
.aplus-ar-16\:9 .aplus-gallery-item img { height: 100%; object-fit: cover; }
.aplus-ar-4\:3 .aplus-gallery-item { aspect-ratio: 4/3; }
.aplus-ar-4\:3 .aplus-gallery-item img { height: 100%; object-fit: cover; }

/* ── Specs Table ── */
.aplus-specs-table { width: 100%; max-width: 800px; margin: 0 auto; border-collapse: collapse; }
.aplus-specs-striped .aplus-specs-table tr:nth-child(odd) { background: #f8f9fa; }
.aplus-specs-striped .aplus-specs-table tr:nth-child(even) { background: #fff; }
.aplus-specs-bordered .aplus-specs-table td { border: 1px solid #e9ecef; }
.aplus-specs-minimal .aplus-specs-table td { border: none; border-bottom: 1px solid #f1f5f9; }
.aplus-specs-table td { padding: 14px 20px; font-size: 14px; }
.aplus-spec-label { color: #6c757d; font-weight: 500; }
.aplus-spec-value { color: #1a1a2e; font-weight: 600; }

/* ── FAQ Accordion ── */
.aplus-accordion { max-width: 800px; margin: 0 auto; }
.aplus-accordion-item { border-bottom: 1px solid #e9ecef; }
.aplus-faq-border-full .aplus-accordion-item { border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 8px; padding: 0 16px; }
.aplus-faq-border-none .aplus-accordion-item { border: none; }
.aplus-accordion-trigger {
  width: 100%; padding: 18px 0; background: none; border: none;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-size: 16px; font-weight: 600; color: #1a1a2e;
  text-align: left; transition: color 0.2s;
}
.aplus-accordion-trigger:hover { color: var(--ap-acc-active, #4f46e5); }
.aplus-accordion-trigger span { flex: 1; padding-right: 16px; }

/* Accordion icon types */
.aplus-accordion-icon { transition: transform 0.3s; font-size: 14px; font-style: normal; }
.aplus-acc-icon-chevron .aplus-accordion-icon::before { content: '\25BE'; }
.aplus-acc-icon-plus .aplus-accordion-icon::before { content: '+'; font-size: 20px; font-weight: 300; }
.aplus-acc-icon-plus .aplus-accordion-item.open .aplus-accordion-icon::before { content: '\2212'; }
.aplus-acc-icon-arrow .aplus-accordion-icon::before { content: '\2192'; }
.aplus-acc-icon-chevron .aplus-accordion-item.open .aplus-accordion-icon { transform: rotate(180deg); }
.aplus-acc-icon-arrow .aplus-accordion-item.open .aplus-accordion-icon { transform: rotate(90deg); }

.aplus-accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.aplus-accordion-item.open .aplus-accordion-body { max-height: 500px; }
.aplus-accordion-body p { padding: 0 0 18px; font-size: 15px; line-height: 1.7; color: #495057; margin: 0; }

/* ── Product Comparison ── */
.aplus-pc { padding: 0 30px; }
.aplus-pc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.aplus-pc-heading { font-size: 32px; font-weight: 300; margin: 0; letter-spacing: -0.5px; }
.aplus-pc-nav { display: flex; gap: 8px; }
.aplus-pc-prev, .aplus-pc-next {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid #d1d5db; background: #fff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #6b7280; transition: all 0.2s;
}
.aplus-pc-prev:hover, .aplus-pc-next:hover { border-color: #9ca3af; color: #111; background: #f9fafb; }

.aplus-pc-track {
  display: flex; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.aplus-pc-track::-webkit-scrollbar { height: 4px; }
.aplus-pc-track::-webkit-scrollbar-track { background: transparent; }
.aplus-pc-track::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }

.aplus-pc-card {
  flex: 0 0 calc(100% / var(--pc-visible, 4) - 14px);
  min-width: 220px; scroll-snap-align: start;
  border: 1px solid #e5e7eb; border-radius: 12px;
  padding: 20px 16px; position: relative;
  background: #fff; transition: border-color 0.2s, box-shadow 0.2s;
}
.aplus-pc-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.aplus-pc-current { border: 2px solid var(--pc-accent, #ff6b35); box-shadow: 0 0 0 3px rgba(255,107,53,0.08); }

.aplus-pc-badge {
  position: absolute; top: 12px; right: 12px;
  font-size: 11px; font-weight: 700; color: #fff;
  padding: 3px 10px; border-radius: 4px; text-transform: uppercase;
  letter-spacing: 0.3px;
}
.aplus-pc-image { height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.aplus-pc-image img { max-height: 100%; max-width: 100%; object-fit: contain; }

.aplus-pc-name { font-size: 15px; font-weight: 600; line-height: 1.3; margin: 0 0 8px; color: inherit; }
.aplus-pc-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 6px; }
.aplus-pc-stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; }
.aplus-pc-reviews { font-size: 12px; color: #9ca3af; }
.aplus-pc-price { font-size: 18px; font-weight: 700; margin-bottom: 12px; }

.aplus-pc-bullets {
  margin: 0 0 16px; padding: 0 0 0 18px;
  font-size: 13px; line-height: 1.7; color: #4b5563;
  list-style: disc;
}
.aplus-pc-bullets li { margin-bottom: 2px; }

.aplus-pc-btn {
  display: block; text-align: center; padding: 10px 16px;
  border-radius: 6px; color: #fff; text-decoration: none;
  font-size: 13px; font-weight: 700; transition: opacity 0.2s, transform 0.2s;
}
.aplus-pc-btn:hover { opacity: 0.9; transform: translateY(-1px); text-decoration: none; color: #fff; }

@media (max-width: 768px) {
  .aplus-pc-card { flex: 0 0 calc(50% - 8px); }
  .aplus-pc-image { height: 150px; }
}
@media (max-width: 480px) {
  .aplus-pc-card { flex: 0 0 85%; }
}

/* ── Safety & Certifications ── */
.aplus-safety-grid { display: grid; gap: 24px; max-width: 900px; margin: 0 auto; padding: 0 30px; }
.aplus-safety-grid.aplus-cols-2 { grid-template-columns: repeat(2,1fr); }
.aplus-safety-grid.aplus-cols-3 { grid-template-columns: repeat(3,1fr); }
.aplus-safety-grid.aplus-cols-4 { grid-template-columns: repeat(4,1fr); }
.aplus-safety-item { text-align: center; padding: 24px 16px; }
.aplus-safety-logo { height: 48px; object-fit: contain; margin-bottom: 12px; }
.aplus-safety-icon { font-size: 32px; color: #22c55e; margin-bottom: 12px; }
.aplus-safety-item strong { display: block; font-size: 14px; margin-bottom: 4px; }
.aplus-safety-item span { font-size: 13px; color: #64748b; line-height: 1.5; }

/* ── Age Timeline ── */
.aplus-timeline-track { display: flex; gap: 0; max-width: 900px; margin: 0 auto; padding: 0 30px; position: relative; }
.aplus-timeline-track::before { content: ''; position: absolute; top: 20px; left: 60px; right: 60px; height: 3px; background: #e2e8f0; z-index: 0; }
.aplus-timeline-item { flex: 1; text-align: center; position: relative; z-index: 1; }
.aplus-timeline-dot {
  width: 40px; height: 40px; border-radius: 50%; color: #fff;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 14px; font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.aplus-timeline-age { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.aplus-timeline-content strong { display: block; font-size: 16px; margin-bottom: 4px; }
.aplus-timeline-content p { font-size: 13px; color: #64748b; line-height: 1.5; margin: 0; max-width: 200px; margin-left: auto; margin-right: auto; }

/* ── Before / After Slider ── */
.aplus-ba-container {
  position: relative; overflow: hidden; max-width: 800px; margin: 0 auto;
  cursor: ew-resize; user-select: none; touch-action: none;
}
.aplus-ba-before, .aplus-ba-after { position: relative; }
.aplus-ba-before { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; z-index: 2; }
.aplus-ba-after { position: relative; z-index: 1; }
.aplus-ba-before img, .aplus-ba-after img { width: 100%; height: auto; display: block; }
.aplus-ba-before img { position: absolute; top: 0; left: 0; width: 200%; max-width: none; }
.aplus-ba-label {
  position: absolute; bottom: 16px; padding: 6px 14px; border-radius: 4px;
  background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px; z-index: 3;
}
.aplus-ba-label-before { left: 16px; }
.aplus-ba-label-after { right: 16px; }
.aplus-ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; z-index: 4;
  display: flex; flex-direction: column; align-items: center; transform: translateX(-50%);
  pointer-events: none;
}
.aplus-ba-handle-line { flex: 1; width: 3px; background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.3); }
.aplus-ba-handle-circle {
  width: 40px; height: 40px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); font-size: 16px; color: #333;
  pointer-events: auto;
}

/* ── Awards & Badges ── */
.aplus-awards-grid { display: grid; gap: 24px; max-width: 900px; margin: 0 auto; padding: 0 30px; }
.aplus-awards-grid.aplus-cols-2 { grid-template-columns: repeat(2,1fr); }
.aplus-awards-grid.aplus-cols-3 { grid-template-columns: repeat(3,1fr); }
.aplus-awards-grid.aplus-cols-4 { grid-template-columns: repeat(4,1fr); }
.aplus-award-item { text-align: center; padding: 20px 16px; }
.aplus-award-logo { height: 60px; object-fit: contain; margin-bottom: 12px; }
.aplus-award-icon { font-size: 36px; margin-bottom: 12px; }
.aplus-award-item strong { display: block; font-size: 15px; margin-bottom: 4px; }
.aplus-award-source { font-size: 12px; color: #94a3b8; font-style: italic; }

/* ── Countdown Banner ── */
.aplus-countdown-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap; padding: 0 30px; max-width: 1100px; margin: 0 auto;
}
.aplus-countdown-heading { font-size: 28px; font-weight: 800; margin: 0; }
.aplus-countdown-sub { font-size: 14px; opacity: 0.85; margin: 4px 0 0; }
.aplus-countdown-timer { display: flex; gap: 10px; }
.aplus-cd-unit { text-align: center; }
.aplus-cd-num {
  display: block; font-size: 32px; font-weight: 800;
  background: rgba(0,0,0,0.2); padding: 8px 14px; border-radius: 8px;
  min-width: 56px; line-height: 1;
}
.aplus-cd-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; opacity: 0.7; }
.aplus-countdown-btn {
  display: inline-block; padding: 14px 32px; border-radius: 8px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.aplus-countdown-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.2); text-decoration: none; color: inherit; }

/* ── Tabs Content ── */
.aplus-tabs-heading { font-size: 32px; font-weight: 300; margin: 0 0 20px; letter-spacing: -0.5px; padding: 0 30px; }
.aplus-tabs-nav {
  display: flex; gap: 0; border-bottom: 2px solid #e2e8f0;
  max-width: 1100px; margin: 0 auto 30px; padding: 0 30px;
  flex-wrap: wrap;
}
.aplus-tab-btn {
  padding: 12px 24px; border: none; background: none; cursor: pointer;
  font-size: 14px; font-weight: 600; color: #64748b;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: all 0.2s; font-family: inherit;
}
.aplus-tab-btn.active { color: var(--tab-accent, #4f46e5); border-bottom-color: var(--tab-accent, #4f46e5); }
.aplus-tab-btn:hover { color: var(--tab-accent, #4f46e5); }
.aplus-tabs-pills .aplus-tabs-nav { border-bottom: none; gap: 0; background: #e8e4df; border-radius: 30px; padding: 5px 6px; display: inline-flex; max-width: none; margin-left: 30px; }
.aplus-tabs-pills .aplus-tab-btn { border-radius: 24px; border-bottom: none; margin-bottom: 0; padding: 10px 24px; color: #666; font-size: 14px; }
.aplus-tabs-pills .aplus-tab-btn.active { background: var(--tab-accent, #6b5b95); color: #fff; }
.aplus-tabs-boxed .aplus-tabs-nav { border-bottom: none; gap: 0; }
.aplus-tabs-boxed .aplus-tab-btn { border: 1px solid #e2e8f0; margin-bottom: 0; border-bottom: none; }
.aplus-tabs-boxed .aplus-tab-btn.active { background: #fff; border-bottom: 2px solid #fff; color: var(--tab-accent, #4f46e5); }
.aplus-tabs-body { max-width: 1100px; margin: 0 auto; padding: 0 30px; }
.aplus-tabs-cards-body { max-width: none; padding: 0 30px; }
.aplus-tab-panel { display: none; font-size: 15px; line-height: 1.7; }
.aplus-tab-panel.active { display: block; }

/* Tab cards grid */
.aplus-tab-cards-grid { display: grid; gap: 20px; }
.aplus-tab-cards-grid.aplus-cols-2 { grid-template-columns: repeat(2, 1fr); }
.aplus-tab-cards-grid.aplus-cols-3 { grid-template-columns: repeat(3, 1fr); }
.aplus-tab-cards-grid.aplus-cols-4 { grid-template-columns: repeat(4, 1fr); }
.aplus-tab-cards-grid.aplus-cols-5 { grid-template-columns: repeat(5, 1fr); }
.aplus-tab-cards-grid.aplus-cols-6 { grid-template-columns: repeat(6, 1fr); }

/* Tab cards scroll */
.aplus-tab-cards-scroll {
  display: flex !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: none;
}
.aplus-tab-cards-scroll::-webkit-scrollbar { display: none; }
.aplus-tab-cards-scroll.is-dragging { cursor: grabbing; }
.aplus-tab-cards-scroll .aplus-tab-card-item {
  flex: 0 0 calc(100% / var(--tc-visible, 5) - var(--tc-gap, 20px) * (var(--tc-visible, 5) - 1) / var(--tc-visible, 5));
  min-width: 180px;
}

/* Tab card scroll nav */
.aplus-tc-nav { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 16px; }
.aplus-tc-prev, .aplus-tc-next {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid #ccc; background: #fff;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #555; transition: all 0.2s;
}
.aplus-tc-prev:hover, .aplus-tc-next:hover {
  border-color: #333; color: #111;
}

/* Tab card item */
.aplus-tab-card-item { transition: transform 0.3s ease; }
.aplus-tab-card-link { text-decoration: none; color: inherit; display: block; }
.aplus-tab-card-link:hover { text-decoration: none; color: inherit; }
.aplus-tab-card-image { overflow: hidden; margin-bottom: 12px; background: #f5f0eb; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
.aplus-tab-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.aplus-tab-card-image.aplus-ar-auto { aspect-ratio: auto; }
.aplus-tab-card-image.aplus-ar-auto img { height: auto; }
.aplus-tab-card-image.aplus-ar-square { aspect-ratio: 1/1; }
.aplus-tab-card-image.aplus-ar-16\:9 { aspect-ratio: 16/9; }
.aplus-tab-card-image.aplus-ar-4\:3 { aspect-ratio: 4/3; }
.aplus-tab-card-caption { margin: 0; line-height: 1.4; font-weight: 600; }
.aplus-tab-card-desc { font-size: 13px; line-height: 1.6; margin: 6px 0 0; opacity: 0.7; }

@media (max-width: 768px) {
  .aplus-tabs-heading { font-size: 24px; padding: 0 16px; }
  .aplus-tabs-pills .aplus-tabs-nav { margin-left: 16px; }
  .aplus-tabs-cards-body { padding: 0 16px; }
  .aplus-tab-cards-grid.aplus-cols-3, .aplus-tab-cards-grid.aplus-cols-4,
  .aplus-tab-cards-grid.aplus-cols-5, .aplus-tab-cards-grid.aplus-cols-6 { grid-template-columns: repeat(2, 1fr); }
  .aplus-tab-cards-scroll .aplus-tab-card-item { flex: 0 0 calc(50% - 10px); min-width: 150px; }
}
@media (max-width: 480px) {
  .aplus-tab-cards-grid.aplus-cols-2, .aplus-tab-cards-grid.aplus-cols-3,
  .aplus-tab-cards-grid.aplus-cols-4, .aplus-tab-cards-grid.aplus-cols-5,
  .aplus-tab-cards-grid.aplus-cols-6 { grid-template-columns: 1fr; }
  .aplus-tab-cards-scroll .aplus-tab-card-item { flex: 0 0 calc(75% - 10px); }
}

/* ── Icon List ── */
.aplus-iconlist-items { max-width: 800px; margin: 0 auto; padding: 0 30px; }
.aplus-iconlist-vertical .aplus-iconlist-item { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; }
.aplus-iconlist-vertical .aplus-iconlist-item:last-child { border-bottom: none; }
.aplus-iconlist-horizontal { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.aplus-iconlist-horizontal .aplus-iconlist-item { display: flex; align-items: center; gap: 8px; }
.aplus-iconlist-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.aplus-iconlist-two-column .aplus-iconlist-item { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.aplus-iconlist-item i { flex-shrink: 0; }
.aplus-iconlist-item span { font-size: 15px; font-weight: 500; }
.aplus-icon-size-sm .aplus-iconlist-item i { font-size: 14px; }
.aplus-icon-size-md .aplus-iconlist-item i { font-size: 18px; }
.aplus-icon-size-lg .aplus-iconlist-item i { font-size: 24px; }

/* ── CTA Banner ── */
.aplus-cta-inner { max-width: 1100px; margin: 0 auto; padding: 0 30px; }
.aplus-cta-inline .aplus-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.aplus-cta-stacked .aplus-cta-inner { text-align: center; }
.aplus-cta-heading { font-size: 26px; font-weight: 800; margin: 0; }
.aplus-cta-sub { font-size: 14px; opacity: 0.85; margin: 6px 0 0; }
.aplus-cta-stacked .aplus-cta-sub { margin-bottom: 20px; }
.aplus-cta-btn {
  display: inline-block; padding: 14px 36px; font-size: 16px; font-weight: 700;
  text-decoration: none; transition: transform 0.2s, box-shadow 0.2s;
}
.aplus-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); text-decoration: none; color: inherit; }

@media (max-width: 768px) {
  .aplus-safety-grid.aplus-cols-4, .aplus-awards-grid.aplus-cols-4 { grid-template-columns: repeat(2,1fr); }
  .aplus-timeline-track { flex-direction: column; gap: 0; }
  .aplus-timeline-track::before { top: 0; bottom: 0; left: 20px; right: auto; width: 3px; height: auto; }
  .aplus-timeline-item { text-align: left; display: flex; gap: 16px; padding-bottom: 24px; }
  .aplus-timeline-dot { margin: 0; flex-shrink: 0; }
  .aplus-countdown-inner { flex-direction: column; text-align: center; }
  .aplus-cta-inline .aplus-cta-inner { flex-direction: column; text-align: center; }
  .aplus-iconlist-two-column { grid-template-columns: 1fr; }
}

/* ── UGC Shoppable Video ── */
.aplus-ugc { padding-left: 100px; padding-right: 100px; }
.aplus-ugc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; padding: 0 30px; }
.aplus-ugc-heading { font-size: 28px; font-weight: 600; margin: 0; letter-spacing: -0.3px; }
.aplus-ugc-nav { display: flex; gap: 8px; }
.aplus-ugc-prev, .aplus-ugc-next {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid #d1d5db;
  background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: #6b7280; transition: all 0.2s;
}
.aplus-ugc-prev:hover, .aplus-ugc-next:hover { border-color: #9ca3af; color: #111; background: #f9fafb; }

.aplus-ugc-track {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
  padding: 0 30px 12px;
}
.aplus-ugc-track::-webkit-scrollbar { height: 0; }

.aplus-ugc-card {
  flex: 0 0 calc(100% / var(--ugc-visible, 5) - 12px);
  min-width: 160px; scroll-snap-align: start;
  position: relative; background: transparent;
}

.aplus-ugc-video-wrap {
  position: relative; aspect-ratio: var(--ugc-aspect, 9/16); overflow: hidden;
  display: flex; align-items: center; justify-content: center; background: #111;
}
.aplus-ugc-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.aplus-ugc-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.aplus-ugc-placeholder { color: #555; font-size: 28px; }

/* Text card below video */
.aplus-ugc-text-card {
  padding: 12px 6px 4px;
  text-align: center;
}
.aplus-ugc-text-heading { font-size: 15px; font-weight: 700; line-height: 1.3; }
.aplus-ugc-text-desc { font-size: 12px; opacity: 0.7; line-height: 1.5; margin: 6px 0 0; }

/* Views badge */
.aplus-ugc-views {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
  color: #fff; padding: 4px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 600; display: flex; align-items: center; gap: 4px;
}

/* Play overlay (used by video hero, not UGC) */
.aplus-ugc-play-overlay {
  position: absolute; inset: 0; z-index: 2; display: flex;
  align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
}
.aplus-ugc-card:hover .aplus-ugc-play-overlay { opacity: 1; }
.aplus-ugc-play-btn {
  width: 52px; height: 52px; border-radius: 50%;
  background: rgba(255,255,255,0.2); backdrop-filter: blur(6px);
  border: 2px solid rgba(255,255,255,0.5);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px; transition: transform 0.2s;
}
.aplus-ugc-card:hover .aplus-ugc-play-btn { transform: scale(1.1); }

/* Product overlay card */
.aplus-ugc-product {
  position: absolute; bottom: 10px; left: 8px; right: 8px; z-index: 4;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(10px);
  border-radius: 10px; padding: 8px 12px;
  text-decoration: none; color: #333;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  transition: transform 0.2s, box-shadow 0.2s;
}
.aplus-ugc-product:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.18); text-decoration: none; color: #333; }
.aplus-ugc-product-img { width: 40px; height: 40px; border-radius: 8px; object-fit: cover; flex-shrink: 0; border: 1px solid rgba(0,0,0,0.06); }
.aplus-ugc-product-info { flex: 1; min-width: 0; overflow: hidden; }
.aplus-ugc-product-name { display: -webkit-box; font-size: 11px; font-weight: 600; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #222; }
.aplus-ugc-product-price { display: block; font-size: 13px; font-weight: 700; color: #111; margin-top: 3px; }

/* UGC Fullscreen Modal */
.aplus-ugc-modal {
  position: fixed; inset: 0; z-index: 100001; background: rgba(0,0,0,0.95);
  display: flex; align-items: center; justify-content: center;
  animation: aplusFadeIn 0.3s ease;
}

/* Modal center wrapper — stacks video + text vertically */
.aplus-ugc-modal-center {
  display: flex; flex-direction: column; align-items: center; z-index: 2;
  max-height: 90vh;
}

/* Main video container */
.aplus-ugc-modal-main {
  position: relative; width: 380px; max-width: 90vw;
  aspect-ratio: 9/16; border-radius: 16px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

/* Text card below modal video */
.aplus-ugc-modal-text-card {
  width: 380px; max-width: 90vw;
  background: #fff; border-radius: 0 0 16px 16px;
  padding: 16px 20px; text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.aplus-ugc-modal-video {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Side blurred previews — hidden for clean look */
.aplus-ugc-modal-side { display: none; }

/* Close button — top right of viewport */
.aplus-ugc-modal-close {
  position: fixed; top: 20px; right: 20px; z-index: 100003;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(4px);
  border: none; color: #fff; font-size: 26px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.aplus-ugc-modal-close:hover { background: rgba(255,255,255,0.3); }

/* Mute button */
.aplus-ugc-modal-mute {
  position: absolute; top: 16px; left: 16px; z-index: 5;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(4px);
  border: none; color: #fff; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.aplus-ugc-modal-mute:hover { background: rgba(0,0,0,0.7); }

/* Right side action buttons (like, share) — inside the video */
.aplus-ugc-modal-actions {
  position: absolute; right: 12px; bottom: 100px;
  display: flex; flex-direction: column; gap: 16px; z-index: 5;
}
.aplus-ugc-modal-action {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.aplus-ugc-modal-heart,
.aplus-ugc-modal-share {
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,0.12); border: none;
  color: #fff; font-size: 20px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s, background 0.2s;
}
.aplus-ugc-modal-heart:hover,
.aplus-ugc-modal-share:hover { background: rgba(255,255,255,0.25); transform: scale(1.1); }
.aplus-ugc-modal-heart.liked { color: #ef4444; background: rgba(239,68,68,0.15); }
.aplus-ugc-modal-heart.liked:hover { background: rgba(239,68,68,0.3); }
.aplus-ugc-modal-count {
  color: #fff; font-size: 12px; font-weight: 600; text-align: center;
}

/* Like pop animation */
@keyframes aplusLikePop {
  0% { transform: scale(1); }
  30% { transform: scale(1.4); }
  60% { transform: scale(0.9); }
  100% { transform: scale(1); }
}
.aplus-ugc-like-pop { animation: aplusLikePop 0.4s ease; }

/* Nav arrows */
.aplus-ugc-modal-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: none; color: #333;
  font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}
.aplus-ugc-modal-arrow:hover { transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 24px rgba(0,0,0,0.4); }
.aplus-ugc-modal-arrow-left { left: max(16px, calc(50% - 240px)); }
.aplus-ugc-modal-arrow-right { right: max(16px, calc(50% - 240px)); }

/* Product card inside modal */
.aplus-ugc-modal-product {
  position: absolute; bottom: 16px; left: 12px; right: 12px; z-index: 5;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border-radius: 12px; padding: 10px 12px;
  text-decoration: none; color: #333;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: transform 0.2s;
}
.aplus-ugc-modal-product:hover { transform: translateY(-2px); text-decoration: none; color: #333; }
.aplus-ugc-modal-product img {
  width: 50px; height: 50px; border-radius: 8px; object-fit: cover; flex-shrink: 0;
}
.aplus-ugc-modal-product-info { flex: 1; min-width: 0; }
.aplus-ugc-modal-product-name {
  font-size: 13px; font-weight: 600; line-height: 1.3;
  overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.aplus-ugc-modal-product-price { font-size: 14px; font-weight: 700; color: #111; margin-top: 2px; }
.aplus-ugc-modal-shopnow {
  flex-shrink: 0; background: #d4a574; color: #fff;
  padding: 8px 16px; border-radius: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
}

/* Tablet responsive */
@media (max-width: 768px) {
  .aplus-ugc { padding-left: 16px; padding-right: 16px; }
  .aplus-ugc-header { padding: 0; flex-wrap: nowrap; gap: 12px; }
  .aplus-ugc-track { padding: 0 0 12px; }
  .aplus-ugc-card { flex: 0 0 calc(75% - 8px); min-width: 140px; }
  .aplus-ugc-heading { font-size: 22px; }
  .aplus-ugc-modal-main { width: 100vw; max-width: 100vw; border-radius: 0; aspect-ratio: auto; height: 100vh; }
  .aplus-ugc-modal-actions { right: 12px; bottom: 140px; }
  .aplus-ugc-modal-arrow-left { left: 10px; }
  .aplus-ugc-modal-arrow-right { right: 10px; }
}
@media (max-width: 480px) {
  .aplus-ugc { padding-left: 12px; padding-right: 12px; }
  .aplus-ugc-card { flex: 0 0 calc(80% - 8px); }
}

/* ── Banner Cards ── */
.aplus-bc-grid { display: grid; }
.aplus-bc-grid.aplus-cols-1 { grid-template-columns: 1fr; }
.aplus-bc-grid.aplus-cols-2 { grid-template-columns: repeat(2, 1fr); }
.aplus-bc-grid.aplus-cols-3 { grid-template-columns: repeat(3, 1fr); }
.aplus-bc-grid.aplus-cols-4 { grid-template-columns: repeat(4, 1fr); }
.aplus-bc-card {
  position: relative; overflow: hidden;
  background-size: cover; background-position: center; background-color: #374151;
  border-radius: 0;
}
.aplus-bc-overlay { position: absolute; inset: 0; }
.aplus-bc-content {
  position: relative; z-index: 1; display: flex; flex-direction: column;
  padding: 40px 32px; height: 100%; min-height: inherit;
}
.aplus-bc-heading {
  font-weight: 700; line-height: 1.15; margin: 0 0 12px;
  font-style: italic; letter-spacing: -0.3px;
}
.aplus-bc-subtext { font-size: 14px; opacity: 0.85; margin: 0 0 20px; line-height: 1.5; max-width: 400px; }
.aplus-bc-btn {
  display: inline-block; padding: 12px 28px;
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  text-decoration: none; transition: all 0.3s ease;
}
.aplus-bc-btn-outline {
  border: 2px solid rgba(255,255,255,0.8); background: transparent; color: #fff;
}
.aplus-bc-btn-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; text-decoration: none; }
.aplus-bc-btn-solid {
  border: none; background: rgba(255,255,255,0.9); color: #333; border-radius: 4px;
}
.aplus-bc-btn-solid:hover { background: #fff; color: #111; text-decoration: none; }

@media (max-width: 768px) {
  .aplus-bc-grid.aplus-cols-2, .aplus-bc-grid.aplus-cols-3, .aplus-bc-grid.aplus-cols-4 { grid-template-columns: 1fr; }
  .aplus-bc-content { padding: 28px 20px; }
  .aplus-bc-heading { font-size: 22px !important; }
}

/* ── Spacer / Divider ── */
.aplus-spacer { display: flex; align-items: center; justify-content: center; }
.aplus-divider-line { width: 80%; max-width: 600px; margin: 0; }

/* ── Lightbox ── */
.aplus-lightbox { position: fixed; inset: 0; z-index: 100000; display: flex; align-items: center; justify-content: center; }
.aplus-lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,0.85); }
.aplus-lightbox-content { position: relative; max-width: 90vw; max-height: 90vh; }
.aplus-lightbox-content img { max-width: 100%; max-height: 90vh; border-radius: 8px; }
.aplus-lightbox-close { position: absolute; top: -15px; right: -15px; width: 36px; height: 36px; border-radius: 50%; border: none; background: #fff; color: #333; font-size: 22px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.aplus-lightbox-close:hover { background: #ef4444; color: #fff; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .aplus-hero-headline { font-size: 28px; }
  .aplus-hero-subtext { font-size: 15px; }
  .aplus-hero-inner { padding: 40px 20px; }
  .aplus-text-image-grid { flex-direction: column !important; }
  .aplus-ti-image { flex: 0 0 100% !important; }
  .aplus-cols-3 .aplus-feature-item, .aplus-cols-4 .aplus-feature-item { flex: 0 1 calc(50% - 12px); }
  .aplus-highlight-inner { gap: 16px; }
  .aplus-testimonials-grid { flex-direction: column; }
  .aplus-testimonial-card { max-width: 100%; }
  .aplus-gallery-grid.aplus-cols-3, .aplus-gallery-grid.aplus-cols-4 { grid-template-columns: repeat(2, 1fr); }
  .aplus-section-headline { font-size: 22px; }
}

@media (max-width: 480px) {
  .aplus-cols-2 .aplus-feature-item, .aplus-cols-3 .aplus-feature-item, .aplus-cols-4 .aplus-feature-item { flex: 0 1 100%; }
  .aplus-gallery-grid.aplus-cols-2, .aplus-gallery-grid.aplus-cols-3, .aplus-gallery-grid.aplus-cols-4 { grid-template-columns: 1fr; }
}

/* ── Progress Bar ── */
.aplus-pb-heading { font-size: 28px; font-weight: 300; margin: 0 0 30px; letter-spacing: -0.5px; padding: 0 30px; text-align: center; }

/* Line style */
.aplus-pb-item { margin-bottom: 20px; }
.aplus-pb-item:last-child { margin-bottom: 0; }
.aplus-pb-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.aplus-pb-title { font-size: 14px; font-weight: 600; }
.aplus-pb-value { font-size: 14px; font-weight: 800; }
.aplus-pb-track { overflow: hidden; }
.aplus-pb-fill { height: 100%; transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
.aplus-pb-striped {
  background-image: repeating-linear-gradient(
    45deg, transparent, transparent 8px,
    rgba(255,255,255,0.2) 8px, rgba(255,255,255,0.2) 16px
  ) !important;
  background-size: 200% 100%;
}
.aplus-pb-striped.aplus-pb-animated { animation: aplusPbStripe 1.5s linear infinite; }
@keyframes aplusPbStripe { 0% { background-position: 200% 0; } 100% { background-position: 0 0; } }

/* Circle style */
.aplus-pb-circles {
  display: grid; gap: 30px; max-width: 1100px; margin: 0 auto;
  justify-items: center;
}
.aplus-pb-circles.aplus-cols-2 { grid-template-columns: repeat(2, 1fr); }
.aplus-pb-circles.aplus-cols-3 { grid-template-columns: repeat(3, 1fr); }
.aplus-pb-circles.aplus-cols-4 { grid-template-columns: repeat(4, 1fr); }
.aplus-pb-circles.aplus-cols-5 { grid-template-columns: repeat(5, 1fr); }
.aplus-pb-circles.aplus-cols-6 { grid-template-columns: repeat(6, 1fr); }
.aplus-pb-circle-item { text-align: center; }
.aplus-pb-circle { position: relative; margin: 0 auto 12px; }
.aplus-pb-svg { width: 100%; height: 100%; }
.aplus-pb-arc { transition: stroke-dashoffset 1.4s cubic-bezier(0.4, 0, 0.2, 1); }
.aplus-pb-circle-value {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 22px; font-weight: 800;
}
.aplus-pb-half .aplus-pb-circle-value { top: 70%; }
.aplus-pb-circle-title { font-size: 14px; font-weight: 600; }

@media (max-width: 768px) {
  .aplus-pb-circles.aplus-cols-4, .aplus-pb-circles.aplus-cols-5,
  .aplus-pb-circles.aplus-cols-6 { grid-template-columns: repeat(2, 1fr); }
  .aplus-pb-heading { font-size: 22px; }
}
@media (max-width: 480px) {
  .aplus-pb-circles.aplus-cols-2, .aplus-pb-circles.aplus-cols-3,
  .aplus-pb-circles.aplus-cols-4, .aplus-pb-circles.aplus-cols-5,
  .aplus-pb-circles.aplus-cols-6 { grid-template-columns: repeat(2, 1fr); }
  .aplus-pb-circle-value { font-size: 16px; }
}

/* ── Image Hotspots ── */
.aplus-hotspot-wrap { position: relative; }
.aplus-hotspot {
  position: absolute; z-index: 5; cursor: pointer;
  transform: translate(-50%, -50%);
}
.aplus-hotspot-dot {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,0.95); box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: #4f46e5;
  transition: transform 0.2s; position: relative;
}
.aplus-hotspot:hover .aplus-hotspot-dot { transform: scale(1.15); }
.aplus-hotspot-dot::after {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
  animation: aplusHotspotPulse 2s ease-out infinite;
}
@keyframes aplusHotspotPulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* Tooltip base */
.aplus-hotspot-tooltip {
  position: absolute; left: 50%; transform: translateX(-50%);
  background: #fff; color: #333; border-radius: 12px;
  padding: 10px 12px; width: 240px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  opacity: 0; visibility: hidden; transition: opacity 0.2s, visibility 0.2s;
  pointer-events: none; text-align: left; z-index: 10;
}
.aplus-hotspot-tooltip::after {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent;
}
.aplus-hotspot.active .aplus-hotspot-tooltip { opacity: 1; visibility: visible; pointer-events: auto; }

/* Vertical positioning */
.aplus-hs-top { bottom: calc(100% + 10px); }
.aplus-hs-top::after { top: 100%; border-top-color: #fff; }
.aplus-hs-bottom { top: calc(100% + 10px); bottom: auto; }
.aplus-hs-bottom::after { bottom: 100%; top: auto; border-bottom-color: #fff; border-top-color: transparent; }

/* Horizontal edge correction */
.aplus-hs-left { left: -10px; transform: none; }
.aplus-hs-left::after { left: 20px; transform: none; }
.aplus-hs-right { left: auto; right: -10px; transform: none; }
.aplus-hs-right::after { left: auto; right: 20px; transform: none; }

/* Tooltip content */
.aplus-hotspot-tooltip-title { font-size: 13px; font-weight: 700; margin: 0 0 4px; line-height: 1.3; color: #111; }
.aplus-hotspot-tooltip-img { width: 100%; max-height: 100px; object-fit: cover; border-radius: 6px; margin-bottom: 8px; display: block; }
.aplus-hotspot-tooltip-desc { font-size: 11px; color: #555; line-height: 1.5; margin: 0; }
.aplus-hotspot-tooltip-desc p { margin: 0 0 4px; }
.aplus-hotspot-tooltip-desc strong { font-weight: 700; }
.aplus-hotspot-tooltip-link {
  display: inline-block; margin-top: 6px; font-size: 11px; font-weight: 600;
  color: #4f46e5; text-decoration: none;
}
.aplus-hotspot-tooltip-link:hover { text-decoration: underline; }

/* Product tooltip — image left, info right */
.aplus-hotspot-tooltip .aplus-hotspot-product {
  display: flex !important; align-items: center !important; gap: 10px !important;
  text-decoration: none !important; color: #333 !important;
}
.aplus-hotspot-tooltip .aplus-hotspot-product:hover { color: #111 !important; }
.aplus-hotspot-tooltip .aplus-hotspot-product-img {
  width: 56px !important; height: 56px !important; min-width: 56px !important; max-width: 56px !important;
  border-radius: 8px !important; object-fit: contain !important; flex-shrink: 0 !important;
  background: #f5f5f5 !important; border: 1px solid #eee !important;
}
.aplus-hotspot-tooltip .aplus-hotspot-product-info { flex: 1 !important; min-width: 0 !important; }
.aplus-hotspot-tooltip .aplus-hotspot-product-info .aplus-hotspot-tooltip-title {
  font-size: 12px !important; font-weight: 600 !important; line-height: 1.3 !important; color: #222 !important;
  display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden !important;
  white-space: normal !important;
}
.aplus-hotspot-tooltip .aplus-hotspot-product-price { font-size: 14px !important; font-weight: 800 !important; color: #111 !important; margin-top: 3px !important; }


@media (max-width: 480px) {
  .aplus-hotspot-dot { width: 20px; height: 20px; font-size: 10px; }
  .aplus-hotspot-tooltip { width: 180px; padding: 8px 10px; }
  .aplus-hotspot-product-img { width: 36px; height: 36px; }
}

/* ── Hide on Device ── */
@media (min-width: 769px) { .aplus-hide-desktop { display: none !important; } }
@media (min-width: 481px) and (max-width: 768px) { .aplus-hide-tablet { display: none !important; } }
@media (max-width: 480px) { .aplus-hide-mobile { display: none !important; } }

/* ── Focus Styles (Accessibility) ── */
.aplus-tab-btn:focus-visible,
.aplus-accordion-trigger:focus-visible,
.aplus-icg-prev:focus-visible, .aplus-icg-next:focus-visible,
.aplus-tc-prev:focus-visible, .aplus-tc-next:focus-visible,
.aplus-ugc-prev:focus-visible, .aplus-ugc-next:focus-visible,
.aplus-pc-prev:focus-visible, .aplus-pc-next:focus-visible,
.aplus-ugc-card:focus-visible,
.aplus-lightbox-trigger:focus-visible,
.aplus-ba-handle:focus-visible,
.aplus-video-play-btn:focus-visible,
.aplus-yt-close:focus-visible,
.aplus-ugc-modal-close:focus-visible,
.aplus-lightbox-close:focus-visible,
.aplus-ugc-modal-arrow:focus-visible,
.aplus-ugc-modal-mute:focus-visible,
.aplus-ugc-modal-heart:focus-visible,
.aplus-ugc-modal-share:focus-visible,
.aplus-cta-btn:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}

/* ── Print Styles ── */
@media print {
  .aplus-ugc, .aplus-video-hero, video, iframe { display: none !important; }
  .aplus-section { break-inside: avoid; padding: 16px 0 !important; }
  .aplus-icg-scroll, .aplus-tab-cards-scroll, .aplus-ugc-track { flex-wrap: wrap !important; overflow: visible !important; }
  .aplus-icg-nav, .aplus-tc-nav, .aplus-ugc-nav { display: none !important; }
}
