/* ============================================================
   TUCE HOME — Marketing Site CSS
   ============================================================ */

/* ---- Reset for TUCE pages ---- */
.tuce-page-home,
.tuce-page-demo {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
}

/* Remove default WP theme padding that breaks full-width layouts */
.tuce-page-home .entry-content,
.tuce-page-demo .entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ---- Container ---- */
.tuce-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ============================================================
   HERO
   ============================================================ */
.tuce-hero {
    position: relative;
    background: #05050f;
    color: #fff;
    padding: 6rem 0 5rem;
    overflow: hidden;
    text-align: center;
}

.tuce-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tuce-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.4;
}

.tuce-orb-1 {
    width: 600px; height: 600px;
    background: radial-gradient(circle, #7c3aed, transparent);
    top: -200px; left: -100px;
}

.tuce-orb-2 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, #0891b2, transparent);
    top: -100px; right: -100px;
}

.tuce-orb-3 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, #059669, transparent);
    bottom: -100px; left: 40%;
    opacity: 0.2;
}

.tuce-grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(139,92,246,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(139,92,246,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.tuce-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(139,92,246,0.15);
    border: 1px solid rgba(139,92,246,0.3);
    color: #c4b5fd;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.4rem 1rem;
    border-radius: 100px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.tuce-badge-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: tuce-pulse 2s infinite;
}

@keyframes tuce-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.tuce-hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.tuce-gradient-text {
    background: linear-gradient(135deg, #a78bfa, #38bdf8, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tuce-hero-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    position: relative;
    z-index: 1;
    line-height: 1.7;
}

.tuce-hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.tuce-hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.tuce-stat { text-align: center; }

.tuce-stat-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.tuce-stat-label {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tuce-stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.tuce-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.6rem;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s;
    border: 2px solid transparent;
    white-space: nowrap;
    font-family: inherit;
}

.tuce-btn-lg {
    padding: 0.9rem 2rem;
    font-size: 1rem;
    border-radius: 12px;
}

.tuce-btn-sm {
    padding: 0.5rem 1.1rem;
    font-size: 0.85rem;
}

.tuce-btn-full { width: 100%; justify-content: center; }

.tuce-btn-primary {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(124,58,237,0.35);
}

.tuce-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(124,58,237,0.5);
    color: #fff !important;
}

.tuce-btn-ghost {
    background: transparent;
    color: #e2e8f0 !important;
    border-color: rgba(255,255,255,0.2);
}

.tuce-btn-ghost:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
    color: #fff !important;
}

.tuce-btn-ghost-light {
    background: transparent;
    color: rgba(255,255,255,0.8) !important;
    border-color: rgba(255,255,255,0.3);
}

.tuce-btn-ghost-light:hover {
    border-color: rgba(255,255,255,0.7);
    color: #fff !important;
}

.tuce-btn-outline {
    background: transparent;
    color: #7c3aed !important;
    border-color: #7c3aed;
}

.tuce-btn-outline:hover {
    background: #7c3aed;
    color: #fff !important;
}

.tuce-btn-white {
    background: #fff;
    color: #1e1b4b !important;
}

.tuce-btn-white:hover {
    background: #f1f5f9;
    transform: translateY(-1px);
}

.tuce-btn-dark {
    background: #1e293b;
    color: #fff !important;
    border-color: rgba(255,255,255,0.1);
}

.tuce-btn-dark:hover {
    background: #334155;
    color: #fff !important;
}

/* ============================================================
   SECTIONS
   ============================================================ */
.tuce-section {
    padding: 5rem 0;
}

.tuce-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.tuce-eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #7c3aed;
    margin-bottom: 0.75rem;
}

.tuce-section-header h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.tuce-section-header p {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 560px;
    margin: 0 auto;
}

/* ============================================================
   FEATURES GRID
   ============================================================ */
.tuce-features {
    background: #f8fafc;
}

.tuce-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.tuce-feature-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.75rem;
    transition: all 0.2s;
}

.tuce-feature-card:hover {
    border-color: #c4b5fd;
    box-shadow: 0 8px 30px rgba(124,58,237,0.1);
    transform: translateY(-2px);
}

