.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,
.iptlv * {
    box-sizing: border-box;
}

.iptlv {
    --iptlv-cream: #f5f2e9;
    --iptlv-paper: #fffdf8;
    --iptlv-ink: #172416;
    --iptlv-muted: #5d6b59;
    --iptlv-line: rgba(36, 69, 22, .14);
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--iptlv-ink);
    background: var(--iptlv-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

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

.iptlv button,
.iptlv a {
    -webkit-tap-highlight-color: transparent;
}

.iptlv h1,
.iptlv h2,
.iptlv h3,
.iptlv p {
    margin-top: 0;
}

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

.iptlv .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.iptlv-nav {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1240px, calc(100% - 48px));
    min-height: 92px;
    margin: 0 auto;
}

.iptlv-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.iptlv-brand img {
    width: auto;
    height: 68px;
    object-fit: contain;
}

.iptlv-brand > strong {
    color: var(--iptlv-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(22px, 3vw, 31px);
    letter-spacing: -.035em;
}

.iptlv-nav__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--iptlv-muted);
    font-size: 13px;
}

.iptlv-nav__actions a {
    padding: 11px 18px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: rgba(255,255,255,.74);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

.iptlv-nav__actions a:hover {
    border-color: var(--iptlv-green);
    transform: translateY(-1px);
}

.iptlv-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    gap: clamp(42px, 7vw, 104px);
    align-items: center;
    width: min(1240px, calc(100% - 48px));
    min-height: 640px;
    margin: 0 auto;
    padding: 54px 0 84px;
}

.iptlv-hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -150px;
    right: -40vw;
    width: 78vw;
    height: 850px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 187, 98, .28), transparent 28%),
        radial-gradient(circle at 50% 50%, rgba(54, 155, 18, .16), transparent 64%);
    pointer-events: none;
}

.iptlv-hero__copy,
.iptlv-hero__visual {
    position: relative;
    z-index: 1;
}

.iptlv-eyebrow,
.iptlv-question__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--iptlv-warm);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

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

.iptlv-hero h1 {
    max-width: 710px;
    margin-bottom: 22px;
    font-size: clamp(48px, 5vw, 70px);
}

.iptlv-hero__lead {
    max-width: 650px;
    margin-bottom: 20px;
    color: var(--iptlv-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
}

.iptlv-hero-offer {
    max-width: 650px;
    margin-bottom: 24px;
    padding: 17px 19px;
    border: 1px solid rgba(54,155,18,.23);
    border-left: 4px solid var(--iptlv-green);
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(240,248,234,.92));
    box-shadow: 0 13px 32px rgba(42,78,26,.08);
}

.iptlv-hero-offer strong,
.iptlv-hero-offer span {
    display: block;
}

.iptlv-hero-offer strong {
    margin-bottom: 5px;
    color: var(--iptlv-deep);
    font-size: 16px;
    line-height: 1.35;
}

.iptlv-hero-offer span {
    color: var(--iptlv-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.55;
}

.iptlv-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.iptlv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 23px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.iptlv-button span {
    margin-left: 12px;
    font-size: 20px;
    transition: transform .2s ease;
}

.iptlv-button:hover {
    transform: translateY(-2px);
}

.iptlv-button:hover span {
    transform: translateX(3px);
}

.iptlv-button--primary {
    color: #fff;
    background: #2d8610;
    box-shadow: 0 15px 34px rgba(35, 105, 14, .22);
}

.iptlv-button--primary:hover {
    color: #fff;
    background: #256f0c;
    box-shadow: 0 18px 40px rgba(35, 105, 14, .3);
}

.iptlv-button--quiet {
    border: 1px solid var(--iptlv-line);
    color: var(--iptlv-deep);
    background: rgba(255,255,255,.74);
}

.iptlv-button--quiet:hover {
    color: var(--iptlv-deep);
    background: #fff;
}

.iptlv-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 20px;
    margin: 24px 0 0;
    padding: 0;
    color: var(--iptlv-muted);
    font-size: 13px;
    list-style: none;
}

.iptlv-trust-row li {
    display: flex;
    gap: 7px;
    align-items: center;
}

.iptlv-trust-row span {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-green);
    font-size: 10px;
    font-weight: 900;
}

.iptlv-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
}

