:root {
    --navy: #0A2540;
    --gold: #C5A059;
    --gold-dark: #b08d4b;
    --white: #ffffff;
    --text: #4a4a4a;
    --light-bg: #f9f9f9;
}

body {
    font-family: 'Lato', sans-serif;
    color: var(--text);
    line-height: 1.8;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
    margin-top: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

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

/* Utilities */
.center {
    text-align: center;
}

.bg-light {
    background-color: var(--light-bg);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
}

.btn-gold {
    background-color: var(--gold);
    color: var(--white);
}

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

.btn-outline-dark {
    border-color: var(--navy);
    color: var(--navy);
}

.btn-outline-dark:hover {
    background-color: var(--navy);
    color: var(--white);
}

.full {
    width: 100%;
    border: none;
}

/* Top Bar */
.top-bar {
    background-color: var(--navy);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    padding: 10px 0;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
}

.contact-mini span {
    margin-right: 20px;
}

/* Header */
.header {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

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

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 1px;
}

.amp {
    color: var(--gold);
    font-style: italic;
}

.menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    margin: 0;
}

.menu a {
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: var(--navy);
}

/* Hero */
.hero {
    padding: 100px 0;
    position: relative;
    background-color: #f4f7f6;
}

.hero-text {
    max-width: 600px;
}

.eyebrow {
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #666;
}

/* Section General */
.section {
    padding: 100px 0;
}

.section-title {
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
}

.divider {
    width: 60px;
    height: 3px;
    background-color: var(--gold);
    margin: 20px auto 0;
}

/* Practice Grid */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.practice-card {
    background: var(--white);
    padding: 40px;
    border: 1px solid #eee;
    transition: 0.3s;
}

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

.read-more {
    color: var(--gold);
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 20px;
    display: inline-block;
}

/* Split Section */
.split-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.split-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 4px;
    box-shadow: 20px 20px 0 var(--gold);
}

.split-content h2 {
    margin-bottom: 10px;
}

.split-content h4 {
    color: var(--gold);
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.signature {
    width: 150px;
    opacity: 0.6;
    margin-top: 20px;
}

/* Stats */
.stats-section {
    background-color: var(--navy);
    color: var(--white);
    padding: 60px 0;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.stat {
    display: flex;
    flex-direction: column;
}

.stat .number {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    color: var(--gold);
}

.stat .label {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}

/* Contact Dark */
.contact-dark {
    padding-bottom: 0;
}

.contact-box {
    background-color: var(--white);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    top: 50px;
}

.contact-left {
    padding: 60px;
    background-color: var(--navy);
    color: var(--white);
    width: 40%;
}

.contact-left h2 {
    color: var(--white);
}

.contact-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.contact-list li {
    margin-bottom: 15px;
    opacity: 0.8;
}

.contact-right {
    padding: 60px;
    width: 60%;
}

.contact-right form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input,
textarea {
    padding: 15px;
    border: 1px solid #ddd;
    outline: none;
    font-family: 'Lato', sans-serif;
}

input:focus,
textarea:focus {
    border-color: var(--navy);
}

textarea {
    height: 120px;
    resize: none;
}

/* Footer */
footer {
    background-color: #f4f4f4;
    padding: 100px 0 40px;
    font-size: 0.9rem;
    color: #888;
}

/* Mobile */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .menu {
        flex-direction: column;
        gap: 15px;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .split-container {
        flex-direction: column;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        padding: 40px;
    }
}