.dropdown {
    position: relative;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 260ms cubic-bezier(.2, .9, .2, 1), transform 260ms cubic-bezier(.2, .9, .2, 1), visibility 260ms;
}

.dropdown-menu.show,
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.feature-item {
    transition: all 0.2s ease;
}

.feature-item:hover {
    transform: translateX(4px);
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
}

.download-hero-gradient {
    background: linear-gradient(130deg, #f4f4ff 0%, #fff 22.64%, #eeebff 49.32%, #f2f2ff 72.5%, #f3f0ff 100%);
}

.download-btn {
    position: relative;
    overflow: hidden;
}

.download-btn::after {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.download-btn:hover::after {
    left: 100%;
}

.feature-grid-item {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(34, 211, 238, 0.05));
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s;
}

.feature-grid-item:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(34, 211, 238, 0.1));
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-4px);
}

.installation-step {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.step-number {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #7041ff 0%, #6366f1 100%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

/* Competitor Comparison (competitor-comparison.php) */
.competitor-gradient-border {
    position: relative;
    background: #fff;
    border-radius: 16px;
}

.competitor-gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #696cfe 0%, #8b5cf6 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.competitor-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.competitor-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.18);
}

.competitor-metric-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(105, 108, 254, 0.16);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    color: #111827;
    font-weight: 600;
    font-size: 0.875rem;
}

.competitor-compare-shell {
    background: linear-gradient(180deg, #fff 0%, #f8f9ff 100%);
    border: 1px solid rgba(105, 108, 254, 0.1);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
    overflow: hidden;
}

.competitor-compare-shell-header {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: #fff;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.competitor-compare-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 249, 255, 1) 100%);
}

.competitor-mini-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(105, 108, 254, 0.12);
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.competitor-mini-card h3 {
    color: #111827;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.competitor-mini-card p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
}

.competitor-comparison-panel {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(105, 108, 254, 0.12);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.competitor-panel-head {
    padding: 1.5rem 1.75rem;
    background: linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
    border-bottom: 1px solid rgba(105, 108, 254, 0.1);
}

.competitor-comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.competitor-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 720px;
}

.competitor-comparison-table th {
    padding: 1.15rem 1.5rem;
    font-weight: 700;
    color: #111827;
    background: #eef2ff;
    border-bottom: 1px solid rgba(105, 108, 254, 0.12);
}

.competitor-comparison-table td {
    padding: 1.1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    color: #4b5563;
}

.competitor-comparison-table tr:nth-child(even) td {
    background: #fafbff;
}

.competitor-comparison-table tr:last-child td {
    border-bottom: none;
}

.competitor-feature-positive {
    color: #0f766e;
    font-weight: 600;
}

.competitor-feature-negative {
    color: #b91c1c;
    font-weight: 600;
}

.competitor-feature-neutral {
    color: #92400e;
    font-weight: 600;
}

.competitor-calculator-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(105, 108, 254, 0.12);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.competitor-cost-card {
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid transparent;
}

.competitor-cost-card.legacy {
    background: linear-gradient(180deg, #fff5f5 0%, #fff 100%);
    border-color: #fecaca;
}

.competitor-cost-card.vs {
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
    border-color: #c7d2fe;
}

.competitor-switch-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(105, 108, 254, 0.1);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    padding: 1.5rem;
}

.competitor-switch-number {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(105, 108, 254, 0.25);
    flex-shrink: 0;
}

.competitor-faq-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.competitor-faq-card:hover {
    border-color: #696cfe;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.competitor-faq-trigger {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
}

.competitor-faq-icon {
    transition: transform 200ms ease;
}

.competitor-faq-card.is-open .competitor-faq-icon {
    transform: rotate(180deg);
}

.competitor-faq-answer {
    transition: max-height 260ms ease;
}

.competitor-gradient-compare {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

@media (max-width: 767px) {
    .competitor-compare-mini-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .competitor-comparison-table {
        min-width: 640px;
    }
}

.contact-card,
.team-card,
.value-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover,
.team-card:hover {
    transform: translateY(-8px);
}

.value-card:hover {
    transform: scale(1.05);
}

.hero-gradient {
    background: linear-gradient(135deg, #7041ff 0%, #6366f1 50%, #a801db 100%);
}

.gradient-bg {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.gradient-bg-dark {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}

.animated-gradient {
    background: linear-gradient(270deg, #7041ff, #6366f1, #a801db, #7041ff);
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

.offer-bg {
    background: linear-gradient(135deg, #6366f1 0%, #8152ff 44.12%, #a801db 100%);
}

.highlight-box {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(124, 58, 237, 0.03) 100%);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-left: 4px solid #6366f1;
}

.info-box {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(37, 99, 235, 0.03) 100%);
    border: 1px solid rgba(59, 130, 246, 0.15);
    border-left: 4px solid #3b82f6;
}

.warning-box {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.05) 0%, rgba(245, 158, 11, 0.03) 100%);
    border: 1px solid rgba(251, 191, 36, 0.15);
    border-left: 4px solid #fbbf24;
}

.error-box {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.05) 0%, rgba(220, 38, 38, 0.03) 100%);
    border: 1px solid rgba(239, 68, 68, 0.15);
    border-left: 4px solid #ef4444;
}

.success-box {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(22, 163, 74, 0.03) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-left: 4px solid #22c55e;
}

.btn {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #9333ea 100%);
}

.btn-primary::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.4);
}

