/*
Theme Name: Humpf Divi Child
Template: Divi
Description: Child theme for Humpf Tech - AI-managed custom styles
Version: 1.2
*/

/* ── Color System ─────────────────────────────────────── */
:root {
    --ht-navy: #1a1a2e;
    --ht-red: #e63946;
    --ht-light-gray: #f8f9fa;
    --ht-text: #333333;
    --ht-muted: #888888;
}

/* ── Buttons ──────────────────────────────────────────── */
.et_pb_button_module_wrapper {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.et_pb_button_module_wrapper .et_pb_button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: inline-block !important;
}

.et_pb_button {
    border-radius: 6px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 14px !important;
    padding: 14px 36px !important;
    transition: all 0.2s ease;
    background-color: var(--ht-red) !important;
    border-color: var(--ht-red) !important;
    color: #FFFFFF !important;
}

.et_pb_button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
    opacity: 0.9;
}

/* ── Blurb Cards ──────────────────────────────────────── */
.et_pb_blurb {
    padding: 32px 24px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.et_pb_blurb:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.et_pb_blurb .et-pb-icon {
    font-size: 48px !important;
    color: var(--ht-red) !important;
}

.et_pb_blurb h4,
.et_pb_blurb .et_pb_module_header {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--ht-navy);
}

.et_pb_blurb .et_pb_blurb_description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ── Testimonials ─────────────────────────────────────── */
.et_pb_testimonial {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 32px;
    text-align: center;
}

.et_pb_testimonial_description {
    font-size: 15px;
    line-height: 1.7;
}

.et_pb_testimonial .et_pb_testimonial_portrait::before {
    color: var(--ht-red) !important;
    font-size: 32px;
}

/* ── Headings ─────────────────────────────────────────── */
.et_pb_heading h1, .et_pb_heading h2 {
    color: var(--ht-navy);
    font-weight: 700;
}

/* ── Lists (Why Us checklist) ─────────────────────────── */
.et_pb_text ul {
    list-style: none;
    padding-left: 0;
}

.et_pb_text ul li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.et_pb_text ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--ht-red);
    font-weight: 700;
    font-size: 16px;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 980px) {
    .et_pb_blurb {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .et_pb_testimonial {
        margin-bottom: 16px;
    }
}


/* Force center align on blurbs */
.et_pb_blurb {
    text-align: center !important;
}

.et_pb_blurb .et_pb_main_blurb_image {
    text-align: center !important;
    justify-content: center !important;
}

.et_pb_blurb .et_pb_blurb_description {
    text-align: center !important;
}

.et_pb_blurb .et_pb_module_header {
    text-align: center !important;
}

/* Responsive button centering — all breakpoints */
@media (max-width: 980px) {
    .et_pb_button_module_wrapper {
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .et_pb_heading h1, .et_pb_heading h2 {
        text-align: center !important;
    }
    
    .et_pb_text p {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .et_pb_button_module_wrapper {
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .et_pb_button {
        margin: 0 auto !important;
    }
}

/* END CUSTOM */
