* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.65;
    color: #1c1c1c;
    background-color: #fdfcfa;
}

/* Navigation */
.main-nav {
    background-color: #fdfcfa;
    padding: 3.5rem 0 2rem 0;
    border-bottom: none;
    position: relative;
}

.nav-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem 2rem 2rem;
    display: block;
    border-bottom: 3px dotted #1e3a5f;
}

.brand-text {
    color: #1c1c1c;
    font-size: 2.8rem;
    font-weight: normal;
    display: block;
    margin-bottom: 2rem;
    font-style: normal;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    right: 25rem;
    top: 17rem;
}

.nav-links li {
    margin-right: 0;
}

.nav-links a {
    color: #1c1c1c;
    text-decoration: none;
    font-size: 0.92rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 0.7rem 0;
    display: block;
}

.nav-links a:hover {
    color: #1e3a5f;
}

.nav-container .hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 0;
    margin-top: 1.5rem;
    color: #1c1c1c;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    max-width: 620px;
    font-weight: 400;
}

.hero-section {
    background-color: #fdfcfa;
    padding: 0;
    position: relative;
}

.hero-content {
    max-width: 960px;
    margin: 0 auto;
}

.hero-content h1 {
    display: none;
}

.btn-primary, .btn-secondary {
    padding: 0.7rem 0;
    text-decoration: none;
    font-size: 0.92rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    text-align: left;
}

.btn-primary {
    background-color: transparent;
    color: #1c1c1c;
}

.btn-primary:hover {
    color: #1e3a5f;
}

.btn-secondary {
    background-color: transparent;
    color: #6b645c;
}

.btn-secondary:hover {
    color: #1e3a5f;
}

.content-wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Stats Section */
.stats-section {
    padding: 3rem 2rem;
    background-color: #fdfcfa;
}

.stats-section .content-wrapper {
    border-bottom: 1px solid #e8e3db;
    padding-bottom: 3rem;
}

.stats-grid {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.stat-item {
    padding: 0;
    flex: 1;
    text-align: left;
}

.stat-number {
    font-size: 2.2rem;
    color: #1c1c1c;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 0.3rem;
    display: block;
}

.stat-label {
    font-size: 0.78rem;
    color: #8a8379;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    display: block;
}

/* Solutions Section */
.solutions-section {
    padding: 5.5rem 2rem 5.5rem 4rem;
    background-color: #fdfcfa;
}

.solutions-section h2 {
    font-size: 0.85rem;
    margin-bottom: 4rem;
    color: #1c1c1c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    margin-left: -3rem;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.8rem;
    max-width: 720px;
}

.capability-card {
    padding: 0 0 2.8rem 0;
    border-bottom: 1px solid #e8e3db;
}

.capability-card:last-child {
    border-bottom: none;
}

.capability-card h3 {
    color: #1e3a5f;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    font-weight: normal;
}

.capability-card h3::before {
    content: "— ";
    color: #d9d4cc;
}

.capability-card p {
    color: #020202;
    line-height: 1.65;
    font-size: 0.97rem;
    font-family: Arial, sans-serif;
}

/* Services Section */
.services-section {
    padding: 5.5rem 2rem;
    background-color: #f5f3ef;
}

.services-section h2 {
    font-size: 2.1rem;
    margin-bottom: 3.5rem;
    color: #1c1c1c;
    font-weight: normal;
    border-left: 5px solid #1e3a5f;
    padding-left: 1.5rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3.5rem;
}

.service-item {
    padding: 0;
}

.service-item h3 {
    color: #1c1c1c;
    margin-bottom: 0.9rem;
    font-size: 1.15rem;
    font-weight: bold;
}

.service-item p {
    color: #4a4540;
    line-height: 1.65;
    font-size: 0.95rem;
    font-family: Arial, sans-serif;
}

/* Resources Section */
.resources-section {
    padding: 5.5rem 2rem;
    background-color: #fdfcfa;
}

.resources-section h2 {
    font-size: 0.85rem;
    margin-bottom: 3.5rem;
    color: #1c1c1c;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
}

.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.resource-card {
    padding: 1.8rem;
    border: 1px solid #d9d4cc;
    background-color: #ffffff;
}

.resource-card:hover {
    border-color: #1e3a5f;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.1);
}

.resource-meta {
    color: #8a8379;
    font-size: 0.82rem;
    margin-bottom: 0.8rem;
    font-family: Arial, sans-serif;
}

.resource-card h3 {
    color: #1c1c1c;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    font-weight: normal;
    line-height: 1.4;
}

.resource-card p {
    color: #4a4540;
    margin-bottom: 1.2rem;
    line-height: 1.55;
    font-size: 0.92rem;
    font-family: Arial, sans-serif;
}

.resource-link {
    color: #1e3a5f;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: Arial, sans-serif;
}

.resource-link:hover {
    text-decoration: underline;
}

.contact-section {
    padding: 5.5rem 2rem;
    background-color: #1c1c1c;
}

.contact-section h2 {
    font-size: 2.1rem;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: normal;
}

.contact-intro {
    font-size: 1.05rem;
    color: #d9d4cc;
    margin-bottom: 2rem;
    max-width: 680px;
    line-height: 1.65;
    font-family: Arial, sans-serif;
}

.contact-info p {
    color: #d9d4cc;
    font-size: 1.05rem;
    line-height: 1.65;
    font-family: Arial, sans-serif;
}

.site-footer {
    background-color: #0d0d0d;
    color: #8a8379;
    padding: 3rem 2rem 2rem;
}

.footer-content {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.site-footer h4 {
    margin-bottom: 1rem;
    color: #d9d4cc;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.site-footer p {
    color: #8a8379;
    line-height: 1.65;
    font-size: 0.88rem;
    font-family: Arial, sans-serif;
    max-width: 420px;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #2a2622;
    max-width: 960px;
    margin: 0 auto;
}

.footer-bottom p {
    color: #6b645c;
    font-size: 0.8rem;
    font-family: Arial, sans-serif;
}


@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
    }

    .hero-content h1 {
        font-size: 2.3rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}
