/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Jost', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

main {
    padding-top: 0;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Typography - Finanza Style (hero section hariç) */
main > section:not(.hero-section) h1,
main > section:not(.hero-section) .h1,
main > section:not(.hero-section) h2,
main > section:not(.hero-section) .h2,
.fw-bold {
    font-weight: 700 !important;
}

main > section:not(.hero-section) h3,
main > section:not(.hero-section) .h3,
main > section:not(.hero-section) h4,
main > section:not(.hero-section) h4,
.fw-medium {
    font-weight: 600 !important;
}

main > section:not(.hero-section) h5,
main > section:not(.hero-section) .h5,
main > section:not(.hero-section) h6,
main > section:not(.hero-section) .h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

/* Bootstrap Override - Preserve custom styles */
.container {
    max-width: 1200px !important;
}

/* Ensure sections are not affected by Bootstrap */
section:not(.modules-section) {
    width: 100%;
    max-width: 100%;
}