/* ==========================================================================
   Webstrok.com - Main Stylesheet
   Custom CSS for public website - Bootstrap 5 Enhancement
   ========================================================================== */

/* ---------- CSS Variables / Root ---------- */
:root {
    --ws-primary: #0d6efd;
    --ws-dark: #0d1b2a;
    --ws-gradient: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    --ws-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
    --ws-shadow-lg: 0 1rem 3rem rgba(0,0,0,.12);
    --ws-transition: all 0.3s ease;
    --ws-radius: 0.5rem;
}

[data-bs-theme="dark"] {
    --ws-dark: #0a0f1a;
    --bs-body-bg: #0f1724;
    --bs-body-color: #e0e0e0;
}

/* ---------- Global ---------- */
body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    scroll-behavior: smooth;
    font-size: 0.925rem;
    line-height: 1.6;
}

/* ---------- Unified Type Scale ---------- */
h1 { font-size: 1.65rem; line-height: 1.25; }
h2 { font-size: 1.4rem; line-height: 1.3; }
h3 { font-size: 1.2rem; line-height: 1.35; }
h4 { font-size: 1.05rem; line-height: 1.4; }
h5 { font-size: 0.95rem; line-height: 1.4; }
h6 { font-size: 0.85rem; line-height: 1.45; }
p, li, td, th, label, input, select, textarea { font-size: inherit; }
.lead { font-size: 1rem; }
.small, small { font-size: 0.8rem; }
.fs-5 { font-size: 0.95rem !important; }
.fs-4 { font-size: 1.05rem !important; }
.fs-3 { font-size: 1.15rem !important; }
.fs-2 { font-size: 1.3rem !important; }
.fs-1 { font-size: 1.5rem !important; }

a { transition: var(--ws-transition); }

img { max-width: 100%; height: auto; }

::selection {
    background: var(--ws-primary);
    color: #fff;
}

/* ---------- Top Bar ---------- */
.top-bar {
    background: #060a14;
    padding: 6px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1031;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: transform .3s ease;
}
.top-bar-link {
    font-size: .72rem;
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: color .2s;
}
.top-bar-link:hover { color: #0d6efd; }
.top-bar-link i { font-size: .65rem; }
.top-bar-divider { color: rgba(255,255,255,.15); font-size: .7rem; }
.top-bar-social {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .65rem;
    color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.05);
    text-decoration: none;
    transition: all .2s;
}
.top-bar-social:hover {
    color: #fff;
    background: #0d6efd;
}

/* ---------- Navbar ---------- */
.navbar { transition: var(--ws-transition); }

.navbar.scrolled {
    background: rgba(13, 27, 42, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: var(--ws-shadow);
}

.navbar-brand { font-size: 1.4rem; letter-spacing: -0.5px; }

/* ---------- Logo ---------- */
.ws-logo-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    flex-shrink: 0;
}
.ws-logo-mark > .bi-hexagon-fill {
    font-size: 2rem;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(13,110,253,.35));
}
.ws-logo-inner {
    position: absolute;
    font-size: .85rem;
    color: #fff;
    -webkit-text-fill-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.ws-logo-text {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -.5px;
    background: linear-gradient(135deg, #fff 40%, rgba(13,110,253,.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
footer .ws-logo-text,
[data-bs-theme="light"] .ws-logo-text {
    background: linear-gradient(135deg, #fff 40%, rgba(13,110,253,.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-link {
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--ws-primary);
    transition: var(--ws-transition);
}

.nav-link:hover::after,
.nav-link.active::after { width: 60%; }

/* ---------- Hero Section ---------- */
.hero-section {
    background: #0a0e1a;
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 3.5rem 0 2rem;
}
.hero-h1 {
    font-size: 2.1rem !important;
    line-height: 1.2;
}
.hero-sub {
    font-size: 1rem;
    line-height: 1.7;
}
.hero-check {
    font-size: .78rem;
    color: rgba(255,255,255,.55);
    display: inline-flex;
    align-items: center;
}

/* Grid background */
.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(13,110,253,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13,110,253,.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 100%);
}

/* Glow orbs */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
}
.hero-glow-1 {
    width: 500px; height: 500px;
    top: -15%; right: -5%;
    background: rgba(13,110,253,.12);
    animation: heroFloat 8s ease-in-out infinite;
}
.hero-glow-2 {
    width: 400px; height: 400px;
    bottom: -10%; left: -5%;
    background: rgba(111,66,193,.12);
    animation: heroFloat 10s ease-in-out infinite reverse;
}

@keyframes heroFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(15px, -25px) scale(1.05); }
    50% { transform: translate(25px, -15px) scale(0.95); }
    75% { transform: translate(-10px, -30px) scale(1.02); }
}
@keyframes heroFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-20px, 15px) scale(1.08); }
    66% { transform: translate(15px, -20px) scale(0.92); }
}
@keyframes glowPulse {
    0%, 100% { opacity: .12; filter: blur(60px); }
    50% { opacity: .22; filter: blur(80px); }
}
@keyframes glowColorShift1 {
    0%, 100% { background: rgba(13,110,253,.12); }
    33% { background: rgba(111,66,193,.15); }
    66% { background: rgba(13,202,240,.12); }
}
@keyframes glowColorShift2 {
    0%, 100% { background: rgba(111,66,193,.12); }
    33% { background: rgba(13,202,240,.15); }
    66% { background: rgba(13,110,253,.12); }
}
.hero-glow-1 {
    animation: heroFloat 10s ease-in-out infinite, glowPulse 6s ease-in-out infinite, glowColorShift1 12s ease-in-out infinite !important;
}
.hero-glow-2 {
    animation: heroFloat2 12s ease-in-out infinite, glowPulse 8s ease-in-out infinite 2s, glowColorShift2 14s ease-in-out infinite !important;
}

/* Animated grid background */
@keyframes gridDrift {
    0% { background-position: 0 0; }
    100% { background-position: 40px 40px; }
}
.hero-grid-bg {
    animation: gridDrift 20s linear infinite !important;
}

