body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #f3f0e8;
    background-color: #1e1f1c;
    background-image: linear-gradient(rgba(25, 26, 23, 0.92), rgba(25, 26, 23, 0.92)),
        url("images/download.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    line-height: 1.75;
}

.top-nav {
    background-color: rgba(18, 18, 18, 0.92);
    padding: 18px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #8a6a2f;
}

.top-nav a {
    color: #f3f0e8;
    text-decoration: none;
    margin: 0 14px;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.top-nav a:hover {
    color: #d9b36c;
}

.hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background-image: linear-gradient(rgba(14, 14, 14, 0.55), rgba(14, 14, 14, 0.55)),
        url("images/download.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-overlay {
    max-width: 900px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 56px 46px;
    border: 1px solid rgba(217, 179, 108, 0.35);
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.hero h1 {
    font-size: 3.2rem;
    margin-bottom: 12px;
    color: #f3e1a5;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.tagline {
    font-size: 1.25rem;
    font-style: italic;
    color: #f5f1e2;
    margin-bottom: 18px;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero p {
    line-height: 1.8;
    font-size: 1.05rem;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.content-block h2 {
    color: #d9b36c;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-card h3 {
    margin-top: 0;
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
}

.content-block p,
.process-list li {
    line-height: 1.9;
    font-size: 1.03rem;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.hero-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 26px;
    background-color: #d9b36c;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.hero-button:hover {
    background-color: #e7c98f;
}

.main-content {
    width: 88%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 70px 0;
}

.content-block {
    background-color: rgba(17, 17, 17, 0.78);
    margin-bottom: 30px;
    padding: 32px;
    border-left: 6px solid #8a6a2f;
    border-radius: 8px;
}

#quote {
    max-width: 720px;
    margin: 0 auto 30px auto;
    text-align: center;
    border-left: none;
    border: 1px solid rgba(217, 179, 108, 0.35);
}

#quote .hero-button {
    display: inline-block;
    margin-top: 28px;
    padding: 18px 38px;
    font-size: 1.1rem;
}

.content-block h2 {
    color: #d9b36c;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-transform: uppercase;
}

.content-block p,
.process-list li {
    line-height: 1.8;
    font-size: 1.02rem;
}

.three-column {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1 1 250px;
    background-color: rgba(255, 255, 255, 0.06);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(217, 179, 108, 0.35);
}

.service-card h3 {
    margin-top: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.process-list ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.feature-image {
    width: 100%;
    max-width: 700px;
    max-height: 480px;
    display: block;
    margin: 20px auto 0 auto;
    border: 4px solid #8a6a2f;
    border-radius: 10px;
    object-fit: cover;
}

.contact-info {
    max-width: 460px;
    margin: 24px auto 0 auto;
    padding: 20px 24px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(217, 179, 108, 0.24);
    border-radius: 12px;
    text-align: left;
}

.contact-info p {
    margin: 0 0 12px;
    line-height: 1.8;
    font-size: 1rem;
    color: #f3f0e8;
}

.contact-info a {
    color: #d9b36c;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

.callout-box {
    text-align: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0 auto;
    aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

.tableau-placeholder {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.06);
    border: 2px dashed #d9b36c;
    border-radius: 10px;
    text-align: center;
}

.callout-box {
    text-align: center;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.3rem;
    }

    .hero-overlay {
        padding: 30px 22px;
    }

    .top-nav a {
        display: inline-block;
        margin: 8px 10px;
    }
}
