{% extends 'base.html.twig' %} {% trans_default_domain 'Playground' %} {% set isRtl = app.request.locale == 'ar' %} {% set dir = isRtl ? 'rtl' : 'ltr' %} {% set arrowDir = isRtl ? 'left' : 'right' %} {% set marginStart = isRtl ? 'left' : 'right' %} {% set marginEnd = isRtl ? 'right' : 'left' %} {% set canonicalUrl = url(isRtl ? 'about_playground.ar' : 'about_playground.en') %} {% set ampUrl = url(isRtl ? 'about_playground_amp.ar' : 'about_playground_amp.en') %} {% block title %}{{ 'promo.page_title'|trans }} - Shamra Academia{% endblock %} {% block metaDescription %}{{ 'promo.hero_subtitle'|trans }}{% endblock %} {% block metaKeywords %}AI playground, academic research, AI tools, translation, proofreading, citation, Shamra Academia{% endblock %} {% block fb_open_graph %} {% endblock %} {% block structured_data %} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{# ── Hero Section ── #}
{{ 'promo.badge'|trans }}

{{ 'promo.hero_title_before'|trans }} {{ 'promo.hero_title_highlight'|trans }} {{ 'promo.hero_title_after'|trans }}

{{ 'promo.hero_subtitle'|trans }}

{# ── Section Title ── #}

{{ isRtl ? 'كل ما تحتاجه في مكان واحد' : 'Everything You Need in One Place' }}

{{ isRtl ? 'أدوات بحث أكاديمي متقدمة مدعومة بالذكاء الاصطناعي لتسريع عملك البحثي' : 'Advanced AI-powered academic research tools to accelerate your research workflow' }}

{# ── Features Grid ── #}

{{ 'promo.feature_library_title'|trans }}

{{ 'promo.feature_library_desc'|trans }}

{{ 'promo.feature_translation_title'|trans }}

{{ 'promo.feature_translation_desc'|trans }}

{{ 'promo.feature_search_title'|trans }}

{{ 'promo.feature_search_desc'|trans }}

{{ 'promo.feature_citation_title'|trans }}

{{ 'promo.feature_citation_desc'|trans }}

{{ 'promo.feature_proofread_title'|trans }}

{{ 'promo.feature_proofread_desc'|trans }}

{{ 'promo.feature_projects_title'|trans }}

{{ 'promo.feature_projects_desc'|trans }}

{{ 'promo.feature_download_title'|trans }}

{{ 'promo.feature_download_desc'|trans }}

{# ── And More ── #}
{{ 'promo.and_more'|trans }}
{# ── Stats Bar ── #}

7+

{{ isRtl ? 'أدوات ذكاء اصطناعي' : 'AI-Powered Tools' }}

{{ isRtl ? 'ملايين' : 'Millions' }}

{{ isRtl ? 'مراجع علمية متاحة للبحث' : 'References Available to Search' }}

100

{{ isRtl ? 'نقطة مجانية للتجربة' : 'Free Trial Credits' }}

{{ isRtl ? 'مشاريع غير محدودة' : 'Unlimited Projects' }}

{# ── CTA Section ── #}
{# ── Share Buttons ── #}
{{ isRtl ? 'شارك هذه الصفحة' : 'Share this page' }}
{% endblock %}