/* Gradient headline with shimmer */
.hero-gradient-text {
    background: linear-gradient(135deg, #0d6efd, #6f42c1, #0dcaf0, #0d6efd);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShimmer 4s ease-in-out infinite;
}
@keyframes gradientShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Pulse dot - enhanced */
.pulse-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #28c840;
    display: inline-block;
    animation: pulse 2s ease-in-out infinite, dotGlow 3s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(40,200,64,.5); }
    50% { box-shadow: 0 0 0 6px rgba(40,200,64,0); }
}
@keyframes dotGlow {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.5); }
}

/* Floating particles */
.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.hero-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(13,110,253,.3);
    animation: particleFloat linear infinite;
}
.hero-particle:nth-child(2) { background: rgba(111,66,193,.3); }
.hero-particle:nth-child(3) { background: rgba(13,202,240,.3); }
.hero-particle:nth-child(4) { background: rgba(25,135,84,.25); }
.hero-particle:nth-child(5) { background: rgba(255,193,7,.2); }
.hero-particle:nth-child(6) { background: rgba(13,110,253,.2); width: 2px; height: 2px; }
.hero-particle:nth-child(7) { background: rgba(111,66,193,.25); width: 4px; height: 4px; }
.hero-particle:nth-child(8) { background: rgba(13,202,240,.2); width: 2px; height: 2px; }
@keyframes particleFloat {
    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100px) rotate(360deg); opacity: 0; }
}

