/* Page-Specific Styles - Consolidated from inline style blocks */

/* ============================================
   GIFT CARDS PAGE STYLES
   ============================================ */

/* Gift Card Page Specific Styles */
.gift-hero {
    position: relative;
    height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../../images/JPEG/giftcard.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    overflow: hidden;
}

.gift-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
    margin-bottom: 40px;
}

.gift-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    color: white;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.8),
                 0 2px 4px rgba(0, 0, 0, 0.6),
                 0 8px 24px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, rgba(214, 0, 156, 0.85) 0%, rgba(184, 0, 125, 0.85) 100%);
    padding: 20px 40px;
    border-radius: 12px;
    display: inline-block;
    box-shadow: 0 8px 32px rgba(214, 0, 156, 0.4),
                0 4px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.gift-hero .subtitle {
    display: none;
}

.gift-hero .cta-btn {
    display: none;
}

/* Benefits Section */
.gift-benefits {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header p {
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-style: italic;
}

.benefits-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    padding: 40px 0;
}

.benefits-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.benefits-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.benefits-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(214, 0, 156, 0.1) 0%, rgba(184, 0, 125, 0.05) 100%);
    z-index: 1;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 18px;
    background: white;
    padding: 20px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(214, 0, 156, 0.2);
    border-color: rgba(214, 0, 156, 0.3);
}

.benefit-icon-frame {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #d6009c 0%, #b8007d 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(214, 0, 156, 0.3);
    position: relative;
}

.benefit-icon-frame::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(214, 0, 156, 0.2);
}

.benefit-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 5px;
    font-weight: 600;
}

.benefit-text p {
    color: #666;
    line-height: 1.6;
    font-size: 0.85rem;
    margin: 0;
}

/* Square Integration Section */
.square-section {
    padding: 80px 0;
    background: white;
}

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

.square-container h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #d6009c;
    margin-bottom: 20px;
}

.square-container .intro-text {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.8;
}

.square-widget-wrapper {
    background: #f9f9f9;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.square-placeholder {
    text-align: center;
    color: #999;
}

.square-placeholder h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 15px;
}

.square-placeholder p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.step-card {
    text-align: center;
    padding: 30px 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #d6009c 0%, #b8007d 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.step-card p {
    color: #666;
    line-height: 1.7;
}

/* Local SEO Section */
.local-seo-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
}

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

.local-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: #d6009c;
    margin-bottom: 30px;
    font-weight: 700;
}

.local-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.9;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.service-areas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 50px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.area-tag {
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    font-size: 1.05rem;
    color: #1a1a1a;
    font-weight: 500;
    border: 2px solid rgba(214, 0, 156, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.area-tag::before {
    content: '📍';
    margin-right: 8px;
    font-size: 1.1rem;
}

.area-tag:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(214, 0, 156, 0.15);
    border-color: rgba(214, 0, 156, 0.3);
    background: linear-gradient(135deg, rgba(214, 0, 156, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Trust Section */
.trust-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #d6009c 0%, #b8007d 100%);
    color: white;
    text-align: center;
}

.trust-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.trust-content p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.8;
    opacity: 0.95;
}

.trust-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
}

/* CTA Section */
.final-cta {
    padding: 80px 0;
    background: #f9f9f9;
    text-align: center;
}

.final-cta h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.final-cta p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta .cta-btn {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(135deg, #d6009c 0%, #b8007d 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.15rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(214, 0, 156, 0.3);
}

.final-cta .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 0, 156, 0.4);
}

/* Gift Cards Responsive */
@media (max-width: 768px) {
    .gift-hero {
        height: 300px;
    }
    
    .gift-hero h1 {
        font-size: 1.6rem;
        letter-spacing: -0.3px;
        padding: 15px 25px;
        border-radius: 10px;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .benefits-layout {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px;
    }
    
    .benefits-image {
        margin: 0 auto;
    }
    
    .benefit-item:hover {
        transform: translateX(5px);
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-stats {
        gap: 40px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

/* ============================================
   INDEX PAGE STYLES
   ============================================ */

/* Slightly raise the image on desktop for better visual alignment */
.reason-image-side > div {
    margin-top: -40px;
}

@media (max-width: 968px) {
    .cleaning-reason-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .cleaning-for-reason-section h2 {
        font-size: 2rem !important;
    }
    /* Reset image position on smaller screens */
    .reason-image-side > div {
        margin-top: 0 !important;
    }
}

@media (max-width: 640px) {
    .cleaning-for-reason-section {
        padding: 50px 0 !important;
    }
    .cleaning-for-reason-section h2 {
        font-size: 1.75rem !important;
    }
    .cleaning-for-reason-section p {
        font-size: 1rem !important;
    }
}

/* ============================================
   LEGAL PAGES STYLES (Privacy Policy & Terms of Service)
   ============================================ */

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.legal-content .last-updated {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.legal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.3rem;
    color: #333;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.legal-content p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
    line-height: 1.8;
}

.legal-content ul li {
    margin-bottom: 0.5rem;
    color: #444;
}

.legal-content a {
    color: #d6009c;
    text-decoration: none;
}

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

.contact-box {
    background: #f8f8f8;
    border-left: 4px solid #d6009c;
    padding: 1.5rem;
    margin: 2rem 0;
}

.contact-box h3 {
    margin-top: 0;
}

/* ============================================
   THANK YOU PAGE STYLES
   ============================================ */

.thank-you-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.thank-you-container {
    max-width: 700px;
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.thank-you-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, var(--primary-pink) 0%, var(--pastel-pink-2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.5s ease-out;
}

.thank-you-icon svg {
    width: 40px;
    height: 40px;
    stroke: white;
    stroke-width: 3;
}

@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.thank-you-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--dark-gray-2);
    margin-bottom: 1rem;
    font-weight: 700;
}

.thank-you-message {
    font-size: 1.125rem;
    color: var(--dark-gray-1);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.thank-you-details {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.thank-you-details p {
    margin: 0.5rem 0;
    color: var(--dark-gray-1);
}

.thank-you-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .thank-you-title {
        font-size: 2rem;
    }
    
    .thank-you-container {
        padding: 2rem 1.5rem;
    }
    
    .thank-you-actions {
        flex-direction: column;
    }
    
    .thank-you-actions .btn {
        width: 100%;
    }
}
