/*
Theme Name: Cash For Companies
Theme URI: https://CashForCompanies.com
Author: The Miller Firms, LLC
Description: Custom WordPress theme for CashForCompanies.com.
Version: 1.0
Text Domain: cash-for-companies
*/

/* =========================================================
   SECTION 00 — GLOBAL RESET
========================================================= */

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #1b1f1d;
    background: #ffffff;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    line-height: 1.12;
}

ul {
    margin-top: 0;
}

input,
select,
textarea,
button {
    font: inherit;
}

/* =========================================================
   SECTION 00 — GLOBAL LAYOUT / UTILITIES
========================================================= */

.ipt-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.ipt-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00a846;
}

.ipt-section-intro {
    max-width: 760px;
    margin-bottom: 44px;
}

.ipt-section-intro h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -0.05em;
    color: #101010;
}

.ipt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 4px;
    border: none;
    background: #008c3a;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 140, 58, 0.26);
}

.ipt-btn:hover {
    transform: translateY(-1px);
}

.ipt-phone {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    color: #ffffff;
    font-weight: 900;
    border-bottom: 2px solid #00a846;
}

/* =========================================================
   SECTION 00 — HEADER
========================================================= */

.ipt-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid rgba(16, 16, 16, 0.1);
    backdrop-filter: blur(12px);
}

.ipt-header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ipt-logo a,
.ipt-logo-wrap {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1b1f1d;
}

.ipt-logo-icon {
    height: 42px;
    width: auto;
    margin-right: 10px;
}

.ipt-logo-text {
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -0.035em;
    color: #1b1f1d;
    line-height: 1;
    white-space: nowrap;
}

.ipt-logo-green {
    color: #008c3a;
    font-style: italic;
}

.ipt-btn-small {
    min-height: 42px;
    padding: 0 20px;
    font-size: 0.92rem;
}

@media (max-width: 700px) {

    .ipt-header-inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 16px;
    }

    .ipt-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ipt-logo-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .ipt-logo-icon {
        height: 34px;
        margin-right: 8px;
    }

    .ipt-logo-text {
        font-size: 1.2rem;
        font-weight: 900;
        letter-spacing: -0.03em;
        text-align: center;
        white-space: normal;
        line-height: 1.1;
    }

    .ipt-header-cta {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .ipt-btn-small {
        width: auto;
    }
}

/* =========================================================
   SECTION 01 — HERO (AUTHORITY + PULL)
========================================================= */

.ipt-hero-strong {
    padding: 105px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 22%, rgba(0, 168, 70, 0.35), transparent 24%),
        linear-gradient(135deg, #101010 0%, #101010 62%, #008c3a 62%, #008c3a 100%);
}

.ipt-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) 430px;
    gap: 64px;
    align-items: center;
}

/* HEADLINE */

.ipt-hero-left h1 {
    max-width: 850px;
    font-size: clamp(2.9rem, 5.8vw, 5.35rem);
    letter-spacing: -0.07em;
    margin-bottom: 26px;
}


/* BODY TEXT */

.ipt-hero-left p {
    max-width: 690px;
    font-size: 1.23rem;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 22px;
}

/* EMPHASIS LINE */

.ipt-emphasis {
    display: inline-block;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    border-left: 4px solid #00a846;
    padding-left: 10px;
    margin-left: 6px;
}

/* ACTIONS */

.ipt-hero-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ipt-phone {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    color: #ffffff;
    font-weight: 900;
    border-bottom: 2px solid #00a846;
}

/* RIGHT SIDE */

.ipt-hero-right {
    display: grid;
    gap: 20px;
}

/* STAT CARDS */

.ipt-stat-card {
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    color: #101010;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.ipt-stat-card-alt {
    background: linear-gradient(135deg, #101010, #1b1f1d);
    color: #ffffff;
    border-left: 5px solid #00a846;
}

.ipt-stat-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #00a846;
}

.ipt-stat-label {
    display: block;
    margin: 8px 0 14px;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.15;
}

.ipt-stat-card p {
    margin: 0;
    font-size: 0.95rem;
    color: #5b635e;
}

.ipt-stat-card-alt p {
    color: rgba(255, 255, 255, 0.75);
}

/* PROOF */

.ipt-proof-card {
    padding: 26px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ipt-proof-card strong {
    display: block;
    margin-bottom: 12px;
    color: #00a846;
}

.ipt-proof-card ul {
    padding-left: 18px;
    margin: 0;
}

.ipt-proof-card li {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.83);
}

