/* ===================================
   Commercial Cleaning Costs in Sydney Section
   Professional Responsive Design
   Matches existing theme colors and styling
   =================================== */

/* Section Container */
.commercial-costs-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.commercial-costs-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(56, 182, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 74, 148, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.commercial-costs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Section Header */
.commercial-costs-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.commercial-costs-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.commercial-costs-header-badge i {
    font-size: 16px;
}

.commercial-costs-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: 'Exo', serif;
}

.commercial-costs-subtitle {
    font-size: 20px;
    color: #606060;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Cost Breakdown Cards */
.commercial-costs-breakdown {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 70px;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.cost-breakdown-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid #f1f5f9;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cost-breakdown-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #004a94 0%, #38b6ff 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cost-breakdown-card:hover::before {
    transform: scaleX(1);
}

.cost-breakdown-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 74, 148, 0.15);
    border-color: #38b6ff;
}

.cost-breakdown-card.featured {
    border-color: #004a94;
    box-shadow: 0 12px 40px rgba(0, 74, 148, 0.15);
    transform: scale(1.05);
}

.cost-breakdown-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.cost-card-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    color: #ffffff;
    padding: 5px 45px;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(0, 74, 148, 0.3);
}

.cost-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.cost-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    flex-shrink: 0;
}

.cost-card-icon.hourly {
    background: linear-gradient(135deg, #38b6ff 0%, #004a94 100%);
}

.cost-card-icon.sqft {
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
}

.cost-card-icon.monthly {
    background: linear-gradient(135deg, #606060 0%, #004a94 100%);
}

.cost-card-title-wrapper {
    flex: 1;
}

.cost-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 5px;
    font-family: 'Exo', serif;
}

.cost-card-subtitle {
    font-size: 14px;
    color: #606060;
}

.cost-card-price {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    margin-bottom: 25px;
}

.cost-price-amount {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 5px;
    font-family: 'Exo', serif;
}

.cost-price-unit {
    display: block;
    font-size: 14px;
    color: #606060;
}

.cost-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cost-card-features li {
    padding: 12px 0;
    font-size: 15px;
    color: #606060;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cost-card-features li:last-child {
    border-bottom: none;
}

.cost-card-features li i {
    color: #38b6ff;
    font-size: 16px;
}

/* Service Tier Comparison */
.commercial-costs-tiers {
    margin-bottom: 70px;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.commercial-costs-tiers-title {
    font-size: 32px;
    font-weight: 700;
    color: #004a94;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Exo', serif;
}

.cost-tiers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cost-tier-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid #f1f5f9;
    transition: all 0.4s ease;
    position: relative;
}

.cost-tier-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(0, 74, 148, 0.15);
}

.cost-tier-card.essential {
    border-top: 4px solid #606060;
}

.cost-tier-card.professional {
    border-top: 4px solid #004a94;
}

.cost-tier-card.premium {
    border-top: 4px solid #38b6ff;
}

.cost-tier-badge-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 74, 148, 0.3);
}

.cost-tier-header {
    text-align: center;
    margin-bottom: 25px;
}

.cost-tier-name {
    font-size: 24px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 5px;
    font-family: 'Exo', serif;
}

.cost-tier-tagline {
    font-size: 14px;
    color: #606060;
}

.cost-tier-price-box {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    margin-bottom: 25px;
}

.cost-tier-price {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 5px;
    font-family: 'Exo', serif;
}

.cost-tier-period {
    display: block;
    font-size: 14px;
    color: #606060;
}

.cost-tier-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cost-tier-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cost-tier-feature:hover {
    background: #e9ecef;
}

.cost-tier-feature i {
    color: #38b6ff;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cost-tier-feature span {
    font-size: 14px;
    color: #606060;
    line-height: 1.5;
}

/* Location-Based Pricing */
.commercial-costs-locations {
    margin-bottom: 70px;
    animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

.commercial-costs-locations-title {
    font-size: 32px;
    font-weight: 700;
    color: #004a94;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Exo', serif;
}

.commercial-costs-locations-desc {
    text-align: center;
    font-size: 16px;
    color: #606060;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cost-locations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.cost-location-item {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    border: 2px solid #f1f5f9;
    transition: all 0.4s ease;
}

.cost-location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 74, 148, 0.12);
    border-color: #38b6ff;
}

.cost-location-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}

.cost-location-name {
    font-size: 18px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 10px;
    font-family: 'Exo', serif;
}

.cost-location-detail {
    font-size: 14px;
    color: #606060;
    margin-bottom: 8px;
}

.cost-location-reason {
    display: inline-block;
    font-size: 12px;
    color: #38b6ff;
    background: rgba(56, 182, 255, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
}

/* Cost Savings Tips */
.commercial-costs-savings {
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out 0.8s backwards;
}

.cost-savings-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 45px;
    border: 2px solid #f1f5f9;
}

.cost-savings-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
}