.iptlv-vision-card {
    position: relative;
    width: min(100%, 510px);
    padding: 13px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 30px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 38px 90px rgba(30, 55, 22, .18);
    backdrop-filter: blur(16px);
    transform: rotate(.65deg);
}

.iptlv-vision-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 7px 14px;
    color: var(--iptlv-muted);
    font-size: 11px;
    font-weight: 800;
}

.iptlv-vision-card__status {
    display: flex;
    gap: 7px;
    align-items: center;
    max-width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iptlv-vision-card__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--iptlv-green);
    box-shadow: 0 0 0 4px rgba(54,155,18,.12);
}

.iptlv-hero-photo {
    position: relative;
    height: 405px;
    overflow: hidden;
    border-radius: 20px;
    background: #d8dfd2;
}

.iptlv-hero-photo::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(13, 32, 10, .66));
    pointer-events: none;
}

.iptlv-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.iptlv-hero-photo span {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    left: 14px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    color: #fff;
    background: rgba(18, 43, 14, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    backdrop-filter: blur(8px);
}

.iptlv-vision-card__question {
    padding: 20px 9px 9px;
}

.iptlv-vision-card__question small {
    display: block;
    margin-bottom: 7px;
    color: var(--iptlv-warm);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
}

.iptlv-vision-card__question strong {
    display: block;
    color: var(--iptlv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
}

.iptlv-demo-options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 13px;
}

.iptlv-demo-options span {
    padding: 6px 9px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-muted);
    font-size: 9px;
    font-weight: 700;
}

.iptlv-float-note {
    position: absolute;
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 15px;
    color: var(--iptlv-deep);
    background: rgba(255,255,255,.9);
    box-shadow: 0 16px 38px rgba(34,68,23,.15);
    font-size: 11px;
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.iptlv-float-note--top { top: 52px; left: -28px; transform: rotate(-3deg); }
.iptlv-float-note--bottom { right: -30px; bottom: 70px; transform: rotate(3deg); }

.iptlv-value-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto 132px;
    border-top: 1px solid var(--iptlv-line);
    border-bottom: 1px solid var(--iptlv-line);
}

.iptlv-value-strip article {
    display: flex;
    gap: 18px;
    padding: 31px 28px;
}

.iptlv-value-strip article + article {
    border-left: 1px solid var(--iptlv-line);
}

.iptlv-value-strip article > span {
    color: var(--iptlv-warm);
    font-size: 11px;
    font-weight: 900;
}

.iptlv-value-strip strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.iptlv-value-strip p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 13px;
}

.iptlv-managed-value {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
    gap: clamp(34px, 6vw, 82px);
    align-items: center;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto 130px;
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid rgba(36,69,22,.13);
    border-radius: 32px;
    background:
        radial-gradient(circle at 10% 10%, rgba(84,151,53,.12), transparent 35%),
        #fff;
    box-shadow: 0 30px 80px rgba(36,69,22,.09);
}

.iptlv-managed-value__copy h2 {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: clamp(38px, 4.4vw, 58px);
}

.iptlv-managed-value__copy > p {
    max-width: 720px;
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 17px;
    line-height: 1.72;
}

.iptlv-managed-value__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.iptlv-managed-value__copy li {
    position: relative;
    padding: 13px 14px 13px 38px;
    border: 1px solid var(--iptlv-line);
    border-radius: 13px;
    color: var(--iptlv-deep);
    background: rgba(248,251,245,.84);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

.iptlv-managed-value__copy li::before {
    content: "✓";
    position: absolute;
    top: 13px;
    left: 14px;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-green);
    font-size: 9px;
}

.iptlv-managed-value__offer {
    padding: 31px;
    border-radius: 24px;
    color: rgba(255,255,255,.75);
    background:
        radial-gradient(circle at 100% 0, rgba(255,127,17,.2), transparent 38%),
        var(--iptlv-deep);
    box-shadow: 0 24px 60px rgba(22,49,15,.22);
}

