{% extends 'ampbase.html.twig' %} {% trans_default_domain 'Playground' %} {% set isRtl = app.request.locale == 'ar' %} {% set dir = isRtl ? 'rtl' : 'ltr' %} {% set marginStart = isRtl ? 'left' : 'right' %} {% set marginEnd = isRtl ? 'right' : 'left' %} {% set canonicalUrl = url(isRtl ? 'about_playground.ar' : 'about_playground.en') %} {% block title %}{{ 'promo.page_title'|trans }} - Shamra Academia{% endblock %} {% block links %} {# Structured Data for SEO #} {% endblock %} {% block css %} {{ parent() }} /* ── AMP Playground About ── */ .pg-about { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f8fafc; min-height: 100vh; direction: {{ dir }}; } .pg-hero { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 50%, #6d28d9 100%); color: #fff; padding: 4rem 1.5rem 3rem; text-align: center; position: relative; overflow: hidden; } .pg-hero-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); color: #fff; padding: 0.5rem 1.25rem; border-radius: 50px; font-size: 1rem; font-weight: 600; margin-bottom: 1.5rem; } .pg-hero h1 { font-size: 2.2rem; font-weight: 800; margin: 0 auto 1rem; line-height: 1.3; max-width: 700px; } .pg-hero h1 span { color: #ff8600; } .pg-hero p { font-size: 1.15rem; color: #e2e8f0; max-width: 600px; margin: 0 auto 2rem; line-height: 1.7; } .pg-hero-actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; } .pg-section-title { text-align: center; padding: 2.5rem 1.5rem 0; max-width: 600px; margin: 0 auto; } .pg-section-title h2 { font-size: 1.7rem; font-weight: 800; color: #1e293b; margin: 0 0 0.5rem; } .pg-section-title p { font-size: 1.05rem; color: #64748b; line-height: 1.6; margin: 0; } .pg-features { max-width: 900px; margin: 2rem auto 0; padding: 0 1.5rem 2rem; } .pg-feature-card { background: #ffffff; border-radius: 14px; border: 1px solid #e2e8f0; padding: 1.5rem; margin-bottom: 1rem; } .pg-feature-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.75rem; } .pg-feature-icon { width: 48px; height: 48px; min-width: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #fff; } .pg-feature-icon.orange { background: linear-gradient(135deg, #ff8600, #f59e0b); } .pg-feature-icon.blue { background: linear-gradient(135deg, #2563eb, #3b82f6); } .pg-feature-icon.green { background: linear-gradient(135deg, #059669, #10b981); } .pg-feature-icon.purple { background: linear-gradient(135deg, #7c3aed, #8b5cf6); } .pg-feature-icon.rose { background: linear-gradient(135deg, #e11d48, #f43f5e); } .pg-feature-icon.cyan { background: linear-gradient(135deg, #0891b2, #06b6d4); } .pg-feature-icon.indigo { background: linear-gradient(135deg, #4f46e5, #6366f1); } .pg-feature-card h3 { font-size: 1.25rem; font-weight: 700; color: #1e293b; margin: 0; } .pg-feature-card p { font-size: 1.05rem; color: #64748b; margin: 0; line-height: 1.6; } .pg-more { text-align: center; padding: 0.5rem 1.5rem 2rem; color: #64748b; font-size: 1.1rem; font-weight: 600; } .pg-more i { color: #ff8600; } .pg-stats { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 2.5rem 1.5rem; } .pg-stats-inner { max-width: 900px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; text-align: center; } .pg-stat { flex: 1; min-width: 130px; } .pg-stat h3 { font-size: 2rem; font-weight: 800; color: #ff8600; margin: 0 0 0.25rem; } .pg-stat p { color: #94a3b8; font-size: 0.95rem; margin: 0; } .pg-cta { text-align: center; padding: 2.5rem 1.5rem 3rem; max-width: 650px; margin: 0 auto; } .pg-cta-box { background: #ffffff; border-radius: 18px; padding: 2.5rem 1.5rem; border: 2px solid #e2e8f0; } .pg-cta-box h2 { font-size: 1.6rem; font-weight: 800; color: #1e293b; margin: 0 0 0.75rem; } .pg-cta-box > p { color: #64748b; margin: 0 0 1.5rem; font-size: 1.1rem; } .pg-cta-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; } .pg-btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 1.75rem; border-radius: 10px; font-weight: 700; font-size: 1.05rem; text-decoration: none; border: none; cursor: pointer; line-height: 1.4; } .pg-btn-primary { background: linear-gradient(135deg, #ff8600, #f59e0b); color: #fff; } .pg-btn-secondary { background: transparent; color: #2563eb; border: 2px solid #2563eb; } .pg-btn-hero { background: rgba(255,255,255,0.15); color: #fff; border: 2px solid rgba(255,255,255,0.3); } .pg-free-badge { display: inline-block; background: rgba(5,150,105,0.15); color: #059669; font-size: 0.75rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 6px; margin-{{ marginStart }}: 0.2rem; } .pg-share { text-align: center; padding: 0 1.5rem 2.5rem; } .pg-share-label { font-size: 0.85rem; color: #64748b; margin-bottom: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; } .pg-share-buttons { display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap; } .pg-share-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; color: #fff; font-size: 1.05rem; text-decoration: none; } .pg-share-btn.facebook { background: #1877f2; } .pg-share-btn.twitter { background: #000; } .pg-share-btn.linkedin { background: #0a66c2; } .pg-share-btn.whatsapp { background: #25d366; } .pg-share-btn.telegram { background: #0088cc; } @media (max-width: 640px) { .pg-hero h1 { font-size: 1.7rem; } .pg-hero p { font-size: 1rem; } .pg-hero { padding: 3rem 1rem 2.5rem; } .pg-cta-buttons { flex-direction: column; align-items: center; } .pg-btn { width: 100%; justify-content: center; } .pg-stats-inner { gap: 1rem; } .pg-stat { min-width: 120px; } .pg-stat h3 { font-size: 1.6rem; } } {% endblock %} {% block body %}
{{ 'promo.hero_subtitle'|trans }}
{{ isRtl ? 'أدوات بحث أكاديمي متقدمة مدعومة بالذكاء الاصطناعي' : 'Advanced AI-powered academic research tools' }}
{{ 'promo.feature_library_desc'|trans }}
{{ 'promo.feature_translation_desc'|trans }}
{{ 'promo.feature_search_desc'|trans }}
{{ 'promo.feature_citation_desc'|trans }}
{{ 'promo.feature_proofread_desc'|trans }}
{{ 'promo.feature_projects_desc'|trans }}
{{ 'promo.feature_download_desc'|trans }}
{{ isRtl ? 'أدوات ذكاء اصطناعي' : 'AI Tools' }}
{{ isRtl ? 'مراجع متاحة' : 'References' }}
{{ isRtl ? 'نقطة مجانية' : 'Free Credits' }}
{{ isRtl ? 'مشاريع غير محدودة' : 'Unlimited Projects' }}
{{ 'promo.cta_subtitle'|trans }}