/**
 * Lahdod — Landing Page Styles: smart-you-ai
 * v5.3.0 — مستخرج من page-smart-you-ai.php (T3 Fix: إزالة inline CSS)
 * يُحمَّل فقط في الصفحة المخصصة له
 */

/* ─── لبيب LABIB Landing Page — Scoped Styles ─── */
.sy-al-wrap {
    direction: rtl;
    font-family: var(--font-body, var(--wp--preset--font-family--body), inherit);
    background: #070d1f;
    color: #e2e8f0;
    overflow-x: hidden;
}
.sy-al-wrap *, .sy-al-wrap *::before, .sy-al-wrap *::after { box-sizing: border-box; }
.sy-al-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.sy-al-section   { padding: 90px 0;
    overflow-x: clip;
}

/* ── Section Header ── */
.sy-al-badge {
    display: inline-block;
    background: rgba(79,70,229,.15);
    color: #a5b4fc;
    border: 1px solid rgba(79,70,229,.3);
    padding: 5px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: .3px;
}
.sy-al-section-header { text-align: center; margin-bottom: 60px; }
.sy-al-section-header h2 {
    font-size: clamp(26px, 4.5vw, 42px);
    font-weight: 900;
    color: #f8fafc;
    line-height: 1.25;
    margin: 0 0 14px;
}
.sy-al-section-header p { color: #94a3b8; font-size: 17px; max-width: 600px; margin: 0 auto; line-height: 1.75; }

/* ══ HERO ══════════════════════════════════════════════════════════ */
.sy-al-hero {
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 110px 24px 80px;
    text-align: center;
    background:
        radial-gradient(ellipse 75% 60% at 50% -5%, rgba(79,70,229,.35) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 90% 60%, rgba(139,92,246,.2) 0%, transparent 65%),
        radial-gradient(ellipse 35% 30% at 10% 80%, rgba(16,185,129,.12) 0%, transparent 60%),
        #070d1f;
}

/* Animated orb */
.sy-al-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}
.sy-al-hero-orb-1 {
    width: 500px; height: 500px;
    top: -120px; left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(79,70,229,.25), transparent 70%);
    animation: sy-al-float 8s ease-in-out infinite;
}
.sy-al-hero-orb-2 {
    width: 300px; height: 300px;
    bottom: -50px; right: -80px;
    background: radial-gradient(circle, rgba(139,92,246,.2), transparent 70%);
    animation: sy-al-float 10s ease-in-out infinite reverse;
}
@keyframes sy-al-float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(-20px); }
}