.cost-savings-header i {
    font-size: 36px;
    color: #38b6ff;
}

.cost-savings-title {
    font-size: 28px;
    font-weight: 700;
    color: #004a94;
    font-family: 'Exo', serif;
    margin: 0;
}

.cost-savings-tips-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.cost-saving-tip {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
}

.cost-saving-tip:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 74, 148, 0.12);
}

.tip-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Exo', serif;
}

.tip-title {
    font-size: 18px;
    font-weight: 700;
    color: #004a94;
    margin-bottom: 10px;
    font-family: 'Exo', serif;
}

.tip-description {
    font-size: 14px;
    color: #606060;
    line-height: 1.6;
    margin: 0;
}

/* Final CTA */
.commercial-costs-final-cta {
    animation: fadeInUp 0.8s ease-out 1s backwards;
}

.cost-cta-content {
    background: linear-gradient(135deg, #004a94 0%, #38b6ff 100%);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cost-cta-content::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.cost-cta-content::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    pointer-events: none;
}

.cost-cta-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Exo', serif;
    position: relative;
    z-index: 1;
}

.cost-cta-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    position: relative;
    z-index: 1;
}

.cost-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.cost-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cost-cta-btn.primary {
    background: #ffffff;
    color: #004a94;
}

.cost-cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    background: #f8f9fa;
}

.cost-cta-btn.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cost-cta-btn.secondary:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}

.cost-cta-btn i {
    font-size: 18px;
}

.cost-cta-note {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.85;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

/* Tablet Landscape (max-width: 1024px) */
@media (max-width: 1024px) {
    .commercial-costs-main-title {
        font-size: 36px;
    }

    .commercial-costs-breakdown {
        gap: 25px;
    }

    .cost-breakdown-card {
        padding: 30px;
    }

    .cost-tiers-grid {
        gap: 25px;
    }

    .cost-tier-card {
        padding: 30px;
    }

    .cost-savings-tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablet Portrait (max-width: 768px) */
@media (max-width: 768px) {
    .commercial-costs-section {
        padding: 60px 0;
    }

    .commercial-costs-main-title {
        font-size: 30px;
    }

    .commercial-costs-subtitle {
        font-size: 18px;
    }

    .commercial-costs-breakdown {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cost-breakdown-card.featured {
        transform: scale(1);
    }

    .cost-breakdown-card.featured:hover {
        transform: translateY(-10px);
    }

    .cost-tiers-grid {
        grid-template-columns: 1fr;
    }

    .cost-tier-card.professional {
        order: -1;
    }

    .commercial-costs-tiers-title,
    .commercial-costs-locations-title,
    .cost-savings-title {
        font-size: 26px;
    }

    .cost-locations-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cost-savings-content {
        padding: 35px 25px;
    }

    .cost-savings-tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cost-cta-content {
        padding: 40px 25px;
    }

    .cost-cta-title {
        font-size: 28px;
    }

    .cost-cta-text {
        font-size: 16px;
    }

    .cost-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cost-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .commercial-costs-section {
        padding: 50px 0;
    }

    .commercial-costs-container {
        padding: 0 15px;
    }

    .commercial-costs-main-title {
        font-size: 26px;
    }

    .commercial-costs-subtitle {
        font-size: 17px;
    }

    .cost-breakdown-card {
        padding: 25px;
    }

    .cost-card-title {
        font-size: 20px;
    }

    .cost-price-amount {
        font-size: 30px;
    }

    .cost-tier-card {
        padding: 25px;
    }

    .cost-tier-name {
        font-size: 22px;
    }

    .cost-tier-price {
        font-size: 28px;
    }

    .cost-locations-grid {
        grid-template-columns: 1fr;
    }

    .commercial-costs-tiers-title,
    .commercial-costs-locations-title {
        font-size: 24px;
    }

    .cost-savings-header {
        flex-direction: column;
        text-align: center;
    }

    .cost-savings-title {
        font-size: 22px;
    }

    .cost-cta-title {
        font-size: 24px;
    }

    .cost-cta-btn {
        padding: 14px 25px;
        font-size: 15px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .commercial-costs-main-title {
        font-size: 24px;
    }

    .cost-card-price {
        padding: 20px;
    }

    .cost-price-amount {
        font-size: 28px;
    }

    .cost-tier-price {
        font-size: 26px;
    }

    .cost-cta-title {
        font-size: 22px;
    }

    .cost-cta-content {
        padding: 30px 20px;
    }
}

/* Print Styles */
@media print {
    .commercial-costs-section {
        padding: 30px 0;
    }

    .cost-breakdown-card,
    .cost-tier-card,
    .cost-location-item,
    .cost-saving-tip {
        box-shadow: none;
        border: 1px solid #e5e5e5;
        page-break-inside: avoid;
    }

    .cost-cta-content {
        background: #f8f9fa;
        color: #000000;
    }

    .cost-cta-btn {
        border: 1px solid #004a94;
    }
}