/* Badge entrance animation */
@keyframes badgeSlideIn {
    0% { opacity: 0; transform: translateX(-30px) scale(0.9); filter: blur(4px); }
    100% { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}
.hero-badge-animate {
    animation: badgeSlideIn 0.7s cubic-bezier(.4,0,.2,1) forwards;
}

/* Hero heading reveal */
@keyframes headingReveal {
    0% { opacity: 0; transform: translateY(40px); filter: blur(8px); }
    100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}
.hero-heading-animate {
    animation: headingReveal 0.8s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: .15s;
    opacity: 0;
}

/* Sub text fade */
@keyframes subTextFade {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
.hero-sub-animate {
    animation: subTextFade 0.7s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: .35s;
    opacity: 0;
}

/* Check items pop in */
@keyframes checkPop {
    0% { opacity: 0; transform: scale(0.5) translateY(10px); }
    60% { transform: scale(1.1) translateY(-2px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
.hero-check-animate .hero-check {
    opacity: 0;
    animation: checkPop 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.hero-check-animate .hero-check:nth-child(1) { animation-delay: .5s; }
.hero-check-animate .hero-check:nth-child(2) { animation-delay: .65s; }
.hero-check-animate .hero-check:nth-child(3) { animation-delay: .8s; }

/* Button animations */
@keyframes btnSlideUp {
    0% { opacity: 0; transform: translateY(25px); }
    100% { opacity: 1; transform: translateY(0); }
}
.hero-btns-animate .btn {
    opacity: 0;
    animation: btnSlideUp 0.6s cubic-bezier(.4,0,.2,1) forwards;
}
.hero-btns-animate .btn:first-child { animation-delay: .7s; }
.hero-btns-animate .btn:last-child { animation-delay: .85s; }

/* Primary button glow pulse */
.hero-section .btn-primary {
    position: relative;
    overflow: hidden;
}
.hero-section .btn-primary::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(13,110,253,.4), rgba(111,66,193,.4));
    z-index: -1;
    animation: btnGlow 3s ease-in-out infinite;
    filter: blur(8px);
}
@keyframes btnGlow {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}
/* Button shine sweep */
.hero-section .btn-primary::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
    transform: skewX(-25deg);
    animation: btnShineSweep 4s ease-in-out infinite;
    z-index: 1;
}
@keyframes btnShineSweep {
    0%, 100% { left: -75%; }
    50% { left: 125%; }
}

/* Stat cards staggered entrance */
@keyframes statCardIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.hero-stats-animate .col-auto {
    opacity: 0;
    animation: statCardIn 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.hero-stats-animate .col-auto:nth-child(1) { animation-delay: .9s; }
.hero-stats-animate .col-auto:nth-child(2) { animation-delay: 1.05s; }
.hero-stats-animate .col-auto:nth-child(3) { animation-delay: 1.2s; }
.hero-stats-animate .col-auto:nth-child(4) { animation-delay: 1.35s; }

/* Stat card hover glow */
.hero-stat-card {
    transition: all .3s ease;
}
.hero-stat-card:hover {
    background: rgba(13,110,253,.08);
    border-color: rgba(13,110,253,.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13,110,253,.1);
}

/* Number counting animation */
.hero-stat-num {
    transition: color .3s;
}
.hero-stat-num.counting {
    color: #0d6efd;
}

/* Dashboard entrance */
@keyframes dashboardEntrance {
    0% {
        opacity: 0;
        transform: perspective(900px) rotateY(-12deg) rotateX(4deg) translateX(60px) scale(0.85);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        transform: perspective(900px) rotateY(-3deg) rotateX(1.5deg) translateX(0) scale(1);
        filter: blur(0);
    }
}
.hero-dashboard-animate {
    animation: dashboardEntrance 1s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: .4s;
    opacity: 0;
}

/* Dashboard continuous float */
@keyframes dashFloat {
    0%, 100% { transform: perspective(900px) rotateY(-3deg) rotateX(1.5deg) translateY(0); }
    50% { transform: perspective(900px) rotateY(-3deg) rotateX(1.5deg) translateY(-8px); }
}
.hero-dashboard.float-active {
    animation: dashFloat 5s ease-in-out infinite;
}

/* Dashboard glow border */
@keyframes dashGlow {
    0%, 100% { box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 30px rgba(13,110,253,.06); }
    50% { box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 40px rgba(13,110,253,.12), 0 0 80px rgba(111,66,193,.06); }
}
.hero-dashboard.float-active {
    animation: dashFloat 5s ease-in-out infinite, dashGlow 4s ease-in-out infinite;
}

/* Dashboard bars grow */
@keyframes barGrow {
    0% { height: 0% !important; opacity: 0; }
    100% { opacity: 1; }
}
.dash-bar-animate {
    animation: barGrow 0.8s cubic-bezier(.4,0,.2,1) forwards;
    opacity: 0;
}
.dash-bar-group:nth-child(1) .dash-bar-animate { animation-delay: 1.2s; }
.dash-bar-group:nth-child(2) .dash-bar-animate { animation-delay: 1.3s; }
.dash-bar-group:nth-child(3) .dash-bar-animate { animation-delay: 1.4s; }
.dash-bar-group:nth-child(4) .dash-bar-animate { animation-delay: 1.5s; }
.dash-bar-group:nth-child(5) .dash-bar-animate { animation-delay: 1.6s; }
.dash-bar-group:nth-child(6) .dash-bar-animate { animation-delay: 1.7s; }
.dash-bar-group:nth-child(7) .dash-bar-animate { animation-delay: 1.8s; }

/* Progress bar fill animation */
@keyframes progFill {
    0% { width: 0% !important; }
}
.dash-prog-fill-animate {
    animation: progFill 1.2s cubic-bezier(.4,0,.2,1) forwards;
}
.dash-progress-item:nth-child(2) .dash-prog-fill-animate { animation-delay: 1.6s; }
.dash-progress-item:nth-child(3) .dash-prog-fill-animate { animation-delay: 1.8s; }
.dash-progress-item:nth-child(4) .dash-prog-fill-animate { animation-delay: 2.0s; }

/* Activity rows slide in */
@keyframes activitySlide {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}
.dash-activity-animate .dash-activity-row {
    opacity: 0;
    animation: activitySlide 0.4s cubic-bezier(.4,0,.2,1) forwards;
}
.dash-activity-animate .dash-activity-row:nth-child(2) { animation-delay: 1.4s; }
.dash-activity-animate .dash-activity-row:nth-child(3) { animation-delay: 1.6s; }
.dash-activity-animate .dash-activity-row:nth-child(4) { animation-delay: 1.8s; }
.dash-activity-animate .dash-activity-row:nth-child(5) { animation-delay: 2.0s; }

/* Dashboard mini cards fade in */
@keyframes miniCardFade {
    0% { opacity: 0; transform: translateY(15px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
.dash-stats-animate .dash-mini-card {
    opacity: 0;
    animation: miniCardFade 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
.dash-stats-animate .dash-mini-card:nth-child(1) { animation-delay: .9s; }
.dash-stats-animate .dash-mini-card:nth-child(2) { animation-delay: 1.05s; }
.dash-stats-animate .dash-mini-card:nth-child(3) { animation-delay: 1.2s; }

/* Sidebar items cascade */
@keyframes sidebarItemPop {
    0% { opacity: 0; transform: scale(0.5); }
    100% { opacity: 1; transform: scale(1); }
}
.dash-sidebar-animate .dash-sidebar-item,
.dash-sidebar-animate .dash-sidebar-logo {
    opacity: 0;
    animation: sidebarItemPop 0.3s cubic-bezier(.4,0,.2,1) forwards;
}
.dash-sidebar-animate > :nth-child(1) { animation-delay: .7s; }
.dash-sidebar-animate > :nth-child(2) { animation-delay: .8s; }
.dash-sidebar-animate > :nth-child(3) { animation-delay: .9s; }
.dash-sidebar-animate > :nth-child(4) { animation-delay: 1.0s; }
.dash-sidebar-animate > :nth-child(5) { animation-delay: 1.1s; }
.dash-sidebar-animate > :nth-child(6) { animation-delay: 1.2s; }
.dash-sidebar-animate > :nth-child(7) { animation-delay: 1.3s; }
.dash-sidebar-animate > :nth-child(8) { animation-delay: 1.4s; }

/* Browser bar typing */
@keyframes urlBarType {
    0% { width: 0; opacity: 0; }
    10% { opacity: 1; }
    100% { width: 100%; opacity: 1; }
}
.dash-url-animate {
    overflow: hidden;
    white-space: nowrap;
    animation: urlBarType 1.5s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: .5s;
    width: 0;
    opacity: 0;
}

/* Continuous subtle animations for active dashboard state */
@keyframes miniTrendBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-2px); }
}
.dash-mini-trend {
    animation: miniTrendBounce 3s ease-in-out infinite;
}
.dash-mini-card:nth-child(2) .dash-mini-trend { animation-delay: 1s; }
.dash-mini-card:nth-child(3) .dash-mini-trend { animation-delay: 2s; }

/* Activity dot pulse */
@keyframes actDotPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: .7; }
}
.dash-act-dot {
    animation: actDotPulse 3s ease-in-out infinite;
}
.dash-activity-row:nth-child(3) .dash-act-dot { animation-delay: .75s; }
.dash-activity-row:nth-child(4) .dash-act-dot { animation-delay: 1.5s; }
.dash-activity-row:nth-child(5) .dash-act-dot { animation-delay: 2.25s; }

/* Scan line over dashboard (subtle tech effect) */
@keyframes scanLine {
    0% { top: -2px; opacity: 0; }
    5% { opacity: .15; }
    95% { opacity: .15; }
    100% { top: 100%; opacity: 0; }
}
.hero-dashboard::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(13,110,253,.4), rgba(111,66,193,.4), transparent);
    z-index: 10;
    pointer-events: none;
    animation: scanLine 6s linear infinite;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .hero-glow, .hero-particle, .hero-gradient-text, .hero-dashboard::after,
    .dash-mini-trend, .dash-act-dot, .hero-section .btn-primary::before,
    .hero-section .btn-primary::after { animation: none !important; }
    .hero-dashboard.float-active { animation: none !important; }
}

/* Stat cards */
.hero-stat-card {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
}
.hero-stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.hero-stat-label {
    font-size: .75rem;
    color: rgba(255,255,255,.5);
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* Dashboard mockup */
.hero-dashboard {
    background: #111827;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.08);
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(0,0,0,.5),
        0 0 30px rgba(13,110,253,.06);
    position: relative;
    transform: perspective(900px) rotateY(-3deg) rotateX(1.5deg);
    transition: transform 0.5s ease;
}
.hero-dashboard:hover {
    transform: perspective(900px) rotateY(0) rotateX(0);
}
.dash-browser-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(255,255,255,.03);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.dash-url-bar {
    flex: 1;
    text-align: center;
    font-size: .65rem;
    color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.04);
    border-radius: 6px;
    padding: 4px 12px;
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
}
.dash-layout {
    display: flex;
    min-height: 380px;
}
.dash-sidebar {
    width: 44px;
    background: rgba(255,255,255,.02);
    border-right: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    gap: 6px;
}
.dash-sidebar-logo {
    color: #0d6efd;
    font-size: .85rem;
    margin-bottom: 8px;
}
.dash-sidebar-item {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .7rem;
    color: rgba(255,255,255,.3);
    transition: all .2s;
}
.dash-sidebar-item.active {
    background: rgba(13,110,253,.15);
    color: #0d6efd;
}
.dash-content {
    flex: 1;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.dash-stats-row {
    display: flex;
    gap: 8px;
}
.dash-mini-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.05);
}
.dash-mini-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    flex-shrink: 0;
}
.dash-mini-info {
    display: flex;
    flex-direction: column;
}
.dash-mini-val {
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.dash-mini-label {
    font-size: .55rem;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-top: 2px;
}
.dash-chart-area {
    flex: 1;
    border-radius: 10px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    padding: 12px;
    display: flex;
    flex-direction: column;
}
.dash-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.dash-chart-title {
    font-size: .7rem;
    font-weight: 600;
    color: rgba(255,255,255,.7);
}
.dash-chart-period {
    font-size: .55rem;
    color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.04);
    padding: 2px 8px;
    border-radius: 4px;
}
.dash-chart-bars {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    min-height: 80px;
}
.dash-bar-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.dash-bar {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: rgba(13,110,253,.2);
    transition: background .3s;
}
.dash-bar-label {
    font-size: .45rem;
    color: rgba(255,255,255,.25);
    margin-top: 3px;
    text-transform: uppercase;
}
.dash-bar.active {
    background: linear-gradient(to top, #0d6efd, #6f42c1);
}
.hero-dashboard:hover .dash-bar {
    background: rgba(13,110,253,.3);
}
.hero-dashboard:hover .dash-bar.active {
    background: linear-gradient(to top, #0d6efd, #6f42c1);
}
.dash-activity {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dash-activity-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.03);
}
.dash-act-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.dash-act-text {
    font-size: .65rem;
    color: rgba(255,255,255,.55);
    flex: 1;
}

/* Dashboard topbar */
.dash-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,.04);
}
.dash-topbar-title {
    font-size: .75rem;
    font-weight: 700;
    color: rgba(255,255,255,.7);
    flex: 1;
}
.dash-topbar-search {
    font-size: .6rem;
    color: rgba(255,255,255,.25);
    background: rgba(255,255,255,.04);
    width: 22px; height: 22px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash-topbar-avatar {
    font-size: .5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    width: 22px; height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dashboard trend badges */
.dash-mini-trend {
    font-size: .5rem;
    font-weight: 700;
    margin-left: auto;
    padding: 2px 5px;
    border-radius: 4px;
}
.dash-mini-trend.up {
    color: #198754;
    background: rgba(25,135,84,.12);
}

/* Chart tabs */
.dash-chart-tabs {
    display: flex;
    gap: 2px;
}
.dash-tab {
    font-size: .5rem;
    color: rgba(255,255,255,.3);
    padding: 2px 7px;
    border-radius: 4px;
    cursor: default;
}
.dash-tab.active {
    background: rgba(13,110,253,.15);
    color: #0d6efd;
}

/* Dashboard section label */
.dash-section-label {
    font-size: .55rem;
    font-weight: 700;
    color: rgba(255,255,255,.45);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

/* Dashboard bottom row */
.dash-bottom-row {
    display: flex;
    gap: 10px;
}
.dash-activity {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 10px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    padding: 10px;
}
.dash-progress-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 10px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.05);
    padding: 10px;
}
.dash-progress-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dash-prog-name {
    font-size: .55rem;
    color: rgba(255,255,255,.45);
}
.dash-prog-bar {
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,.06);
    overflow: hidden;
}
.dash-prog-fill {
    height: 100%;
    border-radius: 2px;
    transition: width .6s ease;
}