.btn-secondary {
    color: #fff;
    background: transparent;
    border: 1px solid #6366f1;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6366f1;
    border-color: #6366f1;
}

.btn-white {
    color: #6366f1;
    background: #fff;
}

.btn-outline {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.input-focus:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.page-template-home .hero-h1,
.page-template-home-php .hero-h1 {
    line-height: 1.15;
}

.page-template-home .feature-content-pane,
.page-template-home-php .feature-content-pane {
    animation: fadeInUp 0.5s ease-out;
}

.page-template-home .demo-tab-pane,
.page-template-home-php .demo-tab-pane {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.page-template-home .demo-tab-pane.hidden,
.page-template-home-php .demo-tab-pane.hidden {
    display: none;
}

.page-template-home .demo-tab-btn,
.page-template-home-php .demo-tab-btn {
    transition: all 0.3s ease-in-out;
}

.page-template-home .tool-item.selected,
.page-template-home-php .tool-item.selected {
    border-color: #4338ca;
}

.page-template-home .tool-item.selected::after,
.page-template-home-php .tool-item.selected::after {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    content: "\2713";
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4f46e5;
    border-radius: 999px;
}

.page-template-home .tool-badge.show,
.page-template-home .minus-btn.show,
.page-template-home-php .tool-badge.show,
.page-template-home-php .minus-btn.show {
    display: flex !important;
}

.page-template-home .disclaimer.show,
.page-template-home-php .disclaimer.show {
    display: block !important;
}

.page-template-home .filter-btn.active,
.page-template-home-php .filter-btn.active {
    color: #fff !important;
    background: #4f46e5 !important;
    border-color: #4f46e5 !important;
}

#calendlyModal {
    transition: opacity 300ms ease-in-out;
}

#calendlyModal > div:first-child {
    transition: opacity 300ms ease-in-out;
}

#calendlyModal > div:last-child > div {
    animation: slideIn 300ms ease-out;
}

.hero-video video {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: block;
    backface-visibility: hidden;
    image-rendering: auto;
}

.hero-orb-delay {
    animation-delay: 1s;
}

.calendly-widget {
    min-width: 320px;
    height: 700px;
}

#mobile-menu {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.gradient-ai {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.gradient-border {
    position: relative;
    background: #fff;
    border-radius: 12px;
}

.gradient-border::before {
    position: absolute;
    inset: 0;
    padding: 2px;
    content: "";
    background: #696cfe;
    border-radius: 12px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.blinking-cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    margin-left: 2px;
    background-color: #000;
    animation: blink 1s infinite;
}

.wave-bar {
    width: 3px;
    background: linear-gradient(to top, #3b82f6, #6366f1);
    border-radius: 9999px;
    animation: wave 0.8s ease-in-out infinite;
}

.wave-bar:nth-child(1) {
    height: 8px;
    animation-delay: 0s;
}

.wave-bar:nth-child(2) {
    height: 12px;
    animation-delay: 0.1s;
}

.wave-bar:nth-child(3) {
    height: 10px;
    animation-delay: 0.2s;
}

.wave-bar:nth-child(4) {
    height: 14px;
    animation-delay: 0.3s;
}

.wave-bar:nth-child(5) {
    height: 8px;
    animation-delay: 0.15s;
}

.pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

.typing-indicator {
    display: flex;
    gap: 4px;
}

.typing-indicator span {
    width: 8px;
    height: 8px;
    background: #696cfe;
    border-radius: 50%;
    animation: typing 1.4s ease-in-out infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

.custom-scroll::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.pulse-ring {
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.recording-pulse {
    animation: recording 2s ease-in-out infinite;
}

.wave-line {
    animation: wave-line-scale 1.5s ease-in-out infinite;
}

.feature-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 28px;
    background: #696cfe;
    border-radius: 16px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    background: #696cfe;
}

.comparison-table {
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1rem;
}

.comparison-table th {
    padding: 1.5rem;
    font-weight: 600;
    color: #fff;
    background: #696cfe;
}

.comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table tr:last-child td {
    border-bottom: 0;
}

.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    background: #696cfe;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.meeting-card {
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #f3f4f6;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.meeting-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.2);
}

.action-item {
    margin-bottom: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #f0f4ff 0%, #f5f3ff 100%);
    border-left: 4px solid #696cfe;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.action-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.shimmer {
    background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 50%, #f3f4f6 100%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

.checklist-item {
    position: relative;
    padding-left: 2rem;
}

.checklist-item::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    content: "\2713";
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #696cfe;
    border-radius: 999px;
}

.soundwave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 40px;
}

