/*
Theme Name: Storefront Child
Description: Child theme of Storefront
Template: storefront
Version: 1.0
*/

/* ============================================
   HOME PAGE STYLES - ONLY AFFECTS HOME PAGE
   ============================================ */

/* Target only the front page (home page) */
.home .entry-title,
.home .page-title, 
.home h1.wp-block-post-title,
.home .wp-block-post-title,
.home .entry-header,
.home .page-header {
    display: none !important;
}

.home .entry-content,
.home .page-content,
.home .site-main,
.home main,
.home .content-area {
    padding: 0 !important;
    margin: 0 !important;
}

.home body > header:not(.custom-header),
.home .site-header:not(.custom-header),
.home #masthead:not(.custom-header) {
    display: none !important;
}

.home .container,
.home .site-content,
.home .wrap {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.home body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    line-height: 1.6 !important;
    color: #2d3748 !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home #wpadminbar {
    display: none !important;
}

/* HOME PAGE CUSTOM HEADER */
.home .custom-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 0.5rem 0 !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.home .nav-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.home .logo {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #ffd700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.home .logo-bee {
    height: 180px !important;
    width: auto !important;
}

.home .menu-links {
    display: flex !important;
    gap: 2rem !important;
    align-items: center !important;
}

.home .menu-links a {
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    padding: 0.5rem 0 !important;
}

.home .menu-links a:hover {
    color: #ffd700 !important;
}

.home .cta-button {
    background: #ffd700 !important;
    color: #2d3748 !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* HOME PAGE HERO SECTION */
.home .hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 150px 0 100px !important;
    text-align: center !important;
    position: relative !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

.home .hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        linear-gradient(30deg, transparent 24%, rgba(255,215,0,0.2) 25%, rgba(255,215,0,0.2) 26%, transparent 27%, transparent 74%, rgba(255,215,0,0.2) 75%, rgba(255,215,0,0.2) 76%, transparent 77%, transparent),
        linear-gradient(-30deg, transparent 24%, rgba(255,215,0,0.2) 25%, rgba(255,215,0,0.2) 26%, transparent 27%, transparent 74%, rgba(255,215,0,0.2) 75%, rgba(255,215,0,0.2) 76%, transparent 77%, transparent) !important;
    background-size: 80px 140px !important;
    z-index: 1 !important;
    opacity: 0.4 !important;
}

.home .hero::after {
    content: '🐝' !important;
    position: absolute !important;
    font-size: 2.5rem !important;
    z-index: 3 !important;
    animation: flyBeeForward 15s linear infinite !important;
    filter: drop-shadow(0 0 15px rgba(255,215,0,0.6)) !important;
}

@keyframes flyBeeForward {
    0% {
        top: 20%;
        left: -8%;
        transform: rotate(10deg) scaleX(-1);
    }
    20% {
        top: 35%;
        left: 25%;
        transform: rotate(15deg) scaleX(-1);
    }
    40% {
        top: 25%;
        left: 50%;
        transform: rotate(5deg) scaleX(-1);
    }
    60% {
        top: 45%;
        left: 70%;
        transform: rotate(20deg) scaleX(-1);
    }
    80% {
        top: 30%;
        left: 85%;
        transform: rotate(10deg) scaleX(-1);
    }
    100% {
        top: 20%;
        left: 108%;
        transform: rotate(5deg) scaleX(-1);
    }
}

.home .hero-container::before {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    background: 
        radial-gradient(circle at 10% 25%, rgba(255,215,0,0.8) 3px, transparent 4px),
        radial-gradient(circle at 20% 30%, rgba(255,215,0,0.6) 2px, transparent 3px),
        radial-gradient(circle at 30% 28%, rgba(255,215,0,0.7) 2.5px, transparent 3.5px),
        radial-gradient(circle at 40% 35%, rgba(255,215,0,0.5) 2px, transparent 3px),
        radial-gradient(circle at 50% 32%, rgba(255,215,0,0.6) 2.5px, transparent 3.5px),
        radial-gradient(circle at 60% 40%, rgba(255,215,0,0.4) 2px, transparent 3px),
        radial-gradient(circle at 70% 35%, rgba(255,215,0,0.5) 2.5px, transparent 3.5px),
        radial-gradient(circle at 80% 42%, rgba(255,215,0,0.3) 2px, transparent 3px) !important;
    animation: trailDots 15s linear infinite !important;
    pointer-events: none !important;
}