/* Trust strip */
.hero-trust-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px 0 8px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.hero-trust-label {
    font-size: .7rem;
    font-weight: 600;
    color: rgba(255,255,255,.35);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.hero-trust-tag {
    font-size: .7rem;
    color: rgba(255,255,255,.5);
    padding: 3px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.06);
}
.hero-trust-tag i {
    margin-right: 3px;
    color: rgba(13,110,253,.7);
}

/* ---------- Cards & Hover Effects ---------- */
.hover-lift {
    transition: var(--ws-transition);
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: var(--ws-shadow-lg);
}

.card {
    border-radius: var(--ws-radius);
    overflow: hidden;
}

.card-img-top {
    transition: var(--ws-transition);
}

.hover-lift:hover .card-img-top {
    transform: scale(1.03);
}

/* ---------- Sections ---------- */
section { position: relative; }

.badge { font-weight: 500; letter-spacing: 0.3px; }

/* ---------- Buttons ---------- */
.btn {
    font-weight: 500;
    border-radius: 0.375rem;
    transition: var(--ws-transition);
}

.btn-primary {
    background: var(--ws-gradient);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0a58ca 0%, #084298 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13,110,253,.35);
}

.btn-lg { padding: 0.75rem 1.5rem; }

/* ---------- Form Controls ---------- */
.form-control:focus,
.form-select:focus {
    border-color: var(--ws-primary);
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}

