.funnel-body {
    margin: 0;
    background: #fff;
    color: #1d2935;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.funnel-body * {
    box-sizing: border-box;
}

.funnel-body button,
.funnel-body input,
.funnel-body select,
.funnel-body textarea {
    font-family: inherit;
}

.funnel-body .funnel-shell,
.funnel-body .funnel-shell * {
    text-transform: none;
    letter-spacing: 0;
}

.funnel-shell {
    min-height: 100vh;
    background: #fff;
}

.funnel-topbar {
    position: relative;
    z-index: 20;
    width: 100%;
    max-width: 480px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #85c1f7;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.funnel-reference-header {
    width: 100%;
    max-width: 480px;
    height: 54px;
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    align-items: center;
    margin: 0 auto;
    background: #fff;
}

.funnel-reference-header img {
    display: block;
    max-width: 152px;
    max-height: 32px;
    margin: 0 auto;
    object-fit: contain;
}

.funnel-reference-menu {
    width: 54px;
    height: 54px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    background: none;
    cursor: default;
}

.funnel-reference-menu span {
    display: block;
    width: 18px;
    height: 2px;
    background: #111820;
}

.funnel-page {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
}

.funnel-hero {
    width: 100%;
    padding: 15px 15px 0;
    background: #fff;
}

.funnel-hero img {
    display: block;
    width: 100%;
    min-height: 224px;
    object-fit: cover;
}

.funnel-page-offer {
    scroll-margin-top: 0;
}

.funnel-landing {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    color: #111820;
    overflow: hidden;
}

.funnel-landing a {
    color: inherit;
    text-decoration: none;
}

.funnel-landing img {
    display: block;
    max-width: 100%;
}

.funnel-landing-proof {
    padding: 14px 16px 4px;
    color: #111820;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.funnel-landing-stars {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    color: #ffcd22;
    font-size: 15px;
    line-height: 1;
    -webkit-text-stroke: .7px #191919;
    paint-order: stroke fill;
}

.funnel-landing-star {
    position: relative;
    display: inline-block;
    width: 1em;
}

.funnel-landing-star.is-half {
    color: #d5d5d5;
}

.funnel-landing-star.is-half::before {
    content: "\2605";
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    overflow: hidden;
    color: #f4b01d;
}

.funnel-landing-proof-text {
    display: inline-block;
    margin-left: 4px;
}

.funnel-landing-hero {
    padding: 10px 18px 0;
    text-align: center;
}

.funnel-landing-hero h1 {
    margin: 0 auto 10px;
    max-width: 390px;
    color: #14181c;
    font-size: 31px;
    line-height: 1.02;
    font-weight: 900;
}

.funnel-landing-hero p {
    margin: 0 auto 15px;
    max-width: 390px;
    color: #27313a;
    font-size: 16px;
    line-height: 1.35;
}

.funnel-landing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 4px;
    background: #111820;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.funnel-landing-cta:hover {
    background: #ff315c;
}

@keyframes funnelLandingBreath {
    0%,
    100% {
        box-shadow: 0 5px 10px rgba(0, 0, 0, .18), 0 0 0 0 rgba(255, 204, 39, .36);
    }
    50% {
        box-shadow: 0 7px 16px rgba(0, 0, 0, .2), 0 0 0 9px rgba(255, 204, 39, 0);
    }
}

.funnel-landing-hero-image {
    margin: 18px -18px 0;
}

.funnel-landing-hero-image img {
    width: 100%;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
}

.funnel-landing-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    padding: 4px;
    background: #fff;
}

.funnel-landing-gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.funnel-landing-band {
    padding: 25px 18px;
    background: #fff;
    text-align: center;
}

.funnel-landing-band h2 {
    margin: 0 0 12px;
    color: #14181c;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 900;
}

.funnel-landing-band p {
    margin: 0 auto;
    max-width: 390px;
    color: #303a43;
    font-size: 16px;
    line-height: 1.42;
}

.funnel-landing-highlights {
    padding: 22px 14px 24px;
    background: #f7f9fb;
}

.funnel-landing-highlights h2 {
    margin: 0 0 15px;
    color: #14181c;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
}

.funnel-landing-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.funnel-landing-highlight {
    min-height: 128px;
    padding: 12px 10px;
    border: 1px solid #e3e8ed;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.funnel-landing-highlight img {
    width: 38px;
    height: 38px;
    margin: 0 auto 9px;
    object-fit: contain;
}

.funnel-landing-highlight strong {
    display: block;
    color: #111820;
    font-size: 13px;
    line-height: 1.16;
}

.funnel-landing-inline-cta {
    display: flex;
    width: 100%;
    max-width: 220px;
    margin: 17px auto 0;
}

.funnel-landing-limited {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 12px 14px;
    background: #fff;
    color: #111820;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.funnel-landing-limited img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.funnel-landing-image-text {
    background: #fff;
}

.funnel-landing-image-text img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.funnel-landing-image-text div {
    padding: 21px 18px 25px;
    text-align: center;
}

.funnel-landing-image-text h2 {
    margin: 0 0 9px;
    color: #14181c;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
}

.funnel-landing-image-text p {
    margin: 0;
    color: #303a43;
    font-size: 16px;
    line-height: 1.38;
}

