body {
margin: 0;
font-family: Arial, sans-serif;
background: #123524;
color: #111111;
}
body:has(> .legal-page) {
background: #f6f5f1;
}
html {
-webkit-text-size-adjust: 100%;
}
.site-footer {
text-align: center;
padding: 40px 20px;
border-top: 1px solid #dddddd;
font-size: 14px;
background: #f6f5f1;
}
.site-footer a {
color: #111111;
text-decoration: none;
margin: 0 10px;
}
.site-footer a:hover {
text-decoration: underline;
}
.footer-line {
margin: 10px 0;
}
.research-only {
font-weight: 700;
letter-spacing: 0.04em;
}

#hero {
width: 100%;
text-align: center;
background: #f6f5f1;
}
.hero-image {
width: 100%;
max-width: 1920px;
height: auto;
display: block;
margin: 0 auto;
}

.hero-buttons {
display: flex;
justify-content: center;
gap: 16px;
margin: 20px 0 30px;
flex-wrap: wrap;
}
.hero-button {
display: inline-block;
min-width: 160px;
padding: 14px 28px;
border: 1px solid #111111;
text-decoration: none;
text-align: center;
color: #ffffff;
background: #111111;
font-weight: 700;
border-radius: 4px;
}
.hero-button.secondary {
color: #111111;
background: #ffffff;
}
.products-section {
text-align: center;
padding: 50px 20px;
background: #f6f5f1;
}
.products-section h2 {
font-size: 28px;
margin-bottom: 10px;
}
.section-note {
max-width: 700px;
margin: 0 auto 30px;
font-size: 1.2rem;
}
.products-heading {
box-sizing: border-box;
width: calc(100% - 40px);
background: #f6f5f1;
border: 1px solid #dddddd;
border-radius: 12px;
padding: 28px 24px !important;
}
.product-grid {
display: grid;
grid-template-columns: repeat(4, minmax(180px, 1fr));
gap: 18px;
max-width: 1100px;
margin: 0 auto;
}
.product-card {
border: 1px solid #d4e5c8;
background: #f4faed;
padding: 24px 16px;
font-weight: 700;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
min-height: 330px;
}
.product-dose {
color: #0b3d24;
}
.product-dose:hover {
color: #145c36;
}
.product-card a[href="#"] {
color: #2f7d3f;
}
.product-card a[href="#"]:hover {
color: #256734;
}
@media (max-width: 900px) {
.product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 520px) {
.product-grid {
grid-template-columns: 1fr;
max-width: 340px;
margin: 0 auto;
padding: 0 20px;
}
}  
.coa-access-center {
text-align: center;
padding: 50px 20px;
background: #f6f5f1;
box-sizing: border-box;
width: calc(100% - 40px);
max-width: 940px;
margin: 50px auto;
border: 1px solid #dddddd;
border-radius: 12px;
}
.coa-access-center h2 {
font-size: 28px;
margin-bottom: 10px;
}
.coa-search-box {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
max-width: 900px;
margin: 0 auto 25px;
}
.coa-search-box input {
padding: 12px;
border: 1px solid #cccccc;
font-size: 15px;
min-width: 220px;
}
.coa-search-box button {
padding: 12px 24px;
border: 1px solid #111111;
background: #111111;
color: #ffffff;
font-weight: 700;
cursor: pointer;
}
.coa-results {
max-width: 800px;
margin: 0 auto;
border: 1px solid #dddddd;
padding: 20px;
background: #fafafa;
} 
@media (max-width: 520px) {
.coa-access-center {
width: calc(100% - 32px);
margin: 32px auto;
padding: 32px 18px;
}
.coa-access-center h2 {
font-size: 28px;
line-height: 1.15;
}
.coa-access-center .section-note {
font-size: 18px;
line-height: 1.4;
}
.coa-search-box {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 10px;
width: 100%;
max-width: 340px;
margin: 0 auto 25px;
}
.coa-search-box label {
display: block;
width: 100%;
text-align: center;
font-size: 17px;
}
.coa-search-box input {
box-sizing: border-box;
width: 100%;
min-width: 0;
font-size: 16px;
}
.coa-search-box button {
justify-self: center;
margin-top: 8px;
}
.coa-results {
box-sizing: border-box;
width: 100%;
padding: 18px;
}
}
 .laboratory-spotlight {
text-align: center;
padding: 45px 20px;
background: #f7faf7;
border-top: 1px solid #dfe8df;
border-bottom: 1px solid #dfe8df;
}
.laboratory-spotlight h2 {
font-size: 28px;
margin-bottom: 24px;
letter-spacing: 0.02em;
}
.spotlight-grid {
display: grid;
grid-template-columns: repeat(5, minmax(140px, 1fr));
gap: 14px;
max-width: 1100px;
margin: 0 auto;
}
.spotlight-card {
border: 1px solid #a9c58d;
background: linear-gradient(180deg, #f4faed 0%, #e2f0d5 100%);
box-shadow: 0 8px 18px rgba(39, 88, 48, 0.12);
color: #183f24;
padding: 18px 12px;
font-weight: 700;
border-radius: 8px;
}
@media (max-width: 900px) {
.spotlight-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 520px) {
.spotlight-grid {
grid-template-columns: 1fr;
}
} 

.legal-disclosure {
max-width: 1000px;
margin: 60px auto;
box-sizing: border-box;
width: calc(100% - 40px);
padding: 36px 40px;
text-align: center;
background: #ffffff;
border: 1px solid #dddddd;
border-radius: 12px;
}
.legal-disclosure p {
line-height: 1.7;
}
@media (max-width: 520px) {
.legal-disclosure {
width: calc(100% - 32px);
margin: 32px auto;
padding: 24px 18px;
}
}

@media (max-width: 520px) {
.product-grid {
grid-template-columns: 1fr;
max-width: 300px;
margin-left: auto;
margin-right: auto;
padding: 0;
}
.product-card {
text-align: center;
}
} 
 @media (max-width: 520px) {
.products-section {
padding-left: 38px;
padding-right: 18px;
}
.products-section h2,
.products-section .section-note {
text-align: center;
}
} 
/* FINAL mobile Products heading alignment fix */
@media (max-width: 520px) {
.products-section > h2,
.products-section > .section-note {
max-width: 300px !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: left !important;
font-size: 28px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
}
}
/* FINAL Products heading + note alignment */
.products-section h2,
.products-section .section-note {
max-width: 700px !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: left !important;
font-size: 28px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
}
@media (max-width: 520px) {
.products-heading {
box-sizing: border-box;
width: calc(100% - 32px);
max-width: 100% !important;
padding: 24px 18px !important;
}
.products-heading h2,
.products-heading .section-note {
max-width: 100% !important;
margin-left: auto !important;
margin-right: auto !important;
text-align: center !important;
white-space: normal !important;
overflow-wrap: anywhere;
}
.products-heading h2 {
font-size: 30px !important;
}
.products-heading .section-note {
font-size: 22px !important;
line-height: 1.3 !important;
}
}
.product-vial-image {
display: block;
width: 90px;
max-width: 90px;
height: auto;
margin: auto auto 0;
padding-top: 12px;
} 
.product-vial-image[src="assets/images/products/bpc-157-10mg.png"],
.product-vial-image[src="assets/images/products/5-amino-1MQ_50mg.png"],
.product-vial-image[src="assets/images/products/AICAR_5mg.png"],
.product-vial-image[src="assets/images/products/AOD9904_5mg.png"],
.product-vial-image[src="assets/images/products/dilexa-10mg.png"],
.product-vial-image[src="assets/images/products/ghk-cu-100mg.png"],
.product-vial-image[src="assets/images/products/glow-70mg.png"] {
width: 90px;
max-width: 90px;
height: 120px;
object-fit: contain;
object-position: center center;
margin: auto auto 0;
padding-top: 12px;
}

/* Responsive legal-policy pages. */
.legal-page {
max-width: 900px;
margin: 0 auto;
padding: 48px 24px;
}
.legal-page pre {
font: inherit;
line-height: 1.65;
white-space: pre-wrap;
overflow-wrap: anywhere;
word-break: normal;
}
.legal-page form::after {
content: "Natural Aminos Lab LLC\A Nevis, St. Kitts";
display: block;
margin-top: 18px;
text-align: center;
white-space: pre-line;
line-height: 1.6;
}
