:root {
    --buy1-green: #05bf3f;
    --buy1-green-dark: #049f35;
    --buy1-teal: #075f59;
    --buy1-teal-dark: #043d3a;
    --buy1-teal-deep: #002f2f;
    --buy1-featured-gold: #d4ad55;
    --buy1-featured-gold-dark: #aa7d22;
    --buy1-featured-gold-light: #e8cc86;
    --buy1-blue: #2675bd;
    --buy1-red: #e93c57;
    --buy1-benefit-gold: #dfa400;
    --buy1-pale-green: #f3fbf8;
    --buy1-border: #ccd3d6;
    --buy1-text: #0b0b0b;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body.buy-one-page {
    margin: 0;
    padding-top: 0 !important;
    overflow-x: hidden;
    background: #fff;
    color: var(--buy1-text);
    font-family: Arial, Helvetica, sans-serif;
}

.buy-one-page * {
    box-sizing: border-box;
}

/* Hide the ClickBank Trusted & Secure strip injected above the page. */
#cbBadge,
#cbBadge iframe,
#cbBadge a,
#cbBadge img {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.buy1-shell {
    width: min(100% - 40px, 1210px);
    max-width: 1210px !important;
    margin-inline: auto;
    padding: 0 !important;
}

/* Header */
.buy1-header {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #ececec;
    background: #fff;
}

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

.buy1-brand {
    display: inline-flex;
    align-items: center;
}

.buy1-brand img {
    width: 235px;
    height: auto;
    display: block;
}

.buy1-header-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.buy1-bonus-link,
.buy1-order-link,
.buy1-mobile-menu a {
    text-decoration: none;
}

.buy1-bonus-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #161616;
    font-size: 18px;
    font-weight: 800;
}

.buy1-new-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #f22222;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    transform: rotate(-8deg);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .16);
}

.buy1-order-link,
.buy1-mobile-order {
    min-width: 184px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px 25px;
    border-radius: 5px;
    background: var(--buy1-green);
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 4px 0 var(--buy1-green-dark), 0 7px 12px rgba(0, 0, 0, .13);
    transition: transform .18s ease, filter .18s ease;
}

.buy1-order-link:hover,
.buy1-mobile-order:hover,
.buy1-cart-button:hover {
    color: #fff;
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.buy1-menu-toggle,
.buy1-mobile-menu {
    display: none;
}

/* Availability bar */
.buy1-status {
    position: relative;
    z-index: 20;
    color: #fff;
    background: linear-gradient(90deg, #0c7167 0%, #075b53 54%, #064740 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}

.buy1-status::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 16px solid #064740;
}

.buy1-status-inner {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 20px;
}

.buy1-status-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
}

.buy1-status-item strong {
    font-weight: 900;
}

.buy1-separator {
    width: 2px;
    height: 29px;
    background: rgba(255, 255, 255, .77);
}

.buy1-live-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #08c63e;
    box-shadow: 0 0 0 0 rgba(8, 198, 62, .75);
    animation: buy1-live-pulse 1.7s infinite;
}

.buy1-hourglass,
.buy1-clock {
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
}

.buy1-hourglass {
    color: #ff3b30;
    animation: buy1-hourglass-turn 2.6s ease-in-out infinite;
}

.buy1-clock {
    color: #ffc328;
    animation: buy1-soft-pulse 1.55s ease-in-out infinite;
}

.buy1-low {
    font-weight: 900;
    animation: buy1-low-pulse 1.2s ease-in-out infinite;
}

#reservation-timer {
    font-weight: 900;
    letter-spacing: .3px;
}

/* Pricing cards */
.buy1-packages-section {
    padding: 58px 0 66px;
    background: #fff;
}