.iptlv-managed-value__offer > span {
    display: block;
    margin-bottom: 24px;
    color: #ffb568;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.iptlv-managed-value__waived {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

.iptlv-managed-value__waived small {
    font-size: 13px;
    text-decoration: line-through;
}

.iptlv-managed-value__waived strong {
    padding: 7px 10px;
    border-radius: 999px;
    color: #233d18;
    background: #bdf29f;
    font-size: 11px;
}

.iptlv-managed-value__offer > p {
    margin: 17px 0;
    line-height: 1.62;
}

.iptlv-managed-value__offer > p b {
    color: #fff;
    font-size: 20px;
}

.iptlv-managed-value__price {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    color: #fff;
}

.iptlv-managed-value__price strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(55px, 6vw, 78px);
    font-weight: 500;
    line-height: .95;
}

.iptlv-managed-value__price span {
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 800;
}

.iptlv-managed-value__offer .iptlv-button {
    width: 100%;
    margin-top: 5px;
    color: var(--iptlv-deep);
    background: #fff;
    box-shadow: none;
}

.iptlv-managed-value__offer .iptlv-button:hover {
    color: var(--iptlv-deep);
    background: #f1f9ec;
}

.iptlv-story {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(50px, 9vw, 150px);
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto 130px;
}

.iptlv-story h2 {
    margin: 0;
    font-size: clamp(38px, 4.2vw, 58px);
}

.iptlv-story__text {
    padding-top: 38px;
    color: var(--iptlv-muted);
    font-size: 17px;
    line-height: 1.75;
}

.iptlv-story__text p:last-child { margin-bottom: 0; }

.iptlv-experience-shell {
    position: relative;
    padding: 76px 24px 88px;
    background:
        radial-gradient(circle at 20% 10%, rgba(84,151,53,.17), transparent 29%),
        radial-gradient(circle at 85% 90%, rgba(255,127,17,.09), transparent 27%),
        var(--iptlv-deep);
}

.iptlv-experience-intro {
    width: min(820px, 100%);
    margin: 0 auto 28px;
    text-align: center;
}

.iptlv-experience-intro .iptlv-eyebrow {
    color: #ffb568;
}

.iptlv-experience-intro h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
}

.iptlv-experience-intro p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255,255,255,.7);
    font-size: 16px;
}

.iptlv-app {
    position: relative;
    width: min(980px, 100%);
    min-height: 560px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 30px;
    background: #fffdf8;
    box-shadow: 0 50px 120px rgba(0,0,0,.28);
}

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

.iptlv-app::after {
    content: "";
    position: absolute;
    z-index: 20;
    inset: 0;
    display: none;
    background: rgba(255,253,248,.42);
    pointer-events: none;
    backdrop-filter: blur(1px);
}

.iptlv-app.is-busy::after {
    display: block;
}

.iptlv-app__busy {
    position: absolute;
    z-index: 25;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 28px;
    color: var(--iptlv-ink);
    text-align: center;
}

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

.iptlv-app__busy i {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border: 4px solid rgba(54,155,18,.18);
    border-top-color: var(--iptlv-green);
    border-radius: 50%;
    animation: iptlv-spin .85s linear infinite;
}

.iptlv-app__busy strong {
    max-width: 430px;
    margin-bottom: 7px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 3vw, 31px);
    line-height: 1.15;
}

.iptlv-app__busy span {
    max-width: 430px;
    color: var(--iptlv-muted);
    font-size: 13px;
}

.iptlv-app__bar {
    display: grid;
    grid-template-columns: 110px 1fr 110px;
    gap: 22px;
    align-items: center;
    min-height: 78px;
    padding: 0 28px;
    border-bottom: 1px solid var(--iptlv-line);
    background: rgba(255,255,255,.88);
}

.iptlv-app__back {
    padding: 9px 4px;
    border: 0;
    color: var(--iptlv-deep);
    background: transparent;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
}

.iptlv-progress > span {
    display: block;
    margin-bottom: 7px;
    color: var(--iptlv-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.iptlv-progress > div {
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #e5eadf;
}

.iptlv-progress i {
    display: block;
    width: 10%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--iptlv-green), #79b942);
    transition: width .35s ease;
}

.iptlv-app__saved {
    color: #72806d;
    font-size: 10px;
    font-weight: 800;
    text-align: right;
}

.iptlv-app__saved::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-green);
    font-size: 9px;
}

.iptlv-app__content {
    min-height: 480px;
}

.iptlv-question {
    width: min(790px, calc(100% - 48px));
    margin: 0 auto;
    padding: 44px 0 40px;
}

.iptlv-question > h2 {
    max-width: 720px;
    margin-bottom: 15px;
    font-size: clamp(36px, 5vw, 53px);
}

