/* SEO Agency Kent - Additional Styles */

/* Import base styles from main stylesheet */
@import url('styles.css');
@import url('mobile-menu.css');

/* Hero Section */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 100%);
}

/* Disable all animations in hero section */
.hero *,
.hero *::before,
.hero *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

/* Background Image */
.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    filter: brightness(0.5) contrast(1.2);
    background-image: url('kent.jpg'); /* Add Kent background image */
    background-size: cover;
    background-position: center;
}

/* Gradient Overlay */
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(26, 26, 26, 0.6) 0%,
        rgba(26, 26, 26, 0.5) 50%,
        rgba(45, 27, 105, 0.4) 80%,
        rgba(155, 39, 176, 0.3) 100%
    );
    z-index: 2;
}

.container {
    position: relative;
    z-index: 3;
}

/* Hero Content */
.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    padding: 0 40px;
}

.hero-content h1 {
    max-width: initial;
}

.hero-content p {
    max-width: initial;
}
.hero-cta {
    display: block;
    margin: 0 auto;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 1.5rem;
    color: #ffffff;
    text-align: center;
}

.hero-title .gradient-text {
    color: #ffffff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 2rem;
    line-height: 1.4;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #d0d0d0;
    margin: 0 auto 2.5rem auto;
    max-width: 650px;
    text-align: center;
}

.hero-cta {
    margin: 0 0 2.5rem 0;
    animation: none !important;
    transform: none !important;
    text-align: center;
}

.hero-phone {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    text-align: center;
    animation: none !important;
    transform: none !important;
}

.hero-phone a {
    color: #9b27b0;
    text-decoration: none;
    font-weight: 700;
}

.hero-phone a:hover {
    text-decoration: underline;
    color: #e91e63;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Services Overview Section */
.services-overview {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 0;
}

.services-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    gap: 60px;
    align-items: start;
}

.services-left {
    width: 100%;
}

.services-right {
    width: 100%;
    position: sticky;
    top: 100px;
}

.section-header {
    text-align: left;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    margin: 0 auto 30px;
}

.services-intro {
    max-width: 100%;
    margin: 30px 0 0;
    text-align: left;
}

.services-intro p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.services-intro a {
    color: #9b27b0;
    text-decoration: none;
    font-weight: 500;
}

.services-intro a:hover {
    text-decoration: underline;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.service-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(155, 39, 176, 0.15);
    border-color: #9b27b0;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffffff;
}

.service-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* AI SEO Results Section */
.ai-seo-results {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.ai-seo-results:hover {
    box-shadow: 0 25px 60px rgba(155, 39, 176, 0.15);
    border-color: #9b27b0;
}

.ai-seo-results h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.results-image-wrapper {
    position: relative;
    transition: transform 0.3s ease;
}

.results-image-wrapper:hover {
    transform: scale(1.02);
}

.results-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.results-image:hover {
    transform: scale(1.05);
}

/* Local Engagement Section */
.local-engagement {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.engagement-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.engagement-badge {
    display: inline-block;
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.engagement-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.engagement-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.strategy-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.strategy-item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(155, 39, 176, 0.1);
}

.strategy-icon {
    font-size: 2.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.strategy-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.strategy-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Free Audit Section */
.free-audit-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1b69 100%);
    padding: 80px 0;
    color: #ffffff;
}

.audit-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.audit-badge {
    display: inline-block;
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.audit-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.audit-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.audit-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #e0e0e0;
    font-size: 1rem;
}

.benefit-item i {
    color: #9b27b0;
    margin-right: 15px;
    font-size: 1.2rem;
}

.audit-cta {
    margin-top: 50px;
}

.audit-note {
    margin-top: 20px;
    font-size: 0.95rem;
    color: #b0b0b0;
    font-style: italic;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 80px 0;
}

.faq-grid {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
    padding-right: 20px;
}

.faq-question i {
    font-size: 1rem;
    color: #9b27b0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-content {
    padding: 0 30px 25px;
    color: #666;
    line-height: 1.6;
}

.faq-content h4 {
    color: #1a1a1a;
    font-weight: 600;
    margin: 20px 0 10px;
}

.faq-content ul,
.faq-content ol {
    margin: 15px 0;
    padding-left: 25px;
}

.faq-content li {
    margin-bottom: 8px;
}

.faq-content a {
    color: #9b27b0;
    text-decoration: none;
}

.faq-content a:hover {
    text-decoration: underline;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-wrapper .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon i {
    color: #ffffff;
    font-size: 1.5rem;
}

.contact-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.contact-content a {
    color: #9b27b0;
    text-decoration: none;
    font-weight: 500;
}

.contact-content a:hover {
    text-decoration: underline;
}

.contact-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #9b27b0;
    box-shadow: 0 0 0 3px rgba(155, 39, 176, 0.1);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    gap: 10px;
}

.btn-primary {
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    color: #ffffff;
    box-shadow: 0 5px 20px rgba(155, 39, 176, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(155, 39, 176, 0.4);
    color: #ffffff;
}

.btn-outline-primary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #9b27b0;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #9b27b0, #6a11cb);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-lg {
    padding: 18px 35px;
    font-size: 1.1rem;
}

.btn-xl {
    padding: 20px 40px;
    font-size: 1.2rem;
}

.hero-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero {
        min-height: 90vh;
        padding: 40px 0;
    }
    
    .hero-bg-image {
        opacity: 0.3;
        filter: brightness(0.4) contrast(1.3);
    }
    
    .hero-gradient-overlay {
        background: linear-gradient(
            135deg,
            rgba(26, 26, 26, 0.95) 0%,
            rgba(26, 26, 26, 0.9) 60%,
            rgba(45, 27, 105, 0.8) 100%
        );
    }
    
    .hero-content {
        max-width: 90%;
        padding: 0 20px;
        text-align: left;
    }
    
    .hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }
    
    .hero-phone {
        font-size: 1.1rem;
        text-align: left;
    }
    
    .hero-buttons {
        gap: 15px;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .strategy-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .strategy-item {
        padding: 20px;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .audit-content h2 {
        font-size: 2rem;
    }
    
    .engagement-content h2 {
        font-size: 2rem;
    }
    
    .audit-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .benefit-item {
        justify-content: flex-start;
    }
    
    .services-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .services-right {
        position: static;
        order: -1;
    }
    
    .ai-seo-results {
        padding: 30px 20px;
    }
    
    .ai-seo-results h3 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 80vh;
        padding: 30px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }

    .hero-content h1 {
        margin-top: 50px;
    }
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
    }
    
    .hero-phone {
        font-size: 1rem;
    }
    
    .hero-buttons {
        gap: 12px;
    }
    
    .service-card {
        padding: 25px 15px;
    }
    
    .strategy-item {
        flex-direction: column;
        text-align: center;
    }
    
    .strategy-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-content {
        padding: 0 20px 20px;
    }
}