.tuce-feature-primary {
    background: linear-gradient(135deg, #1e1b4b, #1e3a5f);
    border-color: transparent;
    color: #fff;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .tuce-feature-primary {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}

.tuce-feature-primary h3 { color: #fff; }
.tuce-feature-primary p { color: #94a3b8; }

.tuce-feature-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    display: block;
}

.tuce-feature-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.tuce-feature-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.tuce-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 1rem;
    align-self: end;
}

.tuce-feature-tags span {
    font-size: 0.72rem;
    background: rgba(124,58,237,0.2);
    color: #c4b5fd;
    padding: 0.2rem 0.6rem;
    border-radius: 100px;
    font-weight: 500;
}

/* ============================================================
   PRICING
   ============================================================ */
.tuce-pricing-section {
    background: #fff;
}

.tuce-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

@media (max-width: 900px) {
    .tuce-plans-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.tuce-plan-card {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all 0.25s;
}

.tuce-plan-card:hover {
    border-color: #a78bfa;
    box-shadow: 0 12px 40px rgba(124,58,237,0.12);
    transform: translateY(-3px);
}

.tuce-plan-popular {
    border-color: #7c3aed;
    box-shadow: 0 8px 30px rgba(124,58,237,0.2);
    transform: translateY(-6px);
}

.tuce-plan-popular:hover {
    transform: translateY(-9px);
}

.tuce-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
    border-radius: 100px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.tuce-plan-header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.tuce-plan-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.tuce-plan-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.tuce-plan-price {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.tuce-plan-amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.tuce-plan-period {
    font-size: 0.85rem;
    color: #94a3b8;
}

.tuce-plan-tagline {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.tuce-plan-features {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

.tuce-plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: #374151;
    padding: 0.35rem 0;
}

.tuce-feat-dim { opacity: 0.5; }

.tuce-feat-check {
    color: #10b981;
    font-weight: 700;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.tuce-feat-x {
    color: #94a3b8;
    flex-shrink: 0;
    margin-top: 1px;
}

.tuce-plans-enterprise-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.tuce-plans-enterprise-text {
    font-size: 0.9rem;
    color: #475569;
}

/* ============================================================
   ENTERPRISE
   ============================================================ */
.tuce-enterprise {
    background: #05050f;
}

.tuce-enterprise-card {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 4rem;
    align-items: center;
    background: linear-gradient(135deg, #0f172a, #1e1b4b);
    border: 1px solid rgba(124,58,237,0.3);
    border-radius: 24px;
    padding: 4rem;
}

@media (max-width: 900px) {
    .tuce-enterprise-card {
        grid-template-columns: 1fr;
        padding: 2.5rem;
        gap: 2rem;
    }
}

.tuce-eyebrow-light {
    color: #a78bfa;
}

.tuce-enterprise-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.tuce-enterprise-content > p {
    color: #94a3b8;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.tuce-enterprise-features {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

@media (max-width: 600px) {
    .tuce-enterprise-features {
        grid-template-columns: 1fr;
    }
}

.tuce-enterprise-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: #94a3b8;
}

.tuce-check {
    color: #34d399;
    font-weight: 700;
    flex-shrink: 0;
}

.tuce-enterprise-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.tuce-enterprise-visual {
    text-align: center;
}

.tuce-enterprise-badge {
    display: inline-block;
    background: linear-gradient(135deg, #7c3aed, #0891b2);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.4rem 1.2rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
}

.tuce-enterprise-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.tuce-metric {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 1rem;
}

.tuce-metric-val {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.tuce-metric-label {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.tuce-cta {
    background: #f8fafc;
}

.tuce-cta-card {
    background: linear-gradient(135deg, #1e1b4b, #0f172a);
    border-radius: 24px;
    padding: 5rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tuce-orb-cta-1, .tuce-orb-cta-2 { pointer-events: none; }
.tuce-orb-cta-1 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(124,58,237,0.3), transparent);
    top: -100px; left: -100px;
}

.tuce-orb-cta-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(8,145,178,0.2), transparent);
    bottom: -100px; right: -100px;
}

.tuce-cta-card h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.tuce-cta-card p {
    color: #94a3b8;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.tuce-cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* ============================================================
   FOOTER
   ============================================================ */
.tuce-footer {
    background: #05050f;
    color: #94a3b8;
    padding: 4rem 0 2.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.tuce-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .tuce-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.tuce-logo-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}

.tuce-footer-brand p {
    font-size: 0.88rem;
    color: #475569;
    max-width: 280px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.tuce-footer-legal {
    font-size: 0.78rem;
    color: #334155;
}

.tuce-footer-links h4 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    margin-bottom: 1rem;
}

.tuce-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tuce-footer-links ul li {
    margin-bottom: 0.5rem;
}

.tuce-footer-links ul li a {
    font-size: 0.88rem;
    color: #475569;
    text-decoration: none;
    transition: color 0.15s;
}

.tuce-footer-links ul li a:hover {
    color: #a78bfa;
}

/* ============================================================
   DEMO PAGE
   ============================================================ */
.tuce-demo-hero {
    background: linear-gradient(135deg, #05050f, #0f172a);
    color: #fff;
    padding: 4rem 0 3rem;
    text-align: center;
}

.tuce-demo-title {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.tuce-demo-subtitle {
    color: #94a3b8;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.tuce-demo-subtitle a {
    color: #a78bfa;
    text-decoration: none;
}

.tuce-demo-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    padding: 3rem 0 4rem;
    align-items: start;
}

@media (max-width: 900px) {
    .tuce-demo-layout {
        grid-template-columns: 1fr;
    }
}

.tuce-demo-chat-area {
    background: #0f172a;
    border: 1px solid rgba(124,58,237,0.25);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.tuce-demo-chat-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,0.02);
}

.tuce-demo-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 500;
    color: #94a3b8;
}

.tuce-status-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 8px #10b981;
    animation: tuce-pulse 2s infinite;
}

.tuce-demo-limit {
    font-size: 0.78rem;
    color: #64748b;
}

.tuce-demo-messages {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    min-height: 300px;
    max-height: 400px;
    scroll-behavior: smooth;
}

.tuce-demo-welcome {
    text-align: center;
    padding: 2rem 1rem;
    color: #fff;
}

.tuce-demo-welcome-icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.tuce-demo-welcome h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.tuce-demo-welcome p {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.tuce-demo-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.tuce-demo-chip {
    background: rgba(124,58,237,0.15);
    border: 1px solid rgba(124,58,237,0.3);
    color: #c4b5fd;
    font-size: 0.78rem;
    padding: 0.4rem 0.85rem;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
}

.tuce-demo-chip:hover {
    background: rgba(124,58,237,0.3);
    border-color: #7c3aed;
    color: #fff;
}

.tuce-demo-msg {
    margin-bottom: 1rem;
    animation: tuce-fadein 0.3s ease;
}

@keyframes tuce-fadein {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.tuce-demo-msg-user {
    display: flex;
    justify-content: flex-end;
}

.tuce-demo-msg-user .tuce-demo-msg-content {
    background: rgba(124,58,237,0.25);
    border-radius: 14px 14px 4px 14px;
    padding: 0.75rem 1rem;
    max-width: 75%;
    color: #e2e8f0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.tuce-demo-msg-ai .tuce-demo-msg-content {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px 14px 14px 4px;
    padding: 0.75rem 1rem;
    max-width: 90%;
    color: #e2e8f0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.tuce-demo-msg-ai .tuce-demo-msg-content code {
    background: rgba(0,0,0,0.3);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
    font-size: 0.82rem;
    font-family: 'JetBrains Mono', monospace;
}

.tuce-demo-msg-ai .tuce-demo-msg-content pre {
    background: rgba(0,0,0,0.4);
    padding: 0.75rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 0.5rem 0;
}

.tuce-demo-meta {
    font-size: 0.68rem;
    color: #475569;
    margin-top: 0.35rem;
    padding-left: 0.25rem;
}

.tuce-demo-typing .tuce-dots span {
    display: inline-block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #7c3aed;
    margin: 0 2px;
    animation: tuce-dot-pulse 1.4s infinite both;
}

.tuce-demo-typing .tuce-dots span:nth-child(2) { animation-delay: 0.2s; }
.tuce-demo-typing .tuce-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes tuce-dot-pulse {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40% { opacity: 1; transform: scale(1.1); }
}

.tuce-demo-input-area {
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.2);
}

.tuce-demo-input-row {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
}

.tuce-demo-input {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    color: #f1f5f9;
    font-size: 0.9rem;
    font-family: inherit;
    padding: 0.65rem 1rem;
    resize: none;
    outline: none;
    transition: border-color 0.2s;
}

.tuce-demo-input:focus {
    border-color: rgba(124,58,237,0.5);
}

.tuce-demo-send {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    border: none;
    color: #fff;
    width: 42px; height: 42px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}

.tuce-demo-send:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(124,58,237,0.4);
}

.tuce-demo-footer-note {
    font-size: 0.73rem;
    color: #475569;
    margin-top: 0.6rem;
    text-align: center;
}

.tuce-demo-footer-note a {
    color: #a78bfa;
    text-decoration: none;
}

.tuce-demo-locked {
    padding: 2.5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 1rem;
}

.tuce-demo-lock-icon {
    font-size: 3rem;
}

.tuce-demo-locked h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.tuce-demo-locked p {
    color: #64748b;
    font-size: 0.9rem;
    max-width: 320px;
}

.tuce-demo-lock-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
}

.tuce-demo-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tuce-demo-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.25rem;
}

.tuce-demo-info-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.4rem;
}

.tuce-demo-info-card p {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 0.75rem;
}

.tuce-demo-upgrade-card {
    background: linear-gradient(135deg, #faf5ff, #eff6ff);
    border-color: #c4b5fd;
}

/* ============================================================
   LOGIN PAGE CUSTOMIZATION
   ============================================================ */
.tuce-login-body {
    background: #05050f !important;
}

/* ============================================================
   CHAT PAGE (full viewport)
   ============================================================ */
.tuce-chat-fullpage {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
}

.tuce-chat-fullpage .tuce-chat-embed {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ============================================================
   THEME OVERRIDES — ensure full-width pages work
   ============================================================ */
body.page-template-default .entry-content,
body.page .entry-content {
    padding: 0 !important;
}

/* For twenty-twenty-five theme */
.is-layout-constrained > .tuce-page-home,
.is-layout-constrained > .tuce-page-demo {
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .tuce-hero {
        padding: 4rem 0 3rem;
    }
    .tuce-hero-stats {
        gap: 1.25rem;
    }
    .tuce-stat-divider { display: none; }
    .tuce-section { padding: 3.5rem 0; }
    .tuce-enterprise-card { padding: 2rem; }
    .tuce-cta-card { padding: 3rem 1.5rem; }
}