/* Industry sector landing pages — P4P theme (p4p + p4pAU) */

.industry-sector-lp {
    font-family: 'Poppins', sans-serif;
    color: #0296a5;
    margin-top: 0;
    background: #fff;
}

/* .industry-sector-lp section {
    padding: 64px 24px;
} */

.industry-sector-lp .isp-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Hero */
.industry-sector-lp .isp-hero {
    background: #F6F6F6;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 56px;
    border-bottom: 1px solid #E5E7EB;
}

.industry-sector-lp .isp-hero h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 500;
    line-height: 1.35;
    max-width: 900px;
    margin: 0 auto 32px;
    color: #0296a5;
    font-family: 'Poppins', sans-serif;
}

.industry-sector-lp .isp-video-wrap {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid var(--button-tenant-bgcolor, #0096a5);
    box-shadow: 0 12px 32px rgba(0, 21, 72, 0.12);
}

.industry-sector-lp .isp-video-wrap video {
    width: 100%;
    display: block;
    background: #000;
    vertical-align: middle;
}

/* Intro */
.industry-sector-lp .isp-intro {
    background: #fff;
    text-align: center;
    /* padding-top: 72px; */
    padding-bottom: 50px;
    background-color: #0296a5;
}

.industry-sector-lp .isp-intro h2 {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 400;
    line-height: 1.45;
    max-width: 820px;
    margin: 0 auto 20px;
    color: #fff;
}

.industry-sector-lp .isp-intro .isp-brand {
    font-weight: 600;
    color: var(--button-tenant-bgcolor, #0096a5);
}

.industry-sector-lp .isp-intro .isp-subtitle {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 28px;
    color: #edf5fd;
}

.industry-sector-lp .isp-association-label {
    font-size: 0.95rem;
    margin-bottom: 14px;
    color: #edf5fd;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.industry-sector-lp .isp-association-image {
    max-width: 768px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* Why this works */
.industry-sector-lp .isp-why {
    background: #fff;
    text-align: center;
    padding: 72px 24px;
}

.industry-sector-lp .isp-why h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 500;
    margin-bottom: 40px;
    color: #0296a5;
}

.industry-sector-lp .isp-infographic-desktop {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

.industry-sector-lp .isp-infographic-mobile {
    display: none;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

/* CTA */
.industry-sector-lp .isp-cta {
    background: #edf5fd;
    text-align: center;
    padding: 64px 24px;
}

.industry-sector-lp .isp-cta p {
    font-size: 1.125rem;
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 28px;
    color: #374151;
}

.industry-sector-lp .isp-cta-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 20px;
    background: var(--button-tenant-bgcolor, #0096a5) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: background 0.25s ease;
    border: none;
}

.industry-sector-lp .isp-cta-btn:hover {
    background: var(--button-tenant-hover, #007a87) !important;
    color: #fff !important;
}

/* Contact */
.industry-sector-lp .isp-contact {
    background: #0296a5;
    color: #fff;
    padding: 72px 24px 88px;
}

.industry-sector-lp .isp-contact h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.industry-sector-lp .isp-form-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px;
    max-width: 720px;
    margin: 0 auto;
    color: #0296a5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.industry-sector-lp .isp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.industry-sector-lp .isp-form-group {
    margin-bottom: 16px;
}

.industry-sector-lp .isp-form-group label {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 6px;
    font-weight: 500;
    color: #0296a5;
    font-family: 'Poppins', sans-serif;
}

.industry-sector-lp .isp-form-group input,
.industry-sector-lp .isp-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #0296a5;
    box-sizing: border-box;
    background: #fff;
}

.industry-sector-lp .isp-form-group input:focus,
.industry-sector-lp .isp-form-group textarea:focus {
    outline: none;
    border-color: var(--button-tenant-bgcolor, #0096a5);
    box-shadow: 0 0 0 2px rgba(0, 150, 165, 0.15);
}

.industry-sector-lp .isp-form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.industry-sector-lp .isp-form-group .required {
    color: #DC2626;
}

.industry-sector-lp .isp-form-group.has-error input,
.industry-sector-lp .isp-form-group.has-error textarea {
    border-color: #DC2626;
}

.industry-sector-lp .isp-field-error {
    display: block;
    color: #DC2626;
    font-size: 0.85rem;
    margin-top: 6px;
    line-height: 1.4;
}

.industry-sector-lp .isp-submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 20px;
    background: var(--button-tenant-bgcolor, #0096a5) !important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    margin-top: 8px;
    transition: background 0.25s ease;
}

.industry-sector-lp .isp-submit-btn:hover {
    background: var(--button-tenant-hover, #007a87) !important;
}

.industry-sector-lp .alert {
    max-width: 720px;
    margin: 0 auto 20px;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .industry-sector-lp .isp-hero {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    /* .industry-sector-lp section {
        padding: 48px 16px;
    } */

    .industry-sector-lp .isp-form-row {
        grid-template-columns: 1fr;
    }

    .industry-sector-lp .isp-infographic-desktop {
        display: none;
    }

    .industry-sector-lp .isp-infographic-mobile {
        display: block;
    }

    .industry-sector-lp .isp-form-card {
        padding: 24px 20px;
    }
}