.iptlv-question__help {
    max-width: 720px;
    margin-bottom: 34px;
    color: var(--iptlv-muted);
    font-size: 16px;
    line-height: 1.65;
}

.iptlv-question__body {
    min-height: 150px;
}

.iptlv-question__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding-top: 21px;
    border-top: 1px solid var(--iptlv-line);
}

.iptlv-question__footer > span {
    color: #687464;
    font-size: 11px;
}

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

.iptlv-choice {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 24px;
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    border: 1px solid var(--iptlv-line);
    border-radius: 17px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.iptlv-choice:hover {
    border-color: rgba(54,155,18,.48);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(36,69,22,.08);
}

.iptlv-choice.is-selected {
    border-color: var(--iptlv-green);
    background: rgba(54,155,18,.045);
    box-shadow: 0 0 0 2px rgba(54,155,18,.08);
}

.iptlv-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.iptlv-choice > i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--iptlv-deep);
    background: var(--iptlv-cream);
    font-size: 20px;
    font-style: normal;
}

.iptlv-choice.is-selected > i {
    color: #fff;
    background: var(--iptlv-green);
}

.iptlv-choice strong,
.iptlv-choice small {
    display: block;
}

.iptlv-choice strong {
    margin-bottom: 3px;
    color: var(--iptlv-ink);
    font-size: 14px;
}

.iptlv-choice small {
    color: var(--iptlv-muted);
    font-size: 11px;
    line-height: 1.35;
}

.iptlv-choice > b {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid var(--iptlv-line);
    border-radius: 50%;
    color: transparent;
    font-size: 11px;
}

.iptlv-choice.is-selected > b {
    border-color: var(--iptlv-green);
    color: #fff;
    background: var(--iptlv-green);
}

.iptlv-field {
    display: block;
}

.iptlv-field > span,
.iptlv-preference legend {
    display: block;
    margin-bottom: 8px;
    color: var(--iptlv-ink);
    font-size: 12px;
    font-weight: 850;
}

.iptlv-field > span small {
    color: var(--iptlv-muted);
    font-weight: 500;
}

.iptlv-field input,
.iptlv-field textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--iptlv-line);
    border-radius: 14px;
    color: var(--iptlv-ink);
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(36,69,22,.04);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.iptlv-field input {
    height: 55px;
    padding: 0 16px;
}

.iptlv-field textarea {
    min-height: 150px;
    padding: 15px 16px;
    line-height: 1.6;
    resize: vertical;
}

.iptlv-field input:focus,
.iptlv-field textarea:focus {
    border-color: var(--iptlv-green);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(54,155,18,.1);
}

.iptlv-field > small {
    display: block;
    margin-top: 7px;
    color: var(--iptlv-muted);
    font-size: 10px;
    text-align: right;
}

.iptlv-field--short {
    max-width: 340px;
}

.iptlv-upload {
    position: relative;
    min-height: 195px;
    border: 2px dashed rgba(54,155,18,.34);
    border-radius: 22px;
    background:
        radial-gradient(circle at 50% 0, rgba(54,155,18,.08), transparent 58%),
        #fff;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.iptlv-upload.is-dragging {
    border-color: var(--iptlv-green);
    background: rgba(54,155,18,.08);
    transform: scale(1.01);
}

.iptlv-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.iptlv-upload label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    cursor: pointer;
    text-align: center;
}

.iptlv-upload i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 11px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-green);
    font-size: 24px;
    font-style: normal;
    box-shadow: 0 10px 25px rgba(54,155,18,.22);
}

.iptlv-upload strong {
    margin-bottom: 4px;
    font-size: 15px;
}

.iptlv-upload span,
.iptlv-upload small {
    color: var(--iptlv-muted);
    font-size: 11px;
}

.iptlv-upload small {
    margin-top: 9px;
    color: var(--iptlv-warm);
    font-weight: 850;
}

.iptlv-upload.is-full {
    opacity: .68;
}

.iptlv-photo-grid,
.iptlv-main-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 20px;
}

.iptlv-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--iptlv-line);
    border-radius: 15px;
    background: #fff;
}

.iptlv-photo > img {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
}

.iptlv-photo > button {
    position: absolute;
    top: 8px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    color: #fff;
    background: rgba(17,28,15,.72);
    cursor: pointer;
    font-size: 17px;
}