.form-control-lg,
.form-select-lg { border-radius: 0.5rem; }

/* ---------- Blog Content ---------- */
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.blog-content p { line-height: 1.8; margin-bottom: 1rem; }

.blog-content img {
    border-radius: var(--ws-radius);
    margin: 1rem 0;
}

.blog-content pre {
    background: #1e2a3a;
    color: #e0e0e0;
    border-radius: var(--ws-radius);
    padding: 1rem;
    overflow-x: auto;
}

.blog-content code {
    background: rgba(13,110,253,.1);
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    color: var(--ws-primary);
    font-size: 0.9em;
}

.blog-content pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.blog-content blockquote {
    border-left: 4px solid var(--ws-primary);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: rgba(13,110,253,.05);
    border-radius: 0 var(--ws-radius) var(--ws-radius) 0;
}

/* ---------- Footer ---------- */
footer a:hover { opacity: 1 !important; color: var(--ws-primary) !important; }

/* ---------- Testimonial Carousel ---------- */
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next { width: auto; }

/* ---------- Scroll to Top ---------- */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--ws-primary);
    color: #fff;
    border: none;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1040;
    box-shadow: var(--ws-shadow);
    transition: var(--ws-transition);
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(13,110,253,.4);
}

.scroll-to-top.show { display: flex; }

/* ---------- Pagination ---------- */
.pagination .page-link {
    border-radius: 0.375rem !important;
    margin: 0 2px;
    border: none;
    color: #333;
}

.pagination .page-item.active .page-link {
    background: var(--ws-primary);
    color: #fff;
}

/* ---------- Loading Spinner ---------- */
.spinner-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* ---------- Dark Mode Adjustments ---------- */
[data-bs-theme="dark"] .card { background: #1a2332; border-color: #2a3a4a; }
[data-bs-theme="dark"] .bg-light { background: #0f1724 !important; }
[data-bs-theme="dark"] .text-dark { color: #e0e0e0 !important; }
[data-bs-theme="dark"] .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.2) !important; }
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select { background: #1a2332; border-color: #2a3a4a; color: #e0e0e0; }
[data-bs-theme="dark"] .table { color: #e0e0e0; }
[data-bs-theme="dark"] footer { background: #080d14 !important; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    h1 { font-size: 1.4rem; }
    h2 { font-size: 1.2rem; }
    .hero-h1 { font-size: 1.8rem !important; }
    .hero-dashboard { transform: none; }
    .hero-trust-strip { justify-content: center; }
}

@media (max-width: 767.98px) {
    h1 { font-size: 1.25rem; }
    h2 { font-size: 1.1rem; }
    .hero-section { text-align: center; padding: 2rem 0 1rem; }
    .hero-h1 { font-size: 1.6rem !important; }
    .hero-section .d-flex { justify-content: center; }
    .hero-section .row.g-3 { justify-content: center; }
    .hero-section p { margin-left: auto; margin-right: auto; }
    .hero-badge { display: flex; justify-content: center; }
    .hero-check { font-size: .72rem; }
    .hero-trust-strip { justify-content: center; font-size: .65rem; }
    .dash-layout { min-height: 220px; }
    .dash-mini-val { font-size: .7rem; }
    .dash-bottom-row { flex-direction: column; }
}

/* ---------- Animations ---------- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in-up { animation: fadeInUp 0.6s ease forwards; }

/* Typewriter cursor for heading */
.hero-cursor {
    display: inline-block;
    width: 2px;
    height: .85em;
    background: #0d6efd;
    margin-left: 4px;
    vertical-align: text-bottom;
    animation: cursorBlink 1s step-end infinite;
}
@keyframes cursorBlink {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* ---------- Print ---------- */
@media print {
    .navbar, footer, .scroll-to-top, .btn { display: none !important; }
    body { font-size: 12pt; }
}

/* ==========================================================================
   SHARED PREMIUM PAGE STYLES
   ========================================================================== */

/* ---------- Page Hero (shared across all inner pages) ---------- */
.ws-page-hero {
    position: relative;
    background: #0a0e1a;
    overflow: hidden;
    min-height: 340px;
}
.ws-page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.ws-page-hero-mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(13,110,253,.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(111,66,193,.1) 0%, transparent 40%),
        linear-gradient(180deg, rgba(10,14,26,.0) 0%, rgba(10,14,26,.8) 100%);
    background-size: cover;
}
.ws-page-hero-mesh::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, black 0%, transparent 100%);
}
.ws-page-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .4;
}
.ws-page-hero-orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(13,110,253,.3);
    top: -100px;
    left: -80px;
    animation: wsHeroFloat 12s ease-in-out infinite;
}
.ws-page-hero-orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(111,66,193,.25);
    bottom: -80px;
    right: -60px;
    animation: wsHeroFloat 15s ease-in-out infinite reverse;
}
@keyframes wsHeroFloat {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(15px, -20px); }
    66% { transform: translate(-10px, 15px); }
}
.ws-page-hero-title {
    font-size: 1.6rem !important;
    line-height: 1.25;
    letter-spacing: -.3px;
}

