:root {
    --be-bg: #f4f7fb;
    --be-paper: #ffffff;
    --be-ink: #101828;
    --be-muted: #5b6678;
    --be-line: #dce4ef;
    --be-blue: #173f73;
    --be-blue-2: #0d2c53;
    --be-gold: #c59a3a;
    --be-soft: #eef5ff;
    --be-green: #11805b;
    --be-shadow: 0 22px 70px rgba(16, 24, 40, .12);
}

body {
    background:
        radial-gradient(circle at top left, rgba(23, 63, 115, .08), transparent 34rem),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 42%, #eef3f8 100%);
    color: var(--be-ink);
}

.header {
    max-width: 1120px;
    margin: 14px auto 0;
    padding: 0;
    border: 1px solid var(--be-line);
    border-radius: 24px;
    background: var(--be-paper);
    box-shadow: 0 18px 50px rgba(16, 24, 40, .08);
    overflow: hidden;
}

.header:before {
    content: "Belgique Sante";
    display: block;
    padding: 9px 24px;
    background: linear-gradient(90deg, #0d2c53, #173f73);
    color: #f7fbff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.logo {
    max-width: 150px;
    margin-left: 24px;
}

.premium-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    margin-left: 24px;
}

.premium-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #071c36;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(7, 28, 54, .22);
}

.premium-title {
    color: #071c36;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.12;
}

.premium-subtitle {
    margin-top: 3px;
    color: var(--be-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.35;
}

.premium-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-right: 24px;
}

.premium-nav a {
    padding: 9px 12px;
    border: 1px solid #dce4ef;
    border-radius: 999px;
    background: #f7fbff;
    color: #173f73;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}
.search-container {
    width: min(320px, 42vw);
    margin-right: 24px;
}

.search {
    background: #f5f8fc;
    border: 1px solid #e3e9f2;
    color: #25324a;
}

.article {
    padding-top: 28px;
}

.wrapper {
    max-width: 900px;
}

.article .wrapper {
    position: relative;
    padding: 34px 54px 48px;
    border: 1px solid var(--be-line);
    border-radius: 30px;
    background: var(--be-paper);
    box-shadow: var(--be-shadow);
}

h1 {
    max-width: 780px;
    margin: 8px 0 24px;
    font-size: clamp(34px, 5.2vw, 62px);
    line-height: 1.04;
    letter-spacing: 0;
    color: #071c36;
}

.article .wrapper:before {
    content: "Dossier special Belgique";
    display: inline-flex;
    width: max-content;
    margin-bottom: 16px;
    padding: 8px 12px;
    border: 1px solid #ead39b;
    border-radius: 999px;
    background: #fff8e6;
    color: #806016;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.autor,
.article-icons,
.article-icons-bottom,
.autor-bottom {
    font-family: Arial, Helvetica, sans-serif;
}

.article-icons,
.article-icons-bottom {
    border-color: #e7edf5;
    background: #fbfdff;
    border-radius: 18px;
    padding: 12px 14px;
}

.article-content {
    font-size: 21px;
    line-height: 1.66;
}

.article-content > p,
.article-content > ul,
.article-content > center {
    padding: 0 4px;
}

.article-content p {
    color: #263247;
}

.article-content h2 {
    margin: 44px 0 18px;
    padding-top: 8px;
    color: #071c36;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.18;
}

.article-content h2:after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--be-blue), var(--be-gold));
}

