.iptlv-managed-page,
.iptlv-managed-page #iptlv-managed-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.iptlv-managed-page {
    overflow-x: hidden;
    background: #fffdf8;
}

.iptlv-result-page,
.iptlv-result-page * {
    box-sizing: border-box;
}

.iptlv-result-page [hidden] {
    display: none !important;
}

.iptlv-result-page {
    --iptlv-paper: #fffdf8;
    --iptlv-cream: #f3f1e8;
    --iptlv-ink: #172416;
    --iptlv-muted: #63705f;
    --iptlv-line: rgba(36,69,22,.14);
    width: 100vw;
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--iptlv-ink);
    background:
        radial-gradient(circle at 90% 0, rgba(255,127,17,.09), transparent 28%),
        radial-gradient(circle at 10% 20%, rgba(54,155,18,.08), transparent 26%),
        var(--iptlv-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.iptlv-result-page h1,
.iptlv-result-page h2 {
    margin-top: 0;
    color: var(--iptlv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.iptlv-result-page button,
.iptlv-result-page input,
.iptlv-result-page textarea {
    font: inherit;
}

.iptlv-result-page :focus-visible {
    outline: 3px solid rgba(255,127,17,.45);
    outline-offset: 3px;
}

.iptlv-result-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 44px));
    min-height: 90px;
    margin: 0 auto;
}

.iptlv-result-nav img {
    display: block;
    width: auto;
    height: 65px;
}

.iptlv-result-nav a {
    color: var(--iptlv-deep);
    text-decoration: none;
}

.iptlv-result-nav a strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 3vw, 29px);
    letter-spacing: -.035em;
}

.iptlv-result-nav > span {
    color: var(--iptlv-muted);
    font-size: 12px;
    font-weight: 750;
}

.iptlv-result-nav > a:last-child {
    padding: 10px 16px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: rgba(255,255,255,.75);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.iptlv-result,
.iptlv-result-invalid {
    width: min(1060px, calc(100% - 40px));
    margin: 0 auto;
    padding: 75px 0 120px;
}

.iptlv-result-hero {
    max-width: 860px;
    margin: 0 auto 42px;
    text-align: center;
}

.iptlv-result-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #975b25;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.iptlv-result-eyebrow::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--iptlv-orange);
}

.iptlv-result-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(46px, 6vw, 72px);
}

.iptlv-result-hero p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--iptlv-muted);
    font-size: 17px;
    line-height: 1.7;
}

.iptlv-email-plan {
    position: relative;
    margin: 0 0 28px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 50px);
    border: 2px solid rgba(255,127,17,.75);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(255,127,17,.24), transparent 34%),
        radial-gradient(circle at 0 100%, rgba(93,166,59,.22), transparent 32%),
        var(--iptlv-deep);
    box-shadow: 0 28px 70px rgba(28,50,20,.2);
}

.iptlv-email-plan[hidden] {
    display: none;
}

.iptlv-email-plan__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ffbd7b;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.iptlv-email-plan h2 {
    max-width: 760px;
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
}

.iptlv-email-plan__intro {
    max-width: 790px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.65;
}

.iptlv-email-plan__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 28px 0 18px;
    padding: 0;
    list-style: none;
}

.iptlv-email-plan__steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    align-items: start;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(255,255,255,.08);
}

.iptlv-email-plan__number {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--iptlv-deep);
    background: #ffb76e;
    font-size: 18px;
    font-weight: 900;
}

.iptlv-email-plan__steps strong {
    display: block;
    margin: 1px 0 5px;
    color: #fff;
    font-size: 17px;
}

.iptlv-email-plan__steps p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.6;
}

.iptlv-email-plan__delivery {
    margin: 0 0 12px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    line-height: 1.6;
}

.iptlv-email-plan__delivery strong {
    color: #ffbd7b;
}

.iptlv-email-plan__automatic {
    margin: 0;
    padding: 16px 18px;
    border-radius: 15px;
    color: var(--iptlv-deep);
    background: #fff7e8;
    font-size: 14px;
    line-height: 1.6;
}

.iptlv-status-card {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 15%, rgba(99,175,64,.34), transparent 30%),
        radial-gradient(circle at 86% 85%, rgba(255,127,17,.13), transparent 27%),
        var(--iptlv-deep);
    box-shadow: 0 35px 85px rgba(28,50,20,.2);
}

.iptlv-status-card__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    padding: 54px 25px 30px;
    text-align: center;
}

.iptlv-status-orbit {
    position: relative;
    display: grid;
    place-items: center;
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
}

.iptlv-status-orbit::before,
.iptlv-status-orbit::after,
.iptlv-status-orbit i {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 50%;
}

