/* Lawyer Landing Page v2 — Balanced Conversion Styles */

/* ============ SHELL — constrain page width for lawyer profile ============ */
.lp-shell {
    padding: 0;
    max-width: 100%;
}
.site-frame:has(.lp-shell) {
    max-width: 860px;
}
.lp-card {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px;
}

/* ============ HERO ============ */
.lp-hero {
    background: linear-gradient(135deg, #0f2035 0%, #1e3a5f 50%, #2a4d72 100%);
    color: #fff;
    padding: 40px 20px 32px;
}
.lp-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 28px;
    align-items: center;
}
.lp-hero-photo-col { text-align: center; flex-shrink: 0; }
.lp-hero-photo {
    width: 180px;
    height: 230px;
    object-fit: cover;
    border-radius: 14px;
    border: 3px solid rgba(201,168,76,.6);
    box-shadow: 0 8px 32px rgba(0,0,0,.35);
}
.lp-hero-rating {
    margin-top: 10px;
    font-size: 13px;
    opacity: .9;
}
.lp-hero-rating .rating-stars { font-size: 14px; letter-spacing: 1px; }
.lp-hero-rating .rating-val { font-weight: 700; margin: 0 4px; }
.lp-hero-rating .rating-cnt { opacity: .75; font-size: 12px; }

.lp-hero-content { flex: 1; min-width: 0; }
.lp-hero-spec {
    display: inline-block;
    background: rgba(201,168,76,.2);
    border: 1px solid rgba(201,168,76,.5);
    color: #f0d97a;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lp-hero-name {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.2;
}
.lp-hero-hook {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 8px;
    color: rgba(255,255,255,.92);
    font-weight: 500;
}

.lp-hero-sub {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
    color: rgba(255,255,255,.78);
    font-weight: 400;
}

.lp-hero-warning {
    margin: 14px 0 4px;
    font-size: 14px;
    color: #ffd966;
    font-weight: 600;
}

.lp-hero-trust {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,.7);
}

/* CTA Buttons — shared */
.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
    border: none;
    white-space: nowrap;
}
.lp-btn svg { flex-shrink: 0; }

.lp-btn-call {
    background: linear-gradient(135deg, #c9a84c, #b8942e);
    color: #fff;
    box-shadow: 0 4px 16px rgba(201,168,76,.35);
}
.lp-btn-call:hover {
    background: linear-gradient(135deg, #dbb94f, #c9a84c);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(201,168,76,.5);
    color: #fff;
}

.lp-btn-wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37,211,102,.3);
}
.lp-btn-wa:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,.45);
    color: #fff;
}

