/* ==========================================================================
   About Us — ph-about.css
   All rules scoped under .ph-abt-content
   ========================================================================== */

.ph-abt-content *, .ph-abt-content *::before, .ph-abt-content *::after { box-sizing: border-box; }

.ph-abt-content {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    color: #4b5563;
    line-height: 1.75;
    background: #fff;
}

.ph-abt-content h1, .ph-abt-content h2, .ph-abt-content h3 {
    font-family: "Rajdhani", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.ph-abt-content h1 {
    font-size: clamp(3rem, 5vw, 5.2rem);
    line-height: 0.85;
    color: #feb415;
    margin-bottom: 0;
}

.ph-abt-content h2 {
    font-size: clamp(1.85rem, 2.4vw, 2.3rem);
    line-height: 1.05;
    color: #1d439c;
    margin-bottom: 1.1rem;
}

.ph-abt-content h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.6rem);
    color: #333;
    margin-bottom: 0.75rem;
}

.ph-abt-content p { font-size: 1.05rem; line-height: 1.75; color: #4b5563; margin: 0 0 1rem; }
.ph-abt-content a { color: #1d439c; }
.ph-abt-content img { max-width: 100%; height: auto; display: block; }

/* ==========================================================================
   CONTAINERS
   ========================================================================== */

.ph-abt-content .ph-abt-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 24px;
}

.ph-abt-content .ph-abt-container--narrow {
    max-width: 860px;
}

/* ==========================================================================
   HERO
   ========================================================================== */

.ph-abt-content .ph-abt-hero {
    padding: 5rem 0 4rem;
    background:
        linear-gradient(180deg, rgba(8,19,44,0.18) 0%, rgba(8,19,44,0.52) 100%),
        url("https://poolheating.com.au/wp-content/uploads/2017/06/AES-Pool-Heating-About-Us-Hero-Image.jpg")
        center / cover no-repeat;
    min-height: 55vh;
    display: flex;
    align-items: flex-end;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */

.ph-abt-content .ph-abt-section {
    padding: 72px 0;
    background: #fff;
}

.ph-abt-content .ph-abt-section--alt {
    background: #f8f9fa;
}

/* ==========================================================================
   TWO-COLUMN ROW
   ========================================================================== */

.ph-abt-content .ph-abt-row {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}

.ph-abt-content .ph-abt-col {
    flex: 1;
}

.ph-abt-content .ph-abt-col--img img {
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

/* ==========================================================================
   TRUST LOGOS
   ========================================================================== */

.ph-abt-content .ph-abt-trust-logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.ph-abt-content .ph-abt-trust-logos img {
    max-height: 72px;
    width: auto;
    border-radius: 4px;
}

/* ==========================================================================
   CONTACT FORM SECTION
   ========================================================================== */

.ph-abt-content .ph-abt-section--form {
    background: #f8f9fa;
    text-align: center;
}

.ph-abt-content .ph-abt-form-title {
    text-align: center;
    margin-bottom: 0.4rem;
}

.ph-abt-content .ph-abt-form-sub {
    color: #64748b;
    margin-bottom: 2rem;
    text-align: center;
}

.ph-abt-content .ph-abt-section--form .gform_wrapper { text-align: left; }

.ph-abt-content .ph-abt-section--form input[type="text"],
.ph-abt-content .ph-abt-section--form input[type="email"],
.ph-abt-content .ph-abt-section--form input[type="tel"],
.ph-abt-content .ph-abt-section--form select,
.ph-abt-content .ph-abt-section--form textarea {
    width: 100%;
    padding: 0.7rem 0.95rem;
    border: 1.5px solid #cbd5e1;
    border-radius: 0.5rem;
    font-family: "Lato", sans-serif;
    font-size: 0.95rem;
    color: #0f172a;
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ph-abt-content .ph-abt-section--form input:focus,
.ph-abt-content .ph-abt-section--form textarea:focus {
    border-color: #1d439c;
    box-shadow: 0 0 0 3px rgba(29,67,156,0.1);
}

.ph-abt-content .ph-abt-section--form input[type="submit"],
.ph-abt-content .ph-abt-section--form .gform_button {
    padding: 0.7rem 2.2rem;
    background: #1d439c;
    color: #fff;
    border: 2px solid #feb415;
    border-radius: 999px;
    font-family: "Rajdhani", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.ph-abt-content .ph-abt-section--form input[type="submit"]:hover,
.ph-abt-content .ph-abt-section--form .gform_button:hover {
    background: #feb415;
    color: #0f172a;
    border-color: #1d439c;
}

.ph-abt-content .ph-abt-section--form .gfield_label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ph-abt-content .ph-abt-section--form .gfield_validation_message,
.ph-abt-content .ph-abt-section--form .validation_message {
    color: #ef4444;
    font-size: 0.8rem;
    padding: 0;
    background: none;
    border: none;
}

/* ==========================================================================
   RESPONSIVE — ≤ 1024px
   ========================================================================== */

@media (max-width: 1024px) {
    .ph-abt-content .ph-abt-row {
        flex-direction: column;
        gap: 2rem;
    }
}

/* ==========================================================================
   RESPONSIVE — ≤ 767px
   ========================================================================== */

@media (max-width: 767px) {
    .ph-abt-content .ph-abt-section { padding: 48px 0; }
    .ph-abt-content .ph-abt-hero { min-height: 40vh; padding: 3rem 0; }
    .ph-abt-content h1 { font-size: clamp(2.2rem, 8vw, 3rem); }
}