.iptlv-status-orbit::before { inset: 0; }
.iptlv-status-orbit::after { inset: 12px; border-style: dashed; animation: iptlv-result-spin 11s linear infinite; }
.iptlv-status-orbit i { inset: 25px; border-color: rgba(255,255,255,.26); animation: iptlv-result-spin 5s linear infinite reverse; }

.iptlv-status-orbit span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--iptlv-deep);
    background: #fff;
    box-shadow: 0 0 36px rgba(255,255,255,.22);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
}

.iptlv-status-card__visual > strong {
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
}

.iptlv-status-card__visual > p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.iptlv-status-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0 42px 35px;
    list-style: none;
}

.iptlv-status-steps li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: rgba(255,255,255,.45);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.iptlv-status-steps li::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 50%;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.14);
    transform: translateX(-28px);
}

.iptlv-status-steps li:first-child::before { display: none; }

.iptlv-status-steps i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    color: inherit;
    background: var(--iptlv-deep);
    font-style: normal;
}

.iptlv-status-steps li.is-active,
.iptlv-status-steps li.is-complete {
    color: #fff;
}

.iptlv-status-steps li.is-active i {
    border-color: #ffb76e;
    color: var(--iptlv-deep);
    background: #ffb76e;
    box-shadow: 0 0 0 7px rgba(255,183,110,.1);
}

.iptlv-status-steps li.is-complete i {
    border-color: #77c957;
    background: #77c957;
}

.iptlv-concept {
    padding-top: 30px;
}

.iptlv-simulation-notice {
    margin-bottom: 28px;
    padding: 20px 22px;
    border: 1px solid #e3bd72;
    border-left: 5px solid #d0791e;
    border-radius: 16px;
    color: #583a13;
    background: #fff7df;
    box-shadow: 0 12px 35px rgba(96, 65, 18, .08);
}

.iptlv-simulation-notice[hidden] {
    display: none;
}

.iptlv-simulation-notice strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.iptlv-simulation-notice p {
    max-width: 820px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.iptlv-concept__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}

.iptlv-concept__heading h2 {
    max-width: 740px;
    margin-bottom: 0;
    font-size: clamp(38px, 5vw, 58px);
}

.iptlv-concept__heading button {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
}

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

.iptlv-concept figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--iptlv-line);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 35px 80px rgba(31,55,22,.16);
}

.iptlv-concept figure > span {
    display: block;
    padding: 13px 17px;
    border-bottom: 1px solid var(--iptlv-line);
    color: #92571e;
    background: #fff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.iptlv-concept figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #e7eadf;
}

.iptlv-concept figure img:fullscreen {
    width: 100vw;
    height: 100vh;
    max-height: none;
    object-fit: contain;
    background: #10150e;
}

.iptlv-concept figcaption {
    padding: 13px 18px;
    color: var(--iptlv-muted);
    font-size: 10px;
    text-align: center;
}

.iptlv-request-details {
    margin-top: 20px;
    border: 1px solid var(--iptlv-line);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.iptlv-request-details > summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) auto 30px;
    gap: 18px;
    align-items: center;
    padding: 21px 24px;
    cursor: pointer;
    list-style: none;
}

.iptlv-request-details > summary::-webkit-details-marker { display: none; }

.iptlv-request-details > summary::after {
    content: "+";
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-deep);
    font-size: 18px;
    font-weight: 500;
}

.iptlv-request-details[open] > summary::after { content: "−"; }

.iptlv-request-details > summary > span {
    color: var(--iptlv-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 650;
}

.iptlv-request-details > summary small {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.iptlv-request-details > summary small b {
    padding: 5px 8px;
    border-radius: 999px;
    color: #6d491e;
    background: #fff2df;
    font-size: 9px;
    font-weight: 850;
}

.iptlv-request-details__body {
    padding: 0 24px 24px;
    border-top: 1px solid var(--iptlv-line);
}

.iptlv-request-details__body dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0 14px;
}

.iptlv-request-details__body dl > div {
    padding: 15px;
    border-radius: 13px;
    background: #f6f8f3;
}

.iptlv-request-details__body dt {
    margin-bottom: 4px;
    color: #92571e;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.iptlv-request-details__body dd {
    margin: 0;
    color: #33402f;
    font-size: 12px;
}

.iptlv-request-details__summary {
    padding: 17px;
    border-left: 4px solid var(--iptlv-green);
    border-radius: 8px 14px 14px 8px;
    background: #eef5e9;
}

.iptlv-request-details__summary strong {
    display: block;
    margin-bottom: 6px;
    color: var(--iptlv-deep);
    font-size: 11px;
}

.iptlv-request-details__summary p {
    margin: 0;
    color: #43503f;
    font-size: 13px;
    white-space: pre-line;
}

.iptlv-ready-content { margin-top: 35px; }

.iptlv-result-actions {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 40px;
    margin-top: 0;
    padding: clamp(34px, 6vw, 65px);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 0, rgba(255,127,17,.2), transparent 35%),
        var(--iptlv-deep);
}

