        body {
            font-family: 'Lato', system-ui, sans-serif;
            background-color: #F9F9F7 !important;
        }

        h1, h2, h3, h4, h5, .display-4, .modal-title, .card-title {
            font-family: 'Playfair Display', serif;
            font-weight: 600;
        }

        .contact-hero {
            background: linear-gradient(135deg, #f8f4eb, #e8f0e0);
            padding: 4rem 2rem;
            text-align: center;
            border-radius: 16px;
            margin-bottom: 3rem;
            border: 1px solid #e5e0d8;
        }

        .contact-hero h1 {
            font-size: 2.8rem;
            color: #1a2f25;
            margin-bottom: 0.8rem;
        }

        .contact-hero p {
            font-size: 1.15rem;
            color: #355c2f;
            max-width: 700px;
            margin: 0 auto;
        }

        .contact-card {
            background-color: #F9F9F7 !important;
            transition: all 0.3s ease;
            border: 1px solid #e5e0d8;
            border-radius: 16px;
            height: 100%;
        }

        .contact-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 35px rgba(26, 47, 37, 0.12);
            border-color: #355c2f;
        }

        .icon-circle {
            width: 80px;
            height: 80px;
            background: #f8f4eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.2rem;
        }

        .card-title {
            color: #1a2f25;
            font-size: 1.35rem;
        }

        .btn-gold {
            background-color: #20381d;
            color: #f0e6d2;
            border: none;
            padding: 0.85rem 1.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-family: 'Lato', sans-serif;
            transition: all 0.25s;
        }

        .btn-gold:hover {
            background-color: #355c2f;
            color: #ffffff;
            transform: translateY(-2px);
        }

        .modal-content {
            border-radius: 16px;
        }

        .modal-header {
            border-bottom: 1px solid #e5e0d8;
        }
