/* =============================================
   TASKFLOW LANDING PAGE STYLES
   Scoped to landing page only — does not affect
   any other page in the application.
   ============================================= */

/* Reset & Base */
.landing-page {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a2e;
    background: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
    box-sizing: border-box;
}

.landing-page a {
    text-decoration: none;
    color: inherit;
}

/* ===== NAVBAR ===== */
.landing-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #f0f0f5;
    padding: 0 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
}

.landing-navbar.scrolled {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.landing-navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #6C3CE1;
}

.landing-navbar-brand .brand-logo {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.landing-navbar-brand .brand-logo-secondary {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.landing-footer-brand .brand-logo {
    height: 59px;
    width: auto;
    object-fit: contain;
}

.landing-footer-brand .brand-logo-secondary {
    height: 66px;
    width: auto;
    object-fit: contain;
}

.landing-navbar-brand .brand-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.landing-navbar-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0 48px 0 auto;
    padding: 0;
}

.landing-navbar-links a {
    font-size: 15px;
    font-weight: 500;
    color: #4a4a6a;
    transition: color 0.2s;
}

.landing-navbar-links a:hover {
    color: #6C3CE1;
}

.landing-navbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.landing-btn-signin {
    font-size: 15px;
    font-weight: 500;
    color: #4a4a6a;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 16px;
    transition: color 0.2s;
}

.landing-btn-signin:hover {
    color: #6C3CE1;
}

.landing-btn-getstarted {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    border: none;
    border-radius: 25px;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(108, 60, 225, 0.3);
}

.landing-btn-getstarted:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(108, 60, 225, 0.4);
}

/* ===== HERO SECTION ===== */
.landing-hero {
    padding: 140px 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    gap: 60px;
}

.landing-hero-content {
    flex: 1;
    max-width: 540px;
}

.landing-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F3EFFE;
    color: #6C3CE1;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 25px;
    margin-bottom: 28px;
}

.landing-hero-badge svg {
    width: 16px;
    height: 16px;
}

.landing-hero h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin: 0 0 20px;
}

.landing-hero h1 .highlight {
    color: #6C3CE1;
    display: block;
}

.landing-hero-desc {
    font-size: 17px;
    color: #6B7280;
    line-height: 1.7;
    margin: 0 0 32px;
}

.landing-hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.landing-btn-trial {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(108, 60, 225, 0.3);
}

.landing-btn-trial:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(108, 60, 225, 0.4);
}

.landing-btn-demo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #4a4a6a;
    background: #fff;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-btn-demo:hover {
    border-color: #6C3CE1;
    color: #6C3CE1;
}

.landing-hero-checks {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: #6B7280;
}

.landing-hero-checks span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.landing-hero-checks .check-icon {
    color: #10B981;
    font-weight: 700;
}

/* Hero Dashboard Preview */
.landing-hero-visual {
    flex: 1;
    max-width: 520px;
}

