/*
Theme Name: PrefixHP Service Center
Theme URI: https://prefixhp.com
Author: PrefixHP
Author URI: https://prefixhp.com
Description: Tema WordPress mewah untuk PrefixHP — Apple & Android Service Center. Desain dark luxury (emas & silver) dengan dukungan penuh Elementor. Setiap section dapat diedit melalui Elementor. Cocok untuk bisnis service handphone, perbaikan iPhone/iPad/MacBook & Android.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prefixhp
Tags: elementor, dark, luxury, service-center, repair, mobile, business, custom-colors, custom-logo, featured-images, translation-ready, rtl-language-support, threaded-comments
*/

/* ============================================================
   PrefixHP Theme — Base reset & safety.
   Seluruh styling utility (Tailwind) & komponen dimuat dari
   /assets/css/prefixhp.css agar desain identik dengan mockup.
   ============================================================ */

:root {
    --ph-bg: #f7f8fa;
    --ph-gold: #c9a96e;
    --ph-gold-dark: #a8873a;
    --ph-silver: #b8bcc8;
    --ph-text: #1f2937;
}

/* Pastikan body tema tidak ditimpa style WP default yang merusak */
body.prefixhp-body {
    background: #f7f8fa;
    color: #1f2937;
    font-family: 'Inter', sans-serif;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* Ruang untuk bottom nav & header fixed */
.prefixhp-content { padding-top: 0; }

/* Alignnone fix untuk Elementor */
.prefixhp-body .alignnone,
.prefixhp-body .aligncenter,
.prefixhp-body .alignleft,
.prefixhp-body .alignright { display: inline-block; }

/* Elementor canvas page: gunakan background terang konsisten */
.page-template-canvas.prefixhp-body,
.page-template-elementor_canvas.prefixhp-body,
.page-template-elementor_header_footer.prefixhp-body {
    background: #f7f8fa;
}

/* Sembunyikan scrollbar horizontal dari animasi */
html { overflow-x: hidden; }
body { overflow-x: hidden; }

/* WordPress integration safety */
html, body { margin: 0; padding: 0; }
body.prefixhp-body .site-content { margin: 0; padding: 0; }
body.prefixhp-body .site-main { width: 100%; }
body.prefixhp-body img { max-width: 100%; }
