.ppie-iframe-body {
    margin: 0;
    background: #ffffff;
}

.ppie-widget {
    --ppie-primary: #062b49;
    --ppie-secondary: #0b6f9f;
    --ppie-accent: #43c7df;
    --ppie-ink: #123044;
    --ppie-muted: #5c7180;
    --ppie-line: #d9e7ef;
    color: var(--ppie-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
}

.ppie-widget *,
.ppie-widget *::before,
.ppie-widget *::after {
    box-sizing: border-box;
}

.ppie-widget img {
    display: block;
    max-width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

.ppie-hero {
    position: relative;
    min-height: clamp(240px, 19.3vw, 293px);
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(5, 48, 91, .88) 0%, rgba(5, 48, 91, .68) 42%, rgba(5, 48, 91, .58) 100%),
        var(--ppie-hero-image),
        #05305b;
    background-attachment: scroll, fixed, scroll;
    background-position: center;
    background-size: cover;
}

.ppie-hero::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5, 48, 91, .74), rgba(5, 48, 91, .38) 52%, rgba(5, 48, 91, .56));
    content: "";
}

.ppie-hero-tiles {
    position: absolute;
    inset: -13% -9%;
    z-index: 0;
}

.ppie-hero-tiles span {
    position: absolute;
    display: block;
    width: clamp(260px, 29vw, 560px);
    aspect-ratio: 1.45;
    border-radius: 18px;
    background:
        linear-gradient(rgba(8, 68, 121, .18), rgba(8, 68, 121, .18)),
        var(--ppie-hero-image);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    opacity: .9;
    transform: rotate(45deg);
}

.ppie-hero-tiles span:nth-child(1) {
    top: -7%;
    left: 22%;
}

.ppie-hero-tiles span:nth-child(2) {
    top: 9%;
    right: 14%;
}

.ppie-hero-tiles span:nth-child(3) {
    right: -8%;
    bottom: 15%;
}

.ppie-hero-tiles span:nth-child(4) {
    bottom: -11%;
    left: 42%;
}

.ppie-hero-tiles span:nth-child(5) {
    top: -20%;
    right: 43%;
    width: clamp(180px, 18vw, 320px);
}

.ppie-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
    width: min(100%, 1420px);
    margin: 0 auto;
    padding: clamp(23px, 4vw, 51px);
}

.ppie-hero-logo {
    width: clamp(150px, 18vw, 230px);
    margin-bottom: clamp(16px, 3.3vw, 43px);
}

.ppie-eyebrow,
.ppie-kicker {
    margin: 0 0 12px;
    color: var(--ppie-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.ppie-hero h1,
.ppie-section h2,
.ppie-form-section h2,
.ppie-thanks h2 {
    margin: 0;
    letter-spacing: 0;
    line-height: 1.04;
}

.ppie-hero h1 {
    max-width: none;
    color: #ffffff;
    font-size: clamp(56px, 8.6vw, 124px);
    font-weight: 900;
    white-space: nowrap;
}

.ppie-hero-copy {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(18px, 2.2vw, 24px);
}

.ppie-section {
    padding: clamp(44px, 6vw, 86px) clamp(20px, 5vw, 72px);
}

.ppie-split,
.ppie-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    width: min(100%, 1260px);
    margin: 0 auto;
}

.ppie-split-reverse .ppie-media {
    order: 2;
}

.ppie-media,
.ppie-wide-media {
    margin: 0;
}

.ppie-media img,
.ppie-wide-media img,
.ppie-info-card img,
.ppie-product-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.ppie-media img {
    aspect-ratio: 1.22;
}

.ppie-media-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 18px;
    border: 2px solid var(--ppie-primary);
    border-radius: 8px;
    padding: 12px 20px;
    background: var(--ppie-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.ppie-media-cta:hover,
.ppie-media-cta:focus {
    border-color: var(--ppie-secondary);
    background: var(--ppie-secondary);
    color: #ffffff;
}

.ppie-wide-media img {
    aspect-ratio: 1.5;
}

.ppie-copy {
    min-width: 0;
}

.ppie-copy h2,
.ppie-section-heading h2 {
    color: var(--ppie-primary);
    font-size: clamp(32px, 4.4vw, 58px);
    font-weight: 900;
}

.ppie-copy h3 {
    margin: 20px 0 0;
    color: var(--ppie-secondary);
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.18;
}

.ppie-copy p,
.ppie-info-card p,
.ppie-product-card p {
    margin: 18px 0 0;
    color: var(--ppie-muted);
    font-size: 17px;
}

.ppie-callout {
    color: var(--ppie-primary) !important;
    font-weight: 850;
}

.ppie-feature-band,
.ppie-card-section-alt,
.ppie-products {
    background: #f2f8fb;
}

.ppie-feature-copy {
    border-left: 5px solid var(--ppie-accent);
    padding-left: clamp(18px, 3vw, 34px);
}

.ppie-check-list,
.ppie-intake-copy ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ppie-check-list li,
.ppie-intake-copy li {
    position: relative;
    padding-left: 30px;
    color: #24475d;
    font-weight: 750;
}

.ppie-check-list li::before,
.ppie-intake-copy li::before {
    position: absolute;
    top: .1em;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--ppie-accent);
    color: var(--ppie-primary);
    content: "✓";
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.ppie-section-heading {
    width: min(100%, 1260px);
    margin: 0 auto clamp(24px, 4vw, 44px);
}

.ppie-section-heading h2 {
    max-width: none;
}

.ppie-section-logo {
    width: clamp(132px, 15vw, 190px);
    margin: 0 0 22px;
}

.ppie-info-grid,
.ppie-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.4vw, 30px);
    width: min(100%, 1260px);
    margin: 0 auto;
}

