* {
    font-family: 'Public Sans';
}

.enps-lp .arrears-content-section li {
    list-style: auto;
}

.enps-lp .enps-hero {
    background: linear-gradient(108deg, #0F2D1E 0%, #1A4A2E 50%, #1E5233 100%);
    padding: 60px 0;
    padding-top: 0px;
}

.breadcrum-main {
    padding: 20px 0px;
}

.enps-lp .enps-hero__inner {
    display: grid;
    gap: 3rem;
    padding-top: 40px;
}

.breadcrum-main .breadcrum-ul .li-active {
    color: #fff;
}

@media (min-width:900px) {
    .enps-lp .enps-hero__inner {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.enps-lp .enps-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: 7px 15px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.enps-lp .enps-hero h1 {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px;
}

.enps-lp .enps-hero h1 span {
    font-weight: 800;
}

.enps-lp .enps-hero h1 span {
    color: #5DDE96;
}

.enps-lp .enps-hero__desc {
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.enps-lp .enps-hero__features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enps-lp .enps-hero__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
}

.enps-lp .enps-hero__features img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.enps-lp .enps-hero__form {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 24px;
}

.enps-lp .enps-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 6px;
}

.enps-lp .enps-full {
    grid-column: 1/-1;
}

.wp-block-heading {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width:640px) {
    .enps-lp .enps-form-grid {
        grid-template-columns: 1fr;
    }
}

.enps-lp .enps-hero__form .floating-form-input {
    background: rgba(255, 255, 255, 0.93);
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / 30%);
}

.enps-lp .enps-hero__form .floating-form-label {
    color: #374151 !important;
}

.enps-lp .enps-hero__form .floating-form-input:focus~.floating-form-label,
.enps-lp .enps-hero__form .floating-form-input:not(:placeholder-shown):not(:focus)~.floating-form-label {
    background: rgba(255, 255, 255, 0.93) !important;
    font-size: 12px !important;
    color: #374151 !important;
    padding: 2px 6px !important;
}

.enps-lp .enps-hero__form .floating-form-input:focus {
    background: #fff !important;
    border-color: #5DDE96 !important;
    outline: none !important;
}

.enps-lp .enps-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.enps-lp .enps-btn-calculate {
    flex: 1;
    min-width: 150px;
    height: 46px;
    background: #E8522A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.enps-lp .enps-btn-calculate:hover {
    background: #cf4524;
}

.enps-lp .enps-btn-download {
    flex: 1;
    min-width: 150px;
    height: 46px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    cursor: pointer;
}

.enps-lp .enps-btn-download[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

.enps-lp .enps-hero__note {
    color: rgba(255, 255, 255, 0.32);
    font-size: 12px;
    margin-top: 14px;
    text-align: center;
}

.enps-lp .enps-hero__right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width:900px) {
    .enps-lp .enps-hero__right {
        justify-content: flex-end;
        position: sticky;
        top: 100px;
    }
}

.enps-lp .enps-hero__card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
}

.enps-lp .enps-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 12px;
}

.enps-lp .enps-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.enps-lp .enps-card__sub {
    font-size: 12px;
    color: #6b7280;
    margin: 4px 0 0;
}

.enps-lp .enps-level-badge {
    flex-shrink: 0;
    border-radius: 9999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.enps-lp .enps-level-badge.needs {
    background: #fefce8;
    color: #ca8a04;
    border-color: #fef08a;
}

.enps-lp .enps-level-badge.negative {
    background: #fef2f2;
    color: #dc2626;
    border-color: #fecaca;
}

.enps-lp .enps-score-ring {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}

.enps-lp .enps-score-ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.enps-lp .enps-ring-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enps-lp .enps-ring-score {
    font-size: 32px;
    font-weight: 900;
    color: #111827;
    line-height: 1;
}

.enps-lp .enps-ring-sub {
    font-size: 12px;
    color: #6b7280;
}

.enps-lp .enps-card__breakdown {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.enps-lp .enps-bk-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px;
}

.enps-lp .enps-bk--promoter {
    background: #f0fdf4;
}

.enps-lp .enps-bk--passive {
    background: #f9fafb;
}

.enps-lp .enps-bk--detractor {
    background: #fef2f2;
}

.enps-lp .enps-bk-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.enps-lp .enps-bk--promoter .enps-bk-label {
    color: #166534;
}

.enps-lp .enps-bk--detractor .enps-bk-label {
    color: #991b1b;
}

.enps-lp .enps-bk-pct {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.enps-lp .enps-card__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #074439;
    border-radius: 10px;
    padding: 14px 16px;
}

.enps-lp .enps-card__total-label {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.enps-lp .enps-card__total-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.70);
    margin: 2px 0 0;
}

.enps-lp .enps-card__total-val {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
}

.enps-lp .arrears-content-section {
    margin-top: 72px;
    padding-bottom: 60px;
}

.enps-lp .arrears-content-section h2 {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-top: 56px !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    position: relative !important;
    padding-bottom: 14px !important;
}

.enps-lp .arrears-content-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00A878 0%, #5DDE96 100%);
    border-radius: 2px;
}

.enps-lp .arrears-content-section h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-top: 36px !important;
    margin-bottom: 14px !important;
    text-align: left !important;
}

.enps-lp .arrears-content-section p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #4b5563 !important;
    margin-bottom: 18px !important;
}

.enps-lp .arrears-content-section ul,
.enps-lp .arrears-content-section ol {
    margin: 20px 0 !important;
    padding-left: 26px !important;
}

.enps-lp .arrears-content-section li {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #4b5563 !important;
    margin-bottom: 10px !important;
}

.enps-lp .arrears-content-section ul li::marker {
    color: #00A878 !important;
}

.enps-lp .arrears-content-section ol li::marker {
    color: #00A878 !important;
    font-weight: 600 !important;
}

.enps-lp .arrears-content-section table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 28px 0 !important;
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07) !important;
}

.enps-lp .arrears-content-section table thead {
    background: linear-gradient(135deg, #0F2D1E 0%, #1A4A2E 100%) !important;
}

.enps-lp .arrears-content-section table th {
    padding: 14px 18px !important;
    text-align: left !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    border: none !important;
}

.enps-lp .arrears-content-section table td {
    padding: 14px 18px !important;
    font-size: 14px !important;
    color: #4b5563 !important;
    border-bottom: 1px solid #f3f4f6 !important;
}

.enps-lp .arrears-content-section table tbody tr:hover {
    background: #f0fdf4 !important;
}

.enps-lp .arrears-content-section a {
    color: #00A878 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-bottom: 1px solid transparent !important;
}

.enps-lp .arrears-content-section a:hover {
    border-bottom-color: #00A878 !important;
}

.enps-lp input[type=number]::-webkit-inner-spin-button,
.enps-lp input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.enps-lp input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width:768px) {
    .enps-lp .enps-hero__inner {
        padding-top: 0px;
    }

    .enps-lp .arrears-content-section {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    .enps-lp .arrears-content-section ul,
    .enps-lp .arrears-content-section ol {
        padding-left: 20px !important;
    }

    h1.wp-block-heading {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .enps-lp .arrears-content-section table {
        min-width: 600px;
    }

    .enps-lp .arrears-content-section table th {
        padding: 9px 12px !important;
        font-size: 11px !important;
    }

    .enps-lp .arrears-content-section h2 {
        font-size: 20px !important;
        margin-top: 30px !important;
        margin-bottom: 14px !important;
        padding-bottom: 10px !important;
    }

    .enps-lp .arrears-content-section h3 {
        font-size: 18px !important;
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }

    .breadcrum-main .container.container_cus {
        padding: 0px !important;
    }
}