/* ================================================================
   TOURISME ASSISTANCE - Landing CSS v3.0 - Professional Dark
   ================================================================ */

#ta-landing {
    --bg:       #0a0a0f;
    --bg2:      #0f0f18;
    --bg3:      #141420;
    --card:     #0f0f1a;
    --blue:     #2563eb;
    --blue2:    #06b6d4;
    --violet:   #7c3aed;
    --violet2:  #a78bfa;
    --green:    #10b981;
    --gold:     #f59e0b;
    --white:    #ffffff;
    --text:     #ffffff;
    --text2:    #ffffff;
    --border:   rgba(255,255,255,0.08);
    --border2:  rgba(255,255,255,0.15);
    --radius:   14px;
    --radiuslg: 20px;
    --font:     'Segoe UI', system-ui, -apple-system, sans-serif;

    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    overflow-x: hidden;
}

#ta-landing[dir="rtl"] {
    font-family: 'Segoe UI', 'Arabic Typesetting', Tahoma, sans-serif;
}

#ta-landing * {
    box-sizing: border-box;
}

.ta-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 32px;
}
/* ── Floating menu ─────────────────────────────────────────────── */
#ta-float-menu {
    position: fixed;
    top: 16px;
    right: 24px;
    z-index: 999999;
    background: #0a0a0f !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    font-family: 'Segoe UI', system-ui, sans-serif !important;
}
#ta-float-menu.ta-float-visible {
    opacity: 1 !important;
    pointer-events: all;
    transform: translateY(0);
}
#ta-float-links {
    position: fixed;
    top: 60px;
    right: 24px;
    z-index: 999998;
    background: #0a0a0f !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 14px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.95);
    transition: all 0.25s ease;
    transform-origin: top right;
    min-width: 220px;
}
#ta-float-links.ta-float-open {
    opacity: 1 !important;
    pointer-events: all;
    transform: translateY(0) scale(1);
}
#ta-float-links a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    padding: 10px 18px !important;
    border-radius: 8px;
    transition: background 0.15s;
    white-space: nowrap;
    display: block !important;
    font-family: 'Segoe UI', system-ui, sans-serif !important;
}
#ta-float-links a:hover {
    background: rgba(255,255,255,0.08) !important;
}
#ta-float-links a:last-child {
    background: #2563eb !important;
    color: #ffffff !important;
    margin-top: 4px;
}
#ta-float-links a:last-child:hover {
    background: #3b82f6 !important;
}

/* Pricing features */
.ta-feat-no span { text-decoration: line-through; }
.ta-voir-plus {
    background: none;
    border: 1px solid var(--border2);
    color: var(--text2);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.82rem;
    cursor: pointer;
    width: 100%;
    transition: all 0.15s;
    font-family: var(--font);
}
.ta-voir-plus:hover {
    border-color: var(--blue);
    color: var(--white);
}
/* ================================================================
   BOUTONS
   ================================================================ */
.ta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: var(--font);
    letter-spacing: 0.2px;
}
.ta-btn-lg { padding: 15px 32px; font-size: 1rem; }
.ta-btn-sm { padding: 9px 20px;  font-size: 0.875rem; }

.ta-btn-primary {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}
.ta-btn-primary:hover {
    background: var(--blue2);
    border-color: var(--blue2);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37,99,235,0.4);
    color: var(--white);
}
.ta-btn-ghost {
    background: rgba(255,255,255,0.06);
    color: var(--white);
    border-color: var(--border2);
}
.ta-btn-ghost:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.3);
    color: var(--white);
}
.ta-btn-outline {
    background: transparent;
    color: var(--text2);
    border-color: var(--border2);
}
.ta-btn-outline:hover {
    border-color: var(--blue);
    color: var(--white);
}
.ta-btn-plan {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 0.95rem;
    border-radius: 10px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.ta-section { padding: 20px 0; }

.ta-section-label {
    display: block;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--blue2);
    margin-bottom: 16px;
}
.ta-section-title {
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    line-height: 1.15;
}
.ta-section-sub {
    font-size: 1.05rem;
    text-align: center;
    color: var(--text2);
    margin-bottom: 64px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* ================================================================
   NAVBAR
   ================================================================ */

.ta-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(10,10,15,0.92);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--border);
}
.ta-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}
.ta-nav-logo {
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.3px;
}
.ta-nav-logo-dot {
    width: 9px; height: 9px;
    background: var(--blue);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(37,99,235,0.6);
}
.ta-nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ta-nav-links li { margin: 0; padding: 0; }
.ta-nav-links a {
    text-decoration: none;
    color: var(--text2);
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.15s;
}
.ta-nav-links a:hover { color: var(--white); }

