/**
 * Generator Power Parts — Contact Page Styles
 * gpp-contact.css v3
 */

/* ============================================================
   FULL WIDTH
============================================================ */

.page-id-4609 .entry-content,
.page-id-4609 .site-content,
.page-id-4609 .content-area,
.page-id-4609 #content,
.page-id-4609 .ast-container,
.page-id-4609 .container,
.page-id-4609 article,
.page-id-4609 .post-inner,
.page-id-4609 .wp-block-group,
.page-id-4609 .wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.page-id-4609 .site-content,
.page-id-4609 #content { padding-top: 0 !important; margin-top: 0 !important; }

.page-id-4609 .entry-title,
.page-id-4609 .ast-breadcrumbs-wrapper,
.page-id-4609 .page-header { display: none !important; }

.page-id-4609 .gpp-page-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}

/* ============================================================
   PAGE HEADER
============================================================ */

.gpp-contact .gpp-page-header {
    background: #0D1B2A;
    padding: 3rem 2rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.gpp-contact .gpp-page-header::before {
    content: '';
    position: absolute;
    right: -40px; top: -40px;
    width: 400px; height: 400px;
    border: 60px solid rgba(244,128,26,0.06);
    border-radius: 50%;
    pointer-events: none;
}

.gpp-contact .gpp-page-header-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

.gpp-contact .gpp-page-eyebrow {
    font-size: .72rem; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: #F4801A; margin-bottom: .4rem;
    font-family: 'Barlow', sans-serif;
}

.gpp-contact .gpp-page-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 3rem !important; font-weight: 800 !important;
    text-transform: uppercase; color: #fff !important;
    line-height: 1 !important; margin: 0 0 .5rem !important;
    padding: 0 !important; border: none !important;
}

.gpp-contact .gpp-page-sub {
    color: rgba(255,255,255,.55); font-size: .95rem;
    max-width: 580px; font-family: 'Barlow', sans-serif;
    line-height: 1.6; margin-bottom: 1.25rem;
}

.gpp-contact .gpp-breadcrumb {
    display: flex; align-items: center; gap: 8px;
    font-size: .75rem; color: rgba(255,255,255,.35);
    font-family: 'Barlow', sans-serif;
}

.gpp-contact .gpp-breadcrumb a { color: rgba(255,255,255,.35); text-decoration: none !important; }
.gpp-contact .gpp-breadcrumb a:hover { color: #F4801A; }
.gpp-bc-sep { color: rgba(255,255,255,.18); }

/* ============================================================
   LAYOUT
============================================================ */

.gpp-contact-outer { background: #F4F6F9; padding: 3rem 2rem 4rem; }

.gpp-contact-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 360px;
    gap: 2.5rem; align-items: start;
}

/* ============================================================
   FORM CARD
============================================================ */

.gpp-contact-form-card {
    background: #fff; border-radius: 8px;
    padding: 2rem; border: 1px solid #E8EDF2;
}

.gpp-contact-form-title {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 1.6rem !important; font-weight: 800 !important;
    text-transform: uppercase; color: #0D1B2A !important;
    margin: 0 0 .35rem !important; padding: 0 !important; border: none !important;
}

.gpp-contact-form-sub {
    font-size: .875rem; color: #4A5568;
    margin-bottom: 1.75rem; line-height: 1.6;
    font-family: 'Barlow', sans-serif;
}

/* ENQUIRY TYPE */
.gpp-eq-label {
    font-size: .72rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: #4A5568;
    margin-bottom: .75rem; font-family: 'Barlow', sans-serif;
}

.gpp-eq-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: .6rem; margin-bottom: 1.75rem;
}

.gpp-eq-type {
    background: #F4F6F9; border: 1.5px solid #E8EDF2;
    border-radius: 6px; padding: .75rem .6rem;
    text-align: center; cursor: pointer; transition: all .15s;
}