.landing-dashboard-card {
    background: linear-gradient(135deg, #E8DFFE 0%, #D6BCFA 40%, #C4A4F9 100%);
    border-radius: 20px;
    padding: 28px;
    position: relative;
    box-shadow: 0 20px 60px rgba(108, 60, 225, 0.15);
}

.landing-dashboard-dots {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.landing-dashboard-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.landing-dashboard-dots span:nth-child(1) {
    background: #EF4444;
}

.landing-dashboard-dots span:nth-child(2) {
    background: #F59E0B;
}

.landing-dashboard-dots span:nth-child(3) {
    background: #10B981;
}

.landing-dashboard-main {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.landing-dashboard-main .label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
}

.landing-dashboard-main .value {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
}

.landing-dashboard-bar {
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.landing-dashboard-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
}

.landing-dashboard-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.landing-dashboard-stat {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.landing-dashboard-stat .stat-label {
    font-size: 12px;
    color: #6B7280;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.landing-dashboard-stat .stat-label .stat-icon {
    font-size: 14px;
}

.landing-dashboard-stat .stat-value {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
}

/* ===== FEATURES SECTION ===== */
.landing-features {
    padding: 80px 60px;
    max-width: 1240px;
    margin: 0 auto;
}

.landing-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.landing-feature-card {
    background: #fff;
    border: 1px solid #F0F0F5;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all 0.3s ease;
}

.landing-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    border-color: #E8DFFE;
}

.landing-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 18px;
}

.landing-feature-icon.purple {
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
}

.landing-feature-icon.amber {
    background: linear-gradient(135deg, #F59E0B, #FBBF24);
}

.landing-feature-icon.blue {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
}

.landing-feature-icon.indigo {
    background: linear-gradient(135deg, #8B5CF6, #8B5CF6);
}

.landing-feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px;
}

.landing-feature-card p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

/* ===== VIDEO / DEMO SECTION ===== */
.landing-demo {
    background: linear-gradient(135deg, #6C3CE1 0%, #8B5CF6 50%, #8B5CF6 100%);
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}

.landing-demo::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.landing-demo-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.landing-demo-content {
    flex: 1;
}

.landing-demo-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
}

.landing-demo-content>p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px;
    line-height: 1.7;
}

.landing-demo-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.landing-demo-features li {
    display: flex;
    gap: 14px;
}

.landing-demo-features .demo-check {
    width: 26px;
    height: 26px;
    min-width: 26px;
    background: rgba(16, 185, 129, 0.25);
    border: 2px solid #10B981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10B981;
    font-size: 12px;
    margin-top: 2px;
}

.landing-demo-features .demo-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.landing-demo-features .demo-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.landing-demo-visual {
    flex: 1;
    max-width: 480px;
}

.landing-video-card {
    background: #1a1a2e;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.landing-play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-play-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.08);
}

.landing-play-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    margin-left: 4px;
}

.landing-video-card .video-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.landing-video-card .video-duration {
    font-size: 14px;
    color: #10B981;
}

/* ===== PRICING SECTION ===== */
.landing-pricing {
    padding: 100px 60px 80px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.landing-pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F3EFFE;
    color: #6C3CE1;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.landing-pricing h2 {
    font-size: 42px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 12px;
}

.landing-pricing h2 .highlight {
    color: #6C3CE1;
    font-style: italic;
}

.landing-pricing>p {
    font-size: 16px;
    color: #6B7280;
    margin: 0 0 32px;
}

/* Toggle */
.landing-pricing-toggle {
    display: inline-flex;
    align-items: center;
    background: #F3F4F6;
    border-radius: 30px;
    padding: 4px;
    margin-bottom: 16px;
    gap: 4px;
}

.landing-toggle-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #6B7280;
}

.landing-toggle-btn.active {
    background: #6C3CE1;
    color: #fff;
    box-shadow: 0 2px 10px rgba(108, 60, 225, 0.3);
}

.landing-toggle-save {
    font-size: 12px;
    font-weight: 700;
    color: #10B981;
    background: #ECFDF5;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 8px;
}

.landing-pricing-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 40px;
}

.landing-pricing-note svg {
    width: 18px;
    height: 18px;
    color: #9CA3AF;
}

.landing-pricing-note a {
    color: #6C3CE1;
    font-weight: 500;
}

/* Pricing Cards */
.landing-pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    max-width: 1220px;
    margin: 0 auto;
}

.landing-price-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 36px 30px;
    text-align: left;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.landing-price-card.popular {
    border-color: #6C3CE1;
    border-width: 2px;
    box-shadow: 0 8px 40px rgba(108, 60, 225, 0.12);
}

.landing-popular-tag {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.landing-price-card:not(.popular) .landing-popular-tag {
    display: none;
}

.landing-popular-tag svg {
    width: 14px;
    height: 14px;
}

.landing-price-card .plan-name {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 6px;
}

.landing-price-card .plan-desc {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 24px;
    line-height: 1.5;
}

.landing-price-card .plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 24px;
}

