/*
Theme Name: Derby Mortgage Adviser Landing
Theme URI: https://derbymortgageadviser.com
Description: Custom Lead Gen Theme for Derby Mortgage Adviser (Mortgage 1st / Stonebridge).
Author: Mike Stubbs
Template: hello-elementor
Version: 2.0
*/

:root {
    --dma-blue: #2C5F8A;       /* Professional Steel Blue */
    --dma-dark: #1A3A55;       /* Darker Navy for Footer */
    --dma-gold: #EDA926;       /* Accent Gold */
    --dma-white: #FFFFFF;
    --dma-grey: #F4F7F6;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* Hero Section */
.hero-section {
    background-color: var(--dma-blue);
    color: var(--dma-white);
    padding: 120px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.hero-section p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.btn-cta {
    background-color: var(--dma-gold);
    color: var(--dma-dark);
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: background 0.3s;
    display: inline-block;
}

.btn-cta:hover {
    background-color: #fff;
}

/* Services Section */
.services-section {
    padding: 80px 20px;
    background: var(--dma-white);
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 8px;
    flex: 1 1 300px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.service-card h3 { color: var(--dma-blue); }

/* Why Choose Us */
.trust-section {
    background-color: var(--dma-grey);
    padding: 80px 20px;
}

.trust-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.trust-text { flex: 1 1 400px; }
.trust-text ul { list-style: none; padding: 0; }
.trust-text li { margin-bottom: 15px; font-weight: 500; }
.trust-text li:before { content: "✔"; color: var(--dma-gold); margin-right: 10px; }

/* Compliance Footer */
.site-footer {
    background-color: var(--dma-dark);
    color: #bbb;
    padding: 60px 20px;
    font-size: 0.9rem;
    text-align: center;
}

.repo-warning {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: block;
}

.fca-text {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}