/* Shared gradient text */
.ws-gradient-text {
    background: linear-gradient(135deg, #0d6efd, #6f42c1, #0dcaf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Shared trust pills */
.ws-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    color: rgba(255,255,255,.6);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    transition: all .3s;
}
.ws-pill:hover {
    background: rgba(13,110,253,.12);
    border-color: rgba(13,110,253,.25);
    color: rgba(255,255,255,.85);
}
.ws-pill i { font-size: .7rem; color: #0d6efd; }

/* Shared floating stat cards */
.ws-hero-visual {
    position: relative;
    height: 280px;
}
.ws-float-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 14px 20px;
    backdrop-filter: blur(12px);
    position: absolute;
    min-width: 190px;
    transition: transform .3s;
}
.ws-float-card:hover { transform: translateY(-4px) !important; }
.ws-float-card i { font-size: 1.5rem; }
.ws-float-label {
    font-size: .65rem;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ws-float-val {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
}
.ws-float-1 { top: 20px; left: 30px; animation: wsBob 6s ease-in-out infinite; }
.ws-float-2 { top: 110px; right: 10px; animation: wsBob 7s ease-in-out 1s infinite; }
.ws-float-3 { bottom: 10px; left: 60px; animation: wsBob 8s ease-in-out 2s infinite; }
@keyframes wsBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ---------- Shared Section Header ---------- */
.ws-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(13,110,253,.08);
    color: #0d6efd;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.ws-section-badge i { font-size: .75rem; }
.ws-section-title {
    font-size: 1.5rem !important;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.ws-section-sub {
    font-size: .88rem;
    color: #6b7a8d;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Shared Premium Card ---------- */
.ws-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.ws-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(0,0,0,.08);
    border-color: #d0d8e4;
}
.ws-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(111,66,193,.06));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #0d6efd;
    margin-bottom: 16px;
    transition: all .3s;
}
.ws-card:hover .ws-card-icon {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(135deg, rgba(13,110,253,.14), rgba(111,66,193,.1));
}
.ws-card-body {
    padding: 28px 24px;
    flex: 1;
}
.ws-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.ws-card-text {
    font-size: .84rem;
    color: #6b7a8d;
    line-height: 1.6;
    margin-bottom: 0;
}
.ws-card-footer {
    padding: 0 24px 24px;
}

/* Accent top-bar variants */
.ws-card-accent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0d6efd, #6f42c1, #0dcaf0);
    opacity: 0;
    transition: opacity .3s;
}
.ws-card-accent:hover::before { opacity: 1; }

/* ---------- Shared Feature Strip ---------- */
.ws-feature-strip {
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.ws-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.ws-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(111,66,193,.06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0d6efd;
    margin-bottom: 12px;
    transition: all .3s;
}
.ws-feature-item:hover .ws-feature-icon {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(13,110,253,.14), rgba(111,66,193,.1));
}

/* ---------- Shared Process Steps ---------- */
.ws-step {
    text-align: center;
    position: relative;
    padding: 24px 16px;
}
.ws-step-num {
    font-size: .7rem;
    font-weight: 800;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    letter-spacing: .5px;
}
.ws-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
    transition: transform .3s;
}
.ws-step:hover .ws-step-icon {
    transform: translateY(-4px) scale(1.05);
}
.ws-step-connector {
    position: absolute;
    right: -22px;
    top: 85px;
    color: #ccc;
    font-size: .8rem;
}

/* ---------- Shared CTA ---------- */
.ws-cta {
    background: linear-gradient(135deg, #0a0e1a 0%, #0d2847 50%, #0a0e1a 100%);
    position: relative;
    overflow: hidden;
}
.ws-cta-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.ws-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}
.ws-cta-orb-1 {
    width: 500px;
    height: 500px;
    background: rgba(13,110,253,.2);
    top: -200px;
    left: -100px;
    animation: wsHeroFloat 15s ease-in-out infinite;
}
.ws-cta-orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(111,66,193,.15);
    bottom: -150px;
    right: -100px;
    animation: wsHeroFloat 18s ease-in-out infinite reverse;
}

/* ---------- Shared FAQ ---------- */
.ws-faq-item {
    border: 1px solid #eef1f5 !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow .3s;
}
.ws-faq-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.ws-faq-item .accordion-button {
    font-size: .88rem;
    padding: 16px 20px;
    gap: 12px;
    background: #fff;
    border-radius: 12px !important;
}
.ws-faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #0d6efd;
    box-shadow: none;
}
.ws-faq-item .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.ws-faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(13,110,253,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: #0d6efd;
    flex-shrink: 0;
}
.ws-faq-item .accordion-body {
    font-size: .84rem;
    line-height: 1.7;
}

/* ---------- Shared Add-on / Service Card ---------- */
.ws-addon-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 14px;
    height: 100%;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    cursor: default;
}
.ws-addon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
    border-color: #d4dbe5;
}
.ws-addon-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform .3s;
}
.ws-addon-card:hover .ws-addon-icon {
    transform: scale(1.1);
}
.ws-addon-content { flex: 1; }
.ws-addon-arrow {
    color: #c8ced5;
    font-size: .9rem;
    transition: all .3s;
    opacity: 0;
    transform: translateX(-6px);
}
.ws-addon-card:hover .ws-addon-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #0d6efd;
}

/* ---------- Shared Stats Cards ---------- */
.ws-stat-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.ws-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
}
.ws-stat-num {
    font-size: 1.6rem;
    font-weight: 900;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
}
.ws-stat-label {
    font-size: .75rem;
    color: #7b8794;
    font-weight: 500;
}

/* ---------- Shared Tech Badge ---------- */
.ws-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: rgba(13,110,253,.06);
    border: 1px solid rgba(13,110,253,.12);
    border-radius: 50px;
    font-size: .78rem;
    font-weight: 600;
    color: #0d6efd;
    transition: all .3s;
}
.ws-tech-badge:hover {
    background: rgba(13,110,253,.12);
    border-color: rgba(13,110,253,.25);
    transform: translateY(-2px);
}

/* Dark section tech badges */
.ws-dark-section { background: #0a0e1a; }
.ws-dark-section .ws-tech-badge {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
}
.ws-dark-section .ws-tech-badge:hover {
    background: rgba(13,110,253,.15);
    border-color: rgba(13,110,253,.3);
    color: #0d6efd;
}

/* ---------- Premium Form ---------- */
.ws-form-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.ws-form-card .form-control,
.ws-form-card .form-select {
    border-radius: 10px;
    border-color: #e0e5ec;
    padding: 12px 16px;
    font-size: .88rem;
    transition: all .3s;
}
.ws-form-card .form-control:focus,
.ws-form-card .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13,110,253,.1);
}
.ws-form-card .form-label {
    font-size: .82rem;
    font-weight: 600;
    color: #3d4f5f;
}