.iptlv-result-actions .iptlv-result-eyebrow { color: #ffbd7b; }
.iptlv-result-actions h2 {
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(36px, 4vw, 50px);
}
.iptlv-result-actions p {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.iptlv-sales {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
}

.iptlv-sales__intro {
    grid-column: 1 / -1;
    max-width: 830px;
}

.iptlv-sales__intro p strong { color: #ffbd7b; }

.iptlv-sales__intro > small {
    display: block;
    max-width: 760px;
    margin-top: 13px;
    color: rgba(255,255,255,.5);
    font-size: 10px;
    line-height: 1.55;
}

.iptlv-sales__details {
    padding: 26px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 20px;
    background: rgba(255,255,255,.06);
}

.iptlv-sales__details > strong {
    display: block;
    margin-bottom: 13px;
    color: #fff;
    font-size: 14px;
}

.iptlv-sales__details ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.iptlv-sales__details li {
    position: relative;
    padding-left: 23px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}

.iptlv-sales__details li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9ee180;
    font-weight: 900;
}

.iptlv-sales__offer {
    align-self: stretch;
    padding: 28px;
    border: 2px solid rgba(255,183,110,.78);
    border-radius: 22px;
    background: rgba(255,255,255,.09);
}

.iptlv-sales__offer > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    text-decoration: line-through;
}

.iptlv-sales__offer > strong {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.12;
}

.iptlv-sales__offer > p {
    margin-bottom: 22px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
}

.iptlv-sales__offer > p b {
    color: #ffbd7b;
    font-size: 18px;
}

.iptlv-result-actions__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.iptlv-result-button,
.iptlv-result-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 20px;
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}

.iptlv-result-button {
    border: 0;
    color: #fff;
    background: #2d8610;
    box-shadow: 0 14px 30px rgba(18,70,10,.28);
}

.iptlv-result-button.is-complete {
    color: var(--iptlv-deep);
    background: #d5f1ca;
}

.iptlv-result-button--ready {
    color: #2b210f;
    background: #ffad4e;
    box-shadow: 0 14px 30px rgba(255,127,17,.22);
}

.iptlv-result-button:disabled { cursor: wait; opacity: .72; }

.iptlv-result-link {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    background: rgba(255,255,255,.06);
}

.iptlv-interest-confirmation {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border: 1px solid rgba(158,225,128,.48);
    border-radius: 16px;
    color: #fff;
    background: rgba(94,178,57,.2);
}

.iptlv-interest-confirmation > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--iptlv-deep);
    background: #a9ea8c;
    font-style: normal;
    font-weight: 900;
}

.iptlv-interest-confirmation strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
}

.iptlv-interest-confirmation p {
    color: rgba(255,255,255,.72);
    font-size: 11px;
    line-height: 1.5;
}

.iptlv-interest-confirmation.is-ready {
    border-color: rgba(255,189,123,.7);
    background: rgba(255,127,17,.18);
}

