html body .biotek-product,
html body .biotek-product *,
html body .biotek-product h1,
html body .biotek-product h2,
html body .biotek-product h3,
html body .biotek-product h4,
html body .biotek-product p,
html body .biotek-product span,
html body .biotek-product div,
html body .biotek-product li,
html body .biotek-product td,
html body .biotek-product th {
font-family: 'Montserrat', sans-serif !important;
}
body .biotek-product {
color: #2b2f33;
font-size: 14px;
line-height: 1.7;
max-width: 100%;
} body .biotek-product .trust-bar {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 22px;
}
body .biotek-product .trust-chip {
display: inline-flex;
align-items: center;
gap: 6px;
background: #eef6f8;
color: #005a70;
border: 1px solid #cfe6ec;
border-radius: 20px;
padding: 6px 14px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.2px;
}
body .biotek-product .trust-chip .dot {
width: 6px;
height: 6px;
border-radius: 50%;
background: #2fb380;
display: inline-block;
} body .biotek-product .product-hero {
background: linear-gradient(135deg, #005a70 0%, #00485a 100%);
border-radius: 16px;
padding: 28px 26px;
margin-bottom: 26px;
color: #fff;
position: relative;
overflow: hidden;
}
body .biotek-product .product-hero::before {
content: "";
position: absolute;
top: -40px;
right: -40px;
width: 160px;
height: 160px;
background: rgba(255,255,255,0.06);
border-radius: 50%;
}
body .biotek-product .product-hero h1,
body .biotek-product .product-hero h2 {
font-size: 20px;
font-weight: 700;
margin: 0 0 10px 0;
color: #fff;
}
body .biotek-product .product-hero p {
margin: 0;
font-size: 14px;
font-weight: 400;
color: rgba(255,255,255,0.92);
} body .biotek-product h2.p-heading {
color: #005a70;
font-size: 17px;
font-weight: 700;
margin: 30px 0 14px 0;
padding-bottom: 8px;
border-bottom: 2px solid #eef6f8;
}
body .biotek-product h3.p-subheading {
color: #005a70;
font-size: 15px;
font-weight: 700;
margin: 20px 0 10px 0;
} body .biotek-product .marker-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 14px;
margin: 16px 0 20px 0;
}
body .biotek-product .marker-card {
background: #fff;
border: 1px solid #e7edf0;
border-radius: 12px;
padding: 16px 18px;
box-shadow: 0 2px 10px rgba(0,90,112,0.05);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body .biotek-product .marker-card:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0,90,112,0.1);
}
body .biotek-product .marker-card .marker-name {
font-weight: 700;
color: #005a70;
font-size: 14px;
margin-bottom: 6px;
display: block;
}
body .biotek-product .marker-card p {
margin: 0;
font-size: 13px;
color: #545c60;
} body .biotek-product .indication-list {
list-style: none;
padding: 0;
margin: 14px 0 20px 0;
display: grid;
gap: 10px;
}
body .biotek-product .indication-list li {
position: relative;
padding-left: 28px;
font-size: 14px;
color: #2b2f33;
}
body .biotek-product .indication-list li::before {
content: "";
position: absolute;
left: 0;
top: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background: #005a70;
}
body .biotek-product .indication-list li::after {
content: "✓";
position: absolute;
left: 3.5px;
top: 2.5px;
color: #fff;
font-size: 10px;
font-weight: 700;
} body .biotek-product .info-strip {
background: #f7fafb;
border-left: 3px solid #005a70;
border-radius: 0 10px 10px 0;
padding: 14px 18px;
margin: 18px 0;
display: grid;
gap: 8px;
}
body .biotek-product .info-strip .row {
font-size: 13px;
}
body .biotek-product .info-strip .row .label {
color: #005a70;
font-weight: 700;
margin-right: 4px;
} body .biotek-product table.p-norms {
width: 100%;
border-collapse: separate;
border-spacing: 0;
margin: 16px 0 22px 0;
border-radius: 10px;
overflow: hidden;
border: 1px solid #e7edf0;
}
body .biotek-product table.p-norms thead tr {
background: #005a70;
}
body .biotek-product table.p-norms th {
color: #fff;
font-size: 12px;
font-weight: 700;
text-align: left;
padding: 11px 14px;
text-transform: uppercase;
letter-spacing: 0.4px;
}
body .biotek-product table.p-norms td {
padding: 10px 14px;
font-size: 13px;
border-top: 1px solid #eef2f3;
}
body .biotek-product table.p-norms tbody tr:nth-child(even) {
background: #f7fafb;
}
body .biotek-product table.p-norms tr.p-highlight td {
background: #eef6f8;
font-weight: 700;
} body .biotek-product .expert-note {
display: flex;
gap: 12px;
background: #fff8ec;
border: 1px solid #f1e2bd;
border-radius: 12px;
padding: 16px 18px;
margin: 18px 0;
}
body .biotek-product .expert-note .badge {
flex-shrink: 0;
width: 34px;
height: 34px;
border-radius: 50%;
background: #005a70;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 14px;
}
body .biotek-product .expert-note p {
margin: 0;
font-size: 13px;
color: #5c5240;
} body .biotek-product .p-faq-item {
border: 1px solid #e7edf0;
border-radius: 10px;
margin-bottom: 10px;
overflow: hidden;
}
body .biotek-product .p-faq-q {
padding: 14px 16px;
font-weight: 700;
font-size: 13.5px;
color: #005a70;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
}
body .biotek-product .p-faq-q::after {
content: "+";
font-size: 18px;
color: #005a70;
transition: transform 0.2s ease;
}
body .biotek-product .p-faq-item.open .p-faq-q::after {
transform: rotate(45deg);
}
body .biotek-product .p-faq-a {
max-height: 0;
overflow: hidden;
transition: max-height 0.25s ease, padding 0.25s ease;
font-size: 13px;
color: #545c60;
padding: 0 16px;
}
body .biotek-product .p-faq-item.open .p-faq-a {
max-height: 300px;
padding: 0 16px 14px 16px;
} body .biotek-product .source-footer {
margin-top: 28px;
padding: 14px 18px;
background: #f4f9fa;
border-radius: 8px;
border-left: 3px solid #005a70;
}
body .biotek-product .source-footer .src-label {
margin: 0 0 6px 0;
font-size: 11px;
color: #8a9296;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
body .biotek-product .source-footer p {
margin: 0;
font-size: 12px;
color: #9aa1a5;
line-height: 1.6;
} body .biotek-product .cta-block {
background-color: #005a70;
padding: 30px 20px;
border-radius: 12px;
text-align: center;
margin-top: 30px;
}
body .biotek-product .cta-block .cta-title {
font-size: 18px;
font-weight: bold;
color: #ffffff;
margin-bottom: 12px;
}
body .biotek-product .cta-block p:not(.cta-title) {
font-size: 14px;
color: #ffffff;
margin-bottom: 18px;
font-weight: 400;
}
body .biotek-product .cta-block .highlight {
color: #ffffff;
text-decoration: underline;
}
body .biotek-product .cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
color: #005a70 !important;
font-size: 13px;
font-weight: 700;
padding: 12px 28px;
border-radius: 50px;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: 0.3s;
}
body .biotek-product .cta-btn:hover {
background-color: #eef6f8;
} @media (max-width: 600px) {
body .biotek-product .marker-grid {
grid-template-columns: 1fr;
}
body .biotek-product .product-hero {
padding: 22px 18px;
}
}