/*
 * A'Rocha Cleaning — home.css
 * Homepage-only styles. Loads AFTER theme.css.
 * Covers everything below the hero/bubbles.
 * Nav, hero, and bubbles are untouched.
 */

/* ─── Shared section rhythm ───────────────────────────────────────────────── */
.hp-section {
    padding: 96px 0;
}
.hp-section-sm {
    padding: 72px 0;
}
.hp-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8B1A1A;
    margin-bottom: 14px;
}
.hp-heading {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #111111;
    line-height: 1.2;
    margin-bottom: 16px;
}
.hp-subtext {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 1.75;
    max-width: 560px;
}
.hp-subtext.centered {
    margin: 0 auto;
    text-align: center;
}

/* ─── SERVICES CAROUSEL ───────────────────────────────────────────────────── */
.hp-services {
    background: #ffffff;
    padding: 96px 0 80px;
}
.hp-services .owl-nav,
.hp-services .owl-dots {
    /* only one set of controls — disable the theme default duplication */
}

/* Service card — icon-top, no image needed */
.hp-service-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px solid #f0f0f0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.hp-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.11);
    border-color: #e8e8e8;
}
.hp-card-icon-top {
    width: 100%;
    padding: 36px 0 24px;
    background: linear-gradient(135deg, #fdf5f5, #fff8f8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #8B1A1A;
}
.hp-card-body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.hp-card-body h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}
.hp-card-body p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.65;
    flex: 1;
    margin-bottom: 18px;
}
.hp-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #8B1A1A;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.hp-card-link:hover { gap: 11px; color: #8B1A1A; }

/* Carousel controls */
.hp-services .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1.5px solid #e8e8e8 !important;
    color: #111 !important;
    font-size: 16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0 4px;
}
.hp-services .owl-nav button:hover {
    background: #8B1A1A !important;
    border-color: #8B1A1A !important;
    color: #fff !important;
}
.hp-services .owl-dots .owl-dot span {
    background: #ddd !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    transition: all 0.3s !important;
}
.hp-services .owl-dots .owl-dot.active span {
    background: #8B1A1A !important;
    width: 24px !important;
    border-radius: 4px !important;
}
.hp-services .view-all-wrap,
.hp-services .text-center.mt-5 {
    margin-top: 44px;
}

/* ─── WHY CHOOSE US ───────────────────────────────────────────────────────── */
.hp-why {
    background: #fafafa;
    padding: 96px 0;
}
.hp-why .row.g-4 {
    row-gap: 24px !important;
}
.hp-why-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.hp-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.09);
}
.hp-why-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a0505, #3d1010);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 20px;
    flex-shrink: 0;
}
.hp-why-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}
.hp-why-card p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ─── SERVICE AREAS ───────────────────────────────────────────────────────── */
.hp-areas {
    background: #ffffff;
    padding: 96px 0;
}
.hp-areas-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 40px;
}
.hp-area-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    background: #fafafa;
    border: 1.5px solid #ececec;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.hp-area-pill i {
    font-size: 11px;
    color: #8B1A1A;
}
.hp-area-pill:hover {
    background: #8B1A1A;
    border-color: #8B1A1A;
    color: #fff;
}
.hp-area-pill:hover i { color: #fff; }
.hp-areas-cta {
    text-align: center;
    margin-top: 40px;
}

/* ─── QUOTE FORM ──────────────────────────────────────────────────────────── */
.hp-quote {
    background: #fafafa;
    padding: 96px 0;
}
.hp-quote-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 48px 52px;
    box-shadow: 0 4px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}
.hp-quote-card h6 {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8B1A1A;
    margin-bottom: 10px;
}
.hp-quote-card h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 32px;
    line-height: 1.25;
}
.hp-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.hp-form-grid .hpfg-full { grid-column: 1 / -1; }
.hp-field {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #111;
    background: #fafafa;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    appearance: none;
    -webkit-appearance: none;
    display: block;
}
.hp-field:focus {
    border-color: #8B1A1A;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(139,26,26,0.08);
}
.hp-field::placeholder { color: #bbb; }
select.hp-field { cursor: pointer; color: #111; }
select.hp-field option[value=""] { color: #bbb; }
textarea.hp-field { resize: vertical; min-height: 100px; }
.hp-submit {
    width: 100%;
    padding: 16px;
    background: #8B1A1A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.2s, transform 0.2s;
}
.hp-submit:hover {
    background: #6e1515;
    transform: translateY(-2px);
}

/* Side info panel */
.hp-quote-info {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: center;
    height: 100%;
}
.hp-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.hp-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: #fff5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #8B1A1A;
}
.hp-info-item h5 {
    font-size: 13px;
    font-weight: 700;
    color: #8B1A1A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.hp-info-item p, .hp-info-item a {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}
.hp-info-item a:hover { color: #8B1A1A; }
.hp-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
    padding-top: 28px;
    border-top: 1px solid #f0f0f0;
}
.hp-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.hp-badge i {
    color: #8B1A1A;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* ─── FAQ ─────────────────────────────────────────────────────────────────── */
.hp-faq {
    background: #ffffff;
    padding: 96px 0;
}
.hp-faq-item {
    background: #fafafa;
    border: 1.5px solid #f0f0f0;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.hp-faq-item.open {
    border-color: #8B1A1A;
    background: #fff;
}
.hp-faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}
.hp-faq-trigger:hover { background: #fff8f8; }
.hp-faq-trigger h5 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.4;
    font-family: inherit;
}
.hp-faq-trigger .faq-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    transition: all 0.3s;
}
.hp-faq-item.open .hp-faq-trigger h5 { color: #8B1A1A; }
.hp-faq-item.open .faq-icon {
    background: #8B1A1A;
    color: #fff;
    transform: rotate(45deg);
}
.hp-faq-body {
    display: none;
    padding: 0 24px 22px;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.75;
}
.hp-faq-item.open .hp-faq-body { display: block; }

/* ─── CTA BAND ────────────────────────────────────────────────────────────── */
.hp-cta-band {
    background: linear-gradient(135deg, #1a0505 0%, #3d1010 50%, #1a0505 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hp-cta-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(200,150,62,0.12), transparent 60%);
}
.hp-cta-band .inner { position: relative; z-index: 1; }
.hp-cta-band h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
}
.hp-cta-band p {
    font-size: 17px;
    color: rgba(255,255,255,0.72);
    margin-bottom: 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.hp-cta-band .btn-group-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.hp-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #ffffff;
    color: #1a0505;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.hp-btn-white:hover {
    background: #f5f5f5;
    color: #1a0505;
    transform: translateY(-2px);
}
.hp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.45);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}
.hp-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
    color: #fff;
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
    .hp-quote-info { padding-left: 0; padding-top: 40px; }
    .hp-quote-card { padding: 36px 28px; }
}
@media (max-width: 767px) {
    .hp-section, .hp-services, .hp-why, .hp-areas, .hp-quote, .hp-faq { padding: 64px 0; }
    .hp-form-grid { grid-template-columns: 1fr; }
    .hp-form-grid .hpfg-full { grid-column: 1; }
    .hp-quote-card { padding: 28px 20px; }
}