/* Base article styles */
.article-content > img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.article-content > h2 {
    font-size: 1.6rem;
    line-height: 1.3em;
    color: #0d3b66;
    margin: 35px 0 20px;
    font-weight: 700;
}
.article-content blockquote {
    display: block;
    margin: 25px 0;
    border-left: 5px solid #0d3b66;
    background: #f4f7fb;
    padding: 20px 24px;
    font-size: 1.15rem;
    border-radius: 0 8px 8px 0;
    color: #2d3748;
}
.article-content .table {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
}
.article-content .table th {
	font-weight: bold;
	padding: 10px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.article-content .table td {
	border: 1px solid #dddddd;
	padding: 10px;
}
.article-content .pozor {
    font-weight: 700;
    text-align: center;
    background: #fff8e6;
    border: 2px dashed #f6c24a;
    padding: 18px 20px;
    border-radius: 10px;
    margin: 30px 0 25px;
    color: #8c5800;
    font-size: 16px;
    line-height: 1.5;
}
.article-content .pozor span {
    color: #d9381e;
    font-weight: 800;
}
.article-content p a {
    color: #0d3b66;
    text-decoration: underline;
    font-weight: 600;
}
.article-content .img500 {
    display: block;
    margin: 0 auto 25px;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
}

/* Modern Editorial Components to eliminate plain white sheet */

/* 1. Symptoms warning card */
.symptoms-alert-card {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-left: 6px solid #e53e3e;
    border-radius: 10px;
    padding: 22px 24px;
    margin: 25px 0 30px;
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.08);
}
.symptoms-alert-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.symptoms-alert-icon {
    width: 32px;
    height: 32px;
    background: #e53e3e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    flex-shrink: 0;
}
.symptoms-alert-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #9b2c2c;
    margin: 0;
}
.symptoms-alert-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.symptoms-alert-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #4a5568;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #fee2e2;
}
.symptoms-alert-item-bullet {
    width: 18px;
    height: 18px;
    background: #fed7d7;
    color: #e53e3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}

/* 2. Doctor editorial quote */
.doctor-quote-box {
    background: linear-gradient(to right, #f0f7ff, #ffffff);
    border: 1px solid #cfe2ff;
    border-left: 6px solid #0d3b66;
    border-radius: 12px;
    padding: 24px 26px;
    margin: 30px 0;
    box-shadow: 0 6px 16px rgba(13, 59, 102, 0.06);
}
.doctor-quote-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}
.doctor-badge {
    background: #0d3b66;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 4px;
}
.doctor-quote-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d3b66;
    margin: 0;
}

/* 3. Clinical trial results */
.clinical-results-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.clinical-results-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.clinical-results-title::before {
    content: "📊";
    font-size: 20px;
}
.clinical-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin-top: 15px;
}
.clinical-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}
.clinical-stat-num {
    font-size: 28px;
    font-weight: 900;
    color: #38a169;
    line-height: 1;
}
.clinical-stat-desc {
    font-size: 13.5px;
    color: #4a5568;
    line-height: 1.4;
}