.article-content ul {
    margin: 26px 0;
    padding: 24px 26px 22px 46px;
    border: 1px solid #dde8f4;
    border-radius: 22px;
    background: linear-gradient(135deg, #f7fbff, #ffffff);
}

.article-content ul li {
    margin: 0 0 14px;
    list-style: disc;
    color: #263247;
}

.article-content p:nth-of-type(8),
.article-content p:nth-of-type(15),
.article-content p:nth-of-type(25) {
    padding: 22px 24px;
    border-left: 5px solid var(--be-blue);
    border-radius: 20px;
    background: var(--be-soft);
}

.article-img {
    display: block;
    width: min(100%, 760px);
    margin: 28px auto;
    border-radius: 24px;
    border: 1px solid #dce4ef;
    box-shadow: 0 18px 45px rgba(16, 24, 40, .12);
}

.blur_img {
    filter: none !important;
    cursor: default !important;
}

.spoiler {
    display: none !important;
}

.fortune-wheel-container {
    margin: 42px auto;
    padding: 26px;
    border: 1px solid #d6e3f2;
    border-radius: 28px;
    background: linear-gradient(145deg, #f7fbff, #fff);
    box-shadow: 0 20px 55px rgba(16, 24, 40, .12);
}

.warning {
    border-radius: 18px !important;
    background: #fff7e5 !important;
    color: #59420f !important;
    border: 1px solid #efd79b !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5 !important;
}

.product-image {
    min-height: 230px;
    margin: 20px auto 12px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 40%, rgba(197, 154, 58, .20), transparent 12rem),
        linear-gradient(135deg, #eef5ff, #ffffff);
    border: 1px solid #dce8f4;
}

.price {
    font-family: Arial, Helvetica, sans-serif;
}

.old-price {
    color: #7a8494 !important;
}

.new-price {
    color: var(--be-green) !important;
}

.order-form {
    display: grid;
    gap: 14px;
    max-width: 440px;
    margin: 22px auto 0;
}

.order-form input {
    height: 56px !important;
    border: 1px solid #c9d7e8 !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--be-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    padding: 0 18px !important;
}

.order-form input:focus {
    border-color: var(--be-blue) !important;
    box-shadow: 0 0 0 4px rgba(23, 63, 115, .13);
}

.order-form input.input-error {
    border-color: #c93434 !important;
    background: #fff6f6 !important;
}

.order-phone-error {
    margin-top: -6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff0f0;
    color: #b42318;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.order-status-note {
    min-height: 20px;
    color: var(--be-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

.order-button {
    min-height: 58px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #173f73, #0d2c53) !important;
    box-shadow: 0 15px 32px rgba(23, 63, 115, .24);
    font-family: Arial, Helvetica, sans-serif !important;
    letter-spacing: .02em;
}

.order-button.is-loading {
    opacity: .78;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.feature {
    width: auto !important;
    padding: 9px 12px;
    border: 1px solid #dce8f4;
    border-radius: 999px;
    background: #fff;
    color: #263247;
}

.feature-icon {
    display: none;
}

.comments {
    max-width: 900px;
    margin: 0 auto 34px;
    padding: 0;
}

.comments .wrapper {
    max-width: 900px;
    padding: 34px 46px;
    border: 1px solid var(--be-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--be-shadow);
}

.comments-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #e8eef6;
}

.comments-title h2 {
    font-size: 26px;
    color: #071c36;
}

.comments-wrap {
    margin: 16px 0;
    padding: 18px;
    border: 1px solid #e5edf6;
    border-radius: 20px;
    background: #fbfdff;
}

.comments-Rispondere {
    margin-left: 34px;
    background: #f7fbff;
}

.comments-wrap-text {
    color: #2c394d;
    letter-spacing: 0;
}

.comment-form-card {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #dce8f4;
    border-radius: 24px;
    background: linear-gradient(145deg, #f7fbff, #ffffff);
}

.comment-form-card h3 {
    margin: 0 0 8px;
    color: #071c36;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.comment-form-card p {
    margin: 0 0 18px;
    color: var(--be-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.comment-form-card form {
    display: grid;
    gap: 12px;
}

.comment-form-card input,
.comment-form-card textarea {
    width: 100%;
    border: 1px solid #c9d7e8;
    border-radius: 16px;
    background: #fff;
    color: var(--be-ink);
    font: 16px/1.45 Arial, Helvetica, sans-serif;
    padding: 14px 16px;
}

.comment-form-card button {
    width: max-content;
    min-width: 220px;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--be-blue);
    color: #fff;
    font: 800 15px/1 Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.comment-form-card .comment-note {
    margin: 8px 0 0;
    color: var(--be-green);
    font-weight: 800;
}

.bottom-btn {
    background: rgba(244, 247, 251, .82);
    backdrop-filter: blur(12px);
}

.bottom-btn a {
    background: linear-gradient(135deg, #173f73, #0d2c53);
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 12px 30px rgba(23, 63, 115, .22);
}

.cpu {
    max-width: 1120px;
    margin: 36px auto 96px;
    padding: 34px 26px;
    border: 1px solid #dce4ef;
    border-radius: 26px;
    background: #0d2c53;
    color: #dbe8f7;
    text-align: left;
    box-shadow: 0 22px 55px rgba(16, 24, 40, .16);
}

.cpu .wrap {
    max-width: 900px;
    margin: 0 auto;
}

.cpu .copyright {
    align-items: flex-start !important;
    gap: 12px;
}

.cpu .copyright:before {
    content: "PublicPen Belgique";
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 900;
}

.cpu .copyright:after {
    content: "Dossier publicitaire informatif. Les resultats peuvent varier. Pour toute question medicale, consultez un professionnel de sante.";
    display: block;
    max-width: 720px;
    color: #c9d8eb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.cpu img {
    display: none;
}

.cpu p {
    text-align: left !important;
}

.cpu a {
    margin: 0 16px 0 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 719px) {
    .header {
        margin: 8px 8px 0;
        border-radius: 18px;
    }

    .header:before {
        padding: 8px 16px;
    }

    .logo {
        max-width: 132px;
        margin-left: 14px;
    }

    .search-container {
        width: 190px;
        margin-right: 14px;
    }

    .article .wrapper,
    .comments .wrapper {
        padding: 24px 18px;
        border-radius: 22px;
    }

    h1 {
        font-size: 33px;
    }

    .article-content {
        font-size: 18px;
    }

    .article-content h2 {
        font-size: 25px;
    }

    .article-img {
        border-radius: 18px;
    }

    .comments-Rispondere {
        margin-left: 12px;
    }

    .comment-form-card button {
        width: 100%;
    }

    .cpu {
        margin: 26px 10px 92px;
        border-radius: 22px;
    }
}

.product-image {
    background:
        radial-gradient(circle at 50% 40%, rgba(197, 154, 58, .20), transparent 12rem),
        url(../ruletka/prostalis.png) no-repeat center center / contain,
        linear-gradient(135deg, #eef5ff, #ffffff) !important;
}

@media screen and (max-width: 719px) {
    .premium-brand {
        margin-left: 14px;
    }

    .premium-mark {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        font-size: 16px;
    }

    .premium-title {
        font-size: 20px;
    }

    .premium-subtitle {
        max-width: 230px;
        font-size: 12px;
    }

    .premium-nav {
        width: 100%;
        justify-content: flex-start;
        margin: 12px 14px 0;
    }
}
.premium-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 18px;
    padding-bottom: 16px;
}

.premium-header:before {
    flex: 0 0 100%;
    width: 100%;
}

@media screen and (max-width: 719px) {
    .premium-header {
        align-items: flex-start;
        padding-bottom: 14px;
    }
}