.gpp-eq-type:hover { border-color: #F4801A; }
.gpp-eq-type.active { background: #FFF3EA; border-color: #F4801A; }
.gpp-eq-icon { font-size: 1.1rem; margin-bottom: 4px; }
.gpp-eq-name { font-size: .72rem; font-weight: 700; color: #0D1B2A; line-height: 1.2; font-family: 'Barlow', sans-serif; }

/* ============================================================
   WPFORMS STYLING — COMPLETE OVERRIDE
============================================================ */

.gpp-wpforms-wrap { margin-top: .5rem; }

/* Remove WPForms default container styling */
.gpp-wpforms-wrap .wpforms-container,
.gpp-wpforms-wrap .wpforms-form { margin: 0 !important; padding: 0 !important; }

/* Field labels */
.gpp-wpforms-wrap .wpforms-field-label,
.gpp-wpforms-wrap .wpforms-field label {
    font-family: 'Barlow', sans-serif !important;
    font-size: .72rem !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    color: #4A5568 !important;
    margin-bottom: 6px !important;
    display: block !important;
}

/* All input fields */
.gpp-wpforms-wrap .wpforms-field input[type="text"],
.gpp-wpforms-wrap .wpforms-field input[type="email"],
.gpp-wpforms-wrap .wpforms-field input[type="tel"],
.gpp-wpforms-wrap .wpforms-field input[type="number"],
.gpp-wpforms-wrap .wpforms-field input[type="url"],
.gpp-wpforms-wrap .wpforms-field select,
.gpp-wpforms-wrap .wpforms-field textarea {
    width: 100% !important;
    padding: 11px 14px !important;
    border: 1.5px solid #E8EDF2 !important;
    border-radius: 5px !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: .9rem !important;
    color: #0D1B2A !important;
    background: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .2s !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
}

.gpp-wpforms-wrap .wpforms-field input:focus,
.gpp-wpforms-wrap .wpforms-field textarea:focus,
.gpp-wpforms-wrap .wpforms-field select:focus {
    border-color: #F4801A !important;
    box-shadow: none !important;
    outline: none !important;
}

.gpp-wpforms-wrap .wpforms-field input::placeholder,
.gpp-wpforms-wrap .wpforms-field textarea::placeholder {
    color: #A0AEC0 !important;
}

/* Textarea */
.gpp-wpforms-wrap .wpforms-field textarea {
    min-height: 130px !important;
    resize: vertical !important;
}

/* Field spacing */
.gpp-wpforms-wrap .wpforms-field {
    margin-bottom: 1rem !important;
    padding: 0 !important;
}

/* Error state */
.gpp-wpforms-wrap .wpforms-field input.wpforms-error,
.gpp-wpforms-wrap .wpforms-field textarea.wpforms-error {
    border-color: #B91C1C !important;
}

.gpp-wpforms-wrap label.wpforms-error {
    color: #B91C1C !important;
    font-size: .72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-top: 4px !important;
}

/* Submit button */
.gpp-wpforms-wrap .wpforms-submit-container {
    margin: .5rem 0 0 !important;
    padding: 0 !important;
}

.gpp-wpforms-wrap .wpforms-submit,
.gpp-wpforms-wrap button[type="submit"] {
    width: 100% !important;
    background: #F4801A !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 5px !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: background .2s !important;
    letter-spacing: .02em !important;
    box-shadow: none !important;
    text-transform: none !important;
}

.gpp-wpforms-wrap .wpforms-submit:hover,
.gpp-wpforms-wrap button[type="submit"]:hover {
    background: #C0600E !important;
}

/* Loading spinner */
.gpp-wpforms-wrap .wpforms-submit-spinner { display: none; }

/* Confirmation / success message */
.gpp-wpforms-wrap .wpforms-confirmation-container,
.gpp-wpforms-wrap .wpforms-confirmation-container-full {
    background: #EAF5EE !important;
    border: 1px solid #B6DFC4 !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    font-family: 'Barlow', sans-serif !important;
    font-size: .9rem !important;
    color: #1A5C36 !important;
    text-align: center !important;
}

/* Remove WPForms page title inside form */
.gpp-wpforms-wrap .wpforms-head-container { display: none !important; }

/* ============================================================
   INFO PANEL
============================================================ */

.gpp-contact-info-col { display: flex; flex-direction: column; gap: 1rem; }

.gpp-info-card {
    background: #fff; border: 1px solid #E8EDF2;
    border-radius: 8px; padding: 1.25rem;
}

.gpp-info-card-header {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: .85rem; padding-bottom: .75rem;
    border-bottom: 1px solid #E8EDF2;
}

.gpp-info-card-icon {
    width: 34px; height: 34px; background: #0D1B2A;
    border-radius: 5px; display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}

.gpp-info-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .95rem; font-weight: 800;
    text-transform: uppercase; color: #0D1B2A; letter-spacing: .03em;
}

.gpp-info-row {
    display: flex; gap: .75rem; padding: .5rem 0;
    border-bottom: 1px solid #F4F6F9; align-items: flex-start;
}

.gpp-info-row:last-child { border-bottom: none; padding-bottom: 0; }

.gpp-info-label {
    font-size: .72rem; font-weight: 700; color: #4A5568;
    text-transform: uppercase; letter-spacing: .06em;
    width: 75px; flex-shrink: 0; padding-top: 2px;
    font-family: 'Barlow', sans-serif;
}

.gpp-info-val {
    font-size: .85rem; color: #0D1B2A; font-weight: 500;
    line-height: 1.5; font-family: 'Barlow', sans-serif;
}

.gpp-info-val a { color: #F4801A; text-decoration: none !important; }
.gpp-info-val a:hover { text-decoration: underline !important; }
.gpp-closed { color: #B91C1C !important; }

/* TARPLETT */
.gpp-tarplett-card { background: #0D1B2A; border-radius: 8px; padding: 1.5rem; }
.gpp-tc-eyebrow { font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(244,128,26,.85); margin-bottom: .35rem; font-family: 'Barlow', sans-serif; }
.gpp-tc-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 800; text-transform: uppercase; color: #fff; margin-bottom: .5rem; }
.gpp-tc-text { font-size: .8rem; color: rgba(255,255,255,.5); line-height: 1.65; margin-bottom: 1rem; font-family: 'Barlow', sans-serif; }
.gpp-tc-badges { display: flex; gap: .4rem; flex-wrap: wrap; }
.gpp-tc-badge { background: rgba(244,128,26,.15); border: 1px solid rgba(244,128,26,.3); color: #F4801A; font-size: .62rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; font-family: 'Barlow', sans-serif; }

/* ACCENT CARD */
.gpp-info-card-accent { background: #FFF8F3; border-color: #F9C89B; }
.gpp-accent-title { font-family: 'Barlow Condensed', sans-serif; font-size: .95rem; font-weight: 800; text-transform: uppercase; color: #7A3A0A; margin-bottom: .4rem; }
.gpp-accent-text { font-size: .8rem; color: #9A5010; line-height: 1.6; margin-bottom: .85rem; font-family: 'Barlow', sans-serif; }
.gpp-accent-btn { display: block; background: #F4801A; color: #fff !important; text-align: center; padding: 10px; border-radius: 5px; font-family: 'Barlow', sans-serif; font-weight: 700; font-size: .85rem; text-decoration: none !important; transition: background .2s; }
.gpp-accent-btn:hover { background: #C0600E; }

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 900px) {
    .gpp-contact-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .gpp-contact-outer { padding: 1.5rem 1rem 2rem; }
    .gpp-contact .gpp-page-header { padding: 2rem 1rem; }
    .gpp-contact .gpp-page-title { font-size: 2.2rem !important; }
    .gpp-eq-grid { grid-template-columns: repeat(2, 1fr); }
    .gpp-contact-form-card { padding: 1.25rem; }
}