.ppie-info-card,
.ppie-product-card,
.ppie-form-panel,
.ppie-thanks {
    border: 1px solid var(--ppie-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(5, 34, 54, .08);
}

.ppie-info-card,
.ppie-product-card {
    min-width: 0;
    padding: 14px;
}

.ppie-info-card img {
    aspect-ratio: 1.34;
}

.ppie-info-card h3,
.ppie-product-card h3 {
    margin: 20px 4px 0;
    color: var(--ppie-primary);
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.14;
}

.ppie-info-card p,
.ppie-product-card p {
    margin-right: 4px;
    margin-left: 4px;
}

.ppie-card-line {
    color: var(--ppie-primary) !important;
    font-weight: 850;
}

.ppie-ground-section {
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #eef8fb 54%, #eef8fb 100%);
}

.ppie-product-card img {
    aspect-ratio: 1;
    background: #f6f8fa;
    object-fit: contain;
}

.ppie-pricing-note {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin: 20px 4px 4px;
    border-radius: 8px;
    padding: 10px 14px;
    background: var(--ppie-primary);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.ppie-form-section {
    padding: clamp(44px, 6vw, 86px) clamp(20px, 5vw, 72px);
    background:
        linear-gradient(135deg, rgba(6, 43, 73, .97), rgba(9, 88, 132, .95)),
        var(--ppie-primary);
}

.ppie-intake-grid {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(320px, 1.16fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: start;
    width: min(100%, 1260px);
    margin: 0 auto;
}

.ppie-intake-copy {
    color: #ffffff;
}

.ppie-intake-copy img {
    width: clamp(150px, 18vw, 220px);
    margin-bottom: clamp(28px, 5vw, 56px);
}

.ppie-intake-logo {
    max-height: 96px;
    object-fit: contain;
    object-position: left center;
}

.ppie-intake-copy h2,
.ppie-thanks h2 {
    color: #ffffff;
    font-size: clamp(34px, 5vw, 44px);
}

.ppie-intake-copy p {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
}

.ppie-intake-copy li {
    color: rgba(255, 255, 255, .92);
}

.ppie-intake-photo {
    max-width: 520px;
    margin: 30px 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, .08);
}

.ppie-intake-photo img {
    width: 100%;
    aspect-ratio: 1.7;
    margin: 0;
    border-radius: 8px;
    object-fit: cover;
}

.ppie-intake-photo figcaption {
    margin-top: 10px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 750;
}

.ppie-form-panel {
    padding: clamp(18px, 3vw, 34px);
}

.ppie-alert {
    width: min(100%, 1260px);
    border-left: 4px solid #f04438;
    border-radius: 8px;
    margin: 0 auto 24px;
    padding: 14px 16px;
    background: #fff1f0;
    color: #7a271a;
}

.ppie-alert p {
    margin: 0;
}

.ppie-alert p+p {
    margin-top: 6px;
}

.ppie-form {
    display: grid;
    gap: 18px;
}

.ppie-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ppie-form label {
    display: grid;
    gap: 7px;
    color: #20394c;
    font-size: 14px;
    font-weight: 850;
}

.ppie-label-text {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    width: fit-content;
}

.ppie-form label span {
    color: #b42318;
}

.ppie-form label .ppie-label-text {
    color: #20394c;
}

.ppie-form input,
.ppie-form select,
.ppie-form textarea {
    width: 100%;
    border: 1px solid #c9d6df;
    border-radius: 8px;
    padding: 13px 14px;
    background: #ffffff;
    color: var(--ppie-ink);
    font: inherit;
    font-weight: 550;
}

.ppie-form textarea {
    resize: vertical;
}

.ppie-form input:focus,
.ppie-form select:focus,
.ppie-form textarea:focus {
    border-color: var(--ppie-secondary);
    outline: 3px solid rgba(67, 199, 223, .26);
}

.ppie-consent {
    grid-template-columns: 20px 1fr;
    align-items: start;
    color: #4e6271;
    font-weight: 700;
}

.ppie-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.ppie-consent span {
    color: #4e6271;
}

.ppie-form button {
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    padding: 14px 22px;
    background: var(--ppie-primary);
    color: #ffffff;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

.ppie-form button:hover,
.ppie-form button:focus {
    background: #031d32;
}

.ppie-note {
    margin: 0;
    color: #6a7f8c;
    font-size: 13px;
}

.ppie-hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.ppie-thanks {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: clamp(24px, 5vw, 46px);
    background: rgba(255, 255, 255, .1);
    color: #ffffff;
}

.ppie-thanks p:not(.ppie-kicker) {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .86);
}

@media (max-width: 980px) {

    .ppie-split,
    .ppie-feature-grid,
    .ppie-intake-grid {
        grid-template-columns: 1fr;
    }

    .ppie-split-reverse .ppie-media {
        order: 0;
    }

    .ppie-info-grid,
    .ppie-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ppie-ground-section {
        background: #ffffff;
    }
}

@media (max-width: 700px) {
    .ppie-hero {
        min-height: 280px;
    }

    .ppie-hero-logo {
        width: 156px;
        margin-bottom: 29px;
    }

    .ppie-hero h1 {
        font-size: clamp(48px, 18vw, 76px);
        white-space: normal;
    }

    .ppie-eyebrow,
    .ppie-kicker {
        letter-spacing: .18em;
    }

    .ppie-hero-tiles {
        inset: -5% -45%;
    }

    .ppie-section,
    .ppie-form-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ppie-info-grid,
    .ppie-product-grid,
    .ppie-grid {
        grid-template-columns: 1fr;
    }

    .ppie-feature-copy {
        border-left: 0;
        padding-left: 0;
    }
}