@keyframes trailDots {
    0% { opacity: 0; }
    15% { opacity: 1; }
    85% { opacity: 1; }
    100% { opacity: 0; }
}

.home .hero-container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 120px 2rem 0 2rem !important;
    position: relative !important;
    z-index: 4 !important;
}

.home .hero h1 {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #fff176) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
    animation: gentleFloat 6s ease-in-out infinite !important;
}

@keyframes gentleFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

.home .hero p {
    font-size: 1.3rem !important;
    margin-bottom: 2.5rem !important;
    color: white !important;
    opacity: 0.95 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

.home .hero-buttons {
    display: flex !important;
    gap: 1rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.home .btn-primary {
    background: linear-gradient(45deg, #ffd700, #ffed4e) !important;
    color: #2d3748 !important;
    padding: 1rem 2rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
    border: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.home .btn-secondary {
    background: transparent !important;
    color: white !important;
    padding: 1rem 2rem !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.home .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

.home .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffd700 !important;
}

/* HOME PAGE SERVICES SECTION */
.home .services {
    padding: 100px 0 !important;
    background: #f8fafc !important;
    width: 100% !important;
}

.home .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.home .section-header {
    text-align: center !important;
    margin-bottom: 5rem !important;
}

.home .section-header h2 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin-bottom: 1.5rem !important;
}

.home .section-header p {
    font-size: 1.2rem !important;
    color: #718096 !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    line-height: 1.7 !important;
}

.home .services-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 2.5rem !important;
}

.home .service-card {
    background: white !important;
    padding: 2.5rem !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    border: 1px solid #e2e8f0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 300px !important;
}

.home .service-card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.home .service-icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 2rem auto !important;
    color: white !important;
    font-size: 2rem !important;
}

.home .service-card h3 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: #2d3748 !important;
}

.home .service-card p {
    color: #718096 !important;
    line-height: 1.7 !important;
    font-size: 1rem !important;
    flex-grow: 1 !important;
    margin-bottom: 1rem !important;
}

.home .service-button {
    display: inline-block !important;
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
    color: white !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    margin-top: 1.5rem !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.home .service-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
    background: linear-gradient(45deg, #5a67d8, #6b46c1) !important;
}

/* HOME PAGE ABOUT SECTION */
.home .about {
    padding: 100px 0 !important;
    background: white !important;
}

.home .about-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 5rem !important;
    align-items: center !important;
}

.home .about-text h2 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin-bottom: 2rem !important;
}

.home .about-text p {
    color: #718096 !important;
    margin-bottom: 1.8rem !important;
    font-size: 1.1rem !important;
    line-height: 1.8 !important;
}

.home .about-visual {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 25px !important;
    padding: 3rem !important;
    color: white !important;
    text-align: center !important;
    min-height: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.home .about-visual h3 {
    font-size: 2rem !important;
    margin-bottom: 1.5rem !important;
}

/* HOME PAGE CTA SECTION */
.home .cta-section {
    background: #2d3748 !important;
    color: white !important;
    padding: 100px 0 !important;
    text-align: center !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
}

.home .cta-section h2 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    color: white !important;
}

.home .cta-section p {
    font-size: 1.3rem !important;
    margin-bottom: 2.5rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.home .cta-section .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* HOME PAGE FOOTER */
.home .footer {
    background: #1a202c !important;
    color: white !important;
    padding: 60px 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
}

.home .footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
}

