
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #f8f9fa;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

h1 {
    font-size: 2.2rem;
    color: #1a3a5c;
    border-bottom: 3px solid #c41e3a;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.02em;
}

a {
    color: #1a3a5c;
    text-decoration: none;
    border-bottom: 1px dotted #c41e3a;
}

a:hover {
    border-bottom: 1px solid #c41e3a;
}

.centered-link {
    text-align: center;
    margin: 2rem 0;
}

.intro {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    color: #34495e;
}

.section {
    margin-bottom: 3rem;
}

.section p {
    margin-bottom: 1rem;
}
.section ul { margin-left: 2.5rem; margin-bottom: 8px; }

.bold {
    font-weight: bold;
    color: #6b2c3a;
}
figure {
    margin: 2.5rem 0;
}

figure img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #d1d5db;
}

figcaption {
    background-color: #1a3a5c;
    color: #fff;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    font-style: italic;
}

.specs {
    background-color: #e8f1f8;
    border-left: 4px solid #c41e3a;
    padding: 1.5rem;
    margin: 2rem 0;
}

.specs h2 {
    font-size: 1.3rem;
    color: #1a3a5c;
    margin-bottom: 1rem;
    font-weight: normal;
}

.specs table {
    width: 100%;
    border-collapse: collapse;
}

.specs td {
    padding: 0.4rem 0;
    border-bottom: 1px dotted #a0b4c4;
}

.specs td:first-child {
    font-weight: bold;
    color: #1a3a5c;
    width: 40%;
}

.specs td:last-child {
    text-align: right;
}

.specs ul {
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

.specs li {
    padding: 0.3rem 0;
    border-bottom: 1px dotted #a0b4c4;
}

.price {
    font-size: 1.8rem;
    color: #1a3a5c;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
    border: 2px solid #c41e3a;
    margin: 2.5rem 0;
}

.contact {
    background-color: #1a3a5c;
    color: #fff;
    padding: 2rem;
    text-align: center;
    margin-top: 3rem;
}

.contact h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

.contact a {
    color: #f8d7da;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.contact p {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

@media (max-width: 600px) {
    body { padding: 1rem; }
    h1 { font-size: 1.6rem; }
    .specs ul { columns: 1; }
}

.fine-print {
    font-size: 0.8rem;
    color: #4b5563;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f3f4f6;
    border: 1px solid #333;
    line-height: 1.5;
}