.lp-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Hero chat soft link */
.lp-hero-chat-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    color: rgba(255,255,255,.75);
    text-decoration: none;
    transition: color .2s;
}
.lp-hero-chat-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* ============ MEDIA TRUST BAR ============ */
.lp-media-bar {
    background: linear-gradient(90deg, #1a1a2e 0%, #16213e 100%);
    padding: 12px 24px;
    text-align: center;
    font-size: 15px;
    color: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.media-bar-text {
    font-weight: 500;
}
.media-bar-links {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.media-bar-link {
    color: #c9a84c;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}
.media-bar-link:hover {
    color: #e8c95a;
    text-decoration: underline;
}
.media-bar-sep {
    color: rgba(255,255,255,.4);
    margin: 0 2px;
}

/* ============ REVIEWS SECTION (right after hero) ============ */
.lp-reviews {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 28px 20px;
}
.lp-reviews-inner {
    max-width: 800px;
    margin: 0 auto;
}
.lp-reviews-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.lp-reviews-score {
    font-size: 20px;
    font-weight: 800;
    color: #1e3a5f;
}
.lp-reviews-label {
    font-size: 14px;
    color: #6b7280;
}

/* ============ CHATBOT SOFT ENTRY ============ */
.lp-chat-entry {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eef4 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 24px 20px;
}
.lp-chat-entry-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-chat-entry-icon {
    font-size: 32px;
    flex-shrink: 0;
}
.lp-chat-entry-text {
    flex: 1;
    min-width: 200px;
}
.lp-chat-entry-text strong {
    display: block;
    font-size: 16px;
    color: #1e3a5f;
    margin-bottom: 2px;
}
.lp-chat-entry-text span {
    font-size: 14px;
    color: #5a6a7a;
}
.lp-btn-chat-entry {
    background: #1e3a5f;
    color: #fff;
    padding: 12px 24px;
    font-size: 15px;
    border-radius: 999px;
}
.lp-btn-chat-entry:hover {
    background: #162d4a;
    color: #fff;
    transform: translateY(-1px);
}

/* ============ SERVICES (BULLETS + CARDS) ============ */
.lp-services { margin: 32px 0; }
.lp-services h2 {
    font-size: 22px;
    color: #1e3a5f;
    margin-bottom: 16px;
}
.lp-services-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 8px;
}
.lp-services-list li {
    position: relative;
    padding-inline-start: 28px;
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
}
.lp-services-list li::before {
    content: "✔";
    position: absolute;
    inset-inline-start: 0;
    color: #16a34a;
    font-weight: 700;
    font-size: 16px;
}
.lp-services-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}
.lp-svc-card {
    background: #f8f9fb;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    padding: 20px;
    transition: border-color .2s, box-shadow .2s;
}
.lp-svc-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 4px 16px rgba(30,58,95,.08);
}
.lp-svc-card h3 {
    font-size: 17px;
    color: #1e3a5f;
    margin: 0 0 8px;
}
.lp-svc-card p {
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.6;
    margin: 0;
}

/* ============ TESTIMONIALS CAROUSEL ============ */
.google-icon { flex-shrink: 0; }
.testimonials-carousel { position: relative; overflow: visible; }
.testimonials-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 4px;
}
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonials-track .testimonial-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    padding: 18px;
    transition: all .2s ease;
}
.testimonials-track .testimonial-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
}
.testimonials-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}
.testimonial-prev, .testimonial-next {
    pointer-events: auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e5e9ef;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e3a5f;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    transition: all .2s;
}
.testimonial-prev:hover, .testimonial-next:hover {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a5f, #2d5a8a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}
.testimonial-meta { flex: 1; min-width: 0; }
.testimonial-name { font-weight: 600; font-size: 14px; color: #1e3a5f; }
.testimonial-stars { font-size: 12px; letter-spacing: 1px; }
.testimonial-date { font-size: 12px; color: #9ca3af; flex-shrink: 0; }
.testimonial-text {
    font-size: 14px;
    line-height: 1.65;
    color: #5a6a7a;
    margin: 0;
}

/* ============ WHY CHOOSE ============ */
.lp-why { margin: 32px 0; }
.lp-why h2 {
    font-size: 22px;
    text-align: center;
    color: #1e3a5f;
    margin-bottom: 20px;
}
.lp-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.lp-why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8f9fb;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    padding: 16px;
    transition: border-color .2s;
}
.lp-why-item:hover { border-color: #c9a84c; }
.lp-why-icon {
    font-size: 26px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e3a5f, #2d5a8a);
    border-radius: 10px;
    flex-shrink: 0;
}
.lp-why-item strong {
    display: block;
    font-size: 15px;
    color: #1e3a5f;
    margin-bottom: 4px;
}
.lp-why-item p {
    font-size: 13px;
    color: #5a6a7a;
    line-height: 1.5;
    margin: 0;
}

/* ============ ABOUT (condensed SEO text) ============ */
.lp-about { margin: 32px 0; }
.lp-about h2 {
    font-size: 20px;
    color: #1e3a5f;
    margin-bottom: 12px;
}
.lp-about p {
    font-size: 15px;
    color: #5a6a7a;
    line-height: 1.75;
    margin-bottom: 12px;
}

/* ============ FAQ ============ */
.lp-faq { margin: 32px 0; }
.lp-faq h2 {
    font-size: 20px;
    color: #1e3a5f;
    margin-bottom: 16px;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-item {
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.faq-item[open] {
    border-color: #c9a84c;
    box-shadow: 0 2px 12px rgba(201,168,76,.1);
}
.faq-question {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1e3a5f;
    transition: color .2s;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::before {
    content: "❓";
    font-size: 16px;
    flex-shrink: 0;
}
.faq-question::after {
    content: "▼";
    font-size: 10px;
    margin-inline-start: auto;
    transition: transform .2s;
    color: #9ca3af;
}
.faq-item[open] .faq-question::after { transform: rotate(180deg); }
.faq-question:hover { color: #c9a84c; }
.faq-answer {
    padding: 0 20px 16px;
    border-top: 1px solid #e5e9ef;
}
.faq-answered-by {
    font-size: 12px;
    color: #c9a84c;
    font-weight: 600;
    margin: 12px 0 8px;
}
.faq-answer p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a6a7a;
    margin: 0;
}

/* ============ ARTICLES ============ */
.lp-articles { margin: 32px 0; }
.lp-articles h2 {
    font-size: 20px;
    color: #1e3a5f;
    margin-bottom: 16px;
}
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 10px;
}
.article-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    text-decoration: none;
    color: #1e3a5f;
    transition: border-color .2s, box-shadow .2s;
}
.article-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 2px 12px rgba(201,168,76,.1);
}
.article-icon { font-size: 20px; flex-shrink: 0; }
.article-title {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}
.article-arrow {
    font-size: 16px;
    color: #c9a84c;
    flex-shrink: 0;
    transition: transform .2s;
}
.rtl .article-arrow { transform: rotate(180deg); }
.article-card:hover .article-arrow { transform: translateX(4px); }
.rtl .article-card:hover .article-arrow { transform: rotate(180deg) translateX(4px); }

/* ============ PRESS ============ */
.lp-press { margin-top: 32px; }
.lp-press h2 {
    font-size: 22px;
    color: #1e3a5f;
    margin-bottom: 16px;
}
.press-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}
.press-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f8f6f0;
    border: 1px solid #e5e0d0;
    border-radius: 12px;
    text-decoration: none;
    color: #1e3a5f;
    transition: border-color .2s, box-shadow .2s;
}
.press-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 2px 12px rgba(201,168,76,.12);
}
.press-source {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #c9a84c;
    white-space: nowrap;
    flex-shrink: 0;
}
.press-title {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.press-arrow {
    font-size: 14px;
    color: #c9a84c;
    flex-shrink: 0;
    transition: transform .2s;
}
.press-card:hover .press-arrow { transform: translate(2px, -2px); }

.press-note {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: rgba(0,0,0,.45);
    margin: 8px 0 0;
}

/* ============ BOTTOM CTA ============ */
.lp-bottom-cta {
    margin: 36px 0 0;
    padding: 36px 24px 100px;
    background: linear-gradient(135deg, #0f2035, #1e3a5f);
    border-radius: 16px;
    text-align: center;
    color: #fff;
}
.lp-bottom-cta h2 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #fff;
}
.lp-bottom-cta p {
    font-size: 15px;
    color: rgba(255,255,255,.85);
    margin: 0 0 20px;
}
.lp-bottom-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.lp-btn-xl {
    padding: 18px 32px;
    font-size: 18px;
    border-radius: 14px;
}
.lp-bottom-cta-note {
    margin-top: 16px;
    font-size: 13px;
    opacity: .65;
}

/* ============ CHATBOT POPUP ============ */
.chat-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.4);
    z-index: 9990;
}
.chat-popup-overlay.open { display: block; }