.home .footer-section h3 {
    color: #ffd700 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem !important;
}

.home .footer-section p,
.home .footer-section a {
    color: #a0aec0 !important;
    text-decoration: none !important;
    margin-bottom: 0.8rem !important;
    display: block !important;
}

.home .footer-section a:hover {
    color: #ffd700 !important;
}

.home .footer-bottom {
    border-top: 1px solid #2d3748 !important;
    padding-top: 2rem !important;
    text-align: center !important;
    color: #718096 !important;
}

.home .footer .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

/* Hide theme footers on home page */
.home .site-footer,
.home .site-info,
.home .storefront-handheld-footer-bar,
.home #colophon {
    display: none !important;
}

/* ===============================================
   SERVICES PAGE STYLES - ONLY AFFECTS SERVICES
   =============================================== */

/* Target only pages with "services" in the slug/class */
.page-slug-services .entry-title,
.page-slug-services .page-title, 
.page-slug-services h1.wp-block-post-title,
.page-slug-services .wp-block-post-title,
.page-slug-services .entry-header,
.page-slug-services .page-header,
body[class*="services"] .entry-title {
    display: none !important;
}

.page-slug-services .entry-content,
.page-slug-services .page-content,
.page-slug-services .site-main,
.page-slug-services main,
.page-slug-services .content-area,
body[class*="services"] .entry-content,
body[class*="services"] .page-content,
body[class*="services"] .site-main,
body[class*="services"] main,
body[class*="services"] .content-area {
    padding: 0 !important;
    margin: 0 !important;
}

.page-slug-services body > header:not(.custom-header),
.page-slug-services .site-header:not(.custom-header),
.page-slug-services #masthead:not(.custom-header),
body[class*="services"] body > header:not(.custom-header),
body[class*="services"] .site-header:not(.custom-header),
body[class*="services"] #masthead:not(.custom-header) {
    display: none !important;
}

/* SERVICES PAGE CUSTOM HEADER */
.page-slug-services .custom-header,
body[class*="services"] .custom-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 0.5rem 0 !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.page-slug-services .nav-container,
body[class*="services"] .nav-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.page-slug-services .logo,
body[class*="services"] .logo {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.page-slug-services .logo-bee,
body[class*="services"] .logo-bee {
    height: 60px !important;
    width: auto !important;
    display: block !important;
}

.page-slug-services .menu-links,
body[class*="services"] .menu-links {
    display: flex !important;
    gap: 2rem !important;
    align-items: center !important;
}

.page-slug-services .menu-links a,
body[class*="services"] .menu-links a {
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    padding: 0.5rem 0 !important;
}

.page-slug-services .menu-links a:hover,
.page-slug-services .menu-links a.active,
body[class*="services"] .menu-links a:hover,
body[class*="services"] .menu-links a.active {
    color: #ffd700 !important;
}

.page-slug-services .cta-button,
body[class*="services"] .cta-button {
    background: #ffd700 !important;
    color: #2d3748 !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

/* SERVICES PAGE HERO SECTION */
.page-slug-services .hero,
body[class*="services"] .hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 150px 0 100px !important;
    text-align: center !important;
    position: relative !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
}

.page-slug-services .hero::before,
body[class*="services"] .hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-image: 
        linear-gradient(30deg, transparent 24%, rgba(255,215,0,0.2) 25%, rgba(255,215,0,0.2) 26%, transparent 27%, transparent 74%, rgba(255,215,0,0.2) 75%, rgba(255,215,0,0.2) 76%, transparent 77%, transparent),
        linear-gradient(-30deg, transparent 24%, rgba(255,215,0,0.2) 25%, rgba(255,215,0,0.2) 26%, transparent 27%, transparent 74%, rgba(255,215,0,0.2) 75%, rgba(255,215,0,0.2) 76%, transparent 77%, transparent) !important;
    background-size: 80px 140px !important;
    z-index: 1 !important;
    opacity: 0.4 !important;
}

