/**
 * Services Page Template Styles
 * Switch & Save EPOS Theme
 */

/* Services Page Styles */
.services-page {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Services Hero Section */
.services-hero-section {
    background: linear-gradient(to right, #00D4FF, #1877F2);
    position: relative;
    overflow: visible;
    padding: 2rem 0 2rem 0;
    min-height: auto;
}

.services-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZD0iTSAxMCAwIEwgMCAwIDAgMTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1vcGFjaXR5PSIwLjA1IiBzdHJva2Utd2lkdGg9IjEiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=');
    opacity: 0.3;
    overflow: hidden;
}

.services-hero-content {
    position: relative;
    z-index: 1;
    color: white;
}

.services-hero-content h1,
.services-hero-content h2,
.services-hero-content h3,
.services-hero-content p,
.services-hero-content span {
    color: white !important;
}

.services-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
}

.services-hero-content {
    color: white;
}

.services-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    padding: 0.4rem 0.85rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0.75rem;
    font-weight: 700;
    font-size: 0.85rem;
}

.services-hero-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0.75rem;
    color: white !important;
}

.services-hero-description {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    opacity: 0.95;
    color: white !important;
}

.services-trust-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
}

.trust-point {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.trust-check {
    color: white;
}

.trust-separator {
    opacity: 0.7;
}

/* Services Form */
.services-hero-form {
    position: relative;
}

.services-form-decorations {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.decoration {
    position: absolute;
    border-radius: 1.5rem;
    opacity: 0.2;
    filter: blur(2rem);
}

.decoration-1 {
    top: -1rem;
    right: -1rem;
    width: 6rem;
    height: 6rem;
    background: linear-gradient(135deg, #FFD60A, #FFA500);
}

.decoration-2 {
    bottom: -1rem;
    left: -1rem;
    width: 8rem;
    height: 8rem;
    background: linear-gradient(135deg, #7C3AED, #EC4899);
}

.services-form-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.services-form-header {
    background: linear-gradient(90deg, #FFD60A 0%, #FFA500 50%, #FF6B6B 100%);
    padding: 1.5rem 1.75rem 1.25rem;
}

.form-header-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.form-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.form-header-text h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: white;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-header-text p {
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.form-guarantee {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.services-form-content {
    padding: 2rem;
}

.services-form-footer {
    height: 0.5rem;
    background: linear-gradient(90deg, #1877F2, #7C3AED, #EC4899);
}

/* Content Sections */
.services-content-section {
    padding: 5rem 0;
}

.services-content-section:nth-child(even) {
    background: linear-gradient(180deg, #F9FAFB 0%, white 100%);
}

.content-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.services-content-section.reverse-layout .content-section-grid {
    direction: rtl;
}

.services-content-section.reverse-layout .content-section-text,
.services-content-section.reverse-layout .content-section-image {
    direction: ltr;
}

.section-label {
    color: #1877F2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.content-section-text h2 {
    margin-bottom: 1.5rem;
}

.section-description {
    font-size: 1.125rem;
    color: #6B7280;
    margin-bottom: 2rem;
    line-height: 1.7;
}

/* Feature Points */
.feature-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-point {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-point .feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
}

.feature-point .feature-icon.green { background-color: #10B981; }
.feature-point .feature-icon.blue { background-color: #3B82F6; }
.feature-point .feature-icon.purple { background-color: #8B5CF6; }
.feature-point .feature-icon.orange { background-color: #F59E0B; }
.feature-point .feature-icon.cyan { background-color: #06B6D4; }
.feature-point .feature-icon.pink { background-color: #EC4899; }

.feature-point .feature-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.feature-point .feature-content p {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}

.section-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.feature-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.feature-icon.blue { background: #DBEAFE; color: #1D4ED8; }
.feature-icon.green { background: #D1FAE5; color: #059669; }
.feature-icon.purple { background: #EDE9FE; color: #7C3AED; }
.feature-icon.orange { background: #FED7AA; color: #EA580C; }
.feature-icon.pink { background: #FCE7F3; color: #DB2777; }
.feature-icon.cyan { background: #CFFAFE; color: #0891B2; }

.feature-content h4 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

.feature-content p {
    color: #6B7280;
    font-size: 0.875rem;
}

.section-image-wrapper {
    position: relative;
}

.section-image {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.image-badge {
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem;
    background: linear-gradient(90deg, #FFD60A, #FFA500);
    color: black;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.badge-small {
    font-size: 0.875rem;
    font-weight: 700;
}

.badge-large {
    font-size: 1.5rem;
    font-weight: 900;
}

/* Features Grid Section */
.services-features-grid-section {
    background: linear-gradient(135deg, #00D4FF 0%, #4A9FF5 50%, #1877F2 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.features-grid-bg {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHBhdHRlcm4gaWQ9ImdyaWQiIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMDUiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=');
    opacity: 0.3;
}

.services-features-grid-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 10;
}

.services-features-grid-section h2 {
    color: white;
    margin-bottom: 1rem;
}

.services-features-grid-section .section-header p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 48rem;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 10;
}

.feature-card {
    background: linear-gradient(135deg, #FFD60A 0%, #FFC700 100%);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-0.5rem);
}

.feature-card-media {
    margin-bottom: 1rem;
}

.feature-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.feature-card-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.feature-card h3 {
    color: black;
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.feature-card p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.875rem;
    line-height: 1.5;
}

/* FAQ Section */
.services-faq-section {
    padding: 5rem 0;
    background: white;
}

.services-faq-section .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.services-faq-section .section-header p {
    font-size: 1.25rem;
    color: #6B7280;
}

/* FAQ Shortcode Styles */
.faq-shortcode-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.faq-item {
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    padding: 0;
}

.faq-item.active {
    border-color: #1877F2;
    border-width: 2px;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    text-align: left;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: #111827;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.faq-item.active .faq-question {
    color: #111827;
}

.faq-question-text {
    flex: 1;
    padding-right: 1rem;
    pointer-events: none;
    user-select: none;
}

.faq-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 300;
    color: #6B7280;
    transition: all 0.3s ease;
    pointer-events: none;
    user-select: none;
}

.faq-item.active .faq-icon {
    background: #1877F2;
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 2000px;
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}

.faq-answer-content p {
    margin: 0;
}

.faq-answer-content p:not(:last-child) {
    margin-bottom: 0.75rem;
}

/* Request Quote Section */
.services-quote-section {
    padding: 5rem 0;
    background: linear-gradient(to right, #EC4899, #F97316);
    position: relative;
    overflow: hidden;
}

.quote-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    position: relative;
    z-index: 1;
}

.quote-content h2 {
    color: white;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quote-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.quote-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.quote-feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.quote-feature-icon {
    width: 3rem;
    height: 3rem;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.quote-feature-icon span {
    color: #7C3AED;
    font-size: 1.5rem;
    font-weight: bold;
}

.quote-feature-text h3 {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.quote-feature-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    margin: 0;
}

.quote-form {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Contact Form 7 Styling for Quote Form */
.quote-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.quote-form .wpcf7-form p {
    margin: 0;
    padding: 0;
    margin-bottom: 1.25rem;
}

.quote-form .wpcf7-form p:last-child {
    margin-bottom: 0;
}

.quote-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
}

.quote-form .wpcf7-form-control {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    font-family: inherit !important;
    background: white !important;
    color: #1a2332 !important;
    transition: border-color 0.3s ease !important;
    box-sizing: border-box !important;
}

.quote-form .wpcf7-form-control:focus {
    outline: none !important;
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}

.quote-form .wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
}

.quote-form .wpcf7-submit {
    width: 100% !important;
    padding: 1rem 2rem !important;
    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(168, 85, 247, 0.3) !important;
}

.quote-form .wpcf7-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.4) !important;
}

.quote-form .wpcf7-submit:active {
    transform: translateY(0) !important;
}

.quote-form label {
    display: block !important;
    color: #1a2332 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.quote-form .wpcf7-response-output {
    margin-top: 1rem !important;
    padding: 1rem !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
}

.quote-form .wpcf7-validation-errors {
    background: #FEE2E2 !important;
    color: #991B1B !important;
    border: 2px solid #FCA5A5 !important;
}

.quote-form .wpcf7-mail-sent-ok {
    background: #D1FAE5 !important;
    color: #065F46 !important;
    border: 2px solid #6EE7B7 !important;
}

.quote-form .wpcf7-not-valid-tip {
    color: #DC2626 !important;
    font-size: 0.875rem !important;
    margin-top: 0.25rem !important;
    display: block !important;
}

.quote-form .wpcf7-not-valid {
    border-color: #DC2626 !important;
}

/* Remove default Contact Form 7 spacing */
.quote-form .wpcf7-form br {
    display: none;
}

.quote-form .wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 0;
}

/* Bottom CTA Section */
.services-bottom-cta {
    padding: 5rem 0;
    background: linear-gradient(to right, #1877F2, #7C3AED);
    text-align: center;
    margin-bottom: 0;
}

.cta-content-center {
    max-width: 800px;
    margin: 0 auto;
}

.services-bottom-cta h2 {
    color: white;
    margin-bottom: 1.5rem;
}

.cta-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.cta-buttons {
    margin-bottom: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-white {
    background: white;
    color: #1877F2;
    border: none;
}

.btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-white {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline-white:hover {
    background: white;
    color: #1877F2;
    transform: scale(1.05);
}

.cta-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
}

.contact-item span:first-child {
    font-size: 1.25rem;
}

/* Contact Form 7 Styling for Hero Section */
.services-form-card {
    background: white;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.services-form-header {
    background: linear-gradient(to right, #FFD60A, #FFA500, #FF6B9D);
    padding: 2rem 2.5rem;
    color: white;
}

.services-form-header h3 {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 0 0.35rem 0;
    color: white !important;
}

.services-form-header p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: white !important;
    opacity: 1;
}

.form-guarantee {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: white !important;
}

.services-form-content {
    padding: 1.25rem 1.75rem 1.5rem 1.75rem;
    background: white;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-hero-form .wpcf7-form {
    background: transparent;
    line-height: 1 !important;
}

.services-hero-form .wpcf7-form p {
    margin: 0 0 0.35rem 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.services-hero-form label {
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151 !important;
    margin: 0 0 0.3rem 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.services-hero-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.services-hero-form input[type="text"],
.services-hero-form input[type="email"],
.services-hero-form input[type="tel"],
.services-hero-form select,
.services-hero-form textarea {
    width: 100%;
    padding: 0.6rem 0.85rem !important;
    border: 2px solid #E5E7EB;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    background: #F9FAFB;
    color: #374151;
    margin: 0 !important;
    line-height: 1.1 !important;
    height: auto !important;
}

.services-hero-form input[type="text"]:focus,
.services-hero-form input[type="email"]:focus,
.services-hero-form input[type="tel"]:focus,
.services-hero-form select:focus,
.services-hero-form textarea:focus {
    border-color: #3B82F6;
    outline: none;
    background: white;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.services-hero-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin: 0 0 0.5rem 0 !important;
    line-height: 1 !important;
}

.services-hero-form .form-row p {
    margin: 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

.services-hero-form textarea {
    resize: none;
    min-height: 60px !important;
    border-radius: 0.75rem !important;
    line-height: 1.2 !important;
    padding: 0.6rem 0.85rem !important;
}

.services-hero-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem !important;
}

.services-hero-form .wpcf7-submit {
    width: 100%;
    background: #5B5FFF;
    color: white;
    border: none;
    padding: 0.65rem 1.5rem !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(91, 95, 255, 0.4);
    margin: 0 !important;
    line-height: 1 !important;
    height: auto !important;
}

.services-hero-form .wpcf7-submit:hover {
    background: #4A4EE5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(91, 95, 255, 0.4);
}

.services-hero-form .form-footer {
    text-align: center;
    padding-top: 0.75rem;
    font-size: 0.8rem;
    color: #6B7280 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.services-hero-form .wpcf7-response-output {
    margin: 1rem 0 0 0;
    padding: 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.services-hero-form .wpcf7-not-valid-tip {
    font-size: 0.8rem;
    color: #EF4444;
    margin-top: 0.25rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .quote-section-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .quote-form {
        order: 2;
        padding: 1.5rem;
    }
    
    .quote-form .wpcf7-form-control {
        font-size: 16px !important; /* Prevents zoom on iOS */
    }
    
    .quote-content {
        order: 1;
    }
    
    .services-hero-grid,
    .content-section-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .faq-grid-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .services-hero-title {
        font-size: 3rem;
    }
    
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: 2rem 0 2rem 0;
        min-height: auto;
    }
    
    .services-hero-title {
        font-size: 1.75rem;
    }
    
    .services-hero-description {
        font-size: 0.95rem;
    }
    
    .services-content-section {
        padding: 3rem 0;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .trust-separator {
        display: none;
    }
    
    .services-hero-grid {
        padding-bottom: 1rem;
    }
}