.funnel-landing-reviews {
    padding: 25px 15px;
    background: #f0f2f4;
}

.funnel-landing-reviews h2 {
    margin: 0 0 5px;
    color: #009464;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 900;
}

.funnel-landing-reviews > p {
    margin: 0 0 13px;
    color: #111;
    font-size: 14px;
}

.funnel-landing-review-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.funnel-landing-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px 14px 8px;
    background: #fff;
}

.funnel-landing-trust-item {
    min-height: 118px;
    padding: 13px 8px;
    border: 1px solid #e4e8ec;
    border-radius: 8px;
    text-align: center;
}

.funnel-landing-trust-item img {
    width: 45px;
    height: 45px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.funnel-landing-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: #111820;
    font-size: 14px;
    line-height: 1.16;
}

.funnel-landing-trust-item p {
    margin: 0;
    color: #4b5965;
    font-size: 12px;
    line-height: 1.25;
}

.funnel-landing-specs {
    padding: 20px 18px 24px;
    background: #fff;
}

.funnel-landing-specs h2 {
    margin: 0 0 12px;
    color: #14181c;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
}

.funnel-landing-specs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e4e8ec;
}

.funnel-landing-specs li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e8ec;
    color: #111820;
    font-size: 14px;
}

.funnel-landing-specs span {
    color: #5b6772;
}

.funnel-landing-final {
    padding: 22px 18px 28px;
    background: #7bb9ef;
    color: #fff;
    text-align: center;
}

.funnel-landing-final h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 900;
}

.funnel-landing-final p {
    margin: 0 auto 4px;
    max-width: 380px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
}

.funnel-landing-final .funnel-landing-offer-copy {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 900;
}

.funnel-landing-final .funnel-landing-stock {
    position: relative;
    padding-left: 22px;
    text-align: left;
}

.funnel-landing-final .funnel-landing-stock:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 4px;
    width: 12px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}

.funnel-landing-final .funnel-landing-cta {
    background: #ff315c;
}

.funnel-landing-final .funnel-landing-cta:hover {
    background: #111820;
}

.funnel-landing-bottom-limited {
    background: #7bb9ef;
    color: #fff;
}

.funnel-landing-footer {
    padding-top: 22px;
}

.funnel-panel {
    padding: 14px 15px;
    background: #fff;
    border-bottom: 1px solid #e3e5e7;
}

.funnel-panel h2,
.funnel-reviews h2 {
    margin: 0 0 12px;
    color: #12202d;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.funnel-panel h2 {
    padding-bottom: 9px;
    border-bottom: 1px solid #111;
}

.funnel-offers {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.funnel-offer {
    position: relative;
    width: 100%;
    min-height: 74px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) minmax(92px, auto);
    align-items: center;
    gap: 8px;
    padding: 11px 8px 11px 11px;
    border: 1px solid #d7dbe0;
    border-radius: 6px;
    background: #fff;
    color: #1b2834;
    text-align: left;
    cursor: pointer;
}

.funnel-offer.is-active {
    border-color: #75c2ff;
    box-shadow: inset 0 0 0 1px #75c2ff;
}

.funnel-offer-radio {
    width: 17px;
    height: 17px;
    border: 1px solid #9ea7af;
    border-radius: 50%;
    background: #fff;
}

.funnel-offer.is-active .funnel-offer-radio {
    border: 5px solid #75c2ff;
}

.funnel-offer-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.funnel-offer-main strong {
    font-size: 16px;
    line-height: 1;
}

.funnel-offer-main em {
    color: rgb(226, 83, 77);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.funnel-offer-badge {
    position: absolute;
    top: 13px;
    right: 8px;
    padding: 5px 10px 4px;
    border-radius: 4px;
    background: rgb(230, 0, 0);
    color: #fff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 13px;
    -webkit-font-smoothing: auto;
    text-rendering: geometricPrecision;
    white-space: nowrap;
}

.funnel-offer-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    line-height: 1;
    white-space: nowrap;
}

.funnel-offer-badge + .funnel-offer-price {
    align-self: start;
    padding-top: 28px;
}

.funnel-offer-unit {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 2px;
}

