/*
 Theme Name:   Quranic Landing Page
 Theme URI:    https://quranic.app
 Description:  Divi Child Theme for the Quranic website landing page
 Author:       Quranic
 Author URI:   https://quranic.app
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  quranic-landing
*/

/* ==========================================================================
   QURANIC LANDING PAGE - CHILD THEME STYLES
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Variables - Quranic Brand Colors
   -------------------------------------------------------------------------- */
:root {
    /* Primary Brand Colors */
    --quranic-orange: #f68b49;
    --quranic-orange-light: #fff5ef;
    --quranic-cream: #ffebde;

    /* Text Colors */
    --quranic-text: #535862;
    --quranic-dark: #161e2e;
    --quranic-blue: #2b5496;

    /* Neutral Colors */
    --quranic-white: #ffffff;
    --quranic-gray-light: #f9fafb;
    --quranic-gray: #e5e7eb;
    --quranic-gray-dark: #6b7280;

    /* Legacy aliases for compatibility */
    --primary-color: var(--quranic-orange);
    --secondary-color: var(--quranic-blue);
    --accent-color: var(--quranic-cream);
    --text-color: var(--quranic-text);
    --light-bg: var(--quranic-orange-light);
    --white: var(--quranic-white);
}

/* --------------------------------------------------------------------------
   Global Typography
   -------------------------------------------------------------------------- */
body.quranic-landing-page {
    font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--quranic-text);
    line-height: 1.6;
}

body.quranic-landing-page h1,
body.quranic-landing-page h2,
body.quranic-landing-page h3,
body.quranic-landing-page h4,
body.quranic-landing-page h5,
body.quranic-landing-page h6 {
    font-family: 'Source Serif Pro', Georgia, 'Times New Roman', serif;
    color: var(--quranic-dark);
    font-weight: 600;
    line-height: 1.3;
}

/* --------------------------------------------------------------------------
   Global Overrides for Divi
   -------------------------------------------------------------------------- */
body.quranic-landing-page #main-header,
body.quranic-landing-page #top-header,
body.quranic-landing-page #main-footer {
    display: none !important;
}

body.quranic-landing-page #page-container {
    padding-top: 0 !important;
}

body.quranic-landing-page .landing-page-main {
    margin: 0;
    padding: 0;
}
