body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #333;
    background-color: #faf9f6;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
h1, h2, h3, .logo {
    font-family: 'Playfair Display', serif;
    color: #1c2d37;
}
h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.section {
    padding: 80px 0;
}
.altern-bg {
    background-color: #f2efe9;
}
.badge {
    background-color: #a1824a;
    color: #fff;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}
.subtitle {
    color: #a1824a;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 15px;
}
.lead {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}
.rounded-img {
    border-radius: 8px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.btn {
    display: inline-block;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    border: none;
}
.btn-primary {
    background-color: #a1824a;
    color: #fff;
}
.btn-primary:hover {
    background-color: #8c713d;
}
.btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}
.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-link-action {
    color: #a1824a;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.btn-link-action:hover {
    color: #8c713d;
}
.header {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e5e0d8;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #1c2d37;
}
.logo span {
    margin-left: 10px;
}
.nav {
    display: flex;
    gap: 30px;
}
.nav-link {
    color: #1c2d37;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 0;
    position: relative;
}
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a1824a;
}
.burger {
    display: none;
    background: none;
    border: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.burger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #1c2d37;
}
.hero {
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(28, 45, 55, 0.9) 0%, rgba(28, 45, 55, 0.6) 100%);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 3;
}
.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    max-width: 650px;
    opacity: 0.9;
}
.hero-buttons {
    display: flex;
    gap: 20px;
}
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.grid-4 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}
.icon-text-block {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.icon-holder {
    background-color: #f2efe9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #a1824a;
    flex-shrink: 0;
}
.icon-text-block h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2rem;
}
.flex-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.step-list {
    margin-top: 40px;
}
.step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}
.step-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #a1824a;
    font-weight: 700;
}
.step-item h4 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
}
.card {
    background-color: #fff;
    border-radius: 6px;
    padding: 35px;
    border: 1px solid #e5e0d8;
    transition: box-shadow 0.3s ease;
}
.card:hover {
    box-shadow: 0 10px 30px rgba(28, 45, 55, 0.05);
}
.card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #a1824a;
}
.testimonials-grid {
    margin-top: 50px;
}
.testimonial-card {
    text-align: center;
}
.avatar-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
}
.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-card p {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}
.testimonial-card h4 {
    margin: 0;
    font-size: 1rem;
}
.testimonial-card span {
    font-size: 0.8rem;
    color: #888;
}
.form-container {
    background-color: #fff;
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #e5e0d8;
}
.contact-form {
    margin-top: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-control {
    width: 100%;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.95rem;
}
.form-control:focus {
    outline: none;
    border-color: #a1824a;
}
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.checkbox-group input {
    margin-top: 4px;
}
.form-error {
    color: #900;
    font-size: 0.9rem;
    margin-top: 15px;
    display: none;
}
.footer {
    background-color: #1c2d37;
    color: #fff;
    padding: 80px 0 40px 0;
    font-size: 0.9rem;
    border-top: 4px solid #a1824a;
}
.footer h4 {
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 12px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.footer-links a:hover {
    color: #fff;
}
.contact-info {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
}
.contact-info p {
    margin: 5px 0;
}
.contact-info a {
    color: #fff;
    text-decoration: none;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}
.logo-footer {
    color: #fff;
    margin-bottom: 20px;
}
.page-hero {
    background-color: #1c2d37;
    color: #fff;
    padding: 100px 0 80px 0;
    text-align: center;
}
.page-hero h1 {
    margin: 0 0 15px 0;
}
.page-hero .lead {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.service-card {
    padding: 0;
    overflow: hidden;
}
.service-card h3 {
    padding: 20px;
    margin: 0;
}
.service-card p {
    padding: 0 20px 20px 20px;
    margin: 0;
}
.service-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.faq-list {
    margin-top: 40px;
}
.faq-item {
    border-bottom: 1px solid #e5e0d8;
    margin-bottom: 15px;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1c2d37;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
}
.faq-answer {
    display: none;
    padding-bottom: 25px;
}
.blog-grid {
    margin-top: 40px;
}
.blog-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.blog-thumb {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.blog-meta {
    font-size: 0.8rem;
    color: #888;
    padding: 20px 20px 0 20px;
}
.blog-card h3 {
    margin: 10px 20px;
    font-size: 1.3rem;
}
.blog-card p {
    padding: 0 20px 20px 20px;
    margin: 0;
    flex-grow: 1;
    font-size: 0.9rem;
}
.blog-card .btn-link-action {
    padding: 0 20px 20px 20px;
}
.article-hero-img {
    margin: 40px 0;
}
.article-cta-box {
    background-color: #f2efe9;
    padding: 30px;
    border-left: 4px solid #a1824a;
    margin-top: 45px;
    border-radius: 4px;
}
.article-cta-box h3 {
    margin-top: 0;
}
.map-section {
    line-height: 0;
}
.legal-page h1 {
    margin-bottom: 30px;
}
.legal-page h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    margin-bottom: 20px;
}
.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}
.legal-table th, .legal-table td {
    border: 1px solid #e5e0d8;
    padding: 12px;
    text-align: left;
}
.legal-table th {
    background-color: #f2efe9;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1c2d37;
    color: #fff;
    z-index: 10000;
    display: none;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
}
.cookie-banner-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 20px;
}
.cookie-banner h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.cookie-banner p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 20px;
}
.cookie-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.cookie-buttons .btn-link {
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}
.tick-icon {
    font-size: 5rem;
    color: #a1824a;
    margin-bottom: 20px;
}
.last-updated {
    font-style: italic;
    color: #777;
}
.scroll-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 991px) {
    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    .grid-3 {
        grid-template-columns: 1fr 1fr;
    }
    .grid-2 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
    }
    .burger {
        display: flex;
    }
    .nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #fff;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e5e0d8;
    }
    .nav.open {
        display: flex;
    }
    .header-cta {
        display: none;
    }
    .grid-3, .grid-4 {
        grid-template-columns: 1fr;
    }
    .flex-cta {
        flex-direction: column;
        text-align: center;
    }
    .form-group2 {
        grid-template-columns: 1fr;
    }
}