.landing-price-card .plan-price .amount {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
}

.landing-price-card .plan-price .period {
    font-size: 16px;
    color: #9CA3AF;
    font-weight: 500;
}

.landing-price-card .plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.landing-price-card .plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4B5563;
}

.landing-price-card .plan-features .feat-check {
    color: #10B981;
    font-size: 16px;
    font-weight: 700;
}

.landing-btn-plan {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 14px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
    background: #fff;
    color: #111827;
    cursor: pointer;
    transition: all 0.3s ease;
}

.landing-btn-plan:hover {
    border-color: #6C3CE1;
    color: #6C3CE1;
}

.landing-btn-plan.primary {
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    color: #fff;
    border-color: transparent;
}

.landing-btn-plan.primary:hover {
    box-shadow: 0 6px 24px rgba(108, 60, 225, 0.4);
    transform: translateY(-1px);
}

/* ===== FAQ SECTION ===== */
.landing-faq {
    padding: 80px 60px;
    max-width: 800px;
    margin: 0 auto;
}

.landing-faq h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 12px;
}

.landing-faq>p {
    text-align: center;
    font-size: 16px;
    color: #6B7280;
    margin: 0 0 48px;
}

.landing-faq-item {
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.landing-faq-item:hover {
    border-color: #D1D5DB;
}

.landing-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.landing-faq-question .faq-arrow {
    font-size: 14px;
    color: #9CA3AF;
    transition: transform 0.3s ease;
}

.landing-faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.landing-faq-answer {
    padding: 0 24px 20px;
    font-size: 15px;
    color: #6B7280;
    line-height: 1.7;
    display: none;
}

.landing-faq-item.open .landing-faq-answer {
    display: block;
}

/* ===== FOOTER ===== */
.landing-footer {
    background: #111827;
    color: #9CA3AF;
    padding: 60px 60px 30px;
}

.landing-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.landing-footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.landing-footer-brand .brand-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.landing-footer-col p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.landing-footer-col h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.landing-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.landing-footer-col ul a {
    font-size: 14px;
    color: #9CA3AF;
    transition: color 0.2s;
}

.landing-footer-col ul a:hover {
    color: #fff;
}

.landing-footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #1F2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

/* ===== SUPPORT CHAT ===== */
.landing-support-panel {
    position: fixed;
    right: 24px;
    bottom: 92px;
    width: min(420px, calc(100vw - 28px));
    height: 580px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.2);
    border: 1px solid #E5E7EB;
    z-index: 1000;
    display: none;
    overflow: hidden;
}

.landing-support-panel.open {
    display: flex;
    flex-direction: column;
}