.sy-al-hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.sy-al-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(79,70,229,.18), rgba(139,92,246,.18));
    border: 1px solid rgba(139,92,246,.38);
    color: #c4b5fd;
    padding: 8px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
    animation: sy-al-pulse 3s ease infinite;
}
.sy-al-hero-badge .dot {
    width: 8px; height: 8px; background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(74,222,128,.4);
    animation: sy-al-live 1.8s ease infinite;
}
@keyframes sy-al-live {
    0%   { box-shadow: 0 0 0 0 rgba(74,222,128,.5); }
    70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
    100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
@keyframes sy-al-pulse {
    0%,100%{box-shadow: 0 0 0 0 rgba(139,92,246,.15)}
    50%    {box-shadow: 0 0 0 10px rgba(139,92,246,0)}
}

.sy-al-hero h1 {
    font-size: clamp(36px, 6.5vw, 64px);
    font-weight: 900;
    color: #f8fafc;
    line-height: 1.18;
    margin-bottom: 24px;
    white-space: pre-line;
}
.sy-al-hero h1 .sy-grad {
    background: linear-gradient(135deg, #818cf8, #c084fc, #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sy-al-hero-sub {
    font-size: clamp(16px, 2.5vw, 20px);
    color: #94a3b8;
    max-width: 620px;
    margin: 0 auto 42px;
    line-height: 1.8;
}
.sy-al-hero-ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.sy-al-hero-trust {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 13.5px;
    font-weight: 500;
}
.sy-al-hero-trust span { display: flex; align-items: center; gap: 5px; }

/* ── Product Screenshot (hero visual — AI generated pages) ── */
.sy-al-product-screenshot {
    position: relative;
    width: 100%;
    max-width: 480px;
    animation: sy-float 3s ease-in-out infinite;
}
.sy-al-screenshot-frame {
    background: #1a1d2e;
    border: 1px solid rgba(99,102,241,.3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(99,102,241,.1);
}
.sy-al-screenshot-bar {
    background: #12141f;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.sy-al-screenshot-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #374151;
}
.sy-al-screenshot-dot:nth-child(1){background:#f87171;}
.sy-al-screenshot-dot:nth-child(2){background:#fbbf24;}
.sy-al-screenshot-dot:nth-child(3){background:#34d399;}
.sy-al-screenshot-url {
    flex: 1;
    background: rgba(255,255,255,.05);
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 11px;
    color: #64748b;
    font-family: monospace;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sy-al-mockup-wrap {
    background: #0f1117;
    min-height: 220px;
    max-height: 340px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}
.sy-al-mockup-iframe {
    width: 100%;
    height: 320px;
    border: none;
    display: block;
    background: #1a1d2e;
}
.sy-al-screenshot-img {
    width: 100%;
    display: block;
    max-height: 340px;
    object-fit: cover;
    object-position: top;
}

/* ── Bot Preview Widget (hero visual) ── */
.sy-al-hero-visual {
    margin-top: 60px;
    position: relative;
    display: inline-block;
}
.sy-al-bot-preview {
    width: 320px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.5),
                0 0 0 1px rgba(79,70,229,.15),
                inset 0 1px 0 rgba(255,255,255,.06);
    backdrop-filter: blur(20px);
    margin: 0 auto;
    text-align: right;
}
.sy-al-bot-header {
    background: linear-gradient(135deg, #4f46e5, rgba(79,70,229,.6));
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sy-al-bot-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}
.sy-al-bot-header-info { flex: 1; }
.sy-al-bot-header-name { font-size: 13px; font-weight: 700; color: #fff; }
.sy-al-bot-header-status { font-size: 11px; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 4px; }
.sy-al-bot-header-status::before { content: ''; width: 6px; height: 6px; background: #4ade80; border-radius: 50%; }
.sy-al-bot-close { color: rgba(255,255,255,.6); font-size: 14px; cursor: pointer; }
.sy-al-bot-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.sy-al-bot-msg {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sy-al-bot-bubble {
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.6;
    max-width: 85%;
}
.sy-al-bot-msg.is-bot .sy-al-bot-bubble {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 4px 14px 14px 14px;
    align-self: flex-start;
    color: #e2e8f0;
}
.sy-al-bot-msg.is-user .sy-al-bot-bubble {
    background: rgba(79,70,229,.25);
    border: 1px solid rgba(79,70,229,.2);
    border-radius: 14px 4px 14px 14px;
    align-self: flex-end;
    color: #c7d2fe;
}
.sy-al-bot-typing {
    display: flex; gap: 4px; align-items: center; padding: 12px 14px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07);
    border-radius: 4px 14px 14px 14px; width: fit-content;
}
.sy-al-bot-typing span {
    width: 7px; height: 7px; border-radius: 50%;
    background: #818cf8; opacity: .5;
    animation: sy-al-bounce 1.2s ease-in-out infinite;
}
.sy-al-bot-typing span:nth-child(2) { animation-delay: .2s; }
.sy-al-bot-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes sy-al-bounce {
    0%,80%,100% { transform: translateY(0); opacity:.4; }
    40%          { transform: translateY(-6px); opacity:1; }
}
.sy-al-bot-input-row {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid rgba(255,255,255,.06);
    align-items: center;
}
.sy-al-bot-input {
    flex: 1;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 12px;
    color: #94a3b8;
    font-family: inherit;
}
.sy-al-bot-send {
    background: #4f46e5;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

/* Greeting bubble above bot */
.sy-al-greeting-bubble {
    position: absolute;
    top: -60px;
    right: 0;
    background: #fff;
    color: #1e293b;
    padding: 10px 14px 10px 32px;
    border-radius: 14px 14px 4px 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    white-space: nowrap;
    animation: sy-al-greeting-pop .6s cubic-bezier(.34,1.56,.64,1) both;
    animation-delay: 1.2s;
    opacity: 0;
}
.sy-al-greeting-bubble::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 20px;
    width: 0; height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}
@keyframes sy-al-greeting-pop {
    from { opacity: 0; transform: translateY(8px) scale(.9); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ══ BUTTONS ══ */
.sy-al-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff !important; padding: 15px 34px;
    border-radius: 14px; font-size: 15px; font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 20px rgba(79,70,229,.4);
}
.sy-al-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(79,70,229,.6); }
.sy-al-btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.06); color: #e2e8f0 !important;
    padding: 15px 34px; border-radius: 14px;
    font-size: 15px; font-weight: 800;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,.14);
    transition: background .2s, transform .2s;
}
.sy-al-btn-secondary:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }

/* ══ PROBLEM SECTION ══ */
.sy-al-problem { background: #0c1025; }
.sy-al-pain-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 20px;
    margin-bottom: 42px;
}
.sy-al-pain-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 18px; padding: 28px 22px; text-align: center;
    transition: transform .2s, border-color .2s;
}
.sy-al-pain-card:hover { transform: translateY(-4px); border-color: rgba(239,68,68,.35); }
.sy-al-pain-icon { font-size: 36px; display: block; margin-bottom: 14px; }
.sy-al-pain-card strong { display: block; font-size: 15px; font-weight: 800; color: #f1f5f9; margin-bottom: 8px; }
.sy-al-pain-card p { font-size: 13px; color: #94a3b8; line-height: 1.6; }
.sy-al-solution-bridge { text-align: center; margin: 0 0 30px; }
.sy-al-solution-bridge span {
    display: inline-block;
    background: linear-gradient(135deg, rgba(79,70,229,.15), rgba(139,92,246,.15));
    border: 1px solid rgba(139,92,246,.3);
    color: #c4b5fd; padding: 10px 30px;
    border-radius: 999px; font-size: 15px; font-weight: 700;
}
.sy-al-solution-box {
    background: linear-gradient(135deg, rgba(79,70,229,.1), rgba(139,92,246,.06));
    border: 1px solid rgba(139,92,246,.22);
    border-radius: 24px; padding: 42px; text-align: center;
    max-width: 680px; margin: 0 auto;
}
.sy-al-solution-box h3 { font-size: clamp(18px,3vw,28px); font-weight: 900; color: #f8fafc; margin-bottom: 14px; }
.sy-al-solution-box p  { color: #94a3b8; font-size: 16px; line-height: 1.75; }

/* ══ HOW IT WORKS ══ */
.sy-al-steps { background: #070d1f; }
.sy-al-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 24px;
    position: relative;
}
.sy-al-steps-grid::before {
    content: '';
    position: absolute;
    top: 42px; right: 10%; left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79,70,229,.35) 30%, rgba(139,92,246,.35) 70%, transparent);
    pointer-events: none;
}
@media (max-width: 768px) { .sy-al-steps-grid::before { display: none; } }
.sy-al-step-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px; padding: 32px 24px; text-align: center;
    position: relative; transition: border-color .2s, transform .2s;
}
.sy-al-step-card:hover { border-color: rgba(79,70,229,.4); transform: translateY(-4px); }
.sy-al-step-num {
    position: absolute; top: -16px; right: 50%; transform: translateX(50%);
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 900; box-shadow: 0 4px 12px rgba(79,70,229,.5);
}
.sy-al-step-icon { font-size: 38px; margin: 10px 0 16px; display: block; }
.sy-al-step-card h3 { font-size: 16px; font-weight: 800; color: #f1f5f9; margin-bottom: 8px; }
.sy-al-step-card p  { font-size: 13px; color: #94a3b8; line-height: 1.65; }

/* ══ FEATURES ══ */
.sy-al-features { background: #0c1025; }
.sy-al-feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 22px;
}
.sy-al-feat-card {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px; padding: 28px 24px;
    transition: border-color .2s, transform .2s, background .2s;
    display: flex; gap: 18px;
}
.sy-al-feat-card:hover {
    border-color: rgba(79,70,229,.35);
    background: rgba(79,70,229,.06);
    transform: translateY(-3px);
}
.sy-al-feat-icon {
    font-size: 32px; flex-shrink: 0;
    width: 52px; height: 52px;
    background: rgba(79,70,229,.12);
    border: 1px solid rgba(79,70,229,.2);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
}
.sy-al-feat-body h3 { font-size: 15px; font-weight: 800; color: #f1f5f9; margin: 0 0 6px; }
.sy-al-feat-body p  { font-size: 13px; color: #94a3b8; line-height: 1.65; margin: 0; }

/* ══ DEMO ══ */
.sy-al-demo { background: #070d1f; }
.sy-al-demo-live-card {
    background: linear-gradient(160deg, rgba(79,70,229,.07), rgba(139,92,246,.04));
    border: 1px solid rgba(79,70,229,.22);
    border-radius: 28px;
    padding: 60px 52px;
    text-align: center;
    max-width: 620px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.sy-al-demo-live-card::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99,102,241,.5), transparent);
}
.sy-al-demo-live-status {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(74,222,128,.1);
    border: 1px solid rgba(74,222,128,.25);
    color: #4ade80;
    padding: 6px 18px; border-radius: 999px;
    font-size: 13px; font-weight: 700;
    margin-bottom: 28px;
}
.sy-al-live-dot {
    width: 8px; height: 8px; background: #4ade80;
    border-radius: 50%; flex-shrink: 0;
    animation: sy-al-live 1.8s ease infinite;
}
@keyframes sy-al-live {
    0%   { box-shadow: 0 0 0 0 rgba(74,222,128,.5); }
    70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
    100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.sy-al-demo-live-card h3 {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 900; color: #f8fafc;
    margin: 0 0 12px;
}
.sy-al-demo-live-card p {
    color: #64748b; font-size: 15px;
    margin: 0 0 36px; line-height: 1.7;
}
.sy-al-open-bot-btn {
    font-size: 17px !important;
    padding: 20px 52px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #4f46e5, #7c3aed, #6366f1) !important;
    background-size: 200% 200% !important;
    animation: sy-al-btn-shimmer 3s ease infinite !important;
    box-shadow:
        0 0 0 1px rgba(99,102,241,.4),
        0 8px 32px rgba(79,70,229,.45),
        0 2px 8px rgba(0,0,0,.3) !important;
    letter-spacing: .3px;
    transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s ease !important;
}
@keyframes sy-al-btn-shimmer {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.sy-al-open-bot-btn:hover {
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow:
        0 0 0 1px rgba(99,102,241,.6),
        0 16px 48px rgba(79,70,229,.65),
        0 4px 12px rgba(0,0,0,.4) !important;
}
.sy-al-open-bot-btn:active {
    transform: scale(.97) !important;
}
.sy-al-demo-hint {
    color: #475569; font-size: 12.5px; margin-top: 16px;
    display: flex; align-items: center; justify-content: center; gap: 5px;
}

/* ══ PRICING ══ */
.sy-al-pricing { background: #0c1025; }
.sy-al-price-card {
    max-width: 480px; margin: 0 auto;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(79,70,229,.3);
    border-radius: 28px; padding: 46px 42px;
    text-align: center; position: relative;
    box-shadow: 0 0 60px rgba(79,70,229,.15);
}
.sy-al-price-card::before {
    content: '';
    position: absolute; inset: -1px; border-radius: 29px;
    background: linear-gradient(135deg, rgba(79,70,229,.4), rgba(139,92,246,.2), transparent);
    pointer-events: none; z-index: 0;
}
.sy-al-price-card > * { position: relative; z-index: 1; }
.sy-al-price-sale-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: #fff; padding: 5px 18px;
    border-radius: 999px; font-size: 13px; font-weight: 800;
    margin-bottom: 20px;
}
.sy-al-price-title { font-size: 22px; font-weight: 900; color: #f8fafc; margin-bottom: 6px; }
.sy-al-price-sub   { color: #64748b; font-size: 14px; margin-bottom: 30px; }
.sy-al-price-amount {
    display: flex; align-items: flex-start;
    justify-content: center; gap: 4px; margin-bottom: 6px;
}
.sy-al-price-currency { font-size: 24px; font-weight: 900; color: #f8fafc; margin-top: 8px; }
.sy-al-price-number   { font-size: 72px; font-weight: 900; color: #f8fafc; line-height: 1; }
.sy-al-price-period   { font-size: 15px; color: #64748b; margin-top: auto; margin-bottom: 6px; }
.sy-al-price-orig     { color: #64748b; font-size: 14px; text-decoration: line-through; margin-bottom: 30px; }
.sy-al-price-feats    { text-align: right; margin-bottom: 34px; display: flex; flex-direction: column; gap: 12px; }
.sy-al-price-feat-row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #cbd5e1; }
.sy-al-price-feat-row .ico { font-size: 16px; flex-shrink: 0; }
.sy-al-price-note { color: #475569; font-size: 12.5px; margin-top: 16px; }

/* ══ FAQ ══ */
.sy-al-faq { background: #070d1f; }
.sy-al-faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.sy-al-faq-item {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px; overflow: hidden;
    transition: border-color .2s;
}
.sy-al-faq-item:hover { border-color: rgba(79,70,229,.35); }
.sy-al-faq-q {
    width: 100%; text-align: right; background: none;
    border: none; padding: 20px 24px; color: #f1f5f9;
    font-size: 15px; font-weight: 700; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    gap: 12px; font-family: inherit;
    transition: color .2s;
}
.sy-al-faq-q:hover { color: #a5b4fc; }
.sy-al-faq-q .arrow {
    font-size: 18px; color: #4f46e5; flex-shrink: 0;
    transition: transform .3s;
}
.sy-al-faq-item.open .sy-al-faq-q .arrow { transform: rotate(180deg); }
.sy-al-faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height .35s ease;
}
.sy-al-faq-a-inner { padding: 0 24px 20px; color: #94a3b8; font-size: 14.5px; line-height: 1.75; }
.sy-al-faq-item.open .sy-al-faq-a { max-height: 300px; }

/* ══ FINAL CTA ══ */
.sy-al-final-cta {
    background: linear-gradient(135deg, rgba(79,70,229,.18), rgba(139,92,246,.1));
    border-top: 1px solid rgba(79,70,229,.2);
    text-align: center; padding: 100px 24px;
}
.sy-al-final-cta h2 { font-size: clamp(28px, 5vw, 46px); font-weight: 900; color: #f8fafc; margin-bottom: 18px; }
.sy-al-final-cta p  { color: #94a3b8; font-size: 17px; margin-bottom: 42px; max-width: 560px; margin-inline: auto; }


/* ══ TESTIMONIALS ══ */
.sy-al-testimonials { background: #070d1f; }
.sy-al-testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 22px;
}
.sy-al-testi-card {
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 28px 24px;
    transition: border-color .2s, transform .2s, background .2s;
}
.sy-al-testi-card:hover {
    border-color: rgba(79,70,229,.35);
    background: rgba(79,70,229,.06);
    transform: translateY(-3px);
}
.sy-al-testi-stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.sy-al-testi-text {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 16px;
}
.sy-al-testi-user { display: flex; align-items: center; gap: 12px; }
.sy-al-testi-avatar {
    width: 44px; height: 44px;
    border-radius: 14px;
    background: rgba(79,70,229,.15);
    border: 1px solid rgba(79,70,229,.2);
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; color: #a5b4fc;
    flex-shrink: 0;
}
.sy-al-testi-meta strong { display: block; font-size: 14px; font-weight: 800; color: #f1f5f9; }
.sy-al-testi-meta span { display: block; font-size: 12.5px; color: #64748b; margin-top: 2px; }

/* ══ RESPONSIVE ══ */
@media (max-width: 600px) {
    .sy-al-bot-preview { width: 280px; }
    .sy-al-price-card { padding: 32px 24px; }
    .sy-al-price-number { font-size: 56px; }
    .sy-al-greeting-bubble { font-size: 12px; white-space: normal; max-width: 200px; }
    .sy-al-feat-card { flex-direction: column; }
}
@media(max-width:480px){
    .sy-al-demo-live-card { padding:28px 18px !important; }
    .sy-al-price-card { padding:28px 18px !important; }
    .sy-al-section { padding:56px 0 !important; }
    .sy-al-hero { padding:90px 0 50px !important; min-height:auto !important; }
}
@media(max-width:360px){
    .sy-al-demo-live-card,.sy-al-price-card { padding:20px 12px !important; }
}