/* =========================================================
   SECTION 01 — (HERO) MOBILE
========================================================= */

@media (max-width: 1000px) {

    .ipt-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    /* KEEP TWO-TONE, BUT ADJUST ANGLE + BALANCE */
    .ipt-hero-strong {
        background:
            radial-gradient(circle at 80% 10%, rgba(0, 168, 70, 0.25), transparent 30%),
            linear-gradient(160deg, #101010 0%, #101010 70%, #008c3a 70%, #008c3a 100%);
    }

    .ipt-hero-right {
        max-width: 500px;
        margin: 0 auto;
    }

}

@media (max-width: 700px) {

    .ipt-hero-strong {
        padding: 70px 0;
    }

    .ipt-hero-left h1 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .ipt-hero-left p {
        font-size: 1rem;
    }

    /* STACK STAT CARDS CLEANLY */
    .ipt-hero-right {
        gap: 16px;
    }

    .ipt-stat-card,
    .ipt-proof-card {
        padding: 22px;
    }

    /* FULL WIDTH BUTTONS */
    .ipt-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .ipt-btn,
    .ipt-phone {
        width: 100%;
        justify-content: center;
    }

    /* KEEP GOLD, BUT LOWER VISUAL DOMINANCE */
    .ipt-hero-strong {
        background:
            radial-gradient(circle at 85% 5%, rgba(0, 168, 70, 0.2), transparent 35%),
            linear-gradient(165deg, #101010 0%, #101010 75%, #008c3a 75%, #008c3a 100%);
    }

}

/* =========================================================
   SECTION 02 — POSITIONING STRIP
========================================================= */

.ipt-position-bar {
    background: #101010;
    color: #ffffff;
}

.ipt-position-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ipt-position-grid div {
    padding: 26px 22px;
    text-align: center;
    font-weight: 900;
    line-height: 1.35;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.ipt-position-grid div:last-child {
    border-right: none;
}

/* =========================================================
   SECTION 02 — (POSITIONING STRIP) MOBILE
========================================================= */

@media (max-width: 900px) {
    .ipt-position-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ipt-position-grid div:nth-child(2) {
        border-right: none;
    }

    .ipt-position-grid div:nth-child(1),
    .ipt-position-grid div:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 600px) {
    .ipt-position-grid {
        grid-template-columns: 1fr;
    }

    .ipt-position-grid div {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ipt-position-grid div:last-child {
        border-bottom: none;
    }
}

/* =========================================================
   SECTION 03 — DIFFERENTIATION (THIS IS YOU)
========================================================= */

.ipt-difference {
    padding: 95px 0;
    background: #f5f7f4;
}

.ipt-diff-heading {
    max-width: 1060px;
    margin-bottom: 44px;
}

.ipt-diff-heading h2 {
    font-size: clamp(2.5rem, 5vw, 4.7rem);
    letter-spacing: -0.06em;
    color: #101010;
    margin-bottom: 0;
}

.ipt-diff-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 58px;
    align-items: start;
}

.ipt-diff-left p {
    max-width: 720px;
    color: #4f5a54;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.ipt-contrast-box {
    display: grid;
    gap: 18px;
}

.ipt-contrast-box div {
    padding: 32px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(16, 16, 16, 0.12);
    box-shadow: 0 14px 34px rgba(16, 16, 16, 0.07);
}

.ipt-contrast-box div:last-child {
    background: #101010;
    color: #ffffff;
    border-top: 6px solid #008c3a;
}

.ipt-contrast-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.55rem;
    letter-spacing: -0.04em;
}

.ipt-contrast-box span {
    color: #5b635e;
    font-size: 1.05rem;
}

.ipt-contrast-box div:last-child span {
    color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
   SECTION 03 — (DIFFERENTIATION) MOBILE
========================================================= */

@media (max-width: 900px) {
    .ipt-diff-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ipt-diff-heading {
        margin-bottom: 34px;
    }
}

@media (max-width: 600px) {
    .ipt-difference {
        padding: 72px 0;
    }

    .ipt-diff-heading h2 {
        font-size: 2.45rem;
    }

    .ipt-contrast-box div {
        padding: 26px;
    }
}
/* =========================================================
   SECTION 04 — WHY YOU GET BETTER RESULTS
========================================================= */

.ipt-why-results {
    padding: 100px 0;
    background: #ffffff;
}

.ipt-why-results .ipt-section-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ipt-reason-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.ipt-reason {
    padding: 30px;
    min-height: 250px;
    border-radius: 8px;
    background: #f5f7f4;
    border: 1px solid rgba(16, 16, 16, 0.1);
    box-shadow: 0 12px 30px rgba(16, 16, 16, 0.055);
}

.ipt-reason h3 {
    font-size: 1.42rem;
    letter-spacing: -0.035em;
    margin-bottom: 12px;
    color: #101010;
}

.ipt-reason p {
    color: #5b635e;
    margin-bottom: 0;
}


/* =========================================================
   SECTION 04 — (WHY YOU GET BETTER RESULTS) MOBILE
========================================================= */

@media (max-width: 1000px) {
    .ipt-reason-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .ipt-why-results {
        padding: 72px 0;
    }

    .ipt-why-results .ipt-section-intro {
        max-width: 100%;
        margin-bottom: 34px;
    }

    .ipt-why-results .ipt-section-intro h2 {
        font-size: 2.35rem;
        line-height: 1.08;
    }

    .ipt-reason-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ipt-reason {
        min-height: auto;
        padding: 26px;
    }

    .ipt-reason h3 {
        font-size: 1.32rem;
    }
}


/* =========================================================
   SECTION 05 — AGREEMENT VISUAL (ENGAGING)
========================================================= */

.ipt-agreement {
    padding: 100px 0;
    background:
        linear-gradient(90deg, #101010 0%, #101010 50%, #f5f7f4 50%, #f5f7f4 100%);
}

.ipt-agreement-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.ipt-agreement-left {
    color: #ffffff;
}

.ipt-agreement-left h2 {
    max-width: 620px;
    font-size: clamp(2.1rem, 4.3vw, 3.8rem);
    letter-spacing: -0.055em;
    margin-bottom: 24px;
}

.ipt-agreement-left h3 {
    max-width: 620px;
    margin-bottom: 22px;
    color: #00a846;
    font-size: 1.08rem;
    line-height: 1.35;
}

.ipt-agreement-left p {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    margin-bottom: 28px;
}

.ipt-agreement-left ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.ipt-agreement-left li {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
}

.ipt-agreement-right {
    display: flex;
    justify-content: center;
}

.ipt-doc-visual {
    width: min(500px, 100%);
    min-height: 430px;
    border-radius: 10px;
    padding: 5px;
    background: linear-gradient(135deg, #00a846, #101010);
    box-shadow: 0 30px 70px rgba(16, 16, 16, 0.22);
    position: relative;
    overflow: hidden;
}

.ipt-doc-visual::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 6px;
    background:
        url("https://invoicespaidtoday.com/wp-content/uploads/2026/04/Contract-Hidden-Fee-Exposed.webp")
        center / cover no-repeat;
}

.ipt-doc-visual::after {
    content: "CAUGHT BEFORE IT COSTS YOU";
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 12px 14px;
    border-radius: 4px;
    background: #008c3a;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

/* =========================================================
   SECTION 05 — (AGREEMENT VISUAL) MOBILE
========================================================= */

@media (max-width: 1000px) {
    .ipt-agreement {
        background: #101010;
    }

    .ipt-agreement-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .ipt-agreement-right {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .ipt-agreement {
        padding: 72px 0;
    }

    .ipt-agreement-left h2 {
        font-size: 2.45rem;
    }

    .ipt-agreement-left h3,
    .ipt-agreement-left p,
    .ipt-agreement-left li {
        font-size: 1rem;
    }

    .ipt-doc-visual {
        min-height: 360px;
    }

    .ipt-doc-visual::after {
        right: 16px;
        bottom: 16px;
        font-size: 0.66rem;
        padding: 8px 10px;
    }
}

/* =========================================================
   SECTION 06 — PROCESS (CLEAN, NOT SALESY)
========================================================= */

.ipt-process-heading {
    max-width: 800px;
    margin: 0 auto 36px;
    text-align: center;
}

.ipt-process-heading h2 {
    margin-bottom: 0;
    color: #101010;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    letter-spacing: -0.055em;
}

.ipt-process {
    padding: 90px 0;
    background: #ffffff;
}

.ipt-process-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.ipt-process-heading h2 {
    margin-bottom: 14px;
    color: #101010;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    letter-spacing: -0.055em;
}

.ipt-process-heading p {
    margin-bottom: 0;
    color: #5b635e;
    font-size: 1.08rem;
}

.ipt-process-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(16, 16, 16, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.ipt-process-line div {
    padding: 32px;
    min-height: 190px;
    border-right: 1px solid rgba(16, 16, 16, 0.12);
    background: #ffffff;
}

.ipt-process-line div:nth-child(even) {
    background: #f5f7f4;
}

.ipt-process-line div:last-child {
    border-right: none;
}

.ipt-process-line strong {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #101010;
    color: #ffffff;
    font-weight: 900;
}

.ipt-process-line p {
    margin-bottom: 0;
    color: #101010;
    font-size: 1.1rem;
    font-weight: 900;
}

/* =========================================================
   SECTION 06 — (PROCESS) MOBILE
========================================================= */

@media (max-width: 1000px) {
    .ipt-process-line {
        grid-template-columns: repeat(2, 1fr);
    }

    .ipt-process-line div:nth-child(2) {
        border-right: none;
    }

    .ipt-process-line div:nth-child(1),
    .ipt-process-line div:nth-child(2) {
        border-bottom: 1px solid rgba(16, 16, 16, 0.12);
    }
}

@media (max-width: 700px) {
    .ipt-process {
        padding: 72px 0;
    }

    .ipt-process-heading {
        margin-bottom: 32px;
        text-align: left;
    }

    .ipt-process-heading h2 {
        font-size: 2.35rem;
    }

    .ipt-process-line {
        grid-template-columns: 1fr;
    }

    .ipt-process-line div {
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(16, 16, 16, 0.12);
        padding: 26px;
    }

    .ipt-process-line div:last-child {
        border-bottom: none;
    }
}

/* =========================================================
   SECTION 07 — FINAL CTA
========================================================= */

.ipt-final {
    padding: 100px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(0, 168, 70, 0.22), transparent 26%),
        #101010;
    color: #ffffff;
}

.ipt-final-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 50px;
    align-items: center;
}

.ipt-final h2 {
    max-width: 780px;
    font-size: clamp(2.25rem, 5vw, 4.35rem);
    letter-spacing: -0.055em;
    margin-bottom: 18px;
}

.ipt-final p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
}

.ipt-final-box {
    padding: 36px;
    border-radius: 8px;
    background: #ffffff;
    color: #101010;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
}


/* =========================================================
   QUESTIONNAIRE PAGE
========================================================= */

.ipt-questionnaire {
    padding: 100px 0;
    background: #f5f7f4;
}

.ipt-questionnaire-header {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}

.ipt-questionnaire-header h1 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    letter-spacing: -0.055em;
    color: #101010;
    margin-bottom: 16px;
}

.ipt-questionnaire-header p {
    font-size: 1.1rem;
    color: #5b635e;
    margin-bottom: 0;
}

.ipt-questionnaire-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(16, 16, 16, 0.1);
}

/* MOBILE */

@media (max-width: 700px) {

    .ipt-questionnaire {
        padding: 70px 0;
    }

    .ipt-questionnaire-form {
        padding: 24px;
    }

    .ipt-questionnaire-header {
        text-align: left;
    }

    .ipt-questionnaire-header h1 {
        font-size: 2.2rem;
    }
}

/* =========================================================
   THANK YOU PAGE
========================================================= */

.ipt-thank-you {
    padding: 120px 0;
    background: #f5f7f4;
    text-align: center;
}

.ipt-thank-you-wrap {
    max-width: 760px;
    margin: 0 auto;
}

.ipt-thank-you-header {
    margin-bottom: 30px;
}

.ipt-thank-you h1 {
    font-size: clamp(2.4rem, 4.5vw, 3.6rem);
    letter-spacing: -0.05em;
    margin-bottom: 18px;
    color: #101010;
}

.ipt-thank-you-sub {
    font-size: 1.2rem;
    color: #5b635e;
    margin-bottom: 0;
}

.ipt-thank-you-status {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.ipt-thank-you-status span {
    font-size: 0.85rem;
    padding: 8px 12px;
    border-radius: 4px;
    background: #e7eee8;
    color: #5b635e;
    font-weight: 700;
}

.ipt-thank-you-status .active {
    background: #008c3a;
    color: #ffffff;
}

/* ===============================
   MAIN MESSAGE BOX (FIXED)
=============================== */

.ipt-thank-you-box {
    background: #ffffff;
    padding: 34px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(16, 16, 16, 0.08);
    margin-bottom: 34px;
    text-align: left; /* ← FIXED: no more global centering */
}

.ipt-thank-you-box p {
    margin-bottom: 16px; /* better breathing */
    color: #101010;
    line-height: 1.6;
}

/* ONLY the phone line is emphasized + centered */
.ipt-callout {
    text-align: center;
    font-weight: 800;
    margin: 20px 0;
    color: #101010;
}

/* Partner line is quieter, secondary */
.ipt-partner-note {
    font-size: 0.9rem;
    color: rgba(16, 16, 16, 0.65);
}

/* ===============================
   PREP BOX
=============================== */

.ipt-thank-you-prep {
    text-align: left;
    background: #ffffff;
    padding: 28px;
    border-radius: 10px;
    border-left: 5px solid #008c3a;
    box-shadow: 0 20px 50px rgba(16, 16, 16, 0.06);
}

.ipt-thank-you-prep h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #101010;
}

.ipt-thank-you-prep ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.ipt-thank-you-prep li {
    margin-bottom: 10px;
    color: #5b635e;
}
.ipt-partner-note {
    margin-top: 24px; /* increase this to 20px or 24px if you want more space */
}

/* =========================================================
   THANK YOU PAGE MOBILE
========================================================= */

@media (max-width: 700px) {
    .ipt-thank-you {
        padding: 80px 0;
        text-align: left;
    }

    .ipt-thank-you-status {
        justify-content: flex-start;
        gap: 10px;
    }

    .ipt-thank-you-box,
    .ipt-thank-you-prep {
        padding: 24px;
    }

    /* keep callout readable on mobile */
    .ipt-callout {
        text-align: left;
    }
}
/* =========================================================
   FOOTER
========================================================= */

.ipt-footer {
    padding: 55px 0 28px;
    background: #101010;
    color: #ffffff;
}

.ipt-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 35px;
}

.ipt-footer-brand {
    max-width: 520px;
}

.ipt-footer-brand h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.ipt-footer-brand p,
.ipt-footer-contact p {
    color: rgba(255, 255, 255, 0.72);
}

.ipt-footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.ipt-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

/* =========================================================
   FOOTER — MOBILE RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .ipt-hero-grid,
    .ipt-diff-grid,
    .ipt-agreement-grid,
    .ipt-final-grid {
        grid-template-columns: 1fr;
    }

    .ipt-hero-strong {
        background: #101010;
    }

    .ipt-agreement {
        background: #101010;
    }

    .ipt-reason-grid,
    .ipt-process-line,
    .ipt-position-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ipt-process-line div:nth-child(2),
    .ipt-position-grid div:nth-child(2) {
        border-right: none;
    }

    .ipt-process-line div {
        border-bottom: 1px solid rgba(16, 16, 16, 0.12);
    }

    .ipt-process-line div:nth-child(3),
    .ipt-process-line div:nth-child(4) {
        border-bottom: none;
    }
}

@media (max-width: 700px) {

    .ipt-container {
        width: min(100% - 28px, 1180px);
    }

    .ipt-hero-strong,
    .ipt-difference,
    .ipt-why-results,
    .ipt-agreement,
    .ipt-process,
    .ipt-final {
        padding: 72px 0;
    }

    .ipt-header-inner {
        min-height: 70px;
    }

    .ipt-logo a {
        font-size: 1.05rem;
    }

    .ipt-header-cta .ipt-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.82rem;
    }

    .ipt-hero-left h1 {
        font-size: 2.6rem;
    }

    .ipt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ipt-btn,
    .ipt-phone {
        width: 100%;
        justify-content: center;
    }

    .ipt-reason-grid,
    .ipt-process-line,
    .ipt-position-grid {
        grid-template-columns: 1fr;
    }

    .ipt-position-grid div,
    .ipt-process-line div {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .ipt-position-grid div:last-child,
    .ipt-process-line div:last-child {
        border-bottom: none;
    }

    .ipt-stat-card,
    .ipt-proof-card,
    .ipt-contrast-box div,
    .ipt-reason,
    .ipt-final-box {
        padding: 26px;
    }

    .ipt-doc-visual {
        min-height: 360px;
    }

    .ipt-footer-inner {
        flex-direction: column;
    }
}