.ta-lang-switch {
    display: flex;
    gap: 4px;
}
.ta-lang-switch a {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid var(--border2) !important;
    color: var(--text2) !important;
    text-decoration: none;
    transition: all 0.15s;
}
.ta-lang-switch a.ta-lang-active,
.ta-lang-switch a:hover {
    background: var(--blue) !important;
    color: var(--white) !important;
    border-color: var(--blue) !important;
}
.ta-nav-burger {
    display: none;
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--white);
    padding: 6px;
    line-height: 1;
}

/* ================================================================
   HERO
   ================================================================ */
.ta-hero {
    background: var(--bg);
    padding: 40px 0 110px;
    position: relative;
    overflow: hidden;
}
.ta-hero-glow-1 {
    position: absolute;
    top: -250px; left: -150px;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(37,99,235,0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.ta-hero-glow-2 {
    position: absolute;
    bottom: -150px; right: -100px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.ta-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ta-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37,99,235,0.1);
    border: 1px solid rgba(37,99,235,0.3);
    color: var(--blue2);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 28px;
}
.ta-hero-badge-dot {
    width: 7px; height: 7px;
    background: var(--blue2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.7); }
}
.ta-hero-title {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 22px;
    letter-spacing: -1.5px;
}
.ta-hero-gradient {
    display: block;
    background: linear-gradient(135deg, var(--blue2), var(--violet2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ta-hero-sub {
    font-size: 1.1rem;
    color: var(--text2);
    margin-bottom: 40px;
    max-width: 480px;
    line-height: 1.8;
}
.ta-hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}
.ta-hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}
.ta-hero-stat { display: flex; flex-direction: column; gap: 4px; }
.ta-stat-num {
    font-size: 1.7rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    letter-spacing: -1px;
}
.ta-stat-label {
    font-size: 0.8rem;
    color: var(--text2);
    font-weight: 500;
}

/* Demo chat */
.ta-hero-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.ta-demo-phone {
    width: 100%;
    max-width: 400px;
    background: var(--card);
    border-radius: var(--radiuslg);
    border: 1px solid var(--border2);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.ta-demo-header {
    background: linear-gradient(135deg, var(--blue), var(--violet));
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.ta-demo-avatar {
    width: 42px; height: 42px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.ta-demo-info strong {
    display: block;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 700;
}
.ta-demo-online {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
}
.ta-demo-online-dot {
    width: 6px; height: 6px;
    background: #4ade80;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 6px #4ade80;
}
.ta-demo-messages {
    padding: 18px;
    min-height: 220px;
    max-height: 280px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: var(--bg2);
}
.ta-demo-msg {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.88rem;
    line-height: 1.6;
    animation: fadeup 0.3s ease;
}
@keyframes fadeup {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ta-demo-msg-bot {
    background: var(--card);
    color: var(--white);
    border: 1px solid var(--border);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}
.ta-demo-msg-user {
    background: var(--blue);
    color: var(--white);
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}
.ta-demo-typing {
    background: var(--card);
    color: var(--text2);
    border: 1px solid var(--border);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
    font-style: italic;
    font-size: 0.82rem;
}
.ta-demo-input-row {
    display: flex;
    gap: 10px;
    padding: 14px 16px;
    border-top: 1px solid var(--border);
    background: var(--card);
}
.ta-demo-input {
    flex: 1;
    background: var(--bg2);
    border: 1px solid var(--border2);
    border-radius: 24px;
    padding: 10px 18px;
    font-size: 0.88rem;
    color: var(--white);
    outline: none;
    font-family: var(--font);
    transition: border-color 0.15s;
}
.ta-demo-input::placeholder { color: rgba(255,255,255,0.3); }
.ta-demo-input:focus { border-color: var(--blue); }
.ta-demo-send {
    width: 40px; height: 40px;
    background: var(--blue);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.15s;
}
.ta-demo-send:hover { background: var(--blue2); transform: scale(1.08); }
.ta-demo-caption {
    font-size: 0.78rem;
    color: var(--text2);
    text-align: center;
}

/* ================================================================
   FEATURES
   ================================================================ */
.ta-features {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.ta-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: var(--border);
    border-radius: var(--radiuslg);
    overflow: hidden;
    margin-top: 16px;
}
.ta-feature-card {
    background: var(--bg3);
    padding: 10px 10px;
    transition: background 0.2s;
}
.ta-feature-card:hover { background: #1a1a2e; }
.ta-feature-icon-wrap {
    width: 52px; height: 52px;
    background: rgba(37,99,235,0.1);
    border: 1px solid rgba(37,99,235,0.25);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.ta-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}
.ta-feature-desc {
    font-size: 0.88rem;
    color: var(--text2);
    line-height: 1.7;
}

/* ================================================================
   PRICING
   ================================================================ */
.ta-pricing { background: var(--bg); }
.ta-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 16px;
}
.ta-plan-card {
    background: var(--card);
    border-radius: var(--radiuslg);
    border: 1px solid var(--border2);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    transition: all 0.25s;
}
.ta-plan-card:hover {
    border-color: rgba(255,255,255,0.2);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.ta-plan-popular {
    border-color: var(--blue) !important;
    background: linear-gradient(180deg, rgba(37,99,235,0.08) 0%, var(--card) 50%);
    box-shadow: 0 0 0 1px var(--blue), 0 20px 60px rgba(37,99,235,0.15);
}
.ta-plan-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 5px 18px;
    border-radius: 30px;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}
.ta-plan-name {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text2);
}
.ta-plan-plus .ta-plan-name { color: var(--blue2); }
.ta-plan-pro  .ta-plan-name { color: var(--violet2); }

.ta-plan-desc {
    font-size: 0.88rem;
    color: var(--text2);
    margin-top: 6px;
    line-height: 1.5;
}
.ta-plan-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 4px;
}
.ta-price-num {
    font-size: 3rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    letter-spacing: -2px;
}
.ta-price-period {
    font-size: 0.88rem;
    color: var(--text2);
    font-weight: 500;
}
.ta-plan-specs {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ta-plan-spec {
    font-size: 0.88rem;
    color: var(--text2);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ta-plan-spec strong { color: var(--white); font-weight: 700; }
.ta-plan-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    margin: 0;
    padding: 0;
}
.ta-plan-features li {
    font-size: 0.88rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
    color: var(--text2);
}
.ta-feat-icon { font-style: normal !important; }
.ta-feat-yes .ta-feat-icon { color: #10b981 !important; }
.ta-feat-no  .ta-feat-icon { color: #ef4444 !important; }
.ta-feat-yes span:last-child { color: #ffffff !important; }
.ta-feat-no  span:last-child { color: #94a3b8 !important; text-decoration: line-through; }
/* ================================================================
   TESTIMONIALS
   ================================================================ */
.ta-testimonials {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.ta-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 16px;
}
.ta-testi-card {
    background: var(--bg3);
    border-radius: var(--radius);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid var(--border);
    transition: all 0.2s;
}
.ta-testi-card:hover {
    border-color: var(--border2);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.ta-testi-stars {
    font-size: 1rem;
    letter-spacing: 3px;
    color: var(--gold);
}
.ta-testi-text {
    font-size: 0.95rem;
    color: var(--white);
   
}
.ta-testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    
    border-top: 1px solid var(--border);
}
.ta-testi-avatar {
    width: 42px; height: 42px;
    background: linear-gradient(135deg, var(--blue), var(--violet));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 900;
    font-size: 1rem;
    flex-shrink: 0;
}
.ta-testi-author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--white);
    font-weight: 700;
}
.ta-testi-author span {
    font-size: 0.8rem;
    color: var(--text2);
}

/* ================================================================
   FAQ
   ================================================================ */
.ta-faq { background: var(--bg); }
.ta-faq-inner { max-width: 740px; margin: 0 auto; }
.ta-faq-head  { text-align: center; margin-bottom: 52px; }
.ta-faq-list  { display: flex; flex-direction: column; gap: 12px; }
.ta-faq-item {
    background: var(--card);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: border-color 0.2s;
}
.ta-faq-item:hover { border-color: var(--border2); }
.ta-faq-item.ta-faq-open { border-color: rgba(37,99,235,0.4); }
.ta-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font);
    transition: color 0.15s;
}
#ta-landing[dir="rtl"] .ta-faq-q { text-align: right; }
.ta-faq-icon {
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 2px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--white);
    flex-shrink: 0;
    transition: transform 0.25s, background 0.2s;
    line-height: 1;
    font-weight: 400;
}
.ta-faq-item.ta-faq-open .ta-faq-icon {
    transform: rotate(45deg);
    background: rgba(37,99,235,0.15);
    border-color: rgba(37,99,235,0.4);
}
.ta-faq-a {
    padding:10px 10px 0px 18px;
    font-size: 0.92rem;
    color: var(--text2);
    line-height: 1.75;
}

/* ================================================================
   FOOTER
   ================================================================ */
.ta-landing-footer {
    background: var(--bg2);
    border-top: 1px solid var(--border);
    padding: 56px 0 32px;
}
.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 40px;
}
.footer-logo {
    font-size: 1.05rem;
    font-weight: 900;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.footer-center p {
    font-size: 0.88rem;
    color: var(--text2);
    line-height: 1.7;
}
.footer-nav {
    display: flex;
    flex-direction: row;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-nav a {
    font-size: 0.9rem;
    color: var(--text2);
    text-decoration: none;
    transition: color 0.15s;
}
.footer-nav a:hover { color: var(--white); }
.footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    text-align: center;
}
.footer-bottom p {
    font-size: 0.82rem;
    color: var(--text2);
}
/* ================================================================
   RESPONSIVE 768px
   ================================================================ */
@media (max-width: 768px) {
    .ta-nav-burger { display: block; }
    .ta-nav-links {
        display: none;
        position: fixed;
        top: 70px; left: 0; right: 0;
        background: var(--bg2);
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 28px 36px;
        gap: 22px;
        border-bottom: 1px solid var(--border);
        z-index: 999;
    }
    .ta-nav-links.ta-open { display: flex; }
    .ta-lang-switch { margin-top: 4px; }

    .ta-hero { padding: 70px 0 80px; }
    .ta-hero-inner { grid-template-columns: 1fr; gap: 56px; }
    .ta-hero-title { font-size: 2.4rem; }
    .ta-hero-demo { order: -1; }
    .ta-demo-phone { max-width: 100%; }

    .ta-section { padding: 72px 0; }
    .ta-section-title { font-size: 1.8rem; }

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

    .ta-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .ta-plan-popular { transform: none; }

    .ta-testi-grid { grid-template-columns: 1fr; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
    .ta-container { padding: 0 20px; }
    .ta-hero-title { font-size: 2rem; }
    .ta-hero-stats { gap: 24px; }
    .ta-hero-ctas { flex-direction: column; }
    .ta-hero-ctas .ta-btn { width: 100%; }
    .ta-features-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .ta-section-title { font-size: 1.6rem; }
}

#ta-landing[dir="rtl"] .ta-nav-links { align-items: flex-end; }
#ta-landing[dir="rtl"] .ta-demo-msg-user { align-self: flex-start; border-bottom-right-radius: 14px; border-bottom-left-radius: 4px; }
#ta-landing[dir="rtl"] .ta-demo-msg-bot  { align-self: flex-end; border-bottom-left-radius: 14px; border-bottom-right-radius: 4px; }
#ta-landing[dir="rtl"] .ta-faq-q { text-align: right; }
