/*
Theme Name: Global Service Agency
Theme URI: https://globalservisagensi.com
Author: Global Service Agency
Author URI: https://globalservisagensi.com
Description: Custom WordPress theme for Global Service Agency — Indonesian licensing, certification, and business consulting services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: gsa-theme
*/

/* === Base Reset === */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: #0f1117;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === WordPress Core Overrides === */
/* Remove default WordPress block padding/margins that can break full-bleed layouts */
.wp-site-blocks,
.wp-block-group,
.wp-block-template-part {
    padding: 0 !important;
    margin: 0 !important;
}

.entry-content > * {
    max-width: none;
}

/* Hide WordPress admin bar offset when logged in */
html.wp-toolbar {
    padding-top: 0 !important;
}
