/* Base Styles - Auten Typography */

html {
    color-scheme: light;
    background-color: #FCFCFC;
}

body {
    color: #1a1a1a;
    background-color: #FCFCFC;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color-scheme: light;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Typography - Auten Style */
h1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #666666;
    line-height: 1.6;
}

small {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

a {
    color: #000000;
    text-decoration: none !important;
    transition: color 300ms ease-in-out;
}

/* Navigation */
.navbar {
    background-color: #FCFCFC !important;
    border-bottom: 1px solid #e0dcd4;
    position: sticky;
    top: 0;
    z-index: 1020;
    box-shadow: none;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    min-height: 60px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a !important;
    letter-spacing: -0.01em;
}

.logo-icon {
    height: 40px;
    width: auto;
    display: block;
}

.navbar-menu {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a !important;
    transition: color 300ms ease-in-out;
}

.nav-link:hover,
.nav-link.active {
    color: #1a1a1a !important;
    opacity: 0.7;
}

.nav-cta {
    background-color: #1a1a1a !important;
    color: white !important;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
}

.nav-cta:hover {
    background-color: #1a1a1a;
    color: white !important;
}

.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.navbar-toggle span {
    width: 25px;
    height: 3px;
    background-color: #1a1a1a;
    border-radius: 9999px;
    transition: all 300ms ease-in-out;
}

/* Main Content */
main {
    min-height: calc(100vh - 200px);
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    background-color: #FCFCFC !important;
}

/* Sections */
section {
    background-color: #FCFCFC !important;
    padding: 3rem 0;
}

section.hero {
    padding: 20px 20px 40px !important;
    margin: 0 !important;
}
    background-color: #FCFCFC !important;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.section-subtitle {
    text-align: center;
    color: #666666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Breadcrumb */
.breadcrumb {
    background-color: #ffffff;
    padding: 1.5rem;
    border-bottom: 1px solid #e0dcd4;
}

.breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb a {
    color: #000000;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}

.breadcrumb .separator {
    color: #999999;
}

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #f5f1e8 0%, #eef2ff 100%);
    padding: 3rem 0;
    text-align: center;
}

.page-hero h1 {
    color: #000000;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
}

.page-hero p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Inter", "Poppins", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #666666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Text Utilities */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* Margin Utilities */
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: var(--spacing-sm); }
.mt-2 { margin-top: var(--spacing-md); }
.mt-3 { margin-top: var(--spacing-lg); }
.mt-4 { margin-top: var(--spacing-xl); }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: var(--spacing-sm); }
.mb-2 { margin-bottom: var(--spacing-md); }
.mb-3 { margin-bottom: var(--spacing-lg); }
.mb-4 { margin-bottom: var(--spacing-xl); }

/* Padding Utilities */
.p-0 { padding: 0; }
.p-1 { padding: var(--spacing-sm); }
.p-2 { padding: var(--spacing-md); }
.p-3 { padding: var(--spacing-lg); }
.p-4 { padding: var(--spacing-xl); }