.chat-popup {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 380px;
    max-width: calc(100vw - 40px);
    background: #fff;
    border: 1px solid #e5e9ef;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.2);
    z-index: 9995;
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease;
}
.chat-popup.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}
.chat-popup-header {
    background: linear-gradient(135deg, #1e3a5f, #0f2035);
    color: #fff;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.chat-popup-header .chat-avatar {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.3);
    object-fit: cover;
}
.chat-popup-header .chat-title { font-weight: 700; font-size: 14px; }
.chat-popup-header .chat-subtitle { font-size: 11px; opacity: .85; }
.chat-popup-close {
    margin-inline-start: auto;
    background: none; border: none;
    color: #fff; font-size: 18px;
    cursor: pointer; padding: 4px 8px;
    opacity: .7; transition: opacity .2s;
}
.chat-popup-close:hover { opacity: 1; }
.chat-popup .chat-messages {
    height: 320px;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #f9fafb;
}
.chat-msg {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.chat-msg.bot {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #e5e9ef;
    border-bottom-left-radius: 4px;
}
.chat-msg.user {
    align-self: flex-end;
    background: #1e3a5f;
    color: #fff;
    border-bottom-right-radius: 4px;
}
.chat-msg.bot .typing-indicator { display: inline-flex; gap: 4px; }
.chat-msg.bot .typing-indicator span {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #9ca3af;
    animation: typing 1.2s infinite ease-in-out;
}
.chat-msg.bot .typing-indicator span:nth-child(2) { animation-delay: .2s; }
.chat-msg.bot .typing-indicator span:nth-child(3) { animation-delay: .4s; }
@keyframes typing {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-4px); }
}
.chat-popup .chat-input-area {
    display: flex;
    gap: 8px;
    padding: 12px 14px;
    border-top: 1px solid #e5e9ef;
    background: #fff;
}
.chat-input-area input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #e5e9ef;
    border-radius: 999px;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}