.iptlv-photo__main {
    position: absolute;
    top: 9px;
    left: 9px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--iptlv-green);
    font-size: 9px;
    font-weight: 850;
}

.iptlv-photo figcaption {
    min-height: 51px;
    padding: 10px;
    color: var(--iptlv-muted);
    font-size: 9px;
    line-height: 1.35;
}

.iptlv-photo.has-note figcaption {
    color: #77511f;
    background: #fff9e8;
}

.iptlv-photo figcaption strong {
    display: block;
    margin-top: 3px;
}

.iptlv-photo__checking {
    display: flex;
    gap: 7px;
    align-items: center;
}

.iptlv-photo__checking i,
.iptlv-leads-loading i {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(54,155,18,.2);
    border-top-color: var(--iptlv-green);
    border-radius: 50%;
    animation: iptlv-spin .8s linear infinite;
}

.iptlv-photo-guidance {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--iptlv-cream);
}

.iptlv-photo-guidance strong {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
}

.iptlv-photo-guidance ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 24px;
    margin: 0;
    padding-left: 18px;
    color: var(--iptlv-muted);
    font-size: 10px;
}

.iptlv-main-photo {
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(36,69,22,.08);
    cursor: pointer;
}

.iptlv-main-photo.is-selected {
    border-color: var(--iptlv-green);
    box-shadow: 0 0 0 3px rgba(54,155,18,.12);
}

.iptlv-main-photo input {
    position: absolute;
    opacity: 0;
}

.iptlv-main-photo img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.iptlv-main-photo span {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 10px;
    color: var(--iptlv-muted);
    font-size: 10px;
    font-weight: 750;
}

.iptlv-main-photo i {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid var(--iptlv-line);
    border-radius: 50%;
    color: transparent;
    font-style: normal;
}

.iptlv-main-photo.is-selected i {
    border-color: var(--iptlv-green);
    color: #fff;
    background: var(--iptlv-green);
}

.iptlv-understanding {
    overflow: hidden;
    border: 1px solid var(--iptlv-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(36,69,22,.08);
}

.iptlv-understanding__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 20px;
    color: #fff;
    background: var(--iptlv-deep);
}

.iptlv-understanding__head span {
    color: #ffb66d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.iptlv-understanding__head strong {
    font-size: 13px;
}

.iptlv-understanding > p {
    margin: 0;
    padding: 26px;
    color: #43503f;
    font-size: 14px;
    line-height: 1.7;
}

.iptlv-understanding > button {
    margin: 0 26px 23px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--iptlv-green);
    color: var(--iptlv-green);
    background: transparent;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
}

.iptlv-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.iptlv-demo-identity {
    margin-bottom: 22px;
    padding: 20px;
    border: 1px solid rgba(255,127,17,.34);
    border-radius: 18px;
    background: #fff8ea;
}

.iptlv-demo-identity > strong {
    display: block;
    margin-bottom: 5px;
    color: var(--iptlv-deep);
    font-size: 14px;
}

.iptlv-demo-identity > p {
    margin-bottom: 15px;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-preference {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 23px 0 0;
    padding: 0;
    border: 0;
}

.iptlv-preference legend {
    width: 100%;
}

.iptlv-preference label {
    position: relative;
    cursor: pointer;
}

.iptlv-preference input {
    position: absolute;
    opacity: 0;
}

.iptlv-preference span {
    display: block;
    padding: 9px 14px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-muted);
    background: #fff;
    font-size: 11px;
    font-weight: 750;
}

.iptlv-preference input:checked + span {
    border-color: var(--iptlv-green);
    color: var(--iptlv-deep);
    background: rgba(54,155,18,.08);
}

.iptlv-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 21px;
    color: var(--iptlv-muted);
    cursor: pointer;
    font-size: 11px;
}

.iptlv-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    accent-color: var(--iptlv-green);
}

.iptlv-honeypot {
    position: absolute !important;
    left: -99999px !important;
}

.iptlv-app__message {
    position: sticky;
    z-index: 30;
    bottom: 16px;
    width: min(790px, calc(100% - 48px));
    margin: 0 auto 18px;
    padding: 13px 16px;
    border: 1px solid #e6c98f;
    border-radius: 12px;
    color: #684716;
    background: #fff7df;
    box-shadow: 0 9px 30px rgba(50,40,15,.13);
    font-size: 12px;
    font-weight: 750;
}

