.live-chat-page{--clr-primary: #6517ab;--clr-primary-dark: #4a1082;--clr-primary-light: #8b3fd1;--clr-primary-ghost: rgba(101, 23, 171, .08);--clr-accent: #25D366;--clr-accent-dark: #128C7E;--clr-green: #25D366;--clr-surface: #FFFFFF;--clr-bg: #F5F0FC;--clr-border: #E5E7EB;--clr-border-light: #F3F4F6;--clr-text: #111827;--clr-text-muted: #6B7280;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--shadow-primary: 0 8px 24px rgba(101, 23, 171, .3);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--transition: .22s cubic-bezier(.4, 0, .2, 1);color:var(--clr-text);background:var(--clr-surface);min-height:100vh;overflow-x:hidden}.live-chat-page .section-header{text-align:center;margin-bottom:3rem}.live-chat-page .section-badge{display:inline-flex;align-items:center;gap:6px;background:var(--clr-primary-ghost);color:var(--clr-primary);border:1px solid rgba(101,23,171,.15);border-radius:var(--radius-full);padding:5px 14px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.live-chat-page .section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--clr-text);line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}.live-chat-page .section-subtitle{font-size:1.05rem;color:var(--clr-text-muted);max-width:560px;margin:0 auto;line-height:1.65}.live-chat-page .gradient-text{background:linear-gradient(135deg,var(--clr-primary-light),var(--clr-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-hero-section{position:relative;background:linear-gradient(135deg,#2d0845,#3d1066,#6517ab);color:#fff;padding:5rem 1.5rem 4rem;overflow:hidden;text-align:center;min-height:auto}.chat-hero-section .container{position:relative;z-index:2;max-width:1180px;margin:0 auto}.live-chat-page .chat-hero__bg-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.live-chat-page .chat-hero__shape{position:absolute;border-radius:50%;opacity:.08;background:#fff}.live-chat-page .chat-hero__shape--1{width:500px;height:500px;top:-200px;right:-150px}.live-chat-page .chat-hero__shape--2{width:300px;height:300px;bottom:-100px;left:-100px;opacity:.05}.live-chat-page .chat-hero__shape--3{width:200px;height:200px;top:50%;left:10%;opacity:.04}.chat-hero-section .hero-content{max-width:760px;margin:0 auto;position:relative}.live-chat-page .chat-hero__badges{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;flex-wrap:wrap;margin-bottom:1.5rem}.live-chat-page .chat-hero__badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-full);padding:.4rem 1rem;font-size:.82rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#fffffff2}.chat-hero-section .hero-title{font-size:clamp(2rem,5.5vw,3.6rem);font-weight:900;line-height:1.1;margin:0 0 1rem;letter-spacing:-.03em;color:#fff}.chat-hero-section .gradient-text{background:linear-gradient(135deg,#c4b5fd,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.chat-hero-section .hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);opacity:.88;line-height:1.65;margin:0 auto 2rem;max-width:580px;color:#fff}.chat-hero-section .hero-stats{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:1rem 1.5rem;gap:0}.chat-hero-section .stat-item{text-align:center;padding:.5rem 1.5rem;flex:1;min-width:100px}.chat-hero-section .stat-item:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}.live-chat-page.rtl-layout .chat-hero-section .stat-item:not(:last-child){border-right:none;border-left:1px solid rgba(255,255,255,.12)}.chat-hero-section .stat-number{font-size:1.65rem;font-weight:900;color:#c4b5fd;line-height:1;margin-bottom:.25rem}.chat-hero-section .stat-label{font-size:.78rem;opacity:.75;font-weight:500;color:#fff}.chat-hero-section .hero-actions{display:flex;align-items:center;justify-content:center;gap:.875rem;flex-wrap:wrap;margin-bottom:1rem}.live-chat-page .btn{display:inline-flex;align-items:center;gap:8px;padding:.85rem 1.75rem;border-radius:var(--radius-full);font-size:1rem;font-weight:700;text-decoration:none;transition:all var(--transition);white-space:nowrap;border:2px solid transparent;cursor:pointer}.live-chat-page .btn-primary{background:linear-gradient(135deg,#a78bfa,#7c3aed);color:#fff;box-shadow:0 6px 20px #7c3aed66}.live-chat-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed80;color:#fff;text-decoration:none}.live-chat-page .btn-secondary{background:#ffffff1a;color:#fff;border-color:#fff6}.live-chat-page .btn-secondary:hover{background:#fff3;border-color:#ffffffb3;transform:translateY(-2px);color:#fff;text-decoration:none}.live-chat-page .btn-large{padding:1rem 2rem;font-size:1.05rem}.live-chat-page .btn-outline{background:transparent;color:var(--clr-primary);border-color:var(--clr-primary)}.live-chat-page .btn-outline:hover{background:var(--clr-primary);color:#fff;transform:translateY(-2px);text-decoration:none}.live-chat-page .btn-white{background:#fff;color:var(--clr-primary);border-color:transparent;box-shadow:0 4px 12px #0000001a}.live-chat-page .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;color:var(--clr-primary);text-decoration:none}.live-chat-page .btn-ghost-white{background:transparent;color:#fff;border-color:#ffffff80}.live-chat-page .btn-ghost-white:hover{background:#ffffff26;border-color:#fff;color:#fff;transform:translateY(-2px);text-decoration:none}.chat-features-section{padding:4.5rem 1.5rem;background:var(--clr-surface)}.chat-features-section .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}.chat-features-section .feature-card{background:var(--clr-surface);border:1.5px solid var(--clr-border);border-radius:var(--radius-lg);padding:2rem;text-align:center;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.chat-features-section .feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.chat-features-section .feature-icon{width:56px;height:56px;background:var(--clr-primary-ghost);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--clr-primary);border:1.5px solid rgba(101,23,171,.12)}.chat-features-section .feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:var(--clr-text)}.chat-features-section .feature-description{color:var(--clr-text-muted);line-height:1.6;font-size:.9rem}.chat-platform-section{padding:4.5rem 1.5rem;background:var(--clr-bg)}.chat-platform-section .platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.chat-platform-section .platform-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--clr-surface);border:1.5px solid var(--clr-border);border-radius:var(--radius-lg);transition:transform var(--transition),box-shadow var(--transition);box-shadow:var(--shadow-sm)}.chat-platform-section .platform-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.chat-platform-section .platform-card__number{width:42px;height:42px;background:linear-gradient(135deg,var(--clr-primary),var(--clr-primary-light));color:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0;box-shadow:0 4px 12px #6517ab40}.chat-platform-section .platform-card__body{flex:1}.chat-platform-section .platform-card__title{font-size:1.05rem;font-weight:700;margin-bottom:.4rem;color:var(--clr-text)}.chat-platform-section .platform-card__desc{color:var(--clr-text-muted);font-size:.9rem;line-height:1.6}.chat-cta-section{position:relative;padding:4.5rem 1.5rem;background:linear-gradient(135deg,#2d0845,#3d1066,#6517ab);text-align:center;color:#fff;overflow:hidden}.chat-cta-section:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:#ffffff0a;top:-200px;right:-100px;pointer-events:none}.chat-cta-section .container{position:relative;z-index:2;max-width:720px;margin:0 auto}.chat-cta-section .cta-title{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.chat-cta-section .cta-desc{font-size:1.1rem;opacity:.88;margin-bottom:2rem;line-height:1.65}.chat-cta-section .cta-actions{display:flex;align-items:center;justify-content:center;gap:.875rem;flex-wrap:wrap}.live-chat-page.rtl-layout{direction:rtl;text-align:right}.live-chat-page.rtl-layout .chat-hero-section,.live-chat-page.rtl-layout .section-header,.live-chat-page.rtl-layout .chat-cta-section,.live-chat-page.rtl-layout .chat-features-section .feature-card{text-align:center}.live-chat-page.rtl-layout .chat-platform-section .platform-card{flex-direction:row-reverse;text-align:right}@media(max-width:1024px){.chat-features-section .features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.chat-hero-section{padding:3.5rem 1rem 3rem}.chat-hero-section .hero-stats{flex-direction:column;gap:.5rem}.chat-hero-section .stat-item{padding:.5rem 0;border-right:none!important;border-left:none!important;border-bottom:1px solid rgba(255,255,255,.08)}.chat-hero-section .stat-item:last-child{border-bottom:none}.chat-features-section .features-grid,.chat-platform-section .platform-grid{grid-template-columns:1fr}.chat-hero-section .hero-actions{flex-direction:column;width:100%}.chat-hero-section .hero-actions .btn{width:100%;justify-content:center}.chat-cta-section .cta-actions{flex-direction:column}.chat-cta-section .cta-actions .btn{width:100%;justify-content:center}.live-chat-page.rtl-layout .chat-platform-section .platform-card{flex-direction:column;text-align:center}.live-chat-page.rtl-layout .chat-platform-section .platform-card__number{margin:0 auto}}
