/* Kentucky Bluegrass Premium Page Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
    --primary-green: #1a6b3a;
    --primary-dark: #0d4b23;
    --accent-green: #76b900;
    --accent-orange: #f5a623;
    --dark-slate: #2c3e50;
    --text-dark: #2d3748;
    --text-light: #4a5568;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

.kentucky-bluegrass-page {
    overflow-x: hidden;
}

/* Hero Section */
.kb-hero {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.kb-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.kb-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
}

.kb-hero .subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-weight: 400;
}

.kb-hero .lead {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    opacity: 0.9;
    font-weight: 400;
}

.btn-hero {
    display: inline-block;
    background: var(--accent-green);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(118, 185, 0, 0.4);
}

.btn-hero:hover {
    background: #5a9000;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(118, 185, 0, 0.5);
}

/* Why Choose Section */
.kb-why-choose {
    padding: 5rem 0;
    background: white;
}

.kb-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-why-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.kb-why-content p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.btn-secondary {
    display: inline-block;
    background: var(--primary-green);
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 107, 58, 0.3);
}

.btn-secondary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 107, 58, 0.4);
}

.kb-why-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    gap: 1rem;
}

.kb-why-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kb-img-1 {
    grid-row: 1 / 3;
}

/* Benefits Cards Section */
.kb-benefits {
    padding: 5rem 0;
    background: var(--bg-light);
}

.kb-benefits h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.kb-benefits .subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.kb-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-benefit-card {
    background: #333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.kb-benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.kb-benefit-img {
    height: 220px;
    overflow: hidden;
}

.kb-benefit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.kb-benefit-card:hover .kb-benefit-img img {
    transform: scale(1.05);
}

.kb-benefit-content {
    padding: 2rem;
    color: white;
    text-align: center;
}

.kb-benefit-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.kb-benefit-content p {
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.btn-card {
    display: inline-block;
    color: white;
    border: 2px solid white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-card:hover {
    background: white;
    color: #333;
}

/* Process Cards Section */
.kb-process {
    padding: 5rem 0;
    background: white;
}

.kb-process h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.kb-process-subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.kb-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-process-card {
    background: var(--dark-slate);
    padding: 2rem 1.5rem;
    border-radius: 8px;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kb-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: #34495e;
}

.kb-process-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.kb-process-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Alternative Options */
.kb-alternative-options {
    margin-top: 3rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.kb-alternative-options p {
    font-size: 1.05rem;
    color: var(--text-light);
    line-height: 1.7;
}

.kb-alternative-options a {
    color: var(--primary-green);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.kb-alternative-options a:hover {
    color: var(--primary-dark);
    border-bottom-color: var(--primary-dark);
}

/* Features List Section */
.kb-features {
    padding: 5rem 0;
    background: var(--bg-light);
}

.kb-features h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.kb-features .subtitle {
    text-align: center;
    color: var(--text-light);
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.kb-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-features-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.kb-features-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.kb-feature-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

.kb-feature-item p {
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.7;
}

/* CTA Section */
.kb-cta {
    position: relative;
    padding: 6rem 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.kb-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 75, 35, 0.95) 0%, rgba(26, 107, 58, 0.9) 100%);
    z-index: 1;
}

.kb-cta .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.kb-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.kb-cta p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
    line-height: 1.7;
}

.kb-cta-phone {
    font-size: 1.2rem !important;
    margin-bottom: 2.5rem !important;
    font-weight: 500;
}

.kb-cta-phone a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.kb-cta-phone a:hover {
    border-bottom-color: white;
    color: var(--accent-green);
}

.btn-cta {
    display: inline-block;
    background: white;
    color: var(--primary-dark);
    padding: 1.25rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta:hover {
    background: var(--accent-green);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}

/* Bottom Contact Section */
.kb-bottom-contact {
    padding: 3rem 0;
    background: white;
    text-align: center;
}

.btn-contact {
    display: inline-block;
    background: var(--accent-green);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(118, 185, 0, 0.3);
}

.btn-contact:hover {
    background: #5a9000;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(118, 185, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
    .kb-hero h1 {
        font-size: 3rem;
    }

    .kb-why-grid,
    .kb-features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .kb-benefits-grid {
        grid-template-columns: 1fr;
    }

    .kb-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .kb-hero {
        height: auto;
        min-height: 400px;
        padding: 4rem 0;
    }

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

    .kb-hero .subtitle {
        font-size: 1.2rem;
    }

    .kb-hero .lead {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .kb-why-content h2,
    .kb-benefits h2,
    .kb-process h2,
    .kb-features h2 {
        font-size: 2rem;
    }

    .kb-cta h2 {
        font-size: 2.25rem;
    }

    .kb-process-grid {
        grid-template-columns: 1fr;
    }

    .kb-why-images {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .kb-img-1 {
        grid-row: auto;
    }
}