.iptlv-app-loading,
.iptlv-start-failure,
.iptlv-complete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 55px 30px;
    text-align: center;
}

.iptlv-app-loading__mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 25px;
}

.iptlv-app-loading__mark i {
    position: absolute;
    inset: 0;
    border: 3px solid rgba(54,155,18,.14);
    border-top-color: var(--iptlv-green);
    border-radius: 50%;
    animation: iptlv-spin 1s linear infinite;
}

.iptlv-app-loading__mark span {
    display: grid;
    place-items: center;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
}

.iptlv-app-loading h2,
.iptlv-start-failure h2,
.iptlv-complete h2 {
    max-width: 620px;
    margin-bottom: 12px;
    font-size: clamp(34px, 4vw, 50px);
}

.iptlv-app-loading p,
.iptlv-start-failure p,
.iptlv-complete p {
    max-width: 590px;
    color: var(--iptlv-muted);
}

.iptlv-start-failure > span {
    margin-bottom: 12px;
    color: var(--iptlv-warm);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.iptlv-start-failure > div,
.iptlv-complete__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 17px;
}

.iptlv-complete__mark {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #fff;
    background: var(--iptlv-green);
    box-shadow: 0 16px 35px rgba(54,155,18,.22);
    font-size: 30px;
}

.iptlv-human-path {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 112px 0;
}

.iptlv-human-path > div {
    max-width: 720px;
}

.iptlv-human-path h2 {
    margin-bottom: 14px;
    font-size: clamp(38px, 4vw, 55px);
}

.iptlv-human-path p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 16px;
}

.iptlv-button--light {
    flex: 0 0 auto;
    border: 1px solid var(--iptlv-line);
    color: var(--iptlv-deep);
    background: var(--iptlv-cream);
}

.iptlv-confidence {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--iptlv-line);
}

.iptlv-confidence article {
    min-height: 220px;
    padding: 55px clamp(28px, 5vw, 74px);
    background: var(--iptlv-cream);
}

.iptlv-confidence strong {
    display: block;
    margin-bottom: 10px;
    color: var(--iptlv-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.iptlv-confidence p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 13px;
}

.iptlv-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 170px;
    padding: 36px max(24px, calc((100vw - 1240px) / 2));
    color: rgba(255,255,255,.62);
    background: #152b11;
    font-size: 12px;
}

.iptlv-footer img {
    width: auto;
    height: 60px;
    margin-bottom: 7px;
    filter: drop-shadow(0 2px 2px rgba(255,255,255,.12));
}

.iptlv-footer > div > strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.iptlv-footer p {
    margin: 0;
}

.iptlv-footer > div:last-child {
    display: flex;
    gap: 20px;
}

.iptlv-footer a {
    color: #fff;
    font-weight: 750;
    text-decoration: none;
}

.iptlv-noscript {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    background: rgba(255,255,255,.1);
    text-align: center;
}

