.product-hero { padding: 56px 0 0; background: linear-gradient(135deg,#f8f9fa 0%,white 100%); }
.breadcrumb { background: transparent; padding: 0; margin-bottom: 30px; flex-wrap: nowrap; overflow: hidden; }
.breadcrumb-item { white-space: nowrap; }
.breadcrumb-item.active { color: var(--dark); font-weight: 600; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.breadcrumb-item a { color: var(--gray); text-decoration: none; }
.product-title { font-size: 48px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; }
.product-subtitle { font-size: 20px; color: var(--gray); margin-bottom: 30px; }
.product-badges { display: flex; gap: 12px; margin-bottom: 30px; flex-wrap: wrap; }
.badge-custom { padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.badge-version { background: #e3f2fd; color: #1976d2; }
.badge-updated { background: #e8f5e9; color: #388e3c; }
.badge-addon { background: #fff3e0; color: #f57c00; border: 1px solid #ffd8bf; text-decoration: none; }
.badge-addon:hover { background: #ffe5c7; color: #df6c00; }
.badge-addon-btn { border: none; cursor: pointer; }
.pricing-box { background: white; border-radius: 16px; padding: 32px; box-shadow: 0 12px 40px rgba(0,0,0,.1); position: sticky; top: 100px; }
.price-tag { font-size: 48px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.price-old { font-size: 24px; color: #999; text-decoration: line-through; margin-left: 12px; }
.discount-badge { display: inline-block; background: linear-gradient(135deg,#FF6B35,#FF8C5A); color: white; padding: 6px 14px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-bottom: 20px; }
.btn-buy-now { width: 100%; padding: 18px; background: linear-gradient(135deg,#00D9A3,#00C090); color: white; border: none; border-radius: 12px; font-weight: 700; font-size: 18px; cursor: pointer; transition: all .3s; display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 16px; }
.btn-buy-now:hover { }
.pricing-features { margin-top: 24px; padding-top: 24px; border-top: 1px solid #eee; }
.pricing-feature { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: var(--gray); font-size: 15px; }
.pricing-feature i { color: var(--accent); font-size: 18px; }
.product-gallery-col { align-self: flex-start; }
.product-gallery { margin-bottom: 0; overflow: hidden; }
.main-image-wrap { position: relative; margin-bottom: 12px; }
.main-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,.1); cursor: default; display: block; margin-bottom: 0; }
.product-badge { position: absolute; top: 16px; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; color: white; }
.product-badge-br { bottom: 16px; right: 16px; top: auto; }
.badge-recently-updated { background: linear-gradient(135deg,#c91594,#cd0893); }
.thumbnail-wrap { overflow: hidden; }
.thumbnail-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.thumbnail-grid::-webkit-scrollbar { display: none; }
.thumbnail { flex: 0 0 150px; width: 150px; height: 94px; border-radius: 8px; cursor: pointer; transition: all .3s; border: 2px solid transparent; object-fit: cover; scroll-snap-align: start; }
.thumbnail:hover, .thumbnail.active { border-color: #d7dde5; transform: none; }
.product-tabs { margin: 20px 0 24px; }
.nav-tabs { border-bottom: 2px solid #eee; margin-bottom: 40px; }
.nav-tabs .nav-item { margin-right: 8px; }
.nav-tabs .nav-link { color: var(--dark) !important; font-weight: 600; padding: 16px 24px; border: none; border-bottom: 3px solid transparent; transition: all .3s; }
.nav-tabs .nav-link:hover { color: var(--accent) !important; }
.nav-tabs .nav-link.active { color: var(--accent) !important; border-color: var(--accent); background: transparent; }
.overview-content { font-size: 16px; line-height: 1.8; color: var(--gray); }
.features-list { line-height: 2; color: var(--gray); padding-left: 24px; }
.addons-section { margin-bottom: 40px; scroll-margin-top: 140px; }
.addons-title { font-size: 28px; font-weight: 700; margin-bottom: 18px; color: var(--dark); }
.addons-subtitle { color: var(--gray); margin-bottom: 22px; }
.addon-card { border: 1px solid #eee; border-radius: 14px; padding: 18px; height: 100%; display: flex; flex-direction: column; }
.addon-price { font-weight: 800; color: var(--accent); white-space: nowrap; }
.addon-desc { color: var(--gray); font-size: 14px; line-height: 1.6; flex: 1; }
.addon-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.addon-view-btn { margin-bottom: 0; flex: 1; min-width: 120px; }
.addon-buy-btn { margin-bottom: 0; flex: 1; min-width: 120px; padding: 12px 14px; font-size: 15px; text-decoration: none; }
.addon-actions .addon-view-btn,
.addon-actions .addon-buy-btn {
	width: auto;
	margin-bottom: 0;
	min-height: 46px;
}
.addon-actions .addon-buy-btn {
	font-weight: 600;
}
.product-support-col { margin-top: 24px; }
.support-box { background: linear-gradient(135deg,#382247,#2d1a38); color: white; border-radius: 16px; padding: 48px; margin-bottom: 0; }
.support-title { font-size: 28px; font-weight: 700; margin-bottom: 12px; }
.support-subtitle { font-size: 16px; opacity: .9; margin-bottom: 24px; }
.support-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 20px; }
.support-item { display: flex; align-items: center; gap: 12px; }
.support-item i { font-size: 24px; color: #00D9A3; }
.pricing-note { color: var(--gray); margin-bottom: 24px; }
.pricing-box .form-control { height: 46px; padding: 10px 14px; font-size: 15px; }
.coupon-toggle { color: var(--accent); font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; }
.coupon-toggle:hover { color: var(--primary); text-decoration: none; }
.coupon-toggle .bi-chevron-down { transition: transform .2s; font-size: 11px; }
.coupon-body { margin-top: 10px; }
.coupon-input-group { display: flex; gap: 8px; }
.is-hidden { display: none !important; }
.coupon-code-input { border: 2px solid #eee; border-radius: 8px; padding: 10px 14px; font-size: 14px; height: 46px; text-transform: uppercase; letter-spacing: 1px; flex: 1; outline: none; transition: border-color .2s; min-width: 0; }
.coupon-code-input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,217,163,.15); }
.coupon-apply-btn { padding: 0 18px; height: 46px; background: #382247; color: white; border: none; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; white-space: nowrap; transition: background .2s; flex-shrink: 0; }
.coupon-apply-btn:hover { background: #2d1a38; }
.coupon-error { background: #ffebee; border: 1px solid #ffcdd2; border-radius: 8px; padding: 10px 12px; font-size: 13px; color: #c62828; margin-top: 8px; display: none; word-break: break-word; }
.coupon-applied { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; background: #e8f5e9; border: 1px solid #a5d6a7; border-radius: 8px; padding: 10px 12px; font-size: 13px; color: #2e7d32; margin-top: 8px; }
.coupon-applied span { word-break: break-word; min-width: 0; flex: 1; }
.coupon-applied button { background: none; border: none; color: #c62828; font-size: 18px; cursor: pointer; padding: 0; line-height: 1; flex-shrink: 0; }
.btn-demo { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px; background: var(--dark); color: white; border: none; border-radius: 12px; font-weight: 600; font-size: 15px; text-decoration: none; margin-bottom: 14px; transition: all .3s; }
.btn-demo:hover { background: #2d2d4e; color: white; }
.pricing-box .btn-demo { min-height: 58px; padding: 18px; }
.addon-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; }
.addon-title-wrap { min-width:0; }
.addon-thumb { width:72px; height:72px; border-radius:10px; object-fit:cover; border:1px solid #eceff3; background:#f4f6f9; flex-shrink:0; }
.addon-thumb-fallback { width:72px; height:72px; border-radius:10px; border:1px solid #eceff3; background:#f4f6f9; color:#8a95a3; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.addon-thumb-fallback i { font-size:20px; }
.addon-title { font-size:18px; font-weight:700; margin:0; color:var(--dark); line-height:1.3; }
.addon-desc-row { display:flex; align-items:center; gap:12px; flex:1; margin-bottom:14px; }
.addon-desc-row p { margin:0; }
.security-note-wrap { margin-top: 24px; padding-top: 24px; border-top: 1px solid #eee; text-align: center; }
.security-note-text { color: var(--gray); font-size: 13px; margin: 0; }
.security-note-icon { color: var(--accent); }
@media(max-width:991px){.product-sidebar-col{margin-top:24px;}.product-support-col{margin-top:32px;}.product-tabs{margin-bottom:0;}}
@media(max-width:768px){.product-hero{padding:40px 0 0}.product-title{font-size:28px}.thumbnail{flex:0 0 115px;width:115px;height:72px}}
@media(min-width:992px){
  .product-main-row{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-template-rows:auto auto auto;column-gap:24px;row-gap:0;margin:0!important;flex-wrap:unset!important;}
  .product-gallery-col,.product-content-col,.product-sidebar-col,.product-support-col{max-width:none!important;width:auto!important;flex:none!important;padding:0!important;}
  .product-gallery-col{grid-column:1;grid-row:1;align-self:start;}
  .product-content-col{grid-column:1;grid-row:2;}
  .product-sidebar-col{grid-column:2;grid-row:1/span 2;}
  .product-support-col{grid-column:1;grid-row:3;margin-top:0;}
}