.rpe-header-notice {
    width: 100%;
    background: #ffffff;
    color: #001840;
    font-family: inherit;
    line-height: 1.25;
    position: relative;
    z-index: 9999;
    padding: 8px 12px;
    box-sizing: border-box;
}

.rpe-header-notice * {
    box-sizing: border-box;
}

.rpe-header-notice__inner {
    width: min(1280px, 100%);
    min-height: 54px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffc900 0%, #ffd400 46%, #ffbf00 100%);
    box-shadow: 0 8px 18px rgba(0, 24, 64, .14);
}

.rpe-header-notice__inner::before,
.rpe-header-notice__inner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.rpe-header-notice__inner::before {
    background: linear-gradient(135deg, rgba(255,255,255,.24) 0 12%, transparent 12% 100%);
}

.rpe-header-notice__inner::after {
    background: linear-gradient(315deg, rgba(255,255,255,.14) 0 10%, transparent 10% 100%);
}

.rpe-header-notice__badge,
.rpe-header-notice__divider,
.rpe-header-notice__message,
.rpe-header-notice__truck {
    position: relative;
    z-index: 2;
}

.rpe-header-notice__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 10px;
    background: #001840;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 3px 0 rgba(0,0,0,.08);
    flex: 0 0 auto;
}

.rpe-header-notice__bell {
    width: 13px;
    height: 13px;
    border-radius: 50% 50% 45% 45%;
    background: #ffd400;
    color: transparent;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
}

.rpe-header-notice__bell::before {
    content: "";
    width: 5px;
    height: 4px;
    border-radius: 999px;
    background: #ffd400;
    position: absolute;
    left: 4px;
    top: -3px;
}

.rpe-header-notice__bell::after {
    content: "";
    width: 17px;
    height: 3px;
    border-radius: 999px;
    background: #ffd400;
    position: absolute;
    left: -2px;
    bottom: -2px;
}

.rpe-header-notice__divider {
    width: 2px;
    height: 34px;
    background: rgba(0, 24, 64, .7);
    flex: 0 0 auto;
}

.rpe-header-notice__message {
    color: #001840;
    font-size: clamp(16px, 1.55vw, 23px);
    font-weight: 800;
    letter-spacing: -.025em;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.rpe-header-notice__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 1px 8px 2px;
    margin: 0 4px;
    border-radius: 7px;
    background: #001840;
    color: #ffd400;
    font-weight: 900;
    letter-spacing: -.035em;
    box-shadow: 0 3px 0 rgba(0,0,0,.08);
    white-space: nowrap;
}