.page-slug-services .hero::after,
body[class*="services"] .hero::after {
    content: '🐝' !important;
    position: absolute !important;
    font-size: 2.5rem !important;
    z-index: 3 !important;
    animation: flyBeeForward 15s linear infinite !important;
    filter: drop-shadow(0 0 15px rgba(255,215,0,0.6)) !important;
}

.page-slug-services .hero-container::before,
body[class*="services"] .hero-container::before {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 2 !important;
    background: 
        radial-gradient(circle at 10% 25%, rgba(255,215,0,0.8) 3px, transparent 4px),
        radial-gradient(circle at 20% 30%, rgba(255,215,0,0.6) 2px, transparent 3px),
        radial-gradient(circle at 30% 28%, rgba(255,215,0,0.7) 2.5px, transparent 3.5px),
        radial-gradient(circle at 40% 35%, rgba(255,215,0,0.5) 2px, transparent 3px),
        radial-gradient(circle at 50% 32%, rgba(255,215,0,0.6) 2.5px, transparent 3.5px),
        radial-gradient(circle at 60% 40%, rgba(255,215,0,0.4) 2px, transparent 3px),
        radial-gradient(circle at 70% 35%, rgba(255,215,0,0.5) 2.5px, transparent 3.5px),
        radial-gradient(circle at 80% 42%, rgba(255,215,0,0.3) 2px, transparent 3px) !important;
    animation: trailDots 15s linear infinite !important;
    pointer-events: none !important;
}

.page-slug-services .hero-container,
body[class*="services"] .hero-container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 120px 2rem 0 2rem !important;
    position: relative !important;
    z-index: 4 !important;
}

.page-slug-services .hero h1,
body[class*="services"] .hero h1 {
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    background: linear-gradient(45deg, #ffd700, #ffed4e, #fff176) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-shadow: none !important;
}

.page-slug-services .hero p,
body[class*="services"] .hero p {
    font-size: 1.3rem !important;
    margin-bottom: 2.5rem !important;
    color: white !important;
    opacity: 0.95 !important;
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.6 !important;
}

/* SERVICES PAGE SERVICES SECTION */
.page-slug-services .services,
body[class*="services"] .services {
    padding: 100px 0 !important;
    background: #f8fafc !important;
    width: 100% !important;
}

.page-slug-services .container,
body[class*="services"] .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 2rem !important;
}

.page-slug-services .services-grid,
body[class*="services"] .services-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 2.5rem !important;
}

.page-slug-services .service-card,
body[class*="services"] .service-card {
    background: white !important;
    padding: 2.5rem !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s ease !important;
    border: 1px solid #e2e8f0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 400px !important;
}

.page-slug-services .service-card:hover,
body[class*="services"] .service-card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
}

.page-slug-services .service-icon,
body[class*="services"] .service-icon {
    width: 70px !important;
    height: 70px !important;
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
    border-radius: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 2rem auto !important;
    color: white !important;
    font-size: 2rem !important;
}

.page-slug-services .service-card h3,
body[class*="services"] .service-card h3 {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: #2d3748 !important;
}

.page-slug-services .service-card p,
body[class*="services"] .service-card p {
    color: #718096 !important;
    line-height: 1.7 !important;
    font-size: 1rem !important;
    flex-grow: 1 !important;
    margin-bottom: 1.5rem !important;
}

.page-slug-services .service-features,
body[class*="services"] .service-features {
    list-style: none !important;
    text-align: left !important;
    margin-bottom: 2rem !important;
    padding: 0 !important;
}