.funnel-offer-price strong {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.funnel-offer-price small {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.funnel-offer-original {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.funnel-offer-original::after {
    content: "";
    position: absolute;
    left: -17px;
    right: -3px;
    top: 50%;
    border-top: 1px solid #f20404;
    transform: rotate(-10deg);
    transform-origin: center;
}

.funnel-item {
    display: grid;
    grid-template-columns: 20px repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    padding: 0 0 7px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e7e9;
}

.funnel-item:last-child {
    margin-bottom: 0;
}

.funnel-item-title {
    display: block;
    grid-column: 1 / -1;
    margin-bottom: 7px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
}

.funnel-item-index {
    display: inline-block;
    margin-right: 10px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
}

.funnel-item-index-col {
    padding-top: 1px;
    color: #111;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
}

.funnel-field {
    min-width: 0;
    margin: 0 0 4px;
}

.funnel-field.is-wide {
    grid-column: 2 / -1;
}

.funnel-field label {
    display: block;
    margin-bottom: 2px;
    color: #202020;
    font-size: 16px;
    line-height: 1.15;
}

.funnel-field select {
    width: 100%;
    height: 49px;
    padding: 0 28px 0 14px;
    border: 1px solid #cfd5db;
    border-radius: 6px;
    background: #fff;
    color: #25313b;
    font-size: 18px;
    appearance: auto;
}

.funnel-size-note {
    margin-top: 12px;
    padding-top: 8px;
    text-align: center;
    color: #111;
    font-size: 16px;
    line-height: 1.25;
}

.funnel-size-note button {
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.funnel-summary-toggle {
    width: 100%;
    height: 42px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #d9dde2;
    border-radius: 4px;
    background: #fff;
    color: #3b4650;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}

.funnel-summary-toggle.is-open {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.funnel-chevron {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
}

.funnel-summary-toggle.is-open .funnel-chevron {
    transform: translateY(2px) rotate(225deg);
}

.funnel-summary-toggle strong {
    color: #333;
    font-weight: 600;
}

.funnel-summary-detail {
    display: none;
    padding: 0 10px;
    border: 1px solid #d9dde2;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.funnel-summary-detail.is-open {
    display: block;
}

.funnel-summary-detail.is-open::before {
    content: "";
    display: block;
    border-top: 1px solid #e2e5e9;
}

.funnel-summary-item,
.funnel-summary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 0;
}

.funnel-summary-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px auto;
    align-items: start;
}

.funnel-summary-product {
    min-width: 0;
}

.funnel-summary-product strong {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.18;
}

.funnel-summary-product span {
    display: block;
    margin-top: 4px;
    color: #b84b46;
    font-size: 13px;
    line-height: 1.15;
}

.funnel-summary-line > span {
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.funnel-summary-line strong,
.funnel-summary-qty,
.funnel-summary-price {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
}

.funnel-summary-line strong {
    font-weight: 400;
}

.funnel-summary-qty {
    color: #111;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 17px;
}

.funnel-summary-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    line-height: 1;
    min-height: 31px;
    padding-top: 17px;
}

.funnel-summary-price strong {
    color: rgb(230, 0, 0);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.funnel-summary-price span {
    display: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: line-through;
}

.funnel-summary-promotion span {
    color: #111;
    font-weight: 800;
}

.funnel-summary-promotion strong {
    color: rgb(226, 83, 77);
    font-size: 18px;
    font-weight: 800;
}

.funnel-summary-total {
    margin-top: 4px;
    border-top: 1px solid #e2e5e9;
    border-bottom: 0;
    padding-top: 10px;
}

.funnel-summary-total span,
.funnel-summary-total strong {
    color: #111;
    font-size: 17px;
    font-weight: 800;
}

.funnel-address,
.funnel-payment {
    padding-top: 18px;
}

.funnel-shipping-delivery {
    padding-top: 18px;
}

.funnel-shipping-delivery .shipping-delivery-list {
    width: 100%;
}

.funnel-shipping-delivery .shipping-delivery-list-item label {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 10px;
    border: 1px solid #e5e7eb;
    border-bottom: 0;
    background: #fff;
    color: #25313b;
    cursor: pointer;
}

.funnel-shipping-delivery .shipping-delivery-list-item:first-child label {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.funnel-shipping-delivery .shipping-delivery-list-item:last-child label {
    border-bottom: 1px solid #e5e7eb;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.funnel-shipping-delivery .shipping-delivery-list-item.selected label {
    position: relative;
    z-index: 1;
    border-color: #2277c8;
    box-shadow: 0 0 0 1px #2277c8;
}

.funnel-shipping-delivery .shipping-delivery-list-item.selected + .shipping-delivery-list-item label {
    border-top-color: #2277c8;
}

.funnel-shipping-delivery .shipping-delivery-list-item input {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    accent-color: #2277c8;
}

.funnel-shipping-delivery .shipping-delivery-list-item-title-text {
    min-width: 0;
    color: #1d2935;
    font-size: 13px;
    line-height: 1.25;
}

.funnel-shipping-delivery .shipping-delivery-list-item-title-price {
    margin-left: auto;
    padding-left: 10px;
    color: #1d2935;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.funnel-shipping-empty {
    padding: 13px 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #6b7780;
    font-size: 13px;
}

.funnel-or {
    margin: 20px 0 13px;
    color: #4c5964;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.funnel-input {
    margin-bottom: 10px;
}

.funnel-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.funnel-input-row-three {
    grid-template-columns: .9fr 1fr .9fr;
}

.funnel-input input,
.funnel-input select {
    width: 100%;
    height: 43px;
    padding: 0 10px;
    border: 1px solid #cfd5db;
    border-radius: 4px;
    background: #fff;
    color: #25313b;
    font-size: 13px;
}

.funnel-input input::placeholder {
    color: #858f99;
}

.funnel-input.has-error input,
.funnel-input.has-error select {
    border-color: #ff315c;
    box-shadow: 0 0 0 1px #ff315c;
}

.funnel-form-error,
.funnel-input-error {
    display: none;
    margin: 2px 0 0;
    color: #e32245;
    font-size: 12px;
    line-height: 1.3;
}

.funnel-input-error {
    display: block;
}

.funnel-paypal-wrap {
    width: 100%;
    min-height: 48px;
    margin-bottom: 14px;
}

#funnel-paypal-button {
    min-height: 48px;
}

.funnel-paypal-wrap iframe {
    width: 100% !important;
    max-width: 100%;
}

.funnel-paypal-note {
    margin: 10px 0 0;
    color: #52606a;
    font-size: 12px;
    text-align: center;
}

.funnel-express-checkout {
    position: relative;
    margin: 18px 0 16px;
    padding: 24px 20px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #fff;
}

.funnel-express-title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    color: #111;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.funnel-express-title span {
    display: inline-block;
    padding: 0 14px;
    background: #fff;
}

.funnel-paypal-express {
    min-height: auto;
    margin: 0 0 12px;
}

.funnel-express-checkout .funnel-paypal-express {
    margin: 0;
}

.funnel-paypal-express-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: #ffc439;
    box-shadow: 0 3px 0 #d6a52e;
    cursor: pointer;
}

.funnel-paypal-express-button.is-loading {
    opacity: .72;
    pointer-events: none;
}

.funnel-paypal-logo {
    color: #003087;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
}

.funnel-paypal-logo span {
    color: #009cde;
}

.funnel-paypal-direct {
    display: none;
    width: auto;
    margin: 8px 12px 14px;
}

.funnel-paypal-direct.is-open {
    display: block;
}

.funnel-paypal-direct #funnel-paypal-button {
    width: 100%;
}

.funnel-other-checkout-button {
    width: 100%;
    height: 48px;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #04b75c;
    box-shadow: 0 3px 0 #078a49;
    color: #fff;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.funnel-payment-methods {
    display: none;
    margin: 0 0 18px;
    border: 1px solid #d9dde2;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.funnel-payment-methods.is-open {
    display: block;
}

.funnel-payment-option {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 66px;
    padding: 14px 15px;
    border: 0;
    background: #fff;
    color: #111;
    cursor: pointer;
    text-align: left;
}

.funnel-payment-option-title {
    display: flex;
    align-items: center;
    min-height: 34px;
}

.funnel-payment-paypal-wordmark {
    display: block;
    width: 128px;
    height: auto;
    object-fit: contain;
}

.funnel-payment-radio {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #cbd4dc;
    border-radius: 50%;
    background: #fff;
}

.funnel-payment-option.is-active .funnel-payment-radio {
    border-color: #19a65a;
    background: #19a65a;
}

.funnel-payment-option.is-active .funnel-payment-radio::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.funnel-paypal-methods-separator {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 14px 0 18px;
    color: #111;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.funnel-paypal-methods-separator::before,
.funnel-paypal-methods-separator::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #d9dde2;
}

.funnel-security {
    padding-top: 2px;
}

.funnel-security-title {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #55616d;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", serif;
}

.funnel-security-title strong {
    font-weight: 400;
}

.funnel-security-title span {
    height: 1px;
    flex: 1;
    background: #78c7ad;
}

.funnel-paypal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-width: 70px;
    margin: 12px 0 6px;
    padding: 0 12px;
    border-radius: 4px;
    background: #f7c557;
    color: #103b7a;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
}

.funnel-security-icons {
    display: grid;
    grid-template-columns: repeat(6, 56px);
    gap: 8px;
    justify-content: start;
    margin: 12px 0 18px;
    padding-left: 8px;
}

.funnel-security-icons img {
    display: block;
    width: 56px;
    height: 35px;
    object-fit: contain;
}

.funnel-payment-icons {
    grid-template-columns: repeat(6, 56px);
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.funnel-payment-icons img {
    width: 56px;
    height: 35px;
}

.funnel-trust-icons {
    grid-template-columns: repeat(6, 56px);
    gap: 8px;
    margin-top: 12px;
    margin-bottom: 0;
}

.funnel-trust-icons img {
    width: 56px;
    height: 35px;
}

@media (max-width: 430px) {
    .funnel-security-icons,
    .funnel-payment-icons,
    .funnel-trust-icons {
        grid-template-columns: repeat(6, 50px);
        gap: 7px;
        padding-left: 8px;
    }

    .funnel-security-icons img,
    .funnel-payment-icons img,
    .funnel-trust-icons img {
        width: 50px;
        height: 31px;
    }
}

.funnel-guarantee {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    align-items: center;
    margin: 18px 0 2px;
}

.funnel-guarantee img {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.funnel-guarantee h3 {
    margin: 0 0 6px;
    color: #111;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.funnel-guarantee p {
    margin: 0;
    color: #111;
    font-size: 14px;
    line-height: 1.28;
    text-align: center;
}

.funnel-security h3 {
    margin: 16px 0 8px;
    color: #121820;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.funnel-security ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #6b7780;
    font-size: 17px;
    line-height: 1.28;
}

.funnel-security li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 6px;
}

.funnel-security li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 3px;
    width: 14px;
    height: 9px;
    border-left: 4px solid #00a954;
    border-bottom: 4px solid #00a954;
    transform: rotate(-45deg);
}

.funnel-reviews {
    max-width: 480px;
    margin: 0 auto;
    padding: 48px 20px 28px;
    background: #f0f2f4;
}

.funnel-reviews h2 {
    max-width: 330px;
    margin: 0 auto 20px;
    color: #009464;
    font-size: 33px;
    line-height: 1.08;
    text-align: center;
}

.funnel-reviews > p {
    max-width: 360px;
    margin: 0 auto 8px;
    color: #111;
    font-size: 25px;
    line-height: 1.12;
    text-align: center;
}

.funnel-stars,
.funnel-review-stars {
    color: #f3b421;
    letter-spacing: 0;
    white-space: nowrap;
}

.funnel-stars {
    display: inline-block;
    margin-right: -4px;
    color: #f6c235;
    font-size: 25px;
    line-height: 1;
    vertical-align: -2px;
    transform: translateX(-3px);
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.funnel-review-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.funnel-review-card {
    position: relative;
    min-height: 326px;
    padding: 21px 20px 24px;
    border: 1px solid #d2d7dc;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.funnel-review-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 13px;
    padding-right: 190px;
}

.funnel-review-head strong {
    width: 100%;
    color: #111;
    font-size: 28px;
    line-height: 1.1;
}

.funnel-review-head span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #15a96c;
    font-size: 17px;
    font-weight: 400;
}

.funnel-review-head span i {
    position: relative;
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #19b978;
}

.funnel-review-head span i::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 4px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.funnel-review-head time {
    width: 76px;
    color: #8b949e;
    font-size: 17px;
    line-height: 1.1;
}

.funnel-review-stars {
    display: inline-block;
    margin: 10px 0 8px;
    font-size: 23px;
    line-height: 1;
    transform: scale(1.24);
    transform-origin: left top;
}

.funnel-review-body {
    display: block;
    min-height: 171px;
    padding-right: 185px;
}

.funnel-review-body p {
    margin: 0;
    color: #111;
    font-size: 22px;
    line-height: 1.1;
}

.funnel-review-body img {
    position: absolute;
    top: 64px;
    right: 20px;
    width: 180px;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
}

.funnel-footer {
    max-width: 480px;
    margin: 0 auto;
    padding: 38px 14px 30px;
    background: #85c1f7;
    color: #eaf6ff;
    text-align: center;
    font-size: 15px;
}

.funnel-footer p {
    margin: 11px 0 4px;
}

.funnel-footer-pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 11px;
}