.landing-support-head {
    background: linear-gradient(135deg, #6C3CE1 0%, #8B5CF6 60%, #8B5CF6 100%);
    color: #fff;
    padding: 18px 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.support-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.support-brand strong {
    font-size: 22px;
    line-height: 1.1;
    display: block;
}

.support-brand p {
    margin: 2px 0 0;
    font-size: 13px;
    opacity: 0.95;
}

.support-brand .dot {
    width: 8px;
    height: 8px;
    background: #22C55E;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.support-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.9;
}

.support-close:hover {
    opacity: 1;
}

.landing-support-messages {
    flex: 1;
    padding: 14px;
    background: #F8FAFC;
    overflow-y: auto;
}

.support-msg-row {
    display: flex;
    margin-bottom: 10px;
}

.support-msg-row.bot {
    justify-content: flex-start;
}

.support-msg-row.user {
    justify-content: flex-end;
}

.support-msg-bubble {
    max-width: 85%;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid #E5E7EB;
}

.support-msg-row.bot .support-msg-bubble {
    background: #fff;
    color: #1F2937;
}

.support-msg-row.user .support-msg-bubble {
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    color: #fff;
    border-color: transparent;
}

.support-msg-bubble a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

.landing-support-actions {
    padding: 10px 12px;
    background: #fff;
    border-top: 1px solid #E5E7EB;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.support-quick-btn {
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    text-align: left;
}

.support-quick-btn:hover {
    border-color: #C4B5FD;
    background: #F3F0FF;
}

.landing-support-input {
    padding: 10px 12px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
}

.landing-support-input input {
    flex: 1;
    height: 44px;
    border: 1px solid #D1D5DB;
    border-radius: 12px;
    padding: 0 12px;
    font-size: 14px;
}

.landing-support-input input:focus {
    outline: none;
    border-color: #8B5CF6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}

.landing-support-input button {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.landing-support-note {
    text-align: center;
    color: #6B7280;
    font-size: 12px;
    background: #fff;
    padding: 0 12px 12px;
}

/* ===== FLOATING CHAT BUTTON ===== */
.landing-chat-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #6C3CE1, #8B5CF6);
    border-radius: 50%;
    box-shadow: 0 6px 24px rgba(108, 60, 225, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    border: none;
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.landing-chat-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 30px rgba(108, 60, 225, 0.5);
}

/* ===== ANIMATIONS ===== */
@keyframes landingFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.landing-animate {
    opacity: 0;
    animation: landingFadeUp 0.7s ease forwards;
}

.landing-animate-delay-1 {
    animation-delay: 0.1s;
}

.landing-animate-delay-2 {
    animation-delay: 0.2s;
}

.landing-animate-delay-3 {
    animation-delay: 0.3s;
}

.landing-animate-delay-4 {
    animation-delay: 0.4s;
}

/* ===== MOBILE HAMBURGER ===== */
.landing-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
}

.landing-hamburger span {
    width: 24px;
    height: 2px;
    background: #4a4a6a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .landing-hero {
        padding: 120px 40px 60px;
        flex-direction: column;
        text-align: center;
    }

    .landing-hero-content {
        max-width: 100%;
    }

    .landing-hero-buttons {
        justify-content: center;
    }

    .landing-hero-checks {
        justify-content: center;
    }

    .landing-hero-visual {
        max-width: 420px;
    }

    .landing-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-demo-inner {
        flex-direction: column;
        text-align: center;
    }

    .landing-demo-features {
        align-items: center;
    }

    .landing-demo-features li {
        text-align: left;
    }

    .landing-pricing-cards {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .landing-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .landing-navbar {
        padding: 0 20px;
    }

    .landing-navbar-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        gap: 16px;
        border-bottom: 1px solid #f0f0f5;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .landing-navbar-links.open {
        display: flex;
    }

    .landing-hamburger {
        display: flex;
    }

    .landing-hero {
        padding: 110px 20px 50px;
    }

    .landing-hero h1 {
        font-size: 36px;
    }

    .landing-hero-desc {
        font-size: 15px;
    }

    .landing-hero-buttons {
        flex-direction: column;
    }

    .landing-hero-checks {
        flex-direction: column;
        gap: 8px;
    }

    .landing-features {
        padding: 60px 20px;
    }

    .landing-features-grid {
        grid-template-columns: 1fr;
    }

    .landing-demo {
        padding: 60px 20px;
    }

    .landing-demo-content h2 {
        font-size: 28px;
    }

    .landing-pricing {
        padding: 60px 20px;
    }

    .landing-pricing h2 {
        font-size: 30px;
    }

    .landing-faq {
        padding: 60px 20px;
    }

    .landing-footer {
        padding: 40px 20px 20px;
    }

    .landing-footer-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .landing-footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .landing-support-panel {
        right: 10px;
        left: 10px;
        width: auto;
        height: min(72vh, 560px);
        bottom: 82px;
        border-radius: 16px;
    }

    .support-brand strong {
        font-size: 17px;
    }

    .landing-support-actions {
        grid-template-columns: 1fr;
    }

    .landing-chat-btn {
        right: 14px;
        bottom: 14px;
    }
}
