.hero-buttons {
    display: flex !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important
}

.hero-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
    max-width: 1000px !important;
    justify-items: center !important
}

.hero-stat {
    text-align: center !important;
    padding: 1.5rem !important;
    background: #fff !important;
    border-radius: 1rem !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1) !important;
    transition: all .3s ease !important
}

.grid-2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
    align-items: center !important
}

.grid-3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    justify-items: center !important
}

.grid-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
    justify-items: center !important
}

.card {
    text-align: center !important;
    padding: 2rem !important;
    background: #fff !important;
    border-radius: 1rem !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1) !important;
    transition: all .3s ease !important
}

.section {
    padding: 4rem 0 !important
}

.section-title {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
    color: #1f2937 !important
}

.section-subtitle {
    font-size: 1.125rem !important;
    color: #6b7280 !important;
    margin-bottom: 2rem !important;
    text-align: center !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.btn-primary,
.btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .75rem 2rem !important;
    border-radius: .5rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .3s ease !important;
    text-align: center !important
}

.featured-product {
    text-align: center !important
}

.featured-product h2 {
    text-align: center !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important
}

.featured-product p {
    text-align: center !important;
    font-size: 1.125rem !important;
    color: #6b7280 !important;
    margin-bottom: 1.5rem !important
}

.featured-product .bullet-points {
    text-align: left !important;
    max-width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2rem !important
}

.featured-product .buttons {
    text-align: center !important
}

@media (max-width:1024px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr) !important
    }
}

@media (max-width:768px) {
    .hero-buttons {
        flex-direction: column !important;
        align-items: center !important
    }

    .hero-stats {
        grid-template-columns: 1fr !important
    }

    .grid-2,
    .grid-3,
    .grid-4 {
        grid-template-columns: 1fr !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center !important
}

p:not(.bullet-points p):not(.featured-product .bullet-points p) {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px !important
}

* {
    box-sizing: border-box !important
}

.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    text-align: center !important
}

section {
    text-align: center !important
}

.text-left {
    text-align: center !important
}

button,
.btn {
    text-align: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important
}

.hero-subtitle,
.section-subtitle,
.card p,
.featured-product p,
.about-content p,
.contact-content p,
.blog-content p,
.pricing-content p,
.resources-content p,
.search-content p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 600px !important
}

main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.hero-section,
.section {
    text-align: center !important
}

.hero-section *,
.section * {
    text-align: center !important
}

.text-left,
.left-aligned {
    text-align: center !important
}





