.orvix-cat{
  --orvix-cat-surface:#ffffff;
  --orvix-cat-surface-muted:#f8fafc;
  --orvix-cat-surface-strong:#eef2ff;
  --orvix-cat-border:rgba(17,24,39,.08);
  --orvix-cat-shadow:0 14px 28px -30px rgba(17,24,39,.35);
  --orvix-cat-shadow-active:0 16px 30px -16px var(--orvix-pl-shadow-active, rgba(55,98,234,.4));
  width:100%;
  padding:1.25rem 0 6.5rem;
  min-height:calc(100vh - 260px);
}
html{scroll-behavior:smooth;}
html[data-bs-theme="dark"] .orvix-cat{
  --orvix-cat-surface:#151a2f;
  --orvix-cat-surface-muted:#11162a;
  --orvix-cat-surface-strong:#1b2240;
  --orvix-cat-border:rgba(255,255,255,.10);
  --orvix-cat-shadow:0 18px 36px -32px rgba(0,0,0,.7);
  --orvix-cat-shadow-active:0 18px 34px -20px rgba(0,0,0,.75);
}

@media (min-width:992px){.orvix-cat{padding-top:2.25rem;}}

.orvix-cat__grid{display:flex;flex-direction:column;gap:1.25rem;margin-top:calc(-3.5rem - 3px);position:relative;z-index:5;}
.orvix-cat__grid > .orvix-cat-packages{order:1;}
.orvix-cat__grid > .orvix-cat-summary{order:2;}
@media (min-width:768px){
  .orvix-cat__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start;margin-top:-4.5rem;}
  .orvix-cat__grid > .orvix-cat-packages{order:1;}
  .orvix-cat__grid > .orvix-cat-summary{order:2;}
}
@media (min-width:992px){
  .orvix-cat__grid{grid-template-columns:4.65fr 1.35fr;}
}