/* ---------- Sidebar info card ---------- */
.ws-info-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
    transition: all .3s;
}
.ws-info-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.ws-info-card-body {
    padding: 24px;
}
.ws-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}
.ws-info-card .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13,110,253,.06);
    border: 1px solid rgba(13,110,253,.1);
    color: #0d6efd;
    font-size: .9rem;
    transition: all .3s;
    text-decoration: none;
}
.ws-info-card .social-btn:hover {
    background: #0d6efd;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13,110,253,.25);
}

/* ---------- Premium Button ---------- */
.ws-btn {
    padding: 12px 24px;
    font-weight: 600;
    font-size: .88rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .3s;
}
.ws-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,110,253,.2);
}
.ws-btn i { transition: transform .3s; }
.ws-btn:hover i { transform: translateX(4px); }

/* ---------- Shared Responsive ---------- */
@media (max-width: 991.98px) {
    .ws-page-hero-title { font-size: 1.4rem !important; }
    .ws-step-connector { display: none !important; }
    .ws-section-title { font-size: 1.3rem !important; }
}
@media (max-width: 767.98px) {
    .ws-page-hero { min-height: auto; text-align: center; }
    .ws-page-hero-title { font-size: 1.2rem !important; }
    .ws-section-title { font-size: 1.15rem !important; }
    .ws-feature-strip { padding: 20px 16px; }
    .ws-pill { font-size: .7rem; padding: 5px 10px; }
}


/* ==========================================================================
   PRICING PAGE - Professional Styling
   ========================================================================== */

/* ---------- Pricing Hero ---------- */
.pricing-hero {
    position: relative;
    background: #0a0e1a;
    overflow: hidden;
    min-height: 380px;
}
.pricing-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.pricing-hero-mesh {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(13,110,253,.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(111,66,193,.1) 0%, transparent 40%),
        linear-gradient(180deg, rgba(10,14,26,.0) 0%, rgba(10,14,26,.8) 100%);
    background-size: cover;
}
.pricing-hero-mesh::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, black 0%, transparent 100%);
}
.pricing-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .4;
}
.pricing-hero-orb-1 {
    width: 400px;
    height: 400px;
    background: rgba(13,110,253,.3);
    top: -100px;
    left: -80px;
    animation: pricingFloat 12s ease-in-out infinite;
}
.pricing-hero-orb-2 {
    width: 300px;
    height: 300px;
    background: rgba(111,66,193,.25);
    bottom: -80px;
    right: -60px;
    animation: pricingFloat 15s ease-in-out infinite reverse;
}
@keyframes pricingFloat {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(15px, -20px); }
    66% { transform: translate(-10px, 15px); }
}

.pricing-hero-title {
    font-size: 1.6rem !important;
    line-height: 1.25;
    letter-spacing: -.3px;
}
.pricing-gradient-text {
    background: linear-gradient(135deg, #0d6efd, #6f42c1, #0dcaf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero floating trust pills */
.pricing-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    color: rgba(255,255,255,.6);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    padding: 6px 14px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    transition: all .3s;
}
.pricing-pill:hover {
    background: rgba(13,110,253,.12);
    border-color: rgba(13,110,253,.25);
    color: rgba(255,255,255,.85);
}
.pricing-pill i { font-size: .7rem; color: #0d6efd; }

/* Hero floating stat cards */
.pricing-hero-visual {
    position: relative;
    height: 280px;
}
.pricing-float-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 14px 20px;
    backdrop-filter: blur(12px);
    position: absolute;
    min-width: 190px;
    transition: transform .3s;
}
.pricing-float-card:hover { transform: translateY(-4px) !important; }
.pricing-float-card i { font-size: 1.5rem; }
.pricing-float-label {
    font-size: .65rem;
    color: rgba(255,255,255,.4);
    text-transform: uppercase;
    letter-spacing: .5px;
}
.pricing-float-val {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
}
.pricing-float-1 {
    top: 20px;
    left: 30px;
    animation: pricingBob 6s ease-in-out infinite;
}
.pricing-float-2 {
    top: 110px;
    right: 10px;
    animation: pricingBob 7s ease-in-out 1s infinite;
}
.pricing-float-3 {
    bottom: 10px;
    left: 60px;
    animation: pricingBob 8s ease-in-out 2s infinite;
}
@keyframes pricingBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ---------- Pricing Cards ---------- */
.pricing-section-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(13,110,253,.03) 0%, transparent 70%);
    pointer-events: none;
}
.pricing-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
    border-color: #d0d8e4;
}
.pricing-card-featured {
    border-color: #0d6efd;
    box-shadow: 0 4px 24px rgba(13,110,253,.12);
    transform: scale(1.02);
    z-index: 2;
}
.pricing-card-featured:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 0 24px 64px rgba(13,110,253,.18);
}
.pricing-card-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #6f42c1, #0dcaf0);
}

/* Badge */
.pricing-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: .3px;
    text-transform: uppercase;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(13,110,253,.3);
}

/* Card Head */
.pricing-card-head {
    padding: 32px 28px 24px;
    text-align: center;
    border-bottom: 1px solid #f0f2f5;
}
.pricing-plan-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(111,66,193,.06));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #0d6efd;
    margin-bottom: 16px;
}
.pricing-card-featured .pricing-plan-icon {
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
    color: #fff;
    box-shadow: 0 4px 16px rgba(13,110,253,.25);
}
.pricing-plan-name {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 4px;
    color: #1a1a2e;
}
.pricing-plan-sub {
    font-size: .78rem;
    color: #7b8794;
    margin-bottom: 20px;
}