.chat-input-area input:focus { border-color: #1e3a5f; }
.chat-input-area button {
    padding: 10px 18px;
    border: none;
    border-radius: 999px;
    background: #1e3a5f;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s;
}
.chat-input-area button:hover { background: #162d4a; }
.chat-input-area button:disabled { opacity: .5; cursor: not-allowed; }

/* ============ STICKY BOTTOM BAR ============ */
.sticky-cta-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 9980;
    display: flex;
    justify-content: center;
    gap: 1px;
    background: rgba(22,45,74,.15);
    box-shadow: 0 -2px 16px rgba(0,0,0,.12);
    transform: translateY(100%);
    transition: transform .3s ease;
}
.sticky-cta-bar.visible { transform: translateY(0); }
.sticky-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
}
.sticky-phone { background: #1e3a5f; color: #fff; }
.sticky-phone:hover { background: #162d4a; }
.sticky-whatsapp { background: #25D366; color: #fff; }
.sticky-whatsapp:hover { background: #1fb855; }
.sticky-chat { background: #3f4f5f; color: #fff; }
.sticky-chat:hover { background: #344350; }

/* ============ FLOATING WHATSAPP FAB ============ */
.lp-fab-wa {
    position: fixed;
    bottom: 80px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9985;
    box-shadow: 0 4px 20px rgba(37,211,102,.4);
    animation: wa-bounce 3s ease-in-out infinite;
    text-decoration: none;
}
@keyframes wa-bounce {
    0%,100% { transform: scale(1); }
    15%     { transform: scale(1.12); }
    30%     { transform: scale(1); }
}

/* ============ RTL ADJUSTMENTS ============ */
[dir="rtl"] .chat-popup {
    right: auto;
    left: 20px;
}
[dir="rtl"] .lp-fab-wa {
    left: auto;
    right: 20px;
}
[dir="rtl"] .chat-msg.bot {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 4px;
}
[dir="rtl"] .chat-msg.user {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 4px;
}
[dir="rtl"] .testimonials-track { direction: ltr; }
[dir="rtl"] .testimonial-card { direction: rtl; }

/* ============ RESPONSIVE — MOBILE FIRST ============ */
@media (max-width: 640px) {
    .lp-hero { padding: 28px 16px 24px; }
    .lp-hero-inner {
        flex-direction: column;
        text-align: center;
    }
    .lp-hero-photo { width: 140px; height: 180px; }
    .lp-hero-name { font-size: 24px; }
    .lp-hero-hook { font-size: 16px; }
    .lp-hero-sub { font-size: 14px; }
    .lp-hero-warning { font-size: 13px; }
    .lp-hero-trust { font-size: 12px; }
    .lp-hero-ctas {
        justify-content: center;
    }
    .lp-btn {
        font-size: 15px;
        padding: 14px 20px;
        width: 100%;
        justify-content: center;
    }
    .lp-reviews { padding: 20px 16px; }
    .lp-reviews-header { flex-wrap: wrap; }
    .lp-chat-entry { padding: 20px 16px; }
    .lp-chat-entry-inner {
        flex-direction: column;
        text-align: center;
    }
    .lp-services-list {
        grid-template-columns: 1fr;
    }
    .lp-services-cards {
        grid-template-columns: 1fr;
    }
    .lp-why-grid {
        grid-template-columns: 1fr;
    }
    .articles-grid {
        grid-template-columns: 1fr;
    }
    .lp-bottom-cta-btns {
        flex-direction: column;
        align-items: center;
    }
    .lp-btn-xl {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 16px 24px;
    }
    .testimonials-track .testimonial-card {
        flex: 0 0 280px;
    }
    .testimonial-prev, .testimonial-next {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .sticky-cta-btn span { display: none; }
    .sticky-cta-btn { padding: 16px 12px; }
    .lp-fab-wa {
        bottom: 70px;
        width: 52px;
        height: 52px;
    }
    .chat-popup {
        right: 10px; left: 10px;
        bottom: 70px;
        width: auto;
        max-width: none;
    }
    [dir="rtl"] .chat-popup {
        right: 10px; left: 10px;
    }
    .faq-question {
        font-size: 14px;
        padding: 14px 16px;
    }
    .faq-answer {
        padding: 0 16px 14px;
    }
}

/* Fallback for browsers without :has() support */
@supports not (selector(:has(*))) {
    .lp-shell .lp-hero {
        border-radius: 0;
    }
}