.soundwave span {
    width: 4px;
    background: #696cfe;
    border-radius: 2px;
    animation: soundwave 1s ease-in-out infinite;
}

.soundwave span:nth-child(1) {
    height: 20%;
    animation-delay: 0s;
}

.soundwave span:nth-child(2) {
    height: 60%;
    animation-delay: 0.1s;
}

.soundwave span:nth-child(3) {
    height: 100%;
    animation-delay: 0.2s;
}

.soundwave span:nth-child(4) {
    height: 40%;
    animation-delay: 0.3s;
}

.soundwave span:nth-child(5) {
    height: 80%;
    animation-delay: 0.4s;
}

.soundwave span:nth-child(6) {
    height: 30%;
    animation-delay: 0.5s;
}

.soundwave span:nth-child(7) {
    height: 70%;
    animation-delay: 0.6s;
}

.ai-pattern-overlay {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ai-delay-100 {
    animation-delay: 0.1s;
    transition-delay: 0.1s;
}

.ai-delay-200 {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
}

.ai-delay-300 {
    animation-delay: 0.3s;
    transition-delay: 0.3s;
}

.ai-delay-400 {
    animation-delay: 0.4s;
    transition-delay: 0.4s;
}

.ai-delay-500 {
    animation-delay: 0.5s;
    transition-delay: 0.5s;
}

.ai-assistant-container {
    max-width: 600px;
    height: 483px;
}

:root {
    --primary-color: #696cfe;
    --primary-dark: #5558e3;
    --primary-light: #8b8eff;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    border-radius: 2rem;
    box-shadow: 0 4px 12px rgba(105, 108, 254, 0.3);
}

.use-case-card {
    padding: 1.5rem;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.use-case-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.15);
    transform: translateY(-4px);
}

.app-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
}

.app-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 4px 12px rgba(105, 108, 254, 0.15);
}

.app-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.usage-bar {
    position: relative;
    height: 8px;
    overflow: hidden;
    background: #e5e7eb;
    border-radius: 4px;
}

.usage-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
    border-radius: 4px;
    transition: width 2s ease;
}

.productivity-chart {
    padding: 1.5rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.chart-bar {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    min-height: 20px;
    padding: 0.5rem;
    background: linear-gradient(135deg, #f0f1ff 0%, #e8e9ff 100%);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chart-bar:hover,
.chart-bar.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

.chart-bar:hover {
    transform: translateY(-4px);
}

.time-label {
    margin-top: 0.25rem;
    font-size: 0.625rem;
    color: #6b7280;
}

.productivity-score {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.3);
}

.productivity-score-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 999px;
}

.category-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 1rem;
}

.category-tag.productive {
    color: #065f46;
    background: #d1fae5;
}

.category-tag.neutral {
    color: #92400e;
    background: #fef3c7;
}

.category-tag.distraction {
    color: #991b1b;
    background: #fee2e2;
}