.funnel-footer-pay img {
    display: block;
    width: 38px;
    height: 24px;
    object-fit: contain;
}

.funnel-footer-logo {
    display: block;
    max-width: none;
    max-height: 32px;
    margin: 0 auto 12px;
    color: #1f2730;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    object-fit: contain;
}

.funnel-size-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(13, 21, 28, .48);
}

.funnel-size-modal.is-open {
    display: flex;
}

.funnel-size-dialog {
    position: relative;
    width: 100%;
    max-width: min(1180px, calc(100vw - 48px));
    padding: 24px;
    border-radius: 8px;
    background: #fff;
}

.funnel-size-close {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}

.funnel-size-close::before,
.funnel-size-close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 2px;
    width: 2px;
    height: 20px;
    border-radius: 2px;
    background: #98a1ad;
}

.funnel-size-close::before {
    transform: rotate(45deg);
}

.funnel-size-close::after {
    transform: rotate(-45deg);
}

.funnel-size-title {
    margin: 0 34px 12px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.funnel-size-chart-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.funnel-size-chart-content {
    max-height: calc(100vh - 170px);
    overflow: auto;
}

.funnel-size-chart-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.funnel-size-chart-content picture {
    display: block;
}

.funnel-size-chart-content table {
    width: 100%;
    border-collapse: collapse;
}

.funnel-size-chart-content th,
.funnel-size-chart-content td {
    padding: 6px 8px;
    border: 1px solid #d8e1eb;
    text-align: center;
}

@media (max-width: 699px) {
    .funnel-size-modal {
        align-items: flex-start;
        overflow-y: auto;
        padding: 14px 10px;
    }

    .funnel-size-dialog {
        max-width: calc(100vw - 20px);
        padding: 18px 12px 14px;
    }

    .funnel-size-title {
        margin-bottom: 10px;
    }

    .funnel-size-chart-content {
        max-height: calc(100vh - 100px);
    }

    .funnel-reviews {
        padding: 34px 14px 28px;
    }

    .funnel-reviews h2 {
        max-width: 300px;
        margin-bottom: 12px;
        font-size: 29px;
    }

    .funnel-reviews > p {
        max-width: 330px;
        font-size: 20px;
        line-height: 1.14;
    }

    .funnel-review-list {
        gap: 12px;
    }

    .funnel-review-card {
        --funnel-review-img-size: clamp(102px, 31vw, 118px);
        min-height: 0;
        padding: 18px 16px;
        border-radius: 16px;
    }

    .funnel-review-head {
        padding-right: 0;
        gap: 5px 10px;
    }

    .funnel-review-head strong {
        font-size: 27px;
    }

    .funnel-review-head span,
    .funnel-review-head time {
        font-size: 15px;
    }

    .funnel-review-stars {
        margin: 8px 0 10px;
        font-size: 17px;
        transform: none;
    }

    .funnel-review-body {
        display: grid;
        grid-template-columns: minmax(0, 1fr) var(--funnel-review-img-size);
        gap: 11px;
        align-items: start;
        min-height: 0;
        padding-right: 0;
    }

    .funnel-review-body p {
        font-size: 17px;
        line-height: 1.18;
        overflow-wrap: normal;
        word-break: normal;
    }

    .funnel-review-body img {
        position: static;
        width: var(--funnel-review-img-size);
        height: var(--funnel-review-img-size);
        border-radius: 8px;
    }
}

@media (min-width: 700px) {
    .funnel-shell {
        padding: 0 0 32px;
    }

    .funnel-page,
    .funnel-landing,
    .funnel-reviews,
    .funnel-footer {
        box-shadow: 0 0 0 1px rgba(20, 30, 40, .06);
    }
}

/* Landing page rebuilt to match the reference funnel. */
.funnel-landing-body {
    background: #fff;
    color: #111;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.funnel-landing-body .funnel-shell {
    background: #fff;
    padding: 0;
}

.funnel-landing-body .funnel-reference-header {
    max-width: none;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.funnel-landing-body .funnel-topbar {
    max-width: none;
    height: 44px;
    background: #85c1f7;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.funnel-landing-body .funnel-landing {
    max-width: none;
    width: 100%;
    background: #fff;
    overflow: visible;
}

.funnel-landing-body .funnel-landing-hero {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 18px;
    display: grid;
    grid-template-columns: minmax(360px, 470px) minmax(420px, 640px);
    align-items: start;
    justify-content: center;
    gap: 38px;
    text-align: center;
}

.funnel-landing-body .funnel-landing-hero-copy {
    padding-top: 18px;
}

.funnel-landing-body .funnel-landing-proof {
    padding: 0 0 7px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.funnel-landing-body .funnel-landing-stars {
    display: inline-block;
    flex: 0 0 auto;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0;
}

.funnel-landing-body .funnel-landing-proof-text {
    margin-left: 0;
}

.funnel-landing-body .funnel-landing-hero h1 {
    max-width: 470px;
    margin: 0 auto 20px;
    color: #9fd2ff;
    font-size: 36px;
    line-height: 1.08;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-hero p {
    max-width: 460px;
    margin: 0 auto 17px;
    color: #151515;
    font-size: 22px;
    line-height: 1.34;
    font-weight: 500;
}

.funnel-landing-body .funnel-landing-cta {
    min-width: 260px;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 999px;
    background: #ffcc27;
    color: #080808 !important;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .18);
    animation: funnelLandingBreath 1.75s ease-in-out infinite;
    will-change: box-shadow;
}

.funnel-landing-body .funnel-landing-cta:hover {
    background: #ffb900;
    animation-play-state: paused;
}

.funnel-landing-body .funnel-landing-cta-orange {
    min-width: 185px;
    min-height: 50px;
    background: #f57900;
    color: #fff !important;
}

.funnel-landing-body .funnel-landing-hero-image {
    margin: 0;
}

.funnel-landing-body .funnel-landing-hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}

.funnel-landing-body .funnel-landing-hero-slides {
    position: relative;
    overflow: hidden;
}

.funnel-landing-body .funnel-landing-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .32s ease;
}

.funnel-landing-body .funnel-landing-hero-slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
}

.funnel-landing-body .funnel-landing-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 24px auto 16px;
}

