/* Import Nata Sans Font */
@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:ital,opsz,wght@0,12..72,100..900;1,12..72,100..900&display=swap');

/* Custom Color Scheme Variables */
:root {
    --white: #FFFFFF;
    --blue-main: #2675C6;
    --blue-deep: #00529B;
    --gray-text: #5D6B82;
    --gray-light: #F5F5F5;
    --black-text: #212121;
    --red-accent: #D64541;
    --green-accent: #37BC9B;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nata Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: var(--black-text);
    background-color: var(--gray-light);
    font-feature-settings: 'liga' 1, 'kern' 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Modern Typography */
h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h3 {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
h4 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

p {
    margin-bottom: 1rem;
    color: var(--gray-text);
    line-height: 1.7;
    font-size: 1rem;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Minimal Font Enhancements */
.hero h1 {
    font-weight: 800;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.section-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.card h3, .card h4 {
    font-weight: 600;
    letter-spacing: -0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.btn {
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.logo {
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

/* Subtle text improvements */
.hero p {
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.section-subtitle {
    font-weight: 400;
    letter-spacing: 0.005em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.process-title {
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.process-description {
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.form-label {
    font-weight: 600;
    letter-spacing: 0.005em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.cta-title {
    font-weight: 700;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.cta-subtitle {
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Small text improvements */
.text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Form input text */
.form-input, .form-textarea {
    font-weight: 400;
    letter-spacing: 0.01em;
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Button text styles */
.btn-primary, .btn-secondary, .btn-success, .btn-white, .btn-outline-white {
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

/* Card content styles */
.card p, .card span, .card div {
    font-family: "Nata Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Modern Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background: rgba(38, 117, 198, 0.2);
    color: var(--black-text);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--gray-light);
}

::-webkit-scrollbar-thumb {
    background: var(--blue-main);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--blue-deep);
}

/* Focus styles for accessibility */
.btn:focus,
.form-input:focus,
.form-textarea:focus {
    outline: 2px solid var(--blue-main);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .navbar,
    .footer,
    .btn {
        display: none;
    }

    body {
        background: white;
        color: black;
    }
}