.insight-card {
    padding: 1.5rem;
    background: linear-gradient(135deg, #f0f1ff 0%, #e8e9ff 100%);
    border-left: 4px solid var(--primary-color);
    border-radius: 1rem;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border: 3px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.activity-pulse {
    animation: pulse-soft 2s ease-in-out infinite;
}

.donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
}

.donut-segment {
    transform-origin: center;
    transition: all 0.3s ease;
}

.donut-segment:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.legend-item:hover {
    background: #f3f4f6;
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    flex-shrink: 0;
}

.app-tracker-delay-100 {
    animation-delay: 0.1s;
    transition-delay: 0.1s;
}

.app-tracker-delay-200 {
    animation-delay: 0.2s;
    transition-delay: 0.2s;
}

.app-tracker-delay-300 {
    animation-delay: 0.3s;
    transition-delay: 0.3s;
}

.app-tracker-delay-400 {
    animation-delay: 0.4s;
    transition-delay: 0.4s;
}

.app-tracker-delay-500 {
    animation-delay: 0.5s;
    transition-delay: 0.5s;
}

.app-tracker-icon {
    color: var(--primary-color);
}

.app-tracker-text {
    color: var(--primary-color);
}

.app-tracker-border {
    border-color: var(--primary-color);
}

.app-tracker-bg {
    background: var(--primary-color);
}

.faq-card:hover {
    border-color: var(--primary-color);
}

.app-tracker-card-soft {
    background: linear-gradient(135deg, #f0f1ff 0%, #e8e9ff 100%);
}

.app-tracker-card-white {
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
}

.app-tracker-shadow {
    box-shadow: 0 8px 16px rgba(105, 108, 254, 0.3);
}

@keyframes pulse-soft {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes blink {
    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0;
    }
}

@keyframes wave {
    0%,
    100% {
        transform: scaleY(0.6);
    }

    50% {
        transform: scaleY(1.8);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes typing {
    0%,
    60%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }

    100% {
        transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes recording {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

@keyframes wave-line-scale {
    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.5);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes soundwave {
    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.3);
    }
}

@media (min-width: 1024px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        display: none;
        pointer-events: none;
    }
}

.pm-gradient-dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.pm-feature-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pm-feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.25);
}

.pm-comparison-table td,
.pm-comparison-table th {
    transition: all 0.3s ease;
}

.pm-comparison-table tbody tr:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    transform: scale(1.01);
}

.pm-faq-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.pm-faq-item.active {
    border-left-color: #696cfe;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
}

.pm-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.pm-faq-item.active .pm-faq-answer {
    max-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pm-floating {
    animation: floating 3s ease-in-out infinite;
}

.pm-task-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.pm-task-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.15);
}

.pm-kanban-column {
    min-height: 300px;
}

.pm-progress-ring {
    transform: rotate(-90deg);
}

.pm-progress-ring-circle {
    transition: stroke-dashoffset 1s ease;
}

.pm-slide-in-left {
    animation: slideInLeft 0.6s ease-out;
}

.pm-slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.task-management-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.task-management-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.task-management-float {
    animation: float 6s ease-in-out infinite;
}

.task-management-task-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #696cfe;
    transition: all 0.3s ease;
}

.task-management-task-card:hover {
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.15);
    transform: translateX(4px);
}

.task-management-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.task-management-comparison-table th {
    background: #696cfe;
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.task-management-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.task-management-comparison-table tr:last-child td {
    border-bottom: none;
}

.task-management-checklist-item {
    padding-left: 2rem;
    position: relative;
}

.task-management-checklist-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #696cfe;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.task-management-feature-icon-box {
    width: 64px;
    height: 64px;
    background: #696cfe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 16px rgba(105, 108, 254, 0.3);
}

.task-management-ai-glow {
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.4);
    animation: glow 2s ease-in-out infinite;
}

.task-management-stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: #696cfe;
    color: white;
}

.time-tracker-feature-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.time-tracker-feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(102, 126, 234, 0.25);
}

.time-tracker-comparison-table td,
.time-tracker-comparison-table th {
    transition: all 0.3s ease;
}

.time-tracker-comparison-table tbody tr:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    transform: scale(1.01);
}

.time-tracker-faq-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.time-tracker-faq-item.active {
    border-left-color: #667eea;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
}