/* Price */
.pricing-price-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    line-height: 1;
    margin-bottom: 4px;
}
.pricing-currency {
    font-size: .9rem;
    font-weight: 700;
    color: #0d6efd;
    align-self: flex-start;
    margin-top: 4px;
}
.pricing-price {
    font-size: 2.4rem;
    font-weight: 900;
    color: #1a1a2e;
    letter-spacing: -1px;
}
.pricing-card-featured .pricing-price { color: #0d6efd; }
.pricing-card-featured .pricing-currency { color: #0d6efd; }
.pricing-price-label {
    font-size: .72rem;
    color: #9aa5b1;
    text-align: center;
}

/* Features */
.pricing-card-body {
    padding: 24px 28px;
    flex: 1;
}
.pricing-features-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f2f5;
}
.pricing-features-header span { color: #5a6672; white-space: nowrap; }
.pricing-features-bar {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: #eef1f5;
    overflow: hidden;
}
.pricing-features-fill {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #0d6efd, #0dcaf0);
    transition: width .6s ease;
}
.pricing-card-featured .pricing-features-fill {
    background: linear-gradient(90deg, #0d6efd, #6f42c1);
}

.pricing-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: .82rem;
    color: #3d4f5f;
    border-bottom: 1px solid #f8f9fa;
    transition: all .2s;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li:hover { padding-left: 4px; }
.pricing-features li.excluded { color: #b0bac5; }
.pricing-features li.excluded span:last-child { text-decoration: line-through; text-decoration-color: #dde2e8; }
.pricing-feat-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .6rem;
    flex-shrink: 0;
}
.pricing-feat-icon.included {
    background: rgba(25,135,84,.1);
    color: #198754;
}
.pricing-feat-icon.excluded {
    background: rgba(108,117,125,.08);
    color: #adb5bd;
}

/* Card Footer */
.pricing-card-foot {
    padding: 0 28px 28px;
}
.pricing-btn {
    padding: 12px;
    font-weight: 600;
    font-size: .88rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all .3s;
}
.pricing-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13,110,253,.2);
}
.pricing-btn i { transition: transform .3s; }
.pricing-btn:hover i { transform: translateX(4px); }

/* ---------- Guarantee Strip ---------- */
.pricing-guarantee {
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.pricing-guarantee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricing-guarantee-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(111,66,193,.06));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0d6efd;
    margin-bottom: 12px;
    transition: all .3s;
}
.pricing-guarantee-item:hover .pricing-guarantee-icon {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(13,110,253,.14), rgba(111,66,193,.1));
}

/* ---------- Process Steps ---------- */
.pricing-step {
    text-align: center;
    position: relative;
    padding: 24px 16px;
}
.pricing-step-num {
    font-size: .7rem;
    font-weight: 800;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    letter-spacing: .5px;
}
.pricing-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 16px;
    transition: transform .3s;
}
.pricing-step:hover .pricing-step-icon {
    transform: translateY(-4px) scale(1.05);
}
.pricing-step-connector {
    position: absolute;
    right: -22px;
    top: 85px;
    color: #ccc;
    font-size: .8rem;
}

/* ---------- Add-ons ---------- */
.pricing-addon {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #eef1f5;
    border-radius: 14px;
    height: 100%;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    cursor: default;
}
.pricing-addon:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.06);
    border-color: #d4dbe5;
}
.pricing-addon-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform .3s;
}
.pricing-addon:hover .pricing-addon-icon {
    transform: scale(1.1);
}
.pricing-addon-content { flex: 1; }
.pricing-addon-price {
    font-size: .78rem;
    font-weight: 700;
}
.pricing-addon-arrow {
    color: #c8ced5;
    font-size: .9rem;
    transition: all .3s;
    opacity: 0;
    transform: translateX(-6px);
}
.pricing-addon:hover .pricing-addon-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #0d6efd;
}

/* ---------- FAQ ---------- */
.pricing-faq-item {
    border: 1px solid #eef1f5 !important;
    border-radius: 12px !important;
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow .3s;
}
.pricing-faq-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.pricing-faq-item .accordion-button {
    font-size: .88rem;
    padding: 16px 20px;
    gap: 12px;
    background: #fff;
    border-radius: 12px !important;
}
.pricing-faq-item .accordion-button:not(.collapsed) {
    background: #fff;
    color: #0d6efd;
    box-shadow: none;
}
.pricing-faq-item .accordion-button::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.pricing-faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(13,110,253,.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    color: #0d6efd;
    flex-shrink: 0;
}
.pricing-faq-item .accordion-body {
    font-size: .84rem;
    line-height: 1.7;
}

/* ---------- CTA ---------- */
.pricing-cta {
    background: linear-gradient(135deg, #0a0e1a 0%, #0d2847 50%, #0a0e1a 100%);
    position: relative;
}
.pricing-cta-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.pricing-cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
}
.pricing-cta-orb-1 {
    width: 500px;
    height: 500px;
    background: rgba(13,110,253,.2);
    top: -200px;
    left: -100px;
    animation: pricingFloat 15s ease-in-out infinite;
}
.pricing-cta-orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(111,66,193,.15);
    bottom: -150px;
    right: -100px;
    animation: pricingFloat 18s ease-in-out infinite reverse;
}

/* ---------- Pricing Responsive ---------- */
@media (max-width: 991.98px) {
    .pricing-hero-title { font-size: 1.4rem !important; }
    .pricing-card-featured { transform: none; }
    .pricing-card-featured:hover { transform: translateY(-8px); }
    .pricing-step-connector { display: none !important; }
}
@media (max-width: 767.98px) {
    .pricing-hero { min-height: auto; text-align: center; }
    .pricing-hero-title { font-size: 1.2rem !important; }
    .pricing-trust-pills { justify-content: center; }
    .pricing-card { margin-bottom: 8px; }
    .pricing-card-featured { transform: none; }
    .pricing-guarantee { padding: 20px 16px; }
}