.rpe-header-notice__truck {
    width: clamp(58px, 7vw, 86px);
    flex: 0 0 clamp(58px, 7vw, 86px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rpe-header-notice__truck svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.rpe-header-notice__truck-body,
.rpe-header-notice__truck-line,
.rpe-header-notice__truck-clock,
.rpe-header-notice__truck-clock-hand,
.rpe-header-notice__truck-speed {
    fill: none;
    stroke: #001840;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rpe-header-notice__truck-wheel {
    fill: #ffd400;
    stroke: #001840;
    stroke-width: 4;
}

.rpe-header-notice__truck-clock {
    fill: #fff9cf;
}

.rpe-header-notice__truck-speed {
    stroke-width: 3.5;
}

.rpe-header-notice__dots {
    position: absolute;
    z-index: 1;
    width: 58px;
    height: 46px;
    opacity: .5;
    background-image: radial-gradient(rgba(255,255,255,.95) 1.7px, transparent 1.7px);
    background-size: 9px 9px;
    pointer-events: none;
}

.rpe-header-notice__dots--left {
    left: -10px;
    bottom: 5px;
}

.rpe-header-notice__dots--right {
    right: -2px;
    top: 0;
}

@media (max-width: 1024px) {
    .rpe-header-notice__inner {
        gap: 12px;
        padding: 10px 18px;
    }

    .rpe-header-notice__badge {
        font-size: 12px;
        min-height: 31px;
        padding: 6px 11px;
    }

    .rpe-header-notice__divider {
        height: 31px;
    }

    .rpe-header-notice__message {
        font-size: clamp(15px, 2vw, 19px);
    }

    .rpe-header-notice__time {
        min-height: 28px;
        padding: 1px 7px 2px;
    }
}

@media (max-width: 767px) {
    .rpe-header-notice {
        padding: 7px 8px;
    }

    .rpe-header-notice__inner {
        min-height: 50px;
        justify-content: flex-start;
        gap: 8px;
        padding: 8px 10px;
        border-radius: 12px;
    }

    .rpe-header-notice__badge {
        font-size: 0;
        gap: 0;
        min-height: 28px;
        width: 32px;
        padding: 0;
        border-radius: 8px;
    }

    .rpe-header-notice__bell {
        width: 13px;
        height: 13px;
    }

    .rpe-header-notice__divider {
        width: 1px;
        height: 28px;
    }

    .rpe-header-notice__message {
        flex: 1 1 auto;
        font-size: clamp(12px, 3.6vw, 15px);
        text-align: left;
        line-height: 1.22;
        letter-spacing: -.015em;
    }

    .rpe-header-notice__time {
        min-height: 22px;
        padding: 1px 5px 2px;
        margin: 0 1px;
        border-radius: 5px;
    }

    .rpe-header-notice__truck {
        width: 48px;
        flex-basis: 48px;
        flex-shrink: 0;
    }

    .rpe-header-notice__dots {
        width: 34px;
        height: 30px;
        background-size: 7px 7px;
        opacity: .35;
    }
}

@media (max-width: 420px) {
    .rpe-header-notice__inner {
        gap: 7px;
        padding: 8px;
    }

    .rpe-header-notice__message {
        font-size: 12px;
    }

    .rpe-header-notice__truck {
        width: 42px;
        flex-basis: 42px;
    }
}

.rpe-discreet-packaging {
    width: 100%;
    background: #ffffff;
    color: #001840;
    font-family: inherit;
    padding: 0 12px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 9998;
}

.rpe-discreet-packaging * {
    box-sizing: border-box;
}

.rpe-discreet-packaging__inner {
    width: min(1080px, 100%);
    min-height: 44px;
    margin: 0 auto;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(0, 137, 140, .22);
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
    box-shadow: 0 8px 18px rgba(0, 24, 64, .07);
}

.rpe-discreet-packaging__icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #00898c;
    color: #ffffff;
    flex: 0 0 auto;
}

.rpe-discreet-packaging__icon svg {
    width: 17px;
    height: 17px;
    display: block;
}

.rpe-discreet-packaging__icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rpe-discreet-packaging__text {
    color: #001840;
    font-size: clamp(13px, 1.2vw, 15px);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.rpe-discreet-packaging--shortcode {
    padding: 12px 0;
}

@media (max-width: 767px) {
    .rpe-discreet-packaging {
        padding: 0 8px 8px;
    }

    .rpe-discreet-packaging__inner {
        border-radius: 12px;
        justify-content: flex-start;
        padding: 10px 12px;
    }

    .rpe-discreet-packaging__text {
        text-align: left;
        font-size: 12px;
    }
}

.rpe-footer-discreet-packaging {
    width: 100%;
    background: #ffffff;
    color: #001840;
    font-family: inherit;
    padding: 34px 12px 18px;
    box-sizing: border-box;
}

.rpe-footer-discreet-packaging * {
    box-sizing: border-box;
}

.rpe-footer-discreet-packaging__inner {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0, 137, 140, .24);
    border-radius: 16px;
    background: linear-gradient(135deg, #f4fbfb 0%, #ffffff 58%, #eefafa 100%);
    box-shadow: 0 12px 28px rgba(0, 24, 64, .08);
}

.rpe-footer-discreet-packaging__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #00898c;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 137, 140, .22);
}

.rpe-footer-discreet-packaging__icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.rpe-footer-discreet-packaging__icon path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rpe-footer-discreet-packaging__content h2 {
    margin: 0 0 8px;
    color: #001840;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -.03em;
    text-align: center;
}

.rpe-footer-discreet-packaging__content p {
    margin: 0 auto 14px;
    max-width: 940px;
    color: #31425f;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
    text-align: center;
}

.rpe-footer-discreet-packaging__content ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    gap: 10px;
}