.time-tracker-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.time-tracker-faq-item.active .time-tracker-faq-answer {
    max-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.time-tracker-floating {
    animation: floating 3s ease-in-out infinite;
}

.time-tracker-timer-digit {
    font-variant-numeric: tabular-nums;
    animation: countUp 2s ease-out;
}

.time-tracker-progress-bar {
    animation: fillBar 2s ease-out;
}

.time-tracker-chart-bar {
    animation: growBar 1s ease-out;
    transform-origin: bottom;
}

.time-tracker-slide-in-left {
    animation: slideInLeft 0.6s ease-out;
}

.time-tracker-slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fillBar {
    from {
        width: 0%;
    }
}

@keyframes growBar {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.virtual-office-hero-gradient {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.virtual-office-feature-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.virtual-office-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.virtual-office-tool-badge {
    transition: all 0.3s ease;
}

.virtual-office-tool-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.15);
}

.virtual-office-floor-plan-grid {
    background-image:
        linear-gradient(rgba(6, 182, 212, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 182, 212, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
}

.virtual-office-desk-item {
    transition: all 0.3s ease;
    cursor: pointer;
}

.virtual-office-desk-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(6, 182, 212, 0.3);
}

.virtual-office-faq-item {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.virtual-office-faq-item.active {
    border-left-color: #667eea;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.05) 0%, transparent 100%);
}

.virtual-office-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.virtual-office-faq-item.active .virtual-office-faq-answer {
    max-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.virtual-office-stats-counter {
    font-variant-numeric: tabular-nums;
}

.virtual-office-blob {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: blob 7s ease-in-out infinite;
}

.virtual-office-floating {
    animation: floating 3s ease-in-out infinite;
}

.virtual-office-slide-in-left {
    animation: slideInLeft 0.6s ease-out;
}

.virtual-office-slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

.screen-recording-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screen-recording-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.screen-recording-float {
    animation: float 6s ease-in-out infinite;
}

.screen-recording-feature-icon-box {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 16px rgba(105, 108, 254, 0.3);
}

.screen-recording-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
}

.screen-recording-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.screen-recording-comparison-table th {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.screen-recording-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.screen-recording-comparison-table tr:last-child td {
    border-bottom: none;
}

.screen-recording-comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.screen-recorder-container {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(105, 108, 254, 0.08);
    border: 1px solid rgba(105, 108, 254, 0.1);
    overflow: hidden;
}

.screen-recorder-header {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.screen-recorder-status {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.25rem;
    border-radius: 24px;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

.screen-status-dot {
    width: 10px;
    height: 10px;
    background: #ef4444;
    border-radius: 50%;
    animation: pulse-dot 2s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
}

.screen-recorder-timer {
    font-family: "SF Mono", Monaco, "Courier New", monospace;
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.screen-recorder-body {
    padding: 2rem;
}

.screen-preview-window {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.1);
    position: relative;
    overflow: hidden;
}

.screen-window-controls {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.screen-window-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.screen-window-dot.red {
    background: #ff5f57;
}

.screen-window-dot.yellow {
    background: #ffbd2e;
}

.screen-window-dot.green {
    background: #28ca42;
}

.screen-browser-frame {
    background: #334155;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1.5rem;
}

.screen-browser-toolbar {
    background: #475569;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.screen-browser-url {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #cbd5e1;
    font-size: 0.875rem;
}

.screen-browser-content {
    padding: 1.5rem;
    min-height: 280px;
    position: relative;
}

.screen-recording-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    padding: 0.5rem 0.875rem;
    border-radius: 999px;
    color: #fecaca;
    font-size: 0.875rem;
    font-weight: 600;
}

.screen-recording-dot {
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    animation: recording-blink 1.5s ease-in-out infinite;
}

.screen-control-btn.recording {
    animation: recording-pulse 2s ease-in-out infinite;
}

.screen-recorder-container.recording-active {
    border-color: rgba(239, 68, 68, 0.3);
    animation: recording-glow 2s ease-in-out infinite alternate;
}

.screen-recording-pulse {
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
}

@keyframes recording-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes recording-blink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes recording-glow {
    from {
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(105, 108, 254, 0.08);
    }

    to {
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(239, 68, 68, 0.18);
    }
}

.screen-share-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.screen-share-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.screen-share-float {
    animation: float 6s ease-in-out infinite;
}

.screen-share-feature-icon-box {
    width: 64px;
    height: 64px;
    background: #696cfe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 16px rgba(105, 108, 254, 0.3);
}

.screen-share-stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: #696cfe;
    color: white;
}

.screen-share-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.screen-share-comparison-table th {
    background: #696cfe;
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.screen-share-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.screen-share-comparison-table tr:last-child td {
    border-bottom: none;
}

.screen-share-window {
    background: #1f2937;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid #374151;
}

.screen-share-window-header {
    background: #374151;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.screen-share-window-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.screen-share-screen-content {
    background-image: url(assets/images/screenshare-hero.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 2rem;
    min-height: 416px;
    position: relative;
}

.screen-share-screen-content img {
    width: 100%;
}

.screen-share-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(105, 108, 254, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: pulse-border 2s infinite;
}

.screen-share-checklist-item {
    padding-left: 2rem;
    position: relative;
}

.screen-share-checklist-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #696cfe;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.screen-share-use-case-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.screen-share-use-case-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.15);
    transform: translateY(-4px);
}

.screen-share-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

@keyframes pulse-border {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(105, 108, 254, 0.7);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(105, 108, 254, 0);
    }
}

.sketchboard-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sketchboard-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.sketchboard-float {
    animation: float 6s ease-in-out infinite;
}

.sketchboard-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
}

.sketchboard-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.sketchboard-comparison-table th {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.sketchboard-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.sketchboard-comparison-table tr:last-child td {
    border-bottom: none;
}

.sketchboard-whiteboard-canvas {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.sketchboard-toolbar {
    background: white;
    border-radius: 3rem;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.sketchboard-whiteboard-stage,
.sketchboard-mindmap-demo {
    position: relative;
}

.sketchboard-comparison-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sketchboard-comparison-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.sketchboard-comparison-table-wrapper::-webkit-scrollbar-thumb {
    background: rgba(105, 108, 254, 0.35);
    border-radius: 999px;
}

.sketchboard-tool-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sketchboard-tool-btn:hover {
    background: #696cfe;
    color: white;
    transform: scale(1.1);
}

.sketchboard-tool-btn.active {
    background: #696cfe;
    color: white;
}

.sketchboard-sticky-note {
    position: absolute;
    background: #fef3c7;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    transform: rotate(-2deg);
    cursor: move;
}

.sketchboard-sticky-note.blue {
    background: #dbeafe;
}

.sketchboard-sticky-note.pink {
    background: #fce7f3;
}

.sketchboard-sticky-note.green {
    background: #d1fae5;
}

.sketchboard-draw-path {
    stroke: #696cfe;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sketchboard-cursor-indicator {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: white;
    pointer-events: none;
    animation: cursor-pulse 2s ease-in-out infinite;
}

.sketchboard-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}

.sketchboard-use-case-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sketchboard-use-case-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.15);
    transform: translateY(-4px);
}

.team-chat-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-chat-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.team-chat-float {
    animation: float 6s ease-in-out infinite;
}

.team-chat-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
}

.team-chat-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.team-chat-comparison-table th {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.team-chat-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.team-chat-comparison-table tr:last-child td {
    border-bottom: none;
}

.team-chat-chat-container {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.team-chat-sidebar {
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
}

.team-chat-room-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 0.5rem;
    margin: 0.25rem 0;
}

.team-chat-room-item:hover {
    background: white;
}

.team-chat-room-item.active {
    background: #696cfe;
    color: white;
}

.team-chat-message-bubble {
    max-width: 70%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    margin-bottom: 0.75rem;
    animation: slideIn 0.3s ease;
}

.team-chat-message-bubble.sent {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    margin-left: auto;
    border-bottom-right-radius: 0.25rem;
}

.team-chat-message-bubble.received {
    background: #f3f4f6;
    color: #1f2937;
    margin-right: auto;
    border-bottom-left-radius: 0.25rem;
}

.team-chat-typing-indicator {
    display: flex;
    gap: 4px;
    padding: 1rem;
}

.team-chat-typing-indicator span {
    width: 8px;
    height: 8px;
    background: #9ca3af;
    border-radius: 50%;
    animation: typing 1.4s ease-in-out infinite;
}

.team-chat-typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.team-chat-typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

.team-chat-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(105, 108, 254, 0.3);
}

.team-chat-online-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #10b981;
}

.team-chat-use-case-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.team-chat-use-case-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.15);
    transform: translateY(-4px);
}