.funnel-landing-body .funnel-landing-hero-thumb {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.funnel-landing-body .funnel-landing-hero-thumb img {
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.funnel-landing-body .funnel-landing-hero-thumb:hover img,
.funnel-landing-body .funnel-landing-hero-thumb.is-active img {
    border-color: #f57900;
    box-shadow: 0 0 0 2px rgba(245, 121, 0, .25), 0 1px 5px rgba(0, 0, 0, .25);
    transform: scale(1.08);
}

.funnel-landing-body .funnel-landing-highlights {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px 34px;
    background: #fff;
    text-align: center;
}

.funnel-landing-body .funnel-landing-highlights h2 {
    margin-bottom: 28px;
    color: #0a0a0a;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-highlight-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.funnel-landing-body .funnel-landing-highlight {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.funnel-landing-body .funnel-landing-highlight img {
    width: 74px;
    height: 74px;
    margin-bottom: 10px;
}

.funnel-landing-body .funnel-landing-highlight strong {
    color: #050505;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-inline-cta {
    max-width: 280px;
    margin: 40px auto 11px;
}

.funnel-landing-body .funnel-landing-limited {
    padding: 0;
    background: transparent;
    color: #d1291f;
    font-size: 13px;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-band {
    display: none;
}

.funnel-landing-body .funnel-landing-image-text {
    display: grid;
    grid-template-columns: 430px 430px;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 58px 16px;
    background: #fff;
}

.funnel-landing-body .funnel-landing-image-text.is-gray {
    background: #f0f1f4;
}

.funnel-landing-body .funnel-landing-image-text img {
    width: 430px;
    height: auto;
    aspect-ratio: auto;
    border-radius: 10px;
    object-fit: contain;
}

.funnel-landing-body .funnel-landing-image-text div {
    padding: 0;
    text-align: left;
}

.funnel-landing-body .funnel-landing-image-text h2 {
    margin-bottom: 10px;
    color: #050505;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-image-text p {
    color: #111;
    font-size: 18px;
    line-height: 1.36;
    font-weight: 500;
}

.funnel-landing-body .funnel-landing-reviews {
    padding: 52px 16px 58px;
    background: #f0f1f4;
    text-align: center;
}

.funnel-landing-body .funnel-landing-reviews h2 {
    color: #009464;
    font-size: 28px;
}

.funnel-landing-body .funnel-landing-reviews > p {
    justify-content: center;
    margin-bottom: 13px;
}

.funnel-landing-body .funnel-landing-review-list {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.funnel-landing-body .funnel-landing .funnel-review-card {
    min-height: 210px;
    padding: 17px 18px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    box-shadow: none;
}

.funnel-landing-body .funnel-landing .funnel-review-head strong {
    width: 100%;
    font-size: 20px;
}

.funnel-landing-body .funnel-landing .funnel-review-body {
    grid-template-columns: 1fr 142px;
    gap: 16px;
}

.funnel-landing-body .funnel-landing .funnel-review-body p {
    font-size: 16px;
    line-height: 1.22;
}

.funnel-landing-body .funnel-landing .funnel-review-body img {
    width: 142px;
    height: 116px;
    border-radius: 6px;
}

.funnel-landing-body .funnel-landing-trust {
    max-width: 960px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 40px 16px;
    background: #fff;
}

.funnel-landing-body .funnel-landing-trust-item {
    min-height: 78px;
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    column-gap: 9px;
    padding: 12px 18px;
    border: 1px dashed #a4a4a4;
    border-radius: 4px;
    text-align: left;
}

.funnel-landing-body .funnel-landing-trust-item img {
    width: 46px;
    height: 46px;
    grid-row: span 2;
    margin: 0;
}

.funnel-landing-body .funnel-landing-trust-item strong {
    margin: 0 0 1px;
    font-size: 18px;
}

.funnel-landing-body .funnel-landing-trust-item p {
    font-size: 11px;
}

.funnel-landing-body .funnel-landing-specs {
    padding: 55px 16px 66px;
    background: #f0f1f4;
}

.funnel-landing-body .funnel-landing-specs h2 {
    margin-bottom: 28px;
    font-size: 26px;
}

.funnel-landing-body .funnel-landing-specs ul {
    max-width: 395px;
    margin: 0 auto;
    border: 0;
}

.funnel-landing-body .funnel-landing-specs li {
    display: block;
    padding: 0;
    border: 0;
    font-size: 17px;
    line-height: 1.3;
}

.funnel-landing-body .funnel-landing-specs span,
.funnel-landing-body .funnel-landing-specs strong {
    color: #111;
    font-weight: 900;
}

.funnel-landing-body .funnel-landing-final {
    padding: 46px 16px 42px;
    background: #fff;
    color: #111;
}

.funnel-landing-body .funnel-landing-badge {
    max-width: 760px;
    margin: 0 auto 22px;
    padding: 15px 22px;
    border: 1px dashed #6fbf94;
    color: #111;
    font-size: 15px;
}

.funnel-landing-body .funnel-landing-badge strong {
    color: #02a868;
}

.funnel-landing-body .funnel-landing-final h2 {
    margin: 0 auto 22px;
    color: #090909;
    font-size: 27px;
    line-height: 1.18;
}

.funnel-landing-body .funnel-landing-final h2 em {
    color: #e33425;
    font-style: normal;
}

.funnel-landing-body .funnel-landing-final p {
    color: #111;
}

.funnel-landing-body .funnel-landing-final .funnel-landing-stock {
    display: inline-block;
    max-width: 510px;
    margin-bottom: 18px;
    padding-left: 18px;
    font-size: 14px;
    text-align: center;
}

.funnel-landing-body .funnel-landing-final .funnel-landing-stock:before {
    border-left-color: #00a768;
    border-bottom-color: #00a768;
}

.funnel-landing-body .funnel-landing-final .funnel-landing-cta {
    display: flex;
    max-width: 280px;
    margin: 0 auto 12px;
}

.funnel-landing-body .funnel-footer {
    max-width: none;
    padding: 46px 16px 44px;
    background: #999;
    color: #fff;
    font-size: 11px;
    box-shadow: none;
}

.funnel-landing-body .funnel-footer-logo {
    display: block;
    max-width: none;
    max-height: none;
    margin: 0 0 11px;
    color: #303030;
    font-size: 13px;
    font-weight: 500;
}

.funnel-landing-body .funnel-footer p {
    margin: 7px 0;
}

.funnel-landing-body .funnel-footer-pay img {
    width: 30px;
    height: 19px;
}

@media (max-width: 699px) {
    .funnel-landing-body {
        overflow-x: hidden;
    }

    .funnel-landing-body .funnel-landing {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .funnel-landing-body .funnel-reference-header {
        height: 58px;
        font-size: 15px;
    }

    .funnel-landing-body .funnel-topbar {
        height: 44px;
        font-size: 12px;
    }

    .funnel-landing-body .funnel-landing-hero {
        display: block;
        width: 100%;
        max-width: 100vw;
        padding: 10px 0 0;
    }

    .funnel-landing-body .funnel-landing-hero-copy {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
    }

    .funnel-landing-body .funnel-landing-proof {
        max-width: calc(100vw - 36px);
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 6px;
        font-size: 15px;
        gap: 4px;
        flex-wrap: wrap;
        white-space: normal;
        line-height: 1.2;
    }

    .funnel-landing-body .funnel-landing-proof-text {
        display: inline;
    }

    .funnel-landing-body .funnel-landing-stars {
        font-size: 15px;
    }

    .funnel-landing-body .funnel-landing-hero h1 {
        width: auto;
        max-width: calc(100vw - 42px);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 14px;
        font-size: 25px;
        line-height: 1.08;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .funnel-landing-body .funnel-landing-hero p {
        width: auto;
        max-width: calc(100vw - 46px);
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 1.38;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .funnel-landing-body .funnel-landing-cta,
    .funnel-landing-body .funnel-landing-cta-orange {
        min-width: 218px;
        min-height: 48px;
        padding: 0 28px;
        font-size: 19px;
    }

    .funnel-landing-body .funnel-landing-hero-image {
        margin-top: 16px;
    }

    .funnel-landing-body .funnel-landing-hero-image img {
        width: 100%;
    }

    .funnel-landing-body .funnel-landing-avatars {
        gap: 8px;
        margin: 11px auto 18px;
    }

    .funnel-landing-body .funnel-landing-hero-thumb img {
        width: 28px;
        height: 28px;
    }

    .funnel-landing-body .funnel-landing-highlights {
        padding: 0 20px 18px;
    }

    .funnel-landing-body .funnel-landing-highlights h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .funnel-landing-body .funnel-landing-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        max-width: calc(100vw - 40px);
        margin: 0 auto;
        gap: 16px 12px;
    }

    .funnel-landing-body .funnel-landing-highlight img {
        width: 55px;
        height: 55px;
        margin-bottom: 4px;
    }

    .funnel-landing-body .funnel-landing-highlight strong {
        font-size: 16px;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .funnel-landing-body .funnel-landing-inline-cta {
        max-width: 320px;
        margin: 22px auto 7px;
    }

    .funnel-landing-body .funnel-landing-limited {
        font-size: 13px;
    }

    .funnel-landing-body .funnel-landing-band {
        display: none;
        padding: 16px 20px 10px;
    }

    .funnel-landing-body .funnel-landing-band h2 {
        margin-bottom: 6px;
        font-size: 20px;
    }

    .funnel-landing-body .funnel-landing-band p {
        font-size: 16px;
    }

    .funnel-landing-body .funnel-landing-image-text,
    .funnel-landing-body .funnel-landing-image-text.is-gray {
        display: block;
        padding: 26px 22px 20px;
        background: #fff;
    }

    .funnel-landing-body .funnel-landing-image-text img {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 9px;
        border-radius: 8px;
    }

    .funnel-landing-body .funnel-landing-image-text div {
        max-width: 340px;
        margin: 0 auto;
        text-align: left;
    }

    .funnel-landing-body .funnel-landing-image-text h2 {
        margin-bottom: 8px;
        font-size: 23px;
    }

    .funnel-landing-body .funnel-landing-image-text p {
        font-size: 18px;
        line-height: 1.34;
    }

    .funnel-landing-body .funnel-landing-reviews {
        padding: 26px 12px 32px;
    }

    .funnel-landing-body .funnel-landing-reviews h2 {
        font-size: 24px;
    }

    .funnel-landing-body .funnel-landing-reviews > p {
        font-size: 16px;
    }

    .funnel-landing-body .funnel-landing-review-list {
        display: flex;
        gap: 8px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-card {
        min-height: 0;
        padding: 12px 12px;
        border-radius: 8px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-head {
        gap: 2px 6px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-head strong {
        font-size: 20px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-head span,
    .funnel-landing-body .funnel-landing .funnel-review-head time {
        font-size: 12px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-stars {
        margin: 4px 0;
        font-size: 15px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-body {
        grid-template-columns: 1fr 102px;
        gap: 8px;
    }

    .funnel-landing-body .funnel-landing .funnel-review-body p {
        font-size: 16px;
        line-height: 1.2;
    }

    .funnel-landing-body .funnel-landing .funnel-review-body img {
        width: 102px;
        height: 82px;
    }

    .funnel-landing-body .funnel-landing-trust {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 18px 14px;
    }

    .funnel-landing-body .funnel-landing-trust-item {
        min-height: 58px;
        padding: 8px 14px;
    }

    .funnel-landing-body .funnel-landing-trust-item img {
        width: 40px;
        height: 40px;
    }

    .funnel-landing-body .funnel-landing-trust-item strong {
        font-size: 17px;
    }

    .funnel-landing-body .funnel-landing-trust-item p {
        font-size: 12px;
    }

    .funnel-landing-body .funnel-landing-specs {
        padding: 42px 28px 48px;
    }

    .funnel-landing-body .funnel-landing-specs h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .funnel-landing-body .funnel-landing-specs li {
        font-size: 16px;
    }

    .funnel-landing-body .funnel-landing-final {
        padding: 28px 14px 24px;
    }

    .funnel-landing-body .funnel-landing-badge {
        margin-bottom: 16px;
        padding: 12px 14px;
        font-size: 15px;
    }

    .funnel-landing-body .funnel-landing-final h2 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .funnel-landing-body .funnel-landing-final .funnel-landing-stock {
        margin-bottom: 13px;
        font-size: 15px;
    }

    .funnel-landing-body .funnel-footer {
        padding: 24px 12px 31px;
        font-size: 12px;
    }

    .funnel-landing-body .funnel-footer-logo {
        font-size: 15px;
    }
}
