/* ===========================
   TYPOGRAPHY STYLES
   =========================== */

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    color: var(--primary-navy);
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: var(--primary-navy);
    margin-bottom: 2rem;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--primary-navy);
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

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

a:hover {
    color: var(--gold);
}

/* ===========================
   SECTION TITLES & SUBTITLES
   =========================== */

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: var(--primary-navy);
    margin-bottom: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--sage);
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--text-light);
    text-align: center;
    margin-bottom: 2rem;
}

/* ===========================
   HERO SECTION TYPOGRAPHY
   =========================== */

.hero h1 {
    color: var(--white);
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.hero p {
    color: #F0F4F8;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

/* ===========================
   SERVICES SECTION TYPOGRAPHY
   =========================== */

.services-intro {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 2rem;
    text-align: center;
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-navy);
    font-size: 1.5rem;
}

.service-card p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    flex-grow: 1;
    color: var(--text-dark);
}

.card-link {
    color: var(--sage);
    font-weight: 600;
    transition: color 0.2s ease;
    display: inline-block;
    margin-top: auto;
    align-self: flex-start;
}

.card-link:hover {
    color: var(--gold);
}

/* ===========================
   INTRODUCTION SECTION TYPOGRAPHY
   =========================== */

.intro-text p {
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.intro-text p:last-of-type {
    margin-bottom: 2rem;
}

.highlight-item {
    color: var(--text-dark);
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.highlight-item::before {
    content: "✓";
    color: var(--sage);
    font-weight: 900;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* ===========================
   CTA SECTION TYPOGRAPHY
   =========================== */

.cta-section h2 {
    color: var(--white);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--white);
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.cta-section p {
    color: #F0F4F8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* ===========================
   LANGUAGE SWITCHER TYPOGRAPHY
   =========================== */

.whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--sage);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
}

.whatsapp-btn:hover {
    color: var(--gold);
}

.lang-link {
    color: var(--text-light);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    cursor: pointer;
}

.lang-link:hover {
    color: var(--sage);
}

.lang-link.active {
    color: var(--primary-navy);
    font-weight: 600;
}

/* ===========================
   HEADER NAVIGATION TYPOGRAPHY
   =========================== */

.nav-menu a {
    color: var(--white);
    font-weight: 500;
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.5rem;
}

.nav-menu a:hover {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

/* ===========================
   FOOTER TYPOGRAPHY
   =========================== */

.footer-section h4 {
    color: var(--gold);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 280px;
}

.footer-contact p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-section p {
    color: #D0D0D0;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer-links a {
    color: #D0D0D0;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--gold);
}

.office-info {
    font-size: 0.9rem;
    color: #D0D0D0;
    margin-bottom: 1rem;
}

.office-info a,
.office-info-link {
    color: var(--sage);
    transition: color 0.2s ease;
    text-decoration: none;
}

.office-info a:hover,
.office-info-link:hover {
    color: var(--gold);
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom {
    font-size: 0.85rem;
    font-weight: 500;
}