.rpe-footer-discreet-packaging__content li {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(0, 137, 140, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .72);
    color: #001840;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.rpe-footer-discreet-packaging__content li::before {
    content: "✓";
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #00898c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 auto;
}

@media (min-width: 901px) {
    .rpe-footer-discreet-packaging__content h2,
    .rpe-footer-discreet-packaging__content p {
        white-space: nowrap;
    }
}

@media (max-width: 900px) {
    .rpe-footer-discreet-packaging__inner {
        padding: 22px 18px;
    }

    .rpe-footer-discreet-packaging__content p {
        max-width: 100%;
    }

    .rpe-footer-discreet-packaging__content ul {
        grid-template-columns: repeat(2, max-content);
    }
}

@media (max-width: 560px) {
    .rpe-footer-discreet-packaging {
        padding: 24px 8px 14px;
    }

    .rpe-footer-discreet-packaging__inner {
        border-radius: 14px;
        padding: 18px 14px;
        gap: 14px;
    }

    .rpe-footer-discreet-packaging__icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .rpe-footer-discreet-packaging__icon svg {
        width: 28px;
        height: 28px;
    }

    .rpe-footer-discreet-packaging__content h2 {
        font-size: 22px;
    }

    .rpe-footer-discreet-packaging__content p {
        font-size: 14px;
        line-height: 1.5;
    }

    .rpe-footer-discreet-packaging__content ul {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .rpe-footer-discreet-packaging__content li {
        width: 100%;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.rpe-trustpilot-section {
    width: 100%;
    background: #ffffff;
    color: #001840;
    font-family: inherit;
    padding: 12px 12px 30px;
    box-sizing: border-box;
}

.rpe-trustpilot-section * {
    box-sizing: border-box;
}

.rpe-trustpilot-section__inner {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(0, 137, 140, .18);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 24, 64, .07);
}

.rpe-trustpilot-section__stars {
    margin: 0 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    line-height: 1;
}

.rpe-trustpilot-section__star {
    width: clamp(25px, 2.35vw, 34px);
    height: clamp(25px, 2.35vw, 34px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00b67a;
    color: #ffffff;
    font-size: clamp(16px, 1.5vw, 22px);
    font-weight: 900;
    line-height: 1;
}

.rpe-trustpilot-section__star--partial {
    background: linear-gradient(90deg, #00b67a 0 75%, #d8d8d8 75% 100%);
}

.rpe-trustpilot-section__inner h2 {
    margin: 0 0 8px;
    color: #001840;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -.03em;
}

.rpe-trustpilot-section__rating {
    margin: 0 0 7px;
    color: #001840;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.rpe-trustpilot-section__text {
    max-width: 620px;
    margin: 0 auto 16px;
    color: #31425f;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.rpe-trustpilot-section__button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border-radius: 10px;
    background: #00898c;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
    box-shadow: 0 8px 18px rgba(0, 137, 140, .18);
}

.rpe-trustpilot-section__button:hover,
.rpe-trustpilot-section__button:focus {
    transform: translateY(-1px);
    opacity: .94;
    box-shadow: 0 10px 22px rgba(0, 137, 140, .23);
}

.rpe-trustpilot-section--shortcode {
    padding: 18px 0;
}

@media (max-width: 560px) {
    .rpe-trustpilot-section {
        padding: 10px 8px 24px;
    }

    .rpe-trustpilot-section__inner {
        padding: 22px 14px;
        border-radius: 14px;
    }

    .rpe-trustpilot-section__stars {
        letter-spacing: 2px;
    }

    .rpe-trustpilot-section__inner h2 {
        font-size: 22px;
    }

    .rpe-trustpilot-section__text,
    .rpe-trustpilot-section__rating {
        font-size: 14px;
    }
}
