* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f5f5f5;
}
.container {
min-width: 1170px;
max-width: 1170px;
margin: 0 auto;
padding: 0 20px;
} .site-header {
background-color: #2c5f7c;
padding: 15px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.logo {
color: white;
font-size: 26px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
} .main-content {
background-color: white;
padding: 30px 0;
}
.content-wrapper {
display: flex;
gap: 30px;
align-items: flex-start;
}
.primary-content {
flex: 1;
min-width: 0;
}
.sidebar {
flex: 0 0 320px;
position: sticky;
top: 20px;
} .article-header {
margin-bottom: 40px;
}
.article-title {
font-size: 38px;
color: #000;
margin-bottom: 15px;
font-weight: bold;
line-height: 1.3;
}
.article-meta {
font-size: 16px;
color: #666;
margin-bottom: 25px;
font-weight: normal;
}
.featured-images {
margin-bottom: 30px;
}
.image-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.image-grid img {
width: 100%;
height: 360px;
object-fit: cover;
}
.product-card {
flex: 1;
background-color: #f9f9f9;
padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.product-image {
width: 100%;
height: 150px;
object-fit: contain;
margin-bottom: 15px;
}
.product-name {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.rating {
color: #ffa500;
font-size: 18px;
margin-bottom: 5px;
}
.reviews {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}
.product-features {
list-style: none;
padding: 0;
margin: 20px 0;
width: 100%;
}
.feature-item {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 15px;
text-align: left;
}
.checkmark {
flex-shrink: 0;
width: 24px;
height: 24px;
background-color: #5a8f5a;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 16px;
}
.feature-text {
font-size: 14px;
color: #333;
line-height: 1.4;
}
.cta-button {
background-color: #3d6b4d;
color: white;
border: none;
padding: 12px 20px;
border-radius: 5px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
width: 100%;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #2f5239;
} .article-content {
margin-top: 40px;
}
.content-section {
display: flex;
gap: 25px;
margin-bottom: 35px;
align-items: flex-start;
}
.section-image {
flex: 0 0 300px;
}
.section-image img {
width: 100%;
height: 300px;
object-fit: cover;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.section-text {
flex: 1;
}
.section-number {
font-size: 20px;
font-weight: bold;
color: #000;
margin-bottom: 12px;
}
.section-text p {
font-size: 16px;
line-height: 1.7;
color: #555;
margin-bottom: 10px;
} .cta-section {
background-color: #e8f4f8;
padding: 40px;
margin: 40px 0;
text-align: center;
}
.cta-title {
font-size: 26px;
font-weight: bold;
color: #000;
margin-bottom: 20px;
}
.cta-image {
width: 100%;
max-width: 500px;
height: 250px;
object-fit: cover;
margin-bottom: 20px;
}
.cta-subtitle {
font-size: 18px;
color: #333;
font-weight: bold;
} .bottom-content {
margin-top: 40px;
padding: 30px;
background-color: #f9f9f9;
}
.bottom-title {
font-size: 22px;
font-weight: bold;
color: #000;
margin-bottom: 25px;
text-align: center;
}
.info-box {
background-color: white;
padding: 15px 20px;
margin-bottom: 15px;
border-left: 4px solid #16a085;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.info-box p {
font-size: 16px;
line-height: 1.6;
color: #555;
}
.final-cta-button {
background-color: #2c5f7c;
color: white;
border: none;
padding: 15px 30px;
border-radius: 5px;
font-size: 17px;
font-weight: bold;
cursor: pointer;
width: 100%;
margin: 20px 0;
transition: background-color 0.3s ease;
}
.final-cta-button:hover {
background-color: #1e4a5f;
}
.green-cta-button {
background-color: #16a085;
color: white;
border: none;
padding: 18px 30px;
border-radius: 5px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
width: 100%;
margin: 20px 0;
transition: background-color 0.3s ease;
}
.green-cta-button:hover {
background-color: #138f76;
}
.disclaimer {
font-size: 15px;
color: #666;
text-align: center;
margin: 15px 0;
font-style: italic;
}
.footer-text {
font-size: 15px;
color: #555;
text-align: center;
margin: 10px 0;
}
.footer-text.small {
font-size: 13px;
color: #888;
} .site-footer {
background-color: #2c5f7c;
color: white;
padding: 20px 0;
text-align: center;
margin-top: 40px;
}
.site-footer p {
font-size: 16px;
} @media (max-width: 1200px) {
.container {
min-width: auto;
max-width: 100%;
}
.content-wrapper {
flex-direction: column;
}
.sidebar {
flex: 0 0 auto;
width: 100%;
position: static;
}
}
@media (max-width: 768px) {
.image-grid {
grid-template-columns: repeat(3, 1fr);
}
.content-section {
flex-direction: column;
}
.section-image {
flex: 0 0 auto;
width: 100%;
}
.section-image img {
height: 250px;
}
.article-title {
font-size: 26px;
}
.cta-title {
font-size: 22px;
}
.bottom-title {
font-size: 20px;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
.article-title {
font-size: 22px;
}
.image-grid {
grid-template-columns: 1fr;
}
.image-grid img {
height: 200px;
}
.section-number {
font-size: 18px;
}
.section-text p {
font-size: 15px;
}
.bottom-content {
padding: 20px;
}
}