body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f5f5;
    color: #222;
}

.top-header {
    background: #000;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.logo {
    max-width: 180px;
    margin-bottom: 8px;
}

.presentation,
.rating {
    text-align: center;
}

.presentation {
    background: #ffffff;
    padding: 25px 20px;
    margin: 15px;
    border-left: none;
}

.presentation p {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.rating {
    background: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.catalog {
    padding: 30px 20px;
    background: #fff;
}

.catalog h2 {
    margin: 0;
    font-size: 24px;
	text-align: center;
}

.subtitle {
    color: #666;
    margin-bottom: 20px;
	text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.product {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.product img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.product h3 {
    font-size: 16px;
    margin: 10px 0;
}

.price {
    font-weight: bold;
    margin-bottom: 10px;
}

.muted {
    color: #999;
}

.btn {
    display: block;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    border: none;
}

.whatsapp {
    background: #25d366;
    color: #fff;
}

.disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
}

.locked {
    opacity: 0.65;
}

.footer {
    text-align: center;
    font-size: 13px;
    color: #777;
    padding: 20px;
}
.footer {
    background: #000;
    color: #fff;
    padding: 30px 20px;
}

.footer a {
    color: #25d366;
    text-decoration: none;
    font-weight: bold;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
}

.footer-copy {
    font-size: 13px;
    opacity: 0.7;
    margin-top: 15px;
}
.footer-title {
    font-size: 18px;
    font-weight: bold;
}

.footer-subtitle {
    font-size: 14px;
    opacity: 0.9;
}
.footer-address,
.footer-phone {
    margin: 6px 0;
}

.footer-phone a {
    color: #25d366;
    text-decoration: none;
    font-weight: bold;
}
