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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background-color: #fff;
    padding: 25px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 34px;
    font-weight: bold;
    color: #C5A059;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Times New Roman', serif;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 32px;
}

nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #C5A059;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.55)), url('imgs/hero-treatment-room.jpg');
    background-size: cover;
    background-position: center;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 22px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Times New Roman', serif;
}

.hero-content p {
    font-size: 21px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.content-section {
    padding: 68px 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.content-section:nth-child(even) {
    background-color: #fafafa;
}

.content-section:last-of-type {
    border-bottom: none;
}

.content-section h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 16px;
    font-family: 'Times New Roman', serif;
}

.content-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 3px;
    background-color: #C5A059;
}

.content-section p {
    font-size: 17px;
    margin-bottom: 24px;
    text-align: justify;
    color: #444;
    line-height: 1.95;
}

.section-image {
    width: 100%;
    max-width: 800px;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
    margin: 30px 0;
    box-shadow: 0 5px 22px rgba(0,0,0,0.1);
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    align-items: center;
}

.content-grid.reverse {
    direction: rtl;
}

.content-grid.reverse > * {
    direction: ltr;
}

.text-content h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 17px;
    font-weight: 600;
}

.text-content p {
    font-size: 16px;
    line-height: 1.92;
}

.image-content img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

footer {
    background-color: #000;
    color: #fff;
    padding: 55px 0 30px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 42px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #C5A059;
    font-weight: 600;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
    opacity: 0.9;
}

.footer-section ul li a:hover {
    color: #C5A059;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.82;
    color: #fff;
    opacity: 0.9;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 14px;
    opacity: 0.85;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url('imgs/laser-device.jpg');
    background-size: cover;
    background-position: center;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-header h1 {
    font-size: 43px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: 'Times New Roman', serif;
}

.page-content {
    padding: 65px 0;
    max-width: 920px;
    margin: 0 auto;
}

.page-content h2 {
    font-size: 28px;
    color: #000;
    margin: 40px 0 20px;
    border-bottom: 3px solid #C5A059;
    padding-bottom: 10px;
    font-family: 'Times New Roman', serif;
}

.page-content h3 {
    font-size: 22px;
    color: #000;
    margin: 30px 0 15px;
    font-weight: 600;
}

.page-content p {
    font-size: 17px;
    line-height: 1.92;
    margin-bottom: 20px;
    text-align: justify;
}

.page-content ul {
    margin: 20px 0 20px 40px;
}

.page-content ul li {
    font-size: 17px;
    line-height: 1.88;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        gap: 16px;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .hero {
        height: 450px;
    }

    .hero-content h1 {
        font-size: 33px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .content-grid {
        grid-template-columns: 1fr;
    }

    .content-grid.reverse {
        direction: ltr;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    .section-image {
        height: 265px;
    }

    .image-content img {
        height: 280px;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .content-section h2 {
        font-size: 26px;
    }
}