/* 4. Modern Premium Order Form */
.premium-order-container {
    background: #ffffff;
    border: 2px solid #0d3b66;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(13, 59, 102, 0.15);
    margin: 35px 0 45px;
    overflow: hidden;
}
.premium-order-header {
    background: linear-gradient(135deg, #0d3b66 0%, #1e4d7b 100%);
    color: #ffffff;
    padding: 20px 24px;
    text-align: center;
}
.premium-order-header h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.3px;
}
.premium-order-header p {
    margin: 0;
    font-size: 14px;
    color: #e2e8f0;
}
.premium-order-body {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 28px;
    padding: 28px 24px;
    align-items: center;
}
.premium-product-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.premium-product-badge {
    background: #e53e3e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(229, 62, 62, 0.3);
}
.premium-product-img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 12px;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.15));
    transition: transform 0.3s ease;
}
.premium-product-img:hover {
    transform: scale(1.03);
}
.premium-stock-badge {
    background: #fffaf0;
    border: 1px solid #feebc8;
    color: #c05621;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.premium-stock-badge span {
    color: #dd6b20;
    font-size: 15px;
    font-weight: 900;
}
.premium-form-col {
    display: flex;
    flex-direction: column;
}
.premium-price-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 18px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
    text-align: center;
}
.price-item .price-label {
    font-size: 12px;
    color: #718096;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}
.price-item.old .price-val {
    font-size: 20px;
    color: #a0aec0;
    text-decoration: line-through;
    font-weight: 700;
}
.price-item.new .price-val {
    font-size: 32px;
    color: #e53e3e;
    font-weight: 900;
    line-height: 1;
}
.premium-timer-box {
    text-align: center;
    font-size: 13.5px;
    color: #4a5568;
    margin-bottom: 16px;
    background: #edf2f7;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
}
.premium-timer-digits {
    color: #e53e3e;
    font-weight: 900;
    letter-spacing: 1px;
}

/* Form inputs & CTA */
.premium-order-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.form-group label {
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
}
.form-input {
    width: 100%;
    height: 48px;
    border: 2px solid #cbd5e0;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #1a202c;
    background: #ffffff;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}
.form-input:focus {
    border-color: #0d3b66;
    box-shadow: 0 0 0 3px rgba(13, 59, 102, 0.15);
}
.form-hint {
    font-size: 11.5px;
    color: #718096;
    margin-top: 2px;
}
.phone-error-msg {
    color: #e53e3e;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
    display: none;
    line-height: 1.3;
}
.premium-submit-btn {
    width: 100%;
    height: 54px;
    background: linear-gradient(180deg, #e53e3e 0%, #c53030 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(229, 62, 62, 0.35);
    transition: all 0.2s ease;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-submit-btn:hover {
    background: linear-gradient(180deg, #f54e4e 0%, #d53030 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(229, 62, 62, 0.45);
}
.premium-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}
.premium-guarantees {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    margin-top: 14px;
    text-align: center;
    font-size: 11.5px;
    color: #718096;
}
.guarantee-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Comments styling */
#comments {
    margin-top: 10px;
}
#comments h2 {
    text-transform: uppercase;
    padding-bottom: 25px;
    font-size: 22px;
    color: #0d3b66;
    font-weight: 800;
    border-bottom: 2px solid #edf2f7;
    margin-bottom: 20px;
}
#comments .row-y-item {
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf2f7;
}
#comments .row-y-item .info {
    position: relative;
    padding: 0 0 10px 65px;
}
#comments .row-y-item .coment_ava {
    position: absolute;
    top: 0;
    left: 0;
}
#comments .row-y-item .coment_ava img {
    display: block;
    margin: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}
#comments .row-y-item .name {
    font-weight: 700;
    font-size: 15px;
    color: #1a202c;
    display: block;
    margin-bottom: 4px;
}
#comments .row-y-item .name .randdate {
    font-weight: 400;
    color: #a0aec0;
    font-size: 13px;
    margin-left: 8px;
}
#comments .row-y-item .pg {
    line-height: 1.55em;
    color: #2d3748;
    font-size: 14.5px;
}
#comments .row-y-item .pg a {
    color: #0d3b66;
    text-decoration: underline;
}
#comments .row-y-item .pg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 12px 0 0 0;
    border-radius: 8px;
}
.button {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 420px;
    height: 50px;
    line-height: 50px;
    margin: 25px auto 10px;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background: #0d3b66; 
    transition: all 0.2s ease;
    box-shadow: 0 6px 15px rgba(13, 59, 102, 0.25);
}
.button:hover {
    text-decoration: none;
    background: #082642;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 59, 102, 0.35);
    color: #ffffff;
}

@media (max-width: 768px) {
    .premium-order-body {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 16px;
    }
    .premium-product-img {
        max-width: 170px;
    }
    .premium-order-header h3 {
        font-size: 19px;
    }
    .clinical-grid {
        grid-template-columns: 1fr;
    }
}