.buy1-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.buy1-card {
    overflow: hidden;
    border: 2px solid var(--buy1-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.buy1-card-label {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #e3e9ed;
    color: #111;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.buy1-card-body {
    padding: 22px 24px 20px;
    text-align: center;
}

.buy1-card h2 {
    margin: 0 0 8px;
    color: #0a0a0a;
    font-size: clamp(41px, 3.3vw, 54px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.8px;
}

.buy1-card-featured h2 {
    color: #075b53;
}

.buy1-supply {
    margin: 0;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 900;
}

.buy1-product-image {
    position: relative;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 0;
}

.buy1-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.buy1-product-image-two img {
    max-width: 292px;
}

.buy1-product-image-six img {
    max-width: 365px;
}

.buy1-product-image-three img {
    max-width: 310px;
}

.buy1-price-row {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

.buy1-dollar {
    align-self: flex-start;
    margin-top: 17px;
    margin-right: 3px;
    font-size: 31px;
    font-weight: 900;
}

.buy1-price {
    color: #000;
    font-size: 90px;
    line-height: .9;
    font-weight: 900;
    letter-spacing: -4px;
}

.buy1-per {
    margin-left: 8px;
    font-size: 20px;
    line-height: 1.05;
    text-align: left;
}

.buy1-benefits {
    max-width: 280px;
    display: grid;
    gap: 5px;
    margin: 8px auto 10px;
}

.buy1-benefits-single {
    margin-top: 10px;
}

.buy1-benefit {
    min-height: 29px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 4px 14px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
}

.buy1-benefit span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    background: #fff;
    font-size: 15px;
}

.buy1-benefit-red { background: var(--buy1-red); }
.buy1-benefit-red span { color: var(--buy1-red); }
.buy1-benefit-blue { background: var(--buy1-blue); }
.buy1-benefit-blue span { color: var(--buy1-blue); }
.buy1-benefit-gold { background: var(--buy1-benefit-gold); }
.buy1-benefit-gold span { color: var(--buy1-benefit-gold); }

.buy1-savings {
    margin: 11px 0 18px;
    color: #ff1616;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
}

.buy1-cart-button {
    width: 100%;
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0 auto 16px;
    padding: 13px 18px;
    border-radius: 5px;
    background: var(--buy1-green);
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 5px 0 var(--buy1-green-dark), 0 8px 13px rgba(0, 0, 0, .15);
    transition: transform .18s ease, filter .18s ease;
}

.buy1-cart-button span:last-child {
    font-size: 31px;
    line-height: .8;
}

.buy1-payment-cards {
    width: 142px;
    height: auto;
    display: block;
    margin: 0 auto 11px;
}

.buy1-total-line {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    font-size: 26px;
}

.buy1-total-line strong {
    font-size: 29px;
}

.buy1-was {
    color: #777;
    text-decoration: line-through;
    text-decoration-color: #d42020;
    text-decoration-thickness: 2px;
}

.buy1-shipping {
    margin: 3px 0 0;
    font-size: 20px;
}

.buy1-free-shipping {
    color: var(--buy1-green-dark);
    font-weight: 900;
}

/* Premium muted-gold accent replaces the bright orange header. */
.buy1-card-featured {
    position: relative;
    z-index: 2;
    margin-top: -24px;
    border-color: var(--buy1-featured-gold-dark);
    box-shadow: 0 7px 20px rgba(7, 91, 83, .15), 0 2px 8px rgba(170, 125, 34, .17);
}

.buy1-card-featured .buy1-card-label {
    min-height: 50px;
    background: linear-gradient(90deg, var(--buy1-featured-gold-dark) 0%, var(--buy1-featured-gold) 52%, var(--buy1-featured-gold-light) 100%);
    color: #073f3a;
    font-size: 23px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

.buy1-card-featured .buy1-card-body {
    padding-top: 22px;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #f8fdfb 0%, var(--buy1-pale-green) 100%);
}

/* Guarantee section modeled from the supplied PSD. */
.buy1-guarantee-section {
    padding: 104px 0 64px;
    background: #eaf5f2;
}

.buy1-guarantee-box {
    position: relative;
    width: min(100%, 920px);
    margin: 0 auto;
    overflow: visible;
    border-radius: 16px;
    background: #064b48;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .11);
}

.buy1-guarantee-seal {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0;
    width: 158px;
    height: auto;
    display: block;
    transform: translate(-50%, -53%);
    filter: drop-shadow(0 5px 4px rgba(0, 0, 0, .20));
}

.buy1-guarantee-box h2 {
    margin: 0;
    padding: 88px 24px 22px;
    border-radius: 16px 16px 0 0;
    background: #0a625e;
    color: #fff;
    font-size: clamp(35px, 4.2vw, 49px);
    line-height: 1.05;
    font-weight: 900;
}

.buy1-guarantee-box h3 {
    margin: 0;
    padding: 14px 20px 17px;
    background: #033b39;
    color: #fff;
    font-size: clamp(54px, 7.3vw, 78px);
    line-height: .95;
    font-weight: 1000;
    letter-spacing: -1px;
}

.buy1-guarantee-box p {
    max-width: 800px;
    margin: 0 auto;
    padding: 27px 34px 36px;
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
}

/* The PSD supplies a single transparent strip with the four approved badges. */
/* Trust badges below the guarantee section */
.buy1-trust-badges {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 760px;
    margin: 34px auto 0;
    padding: 0 20px;
}

/* The single image contains all four badges */
.buy1-trust-badges img {
    display: block;
    width: 100% !important;
    max-width: 520px !important;
    height: auto !important;
    margin: 0 auto;
    object-fit: contain;
}

@media (max-width: 600px) {
    .buy1-trust-badges {
        margin-top: 26px;
        padding: 0 16px;
    }

    .buy1-trust-badges img {
        max-width: 390px !important;
    }
}

/* Footer */
.buy1-footer {
    padding: 52px 0 54px;
    background: #002f2f;
    color: #fff;
    text-align: center;
}

.buy1-footer nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    margin-bottom: 30px;
}

.buy1-footer nav a,
.buy1-footer nav span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.buy1-footer nav a:hover {
    text-decoration: underline;
}

.buy1-copyright {
    margin: 0 0 26px;
    font-size: 17px;
}

.buy1-disclaimer {
    max-width: 1040px;
    margin: 0 auto;
    color: #ebebeb;
    font-size: 13px;
    line-height: 1.55;
}

.buy1-disclaimer p {
    margin: 0 0 6px;
}

@keyframes buy1-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(8, 198, 62, .72); }
    70% { box-shadow: 0 0 0 9px rgba(8, 198, 62, 0); }
    100% { box-shadow: 0 0 0 0 rgba(8, 198, 62, 0); }
}

@keyframes buy1-hourglass-turn {
    0%, 35% { transform: rotate(0deg); }
    55%, 90% { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}

@keyframes buy1-soft-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.13); opacity: .76; }
}