.pip-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pip-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(105, 108, 254, 0.2);
}

.pip-float {
    animation: float 6s ease-in-out infinite;
}

.pip-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: white;
}

.pip-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.pip-comparison-table th {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    padding: 1.5rem;
    font-weight: 600;
}

.pip-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.pip-comparison-table tr:last-child td {
    border-bottom: none;
}

.pip-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    color: white;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(105, 108, 254, 0.3);
}

.pip-use-case-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pip-use-case-card:hover {
    border-color: #696cfe;
    box-shadow: 0 8px 24px rgba(105, 108, 254, 0.15);
    transform: translateY(-4px);
}

.pip-window {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    cursor: move;
    transition: all 0.3s ease;
}

.pip-window:hover {
    box-shadow: 0 12px 32px rgba(105, 108, 254, 0.3);
}

.pip-header {
    background: linear-gradient(135deg, #696cfe 0%, #5558e3 100%);
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pip-video {
    background: #1f2937;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pip-participant {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.pip-controls {
    background: rgba(0, 0, 0, 0.8);
    padding: 0.5rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.pip-control-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.pip-control-btn:hover {
    background: #696cfe;
    transform: scale(1.1);
}

.pip-control-btn.active {
    background: #696cfe;
}

.pip-workspace-mockup {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
}

.pip-browser-window {
    background: white;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.pip-browser-header {
    background: #f3f4f6;
}

.pricing-animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.pricing-animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.pricing-glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-hero-gradient {
    background: linear-gradient(135deg, #7041ff 0%, #6366f1 50%, #a801db 100%);
}

.pricing-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-toggle-switch {
    transition: all 0.3s ease;
}

.pricing-price-transition {
    transition: all 0.3s ease;
}

.contact-input:focus {
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.contact-success-message {
    display: none;
    animation: fadeInUp 0.5s ease-out;
}

.contact-success-message.show {
    display: flex;
}

.advanced-tools-animated-gradient {
    background: linear-gradient(270deg, #8b5cf6, #7c3aed, #6366f1, #8b5cf6);
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

.advanced-tools-canvas-grid {
    background-image:
        linear-gradient(rgba(139, 92, 246, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139, 92, 246, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

.advanced-tools-progress-ring {
    transform: rotate(-90deg);
}

.advanced-tools-progress-ring circle {
    transition: stroke-dashoffset 0.5s ease;
}

.communication-fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.communication-fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.communication-feature-icon-box {
    width: 64px;
    height: 64px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #696cfe;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 8px 16px rgba(105, 108, 254, 0.3);
}

.communication-stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: #696cfe;
    color: #fff;
}

.communication-comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.communication-comparison-table th {
    padding: 1.5rem;
    background: #696cfe;
    color: #fff;
    font-weight: 600;
}

.communication-comparison-table td {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.communication-comparison-table tr:last-child td {
    border-bottom: none;
}

.communication-video-container {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: #1f2937;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.communication-video-participant {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    padding: 1rem;
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
}

.communication-video-participant::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.communication-pulse-ring {
    animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.7;
    }

    100% {
        transform: scale(0.95);
        opacity: 1;
    }
}

.communication-recording-indicator {
    animation: communication-recording 2s ease-in-out infinite;
}

@keyframes communication-recording {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.communication-meeting-controls {
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.communication-control-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f3f4f6;
    color: #374151;
    cursor: pointer;
    transition: all 0.3s ease;
}

.communication-control-btn:hover {
    transform: scale(1.1);
    background: #696cfe;
    color: #fff;
}

.communication-control-btn.active {
    background: #696cfe;
    color: #fff;
}

.communication-control-btn.danger {
    background: #ef4444;
    color: #fff;
}

.communication-control-btn.danger:hover {
    background: #dc2626;
}

.communication-checklist-item {
    position: relative;
    padding-left: 2rem;
}

.communication-checklist-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #696cfe;
    color: #fff;
    content: "\2713";
    font-size: 14px;
    font-weight: 700;
}

.communication-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background: #696cfe;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.communication-avatar-circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 1.125rem;
    font-weight: 600;
}

.communication-screen-share-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.875rem;
}

.communication-wave-bars {
    display: flex;
    height: 20px;
    align-items: center;
    gap: 2px;
}

.communication-wave-bar {
    width: 3px;
    border-radius: 2px;
    background: #10b981;
    animation: communication-wave 1s ease-in-out infinite;
}

.communication-wave-bar:nth-child(1) {
    height: 40%;
    animation-delay: 0s;
}

.communication-wave-bar:nth-child(2) {
    height: 80%;
    animation-delay: 0.1s;
}

.communication-wave-bar:nth-child(3) {
    height: 100%;
    animation-delay: 0.2s;
}

.communication-wave-bar:nth-child(4) {
    height: 60%;
    animation-delay: 0.3s;
}

@keyframes communication-wave {
    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.3);
    }
}

.communication-integration-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.communication-integration-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.communication-gradient {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.ai-automation-hero-gradient {
    background: linear-gradient(130deg, #f4f4ff 0%, #fff 22.64%, #eeebff 49.32%, #f2f2ff 72.5%, #f3f0ff 100%);
}

.ai-automation-animated-gradient {
    background: linear-gradient(270deg, #7041ff, #6366f1, #a801db, #7041ff);
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

.ai-automation-tab-btn {
    color: #374151;
}

.ai-automation-tab-btn.active {
    background: #6366f1;
    color: #fff;
}

.ai-automation-tab-content {
    display: none;
    animation: ai-automation-fade-in 0.5s ease-in-out;
}

.ai-automation-tab-content.active {
    display: block;
}

@keyframes ai-automation-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.communication-animated-gradient {
    background: linear-gradient(135deg, #7041ff 0%, #6366f1 50%, #a801db 100%);
    background-size: 400% 400%;
    animation: gradient-shift 8s ease infinite;
}

/* Subtle pattern overlay used in CTAs (replaces inline data-URI styles). */
.vs-pattern-grid {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2760%27%20height%3D%2760%27%20viewBox%3D%270%200%2060%2060%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cg%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20fill%3D%27%23ffffff%27%20fill-opacity%3D%271%27%3E%3Cpath%20d%3D%27M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.collaboration-hero-gradient {
    background: linear-gradient(130deg, #f4f4ff 0%, #fff 22.64%, #eeebff 49.32%, #f2f2ff 72.5%, #f3f0ff 100%);
}

.collaboration-float-animation {
    animation: float 3s ease-in-out infinite;
}

.collaboration-cursor-dot {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.collaboration-typing-indicator {
    display: inline-flex;
    gap: 4px;
}

.collaboration-typing-indicator span {
    width: 8px;
    height: 8px;
    background: #7c3aed;
    border-radius: 50%;
    animation: collaboration-bounce 1.4s infinite ease-in-out both;
}

.collaboration-typing-indicator span:nth-child(1) {
    animation-delay: -0.32s;
}

.collaboration-typing-indicator span:nth-child(2) {
    animation-delay: -0.16s;
}

@keyframes collaboration-bounce {
    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.collaboration-demo {
    position: relative;
    overflow: hidden;
}

@keyframes cursor-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Release Notes + Shared Patterns (release.php, legal/refund/terms hero blocks) */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #eef2ff 0%, #f3e8ff 100%);
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.glass-strong {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.version-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.version-card::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.05), transparent);
    transition: left 0.5s;
}

.version-card:hover::before {
    left: 100%;
}

.version-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 20px 60px rgba(99, 102, 241, 0.15), 0 0 0 1px rgba(99, 102, 241, 0.2);
}

.badge-glow {
    animation: vs-glow 2s ease-in-out infinite;
}

@keyframes vs-glow {
    0%,
    100% {
        box-shadow: 0 0 10px rgba(99, 102, 241, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(99, 102, 241, 0.8), 0 0 30px rgba(99, 102, 241, 0.4);
    }
}

.tag {
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.3);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tag:hover {
    background: rgba(99, 102, 241, 0.2);
    border-color: rgba(99, 102, 241, 0.5);
    transform: translateY(-2px);
}

.tag.is-active {
    color: #fff;
    background: #6366f1;
    border-color: #6366f1;
}

.search-input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #1e293b;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input:focus {
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

@media (prefers-reduced-motion: reduce) {
    .version-card,
    .tag {
        transition: none;
    }

    .version-card:hover,
    .tag:hover {
        transform: none;
    }

    .badge-glow {
        animation: none;
    }
}

/* 404 Page */
.vs404-wrapper {
    position: relative;
    min-height: 70vh;
    overflow: hidden;
    background: radial-gradient(1000px 420px at 20% 10%, rgba(99, 102, 241, 0.35) 0%, rgba(99, 102, 241, 0) 60%),
        radial-gradient(900px 380px at 80% 0%, rgba(168, 1, 219, 0.28) 0%, rgba(168, 1, 219, 0) 60%),
        linear-gradient(135deg, #eef2ff 0%, #f9fafb 45%, #f3e8ff 100%);
}

.vs404-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
    pointer-events: none;
}

.vs404-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(18px);
}

.vs404-code {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    font-size: clamp(4rem, 14vw, 7rem);
    background: linear-gradient(135deg, #6366f1 0%, #a801db 60%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vs404-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.18);
    color: #4338ca;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Legal/Policy Sidebar Navigation (refund-policy.php, legal.php, terms-and-conditions.php) */
.content-section {
    scroll-margin-top: 110px;
}

.section-number {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1;
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .sidebar-nav {
        position: sticky;
        top: 96px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
}

.nav-link {
    display: block;
    transition: background 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
    border-left: 2px solid rgba(99, 102, 241, 0.15);
    color: #6b7280;
}

.nav-link:hover {
    border-left-color: rgba(99, 102, 241, 0.5);
    background: rgba(99, 102, 241, 0.05);
    color: #374151;
}

.nav-link.active,
.nav-link[aria-current="true"] {
    border-left-color: #6366f1;
    background: rgba(99, 102, 241, 0.08);
    color: #6366f1;
    font-weight: 700;
}

.custom-list li {
    position: relative;
    padding-left: 1.5rem;
}

.custom-list li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #6366f1;
    font-weight: 800;
}