.page-slug-services .service-features li,
body[class*="services"] .service-features li {
    padding: 0.5rem 0 !important;
    color: #718096 !important;
    font-size: 0.9rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.page-slug-services .service-features li::before,
body[class*="services"] .service-features li::before {
    content: '✓' !important;
    color: #ffd700 !important;
    font-weight: bold !important;
    background: rgba(255, 215, 0, 0.1) !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.7rem !important;
    flex-shrink: 0 !important;
}

.page-slug-services .service-button,
body[class*="services"] .service-button {
    display: inline-block !important;
    background: linear-gradient(45deg, #667eea, #764ba2) !important;
    color: white !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    margin-top: auto !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.page-slug-services .service-button:hover,
body[class*="services"] .service-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
    background: linear-gradient(45deg, #5a67d8, #6b46c1) !important;
}

/* SERVICES PAGE CTA SECTION */
.page-slug-services .cta-section,
body[class*="services"] .cta-section {
    background: #2d3748 !important;
    color: white !important;
    padding: 100px 0 !important;
    text-align: center !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
}

.page-slug-services .cta-section h2,
body[class*="services"] .cta-section h2 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    color: white !important;
}

.page-slug-services .cta-section p,
body[class*="services"] .cta-section p {
    font-size: 1.3rem !important;
    margin-bottom: 2.5rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}
.page-slug-services .btn-primary,
body[class*="services"] .btn-primary {
    background: linear-gradient(45deg, #ffd700, #ffed4e) !important;
    color: #2d3748 !important;
    padding: 1rem 2rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
    border: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}

.page-slug-services .btn-primary:hover,
body[class*="services"] .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4) !important;
}

/* SERVICES PAGE FOOTER */
.page-slug-services .footer,
body[class*="services"] .footer {
    background: #1a202c !important;
    color: white !important;
    padding: 60px 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
}

.page-slug-services .footer-content,
body[class*="services"] .footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
}

.page-slug-services .footer-section h3,
body[class*="services"] .footer-section h3 {
    color: #ffd700 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem !important;
}

.page-slug-services .footer-section p,
.page-slug-services .footer-section a,
body[class*="services"] .footer-section p,
body[class*="services"] .footer-section a {
    color: #a0aec0 !important;
    text-decoration: none !important;
    margin-bottom: 0.8rem !important;
    display: block !important;
}

.page-slug-services .footer-section a:hover,
body[class*="services"] .footer-section a:hover {
    color: #ffd700 !important;
}

.page-slug-services .footer-bottom,
body[class*="services"] .footer-bottom {
    border-top: 1px solid #2d3748 !important;
    padding-top: 2rem !important;
    text-align: center !important;
    color: #718096 !important;
}

/* Hide theme footers on services page */
.page-slug-services .site-footer,
.page-slug-services .site-info,
.page-slug-services .storefront-handheld-footer-bar,
.page-slug-services #colophon,
body[class*="services"] .site-footer,
body[class*="services"] .site-info,
body[class*="services"] .storefront-handheld-footer-bar,
body[class*="services"] #colophon {
    display: none !important;
}

/* ==========================================
   MOBILE RESPONSIVE FOR BOTH PAGES
   ========================================== */

@media (max-width: 768px) {
    .home .logo-bee,
    .page-slug-services .logo-bee,
    body[class*="services"] .logo-bee {
        height: 45px !important;
    }
    
    .home .hero h1,
    .page-slug-services .hero h1,
    body[class*="services"] .hero h1 {
        font-size: 2.5rem !important;
    }
    
    .home .hero p,
    .page-slug-services .hero p,
    body[class*="services"] .hero p {
        font-size: 1.1rem !important;
    }
    
    .home .services-grid,
    .page-slug-services .services-grid,
    body[class*="services"] .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    .home .section-header h2,
    .home .about-text h2,
    .home .cta-section h2,
    .page-slug-services .cta-section h2,
    body[class*="services"] .cta-section h2 {
        font-size: 2.2rem !important;
    }
    
    .home .menu-links,
    .page-slug-services .menu-links,
    body[class*="services"] .menu-links {
        display: none !important;
    }

    .home .nav-container,
    .page-slug-services .nav-container,
    body[class*="services"] .nav-container {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    .home .hero-buttons {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .home .about-content {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
}