.orvix-cat-summary{position:relative;border-radius:18px;background:var(--orvix-pl-color,var(--bs-primary));color:#fff;padding:1rem;box-shadow:0 14px 28px -26px rgba(17,24,39,.45);overflow:hidden;margin-top:-4px;}
.orvix-cat-summary__head{position:relative;z-index:1;display:flex;align-items:center;gap:.75rem;}
.orvix-cat-summary__icon{width:48px;height:48px;border-radius:15px;background:rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;}
.orvix-cat-summary__icon i{font-size:1.38rem;color:#fff;}
.orvix-cat-summary__head strong{display:block;font-size:1.1rem;font-weight:750;line-height:1.15;}
.orvix-cat-summary__eyebrow{display:block;font-weight:650;font-size:.82rem;opacity:.82;margin-bottom:.12rem;}
.orvix-cat-summary__stack{position:relative;z-index:1;margin-top:1rem;display:flex;flex-direction:column;gap:.8rem;}

.orvix-cat-summary__features{display:flex;flex-direction:column;gap:.55rem;}
.orvix-cat-feature{display:flex;align-items:flex-start;gap:.55rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:.72rem .78rem;font-weight:650;line-height:1.25;}
.orvix-cat-feature i{font-size:1.05rem;line-height:1.15;color:#fff;flex:0 0 auto;font-weight:100;}

.orvix-cat-summary__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:.9rem;align-items:center;}
.orvix-cat-summary__footer img{max-height:30px;width:auto;object-fit:contain;filter:brightness(0) invert(1);}
.orvix-cat-summary__contact{display:flex;gap:.5rem;width:100%;}
.orvix-cat-summary__contact a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:12px;background:rgba(255,255,255,.15);color:#fff;text-decoration:none;font-weight:500;font-size:.85rem;padding:.55rem .25rem;transition:background .2s ease;}
.orvix-cat-summary__contact a:hover{background:rgba(255,255,255,.25);color:#fff;}

.orvix-cat-packages{background:var(--orvix-cat-surface);border:1px solid var(--orvix-cat-border);border-radius:18px;padding:1rem;box-shadow:var(--orvix-cat-shadow);position:relative;isolation:isolate;}
.orvix-cat-packages__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:.9rem;}
.orvix-cat-packages__head h2{margin:0;font-size:1.18rem;font-weight:760;letter-spacing:0;line-height:1.18;color:var(--bs-primary);}
.orvix-cat-packages__head span{display:block;margin-top:.18rem;font-size:.86rem;font-weight:600;color:color-mix(in srgb,var(--bs-body-color) 58%,transparent);}
.orvix-cat-packages__head strong{border-radius:999px;background:var(--orvix-cat-surface-muted);border:1px solid var(--orvix-cat-border);color:var(--orvix-pl-color,var(--bs-primary));padding:.42rem .62rem;font-size:.86rem;white-space:nowrap;}

.orvix-cat-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem;}
@media (min-width:768px){.orvix-cat-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (min-width:1200px){.orvix-cat-package-grid{grid-template-columns:repeat(5,minmax(0,1fr));}}
.orvix-catpkg-card{position:relative;overflow:hidden;border:1px solid var(--orvix-cat-border);background:var(--orvix-cat-surface-muted);color:inherit;border-radius:16px;padding:.9rem .65rem;min-height:126px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.32rem;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;}
.orvix-catpkg-card:hover{transform:translateY(-1px);border-color:var(--orvix-pl-tint-45,var(--orvix-primary-tint-45));}
.orvix-catpkg-card.is-active{
  border-color:var(--orvix-pl-color,var(--bs-primary));
  background:var(--orvix-pl-color,var(--bs-primary));
  background:linear-gradient(180deg,var(--orvix-pl-active-top,var(--orvix-pl-color,var(--bs-primary))) 0%,var(--orvix-pl-color,var(--bs-primary)) 100%);
  box-shadow:var(--orvix-cat-shadow-active);
}
.orvix-catpkg-card.is-active:hover{transform:translateY(-2px);}
.orvix-catpkg-card.is-active::before{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:rgba(255,255,255,.15);transform:skewX(-25deg);animation:sweepShine 2.5s infinite;pointer-events:none;z-index:2;}
.orvix-catpkg-card__check{position:absolute;top:.55rem;right:.55rem;width:1.6rem;height:1.6rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--orvix-cat-surface) 92%, transparent);border:1px solid color-mix(in srgb,var(--orvix-cat-border) 90%, transparent);opacity:0;transform:scale(.82);transition:transform .18s ease,opacity .18s ease,background .18s ease,border-color .18s ease;z-index:3;}
.orvix-catpkg-card__check i{font-size:.9rem;color:var(--orvix-pl-color,var(--bs-primary));line-height:1;}
.orvix-catpkg-card.is-active .orvix-catpkg-card__check{opacity:1;transform:scale(1);background:rgba(255,255,255,.94);border-color:rgba(255,255,255,.94);}
.orvix-catpkg-card.is-active .orvix-catpkg-card__check i{color:var(--orvix-pl-color,var(--bs-primary));}
.orvix-catpkg-card.is-active .orvix-catpkg-card__q{color:#fff;}
.orvix-catpkg-card.is-active .orvix-catpkg-card__label{color:rgba(255,255,255,.86);}
.orvix-catpkg-card.is-active .orvix-catpkg-card__price{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.18);}
.orvix-catpkg-card__q{font-weight:780;font-size:1.44rem;line-height:1;color:var(--orvix-pl-color,var(--bs-primary));}
.orvix-catpkg-card__label{font-size:.82rem;font-weight:650;color:color-mix(in srgb,var(--bs-body-color) 62%,transparent);}
.orvix-catpkg-card__price{display:inline-flex;align-items:center;justify-content:center;margin-top:.22rem;border-radius:999px;background:var(--orvix-pl-color,var(--bs-primary));color:#fff;font-weight:750;font-size:.9rem;padding:.34rem .62rem;line-height:1;border:1px solid transparent;}

.orvix-cat-buybar{margin-top:.9rem;border-radius:16px;border:1px solid var(--orvix-cat-border);background:var(--orvix-cat-surface);padding:.82rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--orvix-cat-shadow);}
.orvix-cat-buybar__left{display:flex;align-items:center;gap:.72rem;min-width:0;}
.orvix-cat-buybar__icon{width:46px;height:46px;border-radius:15px;background:var(--orvix-pl-color,var(--bs-primary));display:flex !important;align-items:center !important;justify-content:center !important;color:#fff;flex:0 0 auto;line-height:0;}
.orvix-cat-buybar__icon i{font-size:1.25rem;color:#fff;margin:0;padding:0;display:block;}
.orvix-cat-buybar__left > div > strong,.orvix-cat-buybar__left > div > span{display:block;line-height:1.15;}
.orvix-cat-buybar__left span[data-orvix-buy-quantity]{display:inline;font-size:inherit;font-weight:inherit;}
.orvix-cat-buybar__left > div > strong{font-size:1rem;font-weight:760;}
.orvix-cat-buybar__left > div > span{margin-top:.18rem;font-weight:600;color:color-mix(in srgb,var(--bs-body-color) 62%,transparent);}
.orvix-cat-buybar__right{display:flex;align-items:center;gap:.7rem;flex:0 0 auto;}
.orvix-cat-buybar__right strong{font-size:1.16rem;color:var(--orvix-pl-color,var(--bs-primary));white-space:nowrap;}
.orvix-cat-buybar__btn{height:44px;border-radius:14px;border:0;margin:0;appearance:none;-webkit-appearance:none;box-shadow:none;background:var(--orvix-pl-color,var(--bs-primary));color:#fff;text-decoration:none;font-weight:760;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .95rem;white-space:nowrap;font:inherit;cursor:pointer;}
.orvix-cat-buybar__btn:hover{color:#fff;filter:brightness(.96);}
.orvix-cat-buybar__btn:focus-visible{outline:2px solid color-mix(in srgb,var(--orvix-pl-color,var(--bs-primary)) 55%,#fff);outline-offset:2px;}

.orvix-cat-tabs{margin-top:1rem;}
.orvix-cat-tabs__nav{display:flex;align-items:center;gap:.75rem;overflow-x:auto;white-space:nowrap;padding:.5rem;scrollbar-width:none;background:#ffffff;border:1px solid var(--orvix-cat-border);border-radius:12px;}
html[data-bs-theme="dark"] .orvix-cat-tabs__nav{background:rgba(255,255,255,.04);}
.orvix-cat-tabs__nav::-webkit-scrollbar{display:none;}
.orvix-cat-tabs__nav button{border:0;background:transparent;color:var(--bs-body-color);border-radius:8px;font-weight:500;padding:.65rem 1rem;display:inline-flex;align-items:center;gap:.42rem;flex:0 0 auto;transition:all .2s ease;position:relative;}
.orvix-cat-tabs__nav button:not(:last-child)::after{content:"";position:absolute;right:-0.375rem;top:50%;transform:translateY(-50%);height:40%;width:1px;background:rgba(17,24,39,.1);}
.orvix-cat-tabs__nav button.is-active::after{display:none;}
.orvix-cat-tabs__nav button:not(.is-active):hover{color:var(--bs-primary);background:var(--orvix-primary-tint-10);}
html[data-bs-theme="dark"] .orvix-cat-tabs__nav button:not(:last-child)::after{background:rgba(255,255,255,.1);}
.orvix-cat-tabs__nav button.is-active{background:var(--bs-primary);box-shadow:0 8px 18px -14px rgba(15,23,42,.38);color:#ffffff;}
html[data-bs-theme="dark"] .orvix-cat-tabs__nav button.is-active{background:var(--orvix-cat-surface-strong);box-shadow:none;border-color:transparent;}
.orvix-cat-tabs-content{margin-top:1rem;padding:0.75rem 0;}
html[data-bs-theme="dark"] .orvix-cat-tabs-content{background:transparent;border:0;}
.orvix-pl-tabs .nav-link.active::after{border-top-color:var(--bs-primary);}
.orvix-pl-tabs .nav-link:hover:not(.active), .orvix-pl-tabs .nav-link:focus:not(.active) { color: var(--bs-body-color) !important; }
.orvix-cat-tabs__panel{display:none;animation:tabFadeInRight .3s cubic-bezier(.4,0,.2,1) forwards;}
@keyframes tabFadeInRight{from{opacity:0;transform:translateX(-15px);}to{opacity:1;transform:translateX(0);}}
.orvix-cat-tabs__panel.is-active{display:block;}
.orvix-cat-info-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.68rem;margin-bottom:.9rem;}
@media (min-width:768px){.orvix-cat-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (min-width:992px){.orvix-cat-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
.orvix-cat-info-grid > div{background:#ffffff;border:1px solid var(--orvix-cat-border);border-radius:16px;padding:.85rem;box-shadow:0 2px 8px rgba(0,0,0,0.02);display:flex;align-items:center;gap:.75rem;}
html[data-bs-theme="dark"] .orvix-cat-info-grid > div{background:rgba(255,255,255,.04);}
.orvix-cat-info-grid > div > div{display:flex;flex-direction:column;}
.orvix-cat-info-grid span{display:block;font-size:.78rem;font-weight:650;color:color-mix(in srgb,var(--bs-body-color) 72%,transparent);}
.orvix-cat-info-grid strong{display:block;margin-top:.15rem;font-size:.96rem;font-weight:740;line-height:1.2;}
.orvix-cat-rich{line-height:1.7;color:var(--bs-body-color);}
.orvix-cat-rich :where(p,ul,ol){margin-top:0;margin-bottom:.9rem;}
.orvix-cat-rich :where(h1,h2,h3){margin:0 0 .65rem;font-weight:760;letter-spacing:0;}
.orvix-cat-rich :where(h2){font-size:1.18rem;color:var(--bs-primary);}
.orvix-cat-rich :where(h3){font-size:1.06rem;}

.orvix-cat-reviews{display:grid;grid-template-columns:1fr;gap:.72rem;}
@media (min-width:768px){.orvix-cat-reviews{grid-template-columns:repeat(2,minmax(0,1fr));}}
.orvix-cat-review{border-radius:14px;background:rgba(15,23,42,.045);padding:.82rem;}
html[data-bs-theme="dark"] .orvix-cat-review{background:rgba(255,255,255,.05);}
.orvix-cat-review__stars{color:#f59e0b;font-size:1.04rem;line-height:1;margin-bottom:.42rem;}
.orvix-cat-review p{margin:0;line-height:1.55;font-weight:550;}
.orvix-cat-faq{display:grid;grid-template-columns:1fr;gap:.75rem;}
@media (min-width:768px){.orvix-cat-faq{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;}}
.orvix-cat-faq .orvix-front-faq__item{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;overflow:hidden;}
html[data-bs-theme="dark"] .orvix-cat-faq .orvix-front-faq__item{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.10);}
.orvix-cat-faq .orvix-front-faq__q{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem 1rem;font-weight:500;color:#111827;}
.orvix-cat-faq .orvix-front-faq__q::-webkit-details-marker{display:none;}
.orvix-cat-faq .orvix-front-faq__q-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.orvix-cat-faq .orvix-front-faq__toggle{flex:0 0 auto;color:var(--orvix-pl-color,var(--bs-primary));transition:transform .18s ease;}
.orvix-cat-faq .orvix-front-faq__item[open] .orvix-front-faq__toggle{transform:rotate(180deg);}
.orvix-cat-faq .orvix-front-faq__a{padding:.35rem 1rem 1rem;color:rgba(15,23,42,.72);line-height:1.65;}
.orvix-cat-faq .orvix-front-faq__item[open] .orvix-front-faq__q{border-bottom:1px solid rgba(15,23,42,.08);}
html[data-bs-theme="dark"] .orvix-cat-faq .orvix-front-faq__q{color:#e8eaf2;}
html[data-bs-theme="dark"] .orvix-cat-faq .orvix-front-faq__a{color:rgba(232,234,242,.78);}
html[data-bs-theme="dark"] .orvix-cat-faq .orvix-front-faq__item[open] .orvix-front-faq__q{border-bottom-color:rgba(255,255,255,.10);}
.orvix-cat-empty{min-height:150px;border-radius:16px;background:rgba(15,23,42,.045);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.45rem;text-align:center;padding:1.1rem;color:color-mix(in srgb,var(--bs-body-color) 70%,transparent);}
.orvix-cat-empty i{font-size:1.7rem;color:var(--orvix-pl-color,var(--bs-primary));}

.orvix-cat-how-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;}
@media (min-width:768px){
  .orvix-cat-how-grid{grid-template-columns:1fr 3.5fr;}
  .orvix-cat-how-img{order:1;}
  .orvix-cat-how-text{order:2;}
}
.orvix-cat-how-img{width:100%;overflow:hidden;border-radius:18px;border:1px solid var(--orvix-cat-border);background:var(--orvix-cat-surface);box-shadow:var(--orvix-cat-shadow);}
.orvix-cat-surface-card{background:var(--orvix-cat-surface);border:1px solid var(--orvix-cat-border);border-radius:18px;box-shadow:var(--orvix-cat-shadow);}
.orvix-cat-review-form,
.orvix-comment{background:var(--orvix-cat-surface);border:1px solid var(--orvix-cat-border);border-radius:18px;}
.orvix-cat-review-form .form-control,
.orvix-cat-review-form textarea{background:var(--orvix-cat-surface);border-color:var(--orvix-cat-border);color:var(--bs-body-color);}
.orvix-cat-review-form .form-control::placeholder,
.orvix-cat-review-form textarea::placeholder{color:color-mix(in srgb,var(--bs-body-color) 45%, transparent);}
html[data-bs-theme="dark"] .orvix-cat-review-form .text-muted,
html[data-bs-theme="dark"] .orvix-comment .text-muted{color:rgba(232,234,242,.64) !important;}
html[data-bs-theme="dark"] .orvix-comment .badge.bg-primary-subtle{
  background: var(--orvix-pl-color);
  background:color-mix(in srgb,var(--orvix-pl-color,var(--bs-primary)) 26%, #11162a) !important;
  border: var(--orvix-pl-color);
  border:1px solid color-mix(in srgb,var(--orvix-pl-color,var(--bs-primary)) 42%, rgba(255,255,255,.12));
  color:#eef4ff !important;
  box-shadow:none !important;
}
html[data-bs-theme="dark"] .orvix-comment .badge.bg-primary-subtle i{
  color:#eef4ff !important;
}
html[data-bs-theme="dark"] .orvix-comment img{border-color:rgba(255,255,255,.12) !important;}
html[data-bs-theme="dark"] .orvix-cat-surface-card,
html[data-bs-theme="dark"] .orvix-cat-review-form,
html[data-bs-theme="dark"] .orvix-comment{box-shadow:var(--orvix-cat-shadow);}

@media (max-width:767.98px){
  .orvix-cat-buybar{flex-direction:row;align-items:center;padding:.75rem;}
  .orvix-cat-buybar__left{flex:1;min-width:0;}
  .orvix-cat-buybar__left strong{font-size:.95rem;}
  .orvix-cat-buybar__left span{font-size:.8rem;}
  .orvix-cat-buybar__icon{width:40px;height:40px;}
  .orvix-cat-buybar__icon i{font-size:1.15rem;}
  .orvix-cat-buybar__right{gap:.5rem;}
  .orvix-cat-buybar__btn{
    flex:0 0 auto;
    width:auto;
    max-width:max-content;
    height:40px;
    padding:0 .72rem;
    font-size:.76rem;
    font-weight:700;
    gap:0;
  }
  .orvix-cat-buybar__btn span{display:inline;}
  .orvix-cat-buybar__btn i{display:none;}
}

/* TOC Styles */
.orvix-toc{padding:.9rem 1rem;border-radius:14px;background:rgba(0,0,0,.035);border:1px solid rgba(0,0,0,.07);}
html[data-bs-theme="dark"] .orvix-toc{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.10);}
.orvix-toc a{color:inherit;text-decoration:none;transition:color .15s ease;}
.orvix-toc a:hover{color:var(--orvix-pl-color,var(--bs-primary));}
.orvix-section-title{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;margin:0 0 .75rem;}

/* Info grid icon box */
.orvix-pkg-ic{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:0 0 auto;}
.orvix-pkg-ic i{font-size:1.1rem;color:#fff;}

/* Anchor scroll offset for sticky header */
.orvix-cat-rich :where(h2,h3),[id]{scroll-margin-top:80px;}
