/* ============================================================
   GLOBAL LAWYER ADVOCATES — Main Stylesheet
   Immigration Law Firm, Kansas City, MO
   Navy #1B2D45 | Teal #2C8B8B | Cream #F5F0EB | White
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: #2d2d2d;
    background: #fff;
    line-height: 1.7;
    font-size: 16px;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #1B2D45;
    line-height: 1.25;
}
h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); text-align: center; margin-bottom: 36px; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }

a { color: #2C8B8B; text-decoration: none; transition: color 0.2s; }
a:hover { color: #1B2D45; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s;
    border: 2px solid transparent;
}
.btn-primary { background: #2C8B8B; color: #fff; border-color: #2C8B8B; }
.btn-primary:hover { background: #1B2D45; border-color: #1B2D45; color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: #1B2D45; }
.btn-outline-light { background: transparent; color: #1B2D45; border-color: #1B2D45; }
.btn-outline-light:hover { background: #1B2D45; color: #fff; }
.btn-lg { padding: 16px 36px; font-size: 1.1rem; }
.btn-nav { background: #2C8B8B; color: #fff !important; padding: 8px 18px; font-size: 0.9rem; }
.btn-nav:hover { background: #1B2D45; }

/* --- HEADER --- */
.header {
    position: sticky; top: 0; z-index: 100;
    background: #fff; border-bottom: 1px solid #e8e8e8; padding: 10px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo {
    display: flex; align-items: center; gap: 10px; text-decoration: none;
    font-family: Georgia, serif; font-size: 0.8rem; font-weight: 700;
    color: #1B2D45; letter-spacing: 0.4px; line-height: 1.3;
}
.logo img { width: 42px; height: 42px; }
.nav-list { display: flex; align-items: center; gap: 22px; }
.nav-list a { font-size: 0.9rem; color: #1B2D45; font-weight: 500; }
.nav-list a:hover { color: #2C8B8B; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: #1B2D45; }

/* --- HERO --- */
.hero { background: #1B2D45; color: #fff; padding: 80px 0 60px; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hero-tagline {
    font-family: Georgia, serif; font-size: 0.82rem; letter-spacing: 2px;
    color: #2C8B8B; margin-bottom: 16px; text-transform: uppercase;
}
.hero h1 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 24px; }
.hero-text { color: #c8d6e5; margin-bottom: 14px; font-size: 1rem; line-height: 1.75; }
.hero-buttons { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-image img {
    border-radius: 8px; max-width: 360px; margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

/* --- MISSION --- */
.mission {
    background: #2C8B8B; color: #fff; padding: 64px 0; text-align: center;
}
.mission .container {
    display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.mission-badge {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.mission-badge img { width: 60px; height: 60px; }
.mission-badge p {
    font-family: Georgia, serif; font-size: 0.78rem;
    letter-spacing: 1.5px; text-transform: uppercase; line-height: 1.5;
}
.mission p { max-width: 680px; font-size: 1.02rem; line-height: 1.8; }
.mission .btn { margin-top: 8px; }

/* --- SERVICES HEADING --- */
.services-heading {
    padding: 64px 0 0; text-align: center;
}
.services-heading h2 {
    font-family: Georgia, serif; font-size: 1.6rem;
    letter-spacing: 1px; color: #1B2D45; margin-bottom: 0;
}
.section-icon { width: 40px; height: 40px; margin: 0 auto 14px; }

/* --- SERVICE SECTIONS (svc) --- */
.svc {
    padding: 56px 0; border-bottom: 1px solid #e8ecef;
}
.svc:nth-child(even) { background: #EDF4F4; }
.svc-icon { width: 30px; height: 30px; margin-bottom: 8px; }
.svc h3 {
    font-family: Georgia, serif; font-size: 1.5rem;
    color: #1B2D45; margin-bottom: 16px;
}
.svc p { margin-bottom: 14px; line-height: 1.75; color: #333; font-size: 0.98rem; }
.svc strong { color: #1B2D45; }
.svc ul { margin: 10px 0 16px; }
.svc li {
    padding: 6px 0 6px 20px; position: relative;
    font-size: 0.95rem; color: #444; line-height: 1.6;
}
.svc li::before {
    content: '•'; position: absolute; left: 2px; top: 6px;
    color: #2C8B8B; font-weight: bold;
}
.svc-cta {
    font-style: italic; color: #2C8B8B; font-weight: 600;
    margin-top: 20px; font-size: 1rem;
}

/* --- ABOUT --- */
.about { padding: 80px 0; background: #F5F0EB; }
.about-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; }
.about-image img { border-radius: 8px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); max-width: 360px; margin: 0 auto; }
.about-content h2 { text-align: left; margin-bottom: 4px; }
.about-subtitle {
    font-family: Georgia, serif; color: #2C8B8B; font-style: italic;
    margin-bottom: 18px; font-size: 1.1rem;
}
.about-content p { margin-bottom: 14px; line-height: 1.75; color: #444; }
.about-content .btn { margin-top: 18px; }

/* --- WHY US --- */
.why-us { padding: 80px 0; background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 24px; }
.why-card {
    text-align: center; padding: 34px 22px; border-radius: 10px;
    border: 1px solid #e8e8e8; transition: transform 0.2s, box-shadow 0.2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.why-icon { font-size: 2.4rem; margin-bottom: 14px; }
.why-card h3 { font-family: Georgia, serif; margin-bottom: 10px; }
.why-card p { font-size: 0.92rem; color: #555; line-height: 1.65; }

/* --- CONSULTATION --- */
.consultation { background: #1B2D45; color: #fff; padding: 80px 0; text-align: center; }
.consultation h2 { color: #fff; margin-bottom: 16px; }
.consultation > .container > p {
    font-size: 1.08rem; color: #c8d6e5; max-width: 620px;
    margin: 0 auto 36px; line-height: 1.75;
}
.contact-details {
    display: flex; justify-content: center; gap: 36px;
    flex-wrap: wrap; margin-bottom: 36px;
}
.contact-item { display: flex; align-items: flex-start; gap: 10px; text-align: left; }
.contact-icon { font-size: 1.4rem; }
.contact-item strong {
    display: block; font-size: 0.82rem; letter-spacing: 1px;
    text-transform: uppercase; color: #2C8B8B; margin-bottom: 3px;
}
.contact-item a, .contact-item span { color: #fff; font-size: 0.98rem; }
.contact-item a:hover { color: #2C8B8B; }

/* --- FOOTER --- */
.footer {
    background: #141e2e; color: #8892a4; padding: 38px 0 26px; text-align: center;
}
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer-brand {
    display: flex; align-items: center; gap: 10px;
    font-family: Georgia, serif; font-size: 0.88rem; color: #fff; letter-spacing: 0.5px;
}
.footer-brand img { width: 34px; height: 34px; }
.footer-info p { margin-bottom: 3px; font-size: 0.88rem; }
.footer-disclaimer {
    font-size: 0.75rem; max-width: 580px; line-height: 1.6;
    color: #6b7a8d; margin-top: 6px;
}
.footer-copy { font-size: 0.78rem; color: #5a6a7e; margin-top: 2px; }

/* --- BACK TO TOP --- */
.back-to-top {
    position: fixed; bottom: 24px; right: 24px;
    width: 44px; height: 44px; border-radius: 50%;
    background: #fff; color: #1B2D45; display: flex;
    align-items: center; justify-content: center;
    font-size: 1.2rem; font-weight: bold;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-decoration: none; z-index: 90;
    transition: transform 0.2s, box-shadow 0.2s;
}
.back-to-top:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .hero-inner, .about-inner { grid-template-columns: 1fr; text-align: center; }
    .hero-image { order: -1; }
    .hero-image img { max-width: 240px; }
    .hero-buttons { justify-content: center; }
    .about-content h2 { text-align: center; }
    .about-image img { max-width: 240px; }

    .nav-list {
        display: none; flex-direction: column;
        position: absolute; top: 100%; left: 0; right: 0;
        background: #fff; padding: 18px 24px;
        border-bottom: 2px solid #e8e8e8; gap: 14px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }
    .nav-list.open { display: flex; }
    .nav-toggle { display: block; }

    .contact-details { flex-direction: column; align-items: center; gap: 18px; }

    .svc { padding: 40px 0; }
    .svc h3 { font-size: 1.3rem; }
}

@media (max-width: 500px) {
    .hero { padding: 44px 0 36px; }
    h2 { font-size: 1.4rem; margin-bottom: 24px; }
    .svc { padding: 32px 0; }
    .svc h3 { font-size: 1.2rem; }
    .why-card { padding: 24px 16px; }
}
