.llm-rag-page-container{font-family:Inter,sans-serif;color:#334155;background-color:#ffffff;padding-top:80px}.llm-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.llm-hero{background-color:rgba(12,30,91,.95);padding:100px 0;text-align:center}.llm-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#818cf8,#2dd4bf);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.llm-hero-content p{font-size:1.25rem;color:#ffffff;max-width:700px;margin:0 auto}.llm-overview{padding:80px 0}.llm-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.llm-overview-text h2{font-size:2.5rem;color:#0f172a;margin-bottom:1.5rem}.llm-overview-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem;color:#475569}.llm-overview-image img{width:100%;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.llm-features{background-color:#f8fafc;padding:80px 0}.llm-features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.llm-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.llm-feature-card{background:#ffffff;padding:2.5rem;border-radius:16px;transition:all .3s ease;border:1px solid #e2e8f0}.llm-feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(99,102,241,.1);border-color:#818cf8}.llm-feature-icon{width:60px;height:60px;background:rgba(99,102,241,.1);color:#6366f1;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.llm-feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1e293b}.llm-benefits{padding:80px 0}.llm-benefits h2{text-align:center;margin-bottom:3rem}.llm-benefits-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:900px;margin:0 auto}.llm-benefits-list li{padding-left:2rem;position:relative;font-size:1.1rem}.llm-benefits-list li:before{content:"✓";position:absolute;left:0;color:#2dd4bf;font-weight:700}.llm-cta{background-color:rgba(12,30,91,.95);padding:80px 0;text-align:center}.llm-cta h2,.llm-cta p{color:#ffffff}.llm-cta h2{font-size:2.5rem;margin-bottom:1rem}.llm-cta p{opacity:.9;margin-bottom:2rem}.llm-cta-button{display:inline-block;background:linear-gradient(90deg,#6366f1,#4f46e5);color:white;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .2s}.llm-cta-button:hover{transform:scale(1.05)}@media (max-width:992px){.llm-overview-grid{text-align:center}.llm-benefits-list,.llm-overview-grid{grid-template-columns:1fr}}