/* ====================================================== */
/* 1. SELF-HOSTED FONT DEFINITIONS                        */
/* ====================================================== */
@font-face {
  font-display: swap;
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abeezee-v22-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2');
}

/* ====================================================== */
/* 2. CSS VARIABLES (DESIGN TOKENS)                       */
/* ====================================================== */
:root {
    --color-primary: #212161;
    --color-accent: #FDE906;
    --color-light-gray: #E0E0E0;
    --color-dark: #000000;
    --color-white: #FFFFFF;
    --color-text-body: #333;
    --font-family-heading: 'Montserrat', sans-serif;
    --font-family-body: 'ABeeZee', sans-serif;
    --spacing-unit: 1rem;
    --container-width: 1140px;
    --border-radius: 5px;
}

/* ====================================================== */
/* 3. GLOBAL STYLES & RESETS                              */
/* ====================================================== */
*, *::before, *::after { 
    box-sizing: border-box; 
}

body { 
    margin: 0; 
    font-family: var(--font-family-body); 
    color: var(--color-text-body); 
    background-color: var(--color-white); 
    line-height: 1.6; 
}

h1, h2, h3, h4 { 
    font-family: var(--font-family-heading); 
    color: var(--color-primary); 
    margin: 0 0 1rem 0; 
    font-weight: 700; 
    line-height: 1.2; 
}

h1 { 
    font-size: 3rem; 
}

h2 { 
    font-size: 2.5rem; 
}

p { 
    margin: 0 0 1rem 0; 
}

a { 
    color: var(--color-primary); 
    text-decoration: none; 
    transition: opacity 0.2s ease; 
}

a:hover { 
    opacity: 0.8; 
}

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

section { 
    padding: clamp(3rem, 8vw, 5rem) 0; 
}

/* ====================================================== */
/* 4. UTILITY & LAYOUT CLASSES                            */
/* ====================================================== */
.container { 
    max-width: var(--container-width); 
    margin: 0 auto; 
    padding: 0 1.5rem; 
}

.text-center { 
    text-align: center; 
}

.text-center p { 
    max-width: 750px; 
    margin-left: auto; 
    margin-right: auto; 
}

.visually-hidden { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    white-space: nowrap; 
    border: 0; 
}

/* ====================================================== */
/* 5. COMPONENT STYLES                                    */
/* ====================================================== */
/* --- Buttons --- */
.button-primary, .button-accent { 
    display: inline-block; 
    padding: 0.8rem 2rem; 
    border-radius: var(--border-radius); 
    font-family: var(--font-family-heading); 
    text-align: center; 
    border: 2px solid transparent; 
    cursor: pointer; 
    font-weight: 700; 
}

.button-primary { 
    background-color: var(--color-primary); 
    color: var(--color-white); 
}

.button-accent { 
    background-color: var(--color-accent); 
    color: var(--color-primary); 
    border-color: var(--color-primary); 
}

/* --- Forms --- */
form { 
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
}

.form-group {
    display: flex;
    flex-direction: column;
}

form input, form textarea { 
    width: 100%; 
    padding: 0.8rem; 
    border: 1px solid var(--color-light-gray); 
    border-radius: var(--border-radius); 
    font-family: var(--font-family-body); 
    font-size: 1rem; 
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

form input:focus, form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(33, 33, 97, 0.1);
}

form button { 
    width: 100%; 
}

/* --- Header --- */
.site-header { 
    background-color: var(--color-primary); 
    padding: 1rem 0; 
}

.header-flex { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.site-logo img { 
    max-width: 250px; 
}

.main-nav ul { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    gap: 2rem; 
}

.main-nav a { 
    color: var(--color-white); 
    font-family: var(--font-family-heading); 
}

/* --- Hero Section --- */
.hero { 
    background: linear-gradient(rgba(33,33,97,0.85), rgba(33,33,97,0.85)), url(https://via.placeholder.com/1920x1080) no-repeat center center/cover; 
    color: var(--color-white); 
}

.hero h1 { 
    color: var(--color-accent); 
}

.hero-content { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 3rem; 
    align-items: center; 
}

.hero-form-container { 
    background: var(--color-white); 
    color: var(--color-text-body); 
    padding: 2rem; 
    border-radius: var(--border-radius); 
}

.hero-form-container h3, .hero-form-container p { 
    color: var(--color-primary); 
    text-align: center; 
}

.hero-services-list { 
    list-style: none; 
    padding-left: 1.5rem; 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FDE906' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E") no-repeat 0 0.4em; 
}

.hero-services-list li { 
    padding-left: 1rem; 
    margin-bottom: 0.5rem; 
}

/* --- Services Highlight --- */
.services-highlight { 
    background-color: #f9f9f9; 
}

.section-header { 
    text-align: center; 
    margin-bottom: 3rem; 
}

.service-card { 
    background: var(--color-white); 
    border: 1px solid var(--color-light-gray); 
    border-radius: var(--border-radius); 
    overflow: hidden; 
    margin-bottom: 2rem; 
}

.service-card-content { 
    padding: 2rem; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.service-card p { 
    margin: 0; 
    color: #666; 
}

.arrow-link { 
    font-size: 2.5rem; 
    line-height: 1; 
    font-weight: bold; 
}

/* --- Partners --- */
.partners { 
    background: var(--color-light-gray); 
}

.logo-strip { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    align-items: center; 
    gap: 2rem; 
}

.logo-strip img { 
    max-height: 50px; 
    width: auto; 
    filter: grayscale(100%); 
    opacity: 0.7; 
    transition: all 0.3s ease; 
}

.logo-strip img:hover { 
    filter: grayscale(0%); 
    opacity: 1; 
}

/* --- CTA Banner --- */
.cta-banner { 
    background-color: var(--color-accent); 
    text-align: center; 
}

.cta-banner h2 { 
    color: var(--color-primary); 
}

/* --- Footer --- */
.site-footer { 
    background-color: var(--color-primary); 
    color: var(--color-white); 
    padding-top: 4rem; 
}

.footer-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 3rem; 
}

.footer-logo { 
    max-width: 200px; 
    margin-bottom: 1rem; 
}

.site-footer h4 { 
    color: var(--color-accent); 
}

.footer-services ul { 
    list-style: none; 
    padding: 0; 
}

.footer-services a { 
    color: var(--color-white); 
}

.footer-bottom { 
    text-align: center; 
    padding: 1.5rem 0; 
    margin-top: 3rem; 
    border-top: 1px solid rgba(255,255,255,0.2); 
}

/* ====================================================== */
/* 6. RESPONSIVE STYLES                                   */
/* ====================================================== */
@media (max-width: 900px) {
    h1 { 
        font-size: 2.5rem; 
    }
    
    h2 { 
        font-size: 2rem; 
    }
    
    .main-nav { 
        display: none; 
    }
    
    .hero-content { 
        grid-template-columns: 1fr; 
    }
    
    .header-flex { 
        justify-content: center; 
    }
    
    .header-quote-button { 
        display: none; 
    }
}

@media (max-width: 600px) {
    .service-card-content { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 1rem; 
    }
}
