body {
    background-color: #f8f9fa;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.light-green-bg {
    background-color: #d4edda;
}

/* ===== Landing Page: Hero Section ===== */
.aw-hero {
    background: linear-gradient(135deg, #2E7D32 0%, #1B5E20 100%);
    color: #fff;
    padding: 5rem 0 4rem;
}

.aw-hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.aw-hero-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.95);
}

/* ===== CTA Button ===== */
.aw-cta-primary {
    background-color: #FF8F00;
    border-color: #FF8F00;
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 0.875rem 2rem;
    border-radius: 0.5rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
}

.aw-cta-primary:hover,
.aw-cta-primary:focus {
    background-color: #F57C00;
    border-color: #F57C00;
    color: #fff;
}

.aw-cta-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 143, 0, 0.5);
}

/* ===== Social Proof Counters ===== */
.aw-social-proof {
    background-color: #fff;
}

.aw-counter-card {
    padding: 1.5rem;
}

.aw-counter-icon {
    font-size: 2rem;
    color: #2E7D32;
    margin-bottom: 0.75rem;
    display: block;
}

.aw-counter-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1B5E20;
    line-height: 1.2;
}

.aw-counter-label {
    font-size: 1rem;
    color: #555;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

/* ===== What We Offer ===== */
.aw-offer {
    background-color: #f8f9fa;
}

.aw-offer-card {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    height: 100%;
}

.aw-offer-icon {
    color: #2E7D32;
}

/* ===== Savings Sources ===== */
.aw-savings {
    background-color: #f8f9fa;
}

.aw-flip-card {
    height: 240px;
    perspective: 1000px;
    cursor: pointer;
}

.aw-flip-card:focus {
    outline: 2px solid #2E7D32;
    outline-offset: 3px;
    border-radius: 0.5rem;
}

.aw-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.aw-flip-card-inner.is-flipped {
    transform: rotateY(180deg);
}

.aw-flip-card-front,
.aw-flip-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.aw-flip-card-front {
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: box-shadow 0.2s ease;
    text-align: center;
}

.aw-flip-card:hover .aw-flip-card-front {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.aw-flip-card-back {
    background: linear-gradient(135deg, #2E7D32 0%, #1B5E20 100%);
    color: #fff;
    transform: rotateY(180deg);
    text-align: left;
    justify-content: flex-start;
    overflow-y: auto;
}

.aw-flip-hint {
    margin-top: auto;
    padding-top: 0.75rem;
    opacity: 0.35;
    font-size: 0.7rem;
}

/* ===== Why AudiWatt ===== */
.aw-why {
    background-color: #fff;
}

.aw-why-icon {
    color: #2E7D32;
}

/* ===== Testimonials ===== */
.aw-testimonials {
    background-color: #f8f9fa;
}

.aw-testimonial-card {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
}

.aw-testimonial-stars {
    color: #FF8F00;
}

.aw-testimonial-author {
    font-size: 0.875rem;
}

/* ===== Final CTA ===== */
.aw-final-cta {
    background: linear-gradient(135deg, #2E7D32 0%, #1B5E20 100%);
    color: #fff;
}

/* ===== Savings Test Form ===== */
.aw-savings-test {
    background-color: #fff;
}

.aw-savings-test-container {
    max-width: 600px;
}

.aw-step-progress .progress {
    height: 0.5rem;
    border-radius: 0.25rem;
}

.aw-progress-fill {
    background-color: #2E7D32;
    transition: width 0.3s ease;
}

.aw-step-label {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0;
}

.aw-step-form .form-control-lg,
.aw-step-form .form-select-lg {
    min-height: 2.75rem;
    font-size: 1rem;
}

.aw-bill-period-toggle .form-check {
    display: inline-flex;
    margin-right: 1.5rem;
}

.aw-bill-period-toggle .form-check-input {
    min-height: 1.25rem;
    min-width: 1.25rem;
}

.aw-switch-lg .form-check-input {
    width: 3rem;
    height: 2.75rem;
    cursor: pointer;
}

.aw-switch-lg .form-check-label {
    padding-top: 0.5rem;
    cursor: pointer;
}

/* ===== Appliance Grid ===== */
.aw-appliance-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.aw-appliance-card {
    border: 2px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    position: relative;
    min-height: 2.75rem;
}

.aw-appliance-card:hover {
    border-color: #2E7D32;
    background-color: #f1f8e9;
}

.aw-appliance-card:focus {
    outline: 2px solid #2E7D32;
    outline-offset: 2px;
}

.aw-appliance-selected {
    border-color: #2E7D32;
    background-color: #e8f5e9;
}

.aw-appliance-icon {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.aw-appliance-selected .aw-appliance-icon {
    color: #2E7D32;
}

.aw-appliance-name {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
}

.aw-appliance-check {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #2E7D32;
    font-size: 0.875rem;
}

.aw-appliance-selected .aw-appliance-check {
    display: block;
}

.aw-appliance-age .form-select-sm {
    font-size: 0.8125rem;
    min-height: 2rem;
}

/* ===== Savings Test Results ===== */
.aw-savings-result-hero {
    padding: 2rem 1rem;
    background-color: #e8f5e9;
    border-radius: 0.5rem;
}

.aw-savings-result-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1B5E20;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.aw-confidence-badge {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
}

.aw-confidence-high {
    background-color: #388E3C;
    color: #fff;
}

.aw-confidence-medium {
    background-color: #F57C00;
    color: #fff;
}

.aw-confidence-low {
    background-color: #D32F2F;
    color: #fff;
}

.aw-comparison-section .progress {
    border-radius: 0.25rem;
}

.aw-waste-source-item {
    padding: 0.75rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
}

.aw-waste-source-icon {
    font-size: 1.25rem;
    color: #D32F2F;
    width: 2rem;
    text-align: center;
}

.aw-waste-source-amount {
    color: #D32F2F;
}

/* ===== Adaptive Messaging Tiers ===== */
.aw-tier-badge {
    font-size: 0.9rem;
    padding: 0.4em 0.8em;
}

.aw-tier-message {
    margin-bottom: 1.5rem;
}

.aw-tier-headline {
    font-weight: 600;
}

.aw-breakdown-section {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.aw-cta-section {
    padding-top: 1rem;
}

.aw-cta-secondary {
    font-size: 1rem;
}

/* ===== Responsive ===== */
@media (min-width: 768px) {
    .aw-hero {
        padding: 6rem 0 5rem;
    }

    .aw-hero-title {
        font-size: 3rem;
    }

    .aw-counter-value {
        font-size: 3rem;
    }

    .aw-appliance-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .aw-savings-result-amount {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .aw-appliance-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ==========================================
   Booking Form (Story 2.5)
   ========================================== */

.aw-booking-form {
    background-color: #fff;
}

.aw-slot-picker-table {
    margin-bottom: 0;
}

.aw-slot-picker-table th {
    border-bottom: 2px solid #dee2e6;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.aw-slot-picker-day td {
    vertical-align: middle;
    padding: 0.5rem;
}

.aw-slot-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.aw-slot-count {
    margin-top: 0.25rem;
}

.aw-booking-confirmation {
    background-color: #fff;
}

.aw-booking-success-banner {
    border-radius: 0.5rem;
}

@media (max-width: 575.98px) {
    .aw-slot-checkbox {
        width: 2rem;
        height: 2rem;
    }
}

/* ===== About Page ===== */
.aw-about {
    background-color: #fff;
}

.aw-about-tagline {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2E7D32;
    letter-spacing: 0.02em;
}

.aw-about-pillar {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    border-top: 3px solid #2E7D32;
}

.aw-about-conviction {
    background-color: #f8f9fa;
    border-left: 4px solid #2E7D32;
    border-radius: 0 0.5rem 0.5rem 0;
    text-align: left;
}

.aw-about-quote-icon {
    font-size: 1.5rem;
    color: #2E7D32;
    display: block;
}

/* ===== How It Works Page ===== */
.aw-how-it-works {
    background-color: #fff;
}

.aw-step-card {
    background: #f8f9fa;
    border-radius: 0.75rem;
    height: 100%;
    position: relative;
}

.aw-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #2E7D32;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.aw-step-card i {
    color: #2E7D32;
}

/* ===== Services Page ===== */
.aw-services {
    background-color: #fff;
}

.aw-service-detail {
    background: #f8f9fa;
    border-radius: 0.75rem;
    border-left: 4px solid #2E7D32;
}

/* ===== Pricing Page ===== */
.aw-pricing {
    background-color: #f8f9fa;
}

.aw-pricing-card {
    background: #fff;
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    transition: transform 0.2s;
}

.aw-pricing-card:hover {
    transform: translateY(-4px);
}

.aw-pricing-featured {
    border-color: #2E7D32;
    border-width: 2px;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.15);
}

.aw-pricing-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2E7D32;
}

.aw-pricing-period {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
}

.aw-pricing-features {
    list-style: none;
    padding-left: 0;
}

.aw-pricing-features li {
    padding: 0.35rem 0;
    font-size: 0.9rem;
}

.aw-pricing-features li i {
    margin-right: 0.5rem;
}

.aw-pricing-coming-soon {
    opacity: 0.65;
}

/* ===== FAQ Page ===== */
.aw-faq {
    background-color: #fff;
}

/* Contact Form (Story 2.7) */
.aw-contact-form {
    background-color: #fff;
}

.aw-honeypot {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

/* ===== Cookie Consent Banner (Story 2.8) ===== */
.aw-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background-color: #fff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    padding: 1.25rem 0;
    border-top: 1px solid #dee2e6;
}

.aw-cookie-banner p {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #333;
}

.aw-cookie-banner a {
    color: #2E7D32;
    text-decoration: underline;
}

/* ===== Privacy Policy Page (Story 2.8) ===== */
.aw-privacy {
    background-color: #fff;
}

.aw-privacy h2 {
    color: #1B5E20;
}

.aw-privacy ul {
    padding-left: 1.25rem;
}

.aw-privacy ul li {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .aw-pricing-amount {
        font-size: 3rem;
    }
}
