/*
Theme Name: Web Fadhils 4 Pilar
Theme URI: -
Author: Fadhils
Author URI: -
Description: Tema custom super ringan tanpa page builder. Memiliki 4 kepribadian (Alam, Misteri, Psikologi, Novel). Dirakit khusus agar shared hosting tidak meledak.
Version: 1.0.0
Text Domain: fadhils-theme
*/

/* * Bismillah, Reset CSS Minimalis. 
 * Kita kaga naruh CSS pilar di sini karena udah di-handle secara modular
 * lewat inc/enqueue-assets.php supaya server lu enteng.
 */

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Mencegah scroll horizontal yang bikin layout rusak */
    min-height: 100vh;
    display: flex;
    flex-direction: column; /* Biar footer selalu di bawah */
}

/* Biar gambar otomatis responsive kaga jebol keluar kontainer */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================================
   IKON GLOBAL: BUNGA TERATAI (LOTUS) SAKTI
   ========================================= */
.lotus-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    /* Vektor Mandala Lotus 8 Titik (Line Art Murni, Anti-Blob) */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1 Q 15 6 12 12 Q 9 6 12 1 Z'/%3E%3Cpath d='M12 23 Q 15 18 12 12 Q 9 18 12 23 Z'/%3E%3Cpath d='M1 12 Q 6 15 12 12 Q 6 9 1 12 Z'/%3E%3Cpath d='M23 12 Q 18 15 12 12 Q 18 9 23 12 Z'/%3E%3Cpath d='M4.22 4.22 Q 9.88 5.64 12 12 Q 5.64 9.88 4.22 4.22 Z'/%3E%3Cpath d='M19.78 4.22 Q 14.12 5.64 12 12 Q 18.36 9.88 19.78 4.22 Z'/%3E%3Cpath d='M4.22 19.78 Q 9.88 18.36 12 12 Q 5.64 14.12 4.22 19.78 Z'/%3E%3Cpath d='M19.78 19.78 Q 14.12 18.36 12 12 Q 18.36 14.12 19.78 19.78 Z'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1 Q 15 6 12 12 Q 9 6 12 1 Z'/%3E%3Cpath d='M12 23 Q 15 18 12 12 Q 9 18 12 23 Z'/%3E%3Cpath d='M1 12 Q 6 15 12 12 Q 6 9 1 12 Z'/%3E%3Cpath d='M23 12 Q 18 15 12 12 Q 18 9 23 12 Z'/%3E%3Cpath d='M4.22 4.22 Q 9.88 5.64 12 12 Q 5.64 9.88 4.22 4.22 Z'/%3E%3Cpath d='M19.78 4.22 Q 14.12 5.64 12 12 Q 18.36 9.88 19.78 4.22 Z'/%3E%3Cpath d='M4.22 19.78 Q 9.88 18.36 12 12 Q 5.64 14.12 4.22 19.78 Z'/%3E%3Cpath d='M19.78 19.78 Q 14.12 18.36 12 12 Q 18.36 14.12 19.78 19.78 Z'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
}
.brand-icon .lotus-icon {
    font-size: 1.6rem; /* Besarin ukuran bunganya */
    margin: 0 0.5rem;
    opacity: 0.85;
    transform: translateY(-2px); /* Sejajarin sama teks LENARA */
}