.iptlv-noscript h3 { color: #fff; }
.iptlv-noscript a { color: #ffbd78; font-weight: 800; }

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

@media (max-width: 1050px) {
    .iptlv-hero {
        grid-template-columns: 1fr 420px;
        gap: 38px;
    }
    .iptlv-float-note--top { left: -8px; }
    .iptlv-float-note--bottom { right: -5px; }
}

@media (max-width: 900px) {
    .iptlv-hero {
        grid-template-columns: 1fr;
        padding-top: 50px;
    }
    .iptlv-hero__copy {
        max-width: 760px;
        text-align: center;
    }
    .iptlv-hero__lead,
    .iptlv-hero-offer,
    .iptlv-hero h1 {
        margin-right: auto;
        margin-left: auto;
    }
    .iptlv-hero__actions,
    .iptlv-trust-row {
        justify-content: center;
    }
    .iptlv-hero__visual { min-height: 590px; }
    .iptlv-value-strip {
        grid-template-columns: 1fr;
    }
    .iptlv-value-strip article + article {
        border-top: 1px solid var(--iptlv-line);
        border-left: 0;
    }
    .iptlv-story {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .iptlv-managed-value {
        grid-template-columns: 1fr;
    }
    .iptlv-story__text { padding-top: 25px; }
    .iptlv-confidence { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .iptlv-nav {
        width: min(100% - 28px, 1240px);
        min-height: 76px;
    }
    .iptlv-brand img { height: 54px; }
    .iptlv-nav__actions span { display: none; }
    .iptlv-nav__actions a {
        padding: 9px 12px;
        font-size: 12px;
    }
    .iptlv-hero {
        width: min(100% - 30px, 1240px);
        min-height: auto;
        padding: 38px 0 62px;
    }
    .iptlv-hero h1 { font-size: clamp(44px, 13vw, 62px); }
    .iptlv-hero__lead { font-size: 17px; }
    .iptlv-hero-offer { text-align: left; }
    .iptlv-hero__actions { flex-direction: column; }
    .iptlv-hero__actions .iptlv-button { width: 100%; }
    .iptlv-trust-row {
        flex-direction: column;
        align-items: center;
    }
    .iptlv-hero__visual {
        min-height: 525px;
    }
    .iptlv-vision-card { max-width: 390px; }
    .iptlv-hero-photo { height: 315px; }
    .iptlv-float-note { font-size: 9px; }
    .iptlv-float-note--top { top: 10px; left: -2px; }
    .iptlv-float-note--bottom { right: -2px; bottom: 10px; }
    .iptlv-value-strip {
        width: min(100% - 30px, 1240px);
        margin-bottom: 90px;
    }
    .iptlv-value-strip article { padding: 24px 10px; }
    .iptlv-story {
        width: min(100% - 30px, 1120px);
        margin-bottom: 90px;
    }
    .iptlv-managed-value {
        width: min(100% - 30px, 1180px);
        margin-bottom: 90px;
        padding: 28px 18px 18px;
        border-radius: 23px;
    }
    .iptlv-managed-value__copy h2 { font-size: 38px; }
    .iptlv-managed-value__copy ul { grid-template-columns: 1fr; }
    .iptlv-managed-value__offer { padding: 25px 21px; }
    .iptlv-story h2,
    .iptlv-human-path h2 { font-size: 38px; }
    .iptlv-experience-shell { padding: 54px 10px 64px; }
    .iptlv-experience-intro { padding: 0 15px; }
    .iptlv-experience-intro h2 { font-size: 38px; }
    .iptlv-app {
        min-height: 0;
        border-radius: 21px;
    }
    .iptlv-app__bar {
        grid-template-columns: 62px 1fr 32px;
        gap: 8px;
        min-height: 68px;
        padding: 0 13px;
    }
    .iptlv-app__back span,
    .iptlv-app__saved { display: none; }
    .iptlv-app__saved::before { margin: 0; }
    .iptlv-question {
        width: min(100% - 30px, 790px);
        padding: 32px 0 28px;
    }
    .iptlv-question > h2 { font-size: 36px; }
    .iptlv-question__help { font-size: 14px; }
    .iptlv-question__body { min-height: 0; }
    .iptlv-choices,
    .iptlv-contact-grid {
        grid-template-columns: 1fr;
    }
    .iptlv-choice { min-height: 82px; }
    .iptlv-question__footer {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .iptlv-question__footer > span { text-align: center; }
    .iptlv-question__footer .iptlv-button { width: 100%; }
    .iptlv-photo-grid,
    .iptlv-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .iptlv-photo > img,
    .iptlv-main-photo img { height: 130px; }
    .iptlv-photo-guidance ul { grid-template-columns: 1fr; }
    .iptlv-understanding__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .iptlv-human-path {
        align-items: stretch;
        flex-direction: column;
        width: min(100% - 30px, 1120px);
        gap: 24px;
        padding: 85px 0;
    }
    .iptlv-human-path .iptlv-button { width: 100%; }
    .iptlv-confidence article { min-height: 0; padding: 42px 24px; }
    .iptlv-footer {
        align-items: flex-start;
        flex-direction: column;
        min-height: 210px;
    }
    .iptlv-footer > div:last-child { flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
    .iptlv-photo-grid,
    .iptlv-main-grid {
        grid-template-columns: 1fr;
    }
    .iptlv-photo > img,
    .iptlv-main-photo img { height: 190px; }
    .iptlv-choice { grid-template-columns: 42px 1fr 21px; padding: 13px; }
    .iptlv-choice > i { width: 40px; height: 40px; }
}

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