@keyframes buy1-low-pulse {
    0%, 100% { opacity: 1; text-shadow: 0 0 0 rgba(255, 255, 255, 0); }
    50% { opacity: .56; text-shadow: 0 0 9px rgba(255, 255, 255, .45); }
}

@media (max-width: 991px) {
    .buy1-shell {
        width: min(100% - 30px, 820px);
    }

    .buy1-status-inner {
        min-height: 62px;
        gap: 13px;
        font-size: 17px;
    }

    .buy1-grid {
        gap: 14px;
    }

    .buy1-card-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .buy1-card-label,
    .buy1-card-featured .buy1-card-label {
        font-size: 20px;
    }

    .buy1-card h2 {
        font-size: 39px;
    }

    .buy1-supply {
        font-size: 19px;
    }

    .buy1-product-image {
        height: 228px;
    }

    .buy1-price {
        font-size: 78px;
    }

    .buy1-per {
        font-size: 18px;
    }

    .buy1-benefit {
        font-size: 13px;
    }

    .buy1-savings {
        font-size: 21px;
    }

    .buy1-cart-button {
        font-size: 19px;
    }

    .buy1-total-line,
    .buy1-total-line strong {
        font-size: 23px;
    }

    .buy1-shipping {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 72px;
    }

    .buy1-shell {
        width: min(100% - 24px, 520px);
    }

    .buy1-header-inner {
        min-height: 67px;
    }

    .buy1-brand img {
        width: 195px;
    }

    .buy1-header-actions {
        display: none;
    }

    .buy1-menu-toggle {
        width: 42px;
        height: 42px;
        border: 0;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 0;
        background: transparent;
    }

    .buy1-menu-toggle span {
        width: 24px;
        height: 3px;
        border-radius: 3px;
        background: #111;
    }

    .buy1-mobile-menu {
        position: absolute;
        right: 12px;
        top: 58px;
        width: 210px;
        padding: 13px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    }

    .buy1-mobile-menu.is-open {
        display: grid;
        gap: 10px;
    }

    .buy1-mobile-menu > a:first-child {
        padding: 10px;
        color: #111;
        font-weight: 800;
        text-align: center;
    }

    .buy1-mobile-order {
        min-width: 0;
        padding: 12px 15px;
        font-size: 14px;
    }

    .buy1-status-inner {
        width: 100%;
        min-height: 52px;
        padding: 0 9px !important;
        gap: 9px;
        font-size: 12px;
    }

    .buy1-status-item {
        gap: 4px;
    }

    .buy1-live-dot {
        width: 10px;
        height: 10px;
    }

    .buy1-hourglass,
    .buy1-clock {
        width: 20px;
        height: 20px;
    }

    .buy1-separator {
        width: 1px;
        height: 22px;
    }

    .buy1-reservation {
        display: none;
    }

    .buy1-status-inner .buy1-separator:last-of-type {
        display: none;
    }

    .buy1-status::after {
        bottom: -10px;
        border-left-width: 13px;
        border-right-width: 13px;
        border-top-width: 11px;
    }

    .buy1-packages-section {
        padding: 34px 0 48px;
    }

    .buy1-grid {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .buy1-card {
        width: 100%;
        margin: 0;
    }

    .buy1-card-featured { order: 1; }
    .buy1-card-bundle { order: 2; }
    .buy1-card-basic { order: 3; }

    .buy1-card-label,
    .buy1-card-featured .buy1-card-label {
        min-height: 42px;
        font-size: 19px;
    }

    .buy1-card-body,
    .buy1-card-featured .buy1-card-body {
        padding: 14px 18px 18px;
    }

    .buy1-card h2 {
        font-size: 35px;
        letter-spacing: -.4px;
    }

    .buy1-card-featured h2 {
        font-size: 37px;
    }

    .buy1-supply {
        font-size: 17px;
    }

    .buy1-product-image {
        height: 232px;
        margin-top: 0;
    }

    .buy1-product-image-two img {
        max-width: 250px;
    }

    .buy1-product-image-six img {
        max-width: 345px;
    }

    .buy1-product-image-three img {
        max-width: 285px;
    }

    .buy1-price-row {
        min-height: 86px;
        margin-top: -8px;
    }

    .buy1-dollar {
        margin-top: 14px;
        font-size: 25px;
    }

    .buy1-price {
        font-size: 79px;
    }

    .buy1-per {
        font-size: 17px;
    }

    .buy1-benefits {
        max-width: 270px;
        margin-top: 4px;
    }

    .buy1-benefit {
        min-height: 26px;
        font-size: 12px;
    }

    .buy1-savings {
        margin: 10px 0 15px;
        font-size: 21px;
    }

    .buy1-cart-button {
        min-height: 56px;
        margin-bottom: 13px;
        font-size: 19px;
    }

    .buy1-payment-cards {
        width: 122px;
    }

    .buy1-total-line,
    .buy1-total-line strong {
        font-size: 22px;
    }

    .buy1-shipping {
        font-size: 17px;
    }

    .buy1-guarantee-section {
        padding: 82px 0 42px;
    }

    .buy1-guarantee-seal {
        width: 120px;
    }

    .buy1-guarantee-box {
        border-radius: 12px;
    }

    .buy1-guarantee-box h2 {
        padding: 69px 14px 16px;
        border-radius: 12px 12px 0 0;
        font-size: 29px;
        line-height: 1.1;
    }

    .buy1-guarantee-box h3 {
        padding: 11px 10px 13px;
        font-size: 52px;
    }

    .buy1-guarantee-box p {
        padding: 21px 17px 27px;
        font-size: 17px;
        line-height: 1.5;
    }

    .buy1-trust-badges {
        width: min(100%, 430px);
        margin-top: 24px;
    }

    .buy1-footer {
        padding: 35px 12px 38px;
    }

    .buy1-footer nav {
        gap: 8px;
        margin-bottom: 24px;
    }

    .buy1-footer nav a,
    .buy1-footer nav span,
    .buy1-copyright {
        font-size: 12px;
    }

    .buy1-disclaimer {
        font-size: 10px;
    }
}

@media (max-width: 390px) {
    .buy1-status-inner {
        gap: 6px;
        font-size: 11px;
    }

    .buy1-card-body,
    .buy1-card-featured .buy1-card-body {
        padding-left: 14px;
        padding-right: 14px;
    }

    .buy1-guarantee-box h2 {
        font-size: 25px;
    }

    .buy1-guarantee-box h3 {
        font-size: 44px;
    }

    .buy1-guarantee-box p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    .buy1-live-dot,
    .buy1-hourglass,
    .buy1-clock,
    .buy1-low {
        animation: none !important;
    }
}