.iptlv-interest-confirmation.is-ready > i { background: #ffbd7b; }

.iptlv-refinement {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.iptlv-refinement > button {
    min-height: 44px;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.4);
    color: rgba(255,255,255,.8);
    background: transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: 750;
}

.iptlv-refinement form {
    max-width: 650px;
    margin-top: 17px;
}

.iptlv-refinement label {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.iptlv-refinement textarea {
    display: block;
    width: 100%;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 13px;
    color: #fff;
    background: rgba(255,255,255,.08);
    resize: vertical;
}

.iptlv-refinement form button {
    margin-top: 9px;
    min-height: 44px;
    padding: 10px 15px;
    border: 0;
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
}

.iptlv-faq {
    display: grid;
    grid-template-columns: minmax(240px, .68fr) minmax(0, 1fr);
    gap: clamp(30px, 6vw, 70px);
    margin-top: 28px;
    padding: clamp(32px, 6vw, 60px);
    border: 1px solid var(--iptlv-line);
    border-radius: 28px;
    background: #fff;
}

.iptlv-faq__heading .iptlv-result-eyebrow { color: #92571e; }

.iptlv-faq__heading h2 {
    margin: 10px 0 0;
    color: var(--iptlv-deep);
    font-size: clamp(35px, 4vw, 48px);
}

.iptlv-faq__items {
    border-top: 1px solid var(--iptlv-line);
}

.iptlv-faq__items details { border-bottom: 1px solid var(--iptlv-line); }

.iptlv-faq__items summary {
    position: relative;
    padding: 18px 36px 18px 0;
    color: var(--iptlv-deep);
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 850;
}

.iptlv-faq__items summary::-webkit-details-marker { display: none; }

.iptlv-faq__items summary::after {
    content: "+";
    position: absolute;
    top: 15px;
    right: 3px;
    color: var(--iptlv-green);
    font-size: 21px;
}

.iptlv-faq__items details[open] summary::after { content: "−"; }

.iptlv-faq__items p {
    margin: -3px 38px 18px 0;
    color: var(--iptlv-muted);
    font-size: 12px;
    line-height: 1.65;
}

.iptlv-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 30px;
    align-items: center;
    margin-top: 28px;
    padding: clamp(30px, 5vw, 48px);
    border: 2px solid #f0c892;
    border-radius: 26px;
    background: linear-gradient(135deg, #fff8ed, #f2f8ec);
}

.iptlv-final-cta > div:first-child > span {
    color: #92571e;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.iptlv-final-cta h2 {
    margin: 8px 0 9px;
    color: var(--iptlv-deep);
    font-size: clamp(32px, 4vw, 44px);
}

.iptlv-final-cta p {
    max-width: 650px;
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-final-cta .iptlv-interest-confirmation {
    grid-column: 1 / -1;
    color: var(--iptlv-deep);
    background: #e5f5dc;
}

.iptlv-final-cta .iptlv-interest-confirmation strong { color: var(--iptlv-deep); }
.iptlv-final-cta .iptlv-interest-confirmation p { color: #52614c; }

.iptlv-result-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 24px;
    padding: 27px 30px;
    border: 1px solid var(--iptlv-line);
    border-radius: 20px;
    background: var(--iptlv-cream);
}

.iptlv-result-next strong {
    display: block;
    margin-bottom: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.iptlv-result-next p {
    max-width: 700px;
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-result-next > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--iptlv-deep);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.iptlv-result-toast {
    position: fixed;
    z-index: 1000;
    right: 22px;
    bottom: 22px;
    max-width: min(390px, calc(100vw - 44px));
    padding: 14px 17px;
    border-radius: 13px;
    color: #fff;
    background: var(--iptlv-deep);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
    font-size: 12px;
    font-weight: 750;
}

.iptlv-result-toast.is-error {
    background: #7d3828;
}

.iptlv-result-invalid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 650px;
    text-align: center;
}

.iptlv-result-invalid h1 {
    max-width: 700px;
    margin-bottom: 15px;
    font-size: clamp(45px, 6vw, 68px);
}

.iptlv-result-invalid p {
    max-width: 620px;
    margin-bottom: 25px;
    color: var(--iptlv-muted);
}

.iptlv-result-invalid .iptlv-result-link {
    margin-top: 8px;
    border-color: var(--iptlv-line);
    color: var(--iptlv-deep);
}

@keyframes iptlv-result-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
    .iptlv-result-nav {
        min-height: 76px;
    }
    .iptlv-result-nav img { height: 52px; }
    .iptlv-result-nav > a:last-child { font-size: 11px; }
    .iptlv-result {
        width: min(100% - 26px, 1060px);
        padding-top: 50px;
    }
    .iptlv-result-hero h1 { font-size: 45px; }
    .iptlv-result-hero p { font-size: 15px; }
    .iptlv-email-plan {
        padding: 28px 20px 22px;
        border-radius: 22px;
    }
    .iptlv-email-plan h2 { font-size: 39px; }
    .iptlv-email-plan__intro { font-size: 15px; }
    .iptlv-email-plan__steps { grid-template-columns: 1fr; }
    .iptlv-email-plan__steps li {
        grid-template-columns: 42px 1fr;
        padding: 18px 16px;
    }
    .iptlv-email-plan__number {
        width: 42px;
        height: 42px;
    }
    .iptlv-status-card__visual { min-height: 340px; }
    .iptlv-status-steps { padding-right: 13px; padding-left: 13px; }
    .iptlv-status-steps li span { font-size: 8px; }
    .iptlv-concept__heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .iptlv-concept__heading h2 { font-size: 40px; }
    .iptlv-concept__comparison {
        grid-template-columns: 1fr;
    }
    .iptlv-request-details > summary {
        grid-template-columns: 1fr 30px;
        gap: 10px;
        padding: 18px;
    }
    .iptlv-request-details > summary small {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }
    .iptlv-request-details__body { padding: 0 18px 18px; }
    .iptlv-request-details__body dl { grid-template-columns: 1fr; }
    .iptlv-result-actions {
        grid-template-columns: 1fr;
        padding: 36px 24px;
    }
    .iptlv-sales__intro { grid-column: auto; }
    .iptlv-faq {
        grid-template-columns: 1fr;
        padding: 34px 22px;
    }
    .iptlv-final-cta {
        grid-template-columns: 1fr;
        padding: 34px 22px;
    }
    .iptlv-result-next {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .iptlv-result-page *,
    .iptlv-result-page *::before,
    .iptlv-result-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}
