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

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #f5f2ea;
    background: #081311;
    line-height: 1.6;
}

a {
    color: #d8b56a;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
}

.topbar {
    background: rgba(6, 18, 16, 0.95);
    border-bottom: 1px solid rgba(216, 181, 106, 0.22);
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(10px);
}

.topbar-inner,
.footer-inner,
.hero-grid,
.split-grid,
.schedule-grid,
.admin-header,
.admin-grid,
.cta-box,
.benefits-grid {
    display: flex;
}

.topbar-inner,
.footer-inner,
.admin-header,
.cta-box {
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
}

.brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f2c28, #d8b56a);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 0 0 4px rgba(216, 181, 106, 0.10);
}

.brand h1 {
    font-size: 24px;
    color: #ffffff;
}

.brand p,
.subtitle,
.tag,
.footer p {
    color: #d8cbb0;
}

.hero {
    padding: 72px 0 42px;
    background:
        radial-gradient(circle at top right, rgba(216, 181, 106, 0.16), transparent 28%),
        linear-gradient(180deg, #0a1715 0%, #10211e 100%);
}

.hero-grid,
.split-grid,
.schedule-grid,
.admin-grid,
.benefits-grid {
    gap: 32px;
}

.hero-grid,
.split-grid,
.schedule-grid,
.admin-grid {
    align-items: center;
}

.hero-copy,
.hero-visual,
.split-grid > div,
.schedule-grid > div,
.schedule-form,
.admin-card {
    flex: 1;
}

.tag,
.subtitle,
.badge {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: bold;
}

.tag {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(216, 181, 106, 0.10);
    border: 1px solid rgba(216, 181, 106, 0.22);
    margin-bottom: 18px;
    color: #efdba8;
}

.hero h2,
.section-header h3,
.schedule h3,
.cta-box h3,
.about h3,
.admin-card h2,
.service-card h4,
.highlight-card h4,
.faq-item summary {
    color: #ffffff;
}

.hero h2 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero p,
.section-header p,
.about p,
.schedule p,
.cta-box p,
.service-card p,
.benefit-box p,
.doctor-card li,
.faq-item p,
.empty-faq,
.schedule-note,
.admin-header p,
.benefit-box strong,
.form-row label,
.checkbox-row,
.faq-table th,
.faq-table td {
    color: #dfd7c8;
}

.hero-actions,
.hero-points,
.services-grid {
    margin-top: 24px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-points {
    padding-left: 20px;
}

.hero-points li {
    margin-bottom: 8px;
    color: #f0eadf;
}

.card-image,
.service-card,
.doctor-card,
.benefit-box,
.schedule-form,
.faq-item,
.empty-faq,
.cta-box,
.admin-card,
.alert {
    background: linear-gradient(180deg, rgba(15, 38, 34, 0.96), rgba(8, 22, 20, 0.96));
    border-radius: 22px;
    border: 1px solid rgba(216, 181, 106, 0.14);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.card-image {
    overflow: hidden;
    padding: 10px;
}

.section {
    padding: 72px 0;
}

.section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 34px;
}

.split-grid,
.schedule-grid,
.admin-grid {
    align-items: stretch;
}

.doctor-card,
.benefit-box,
.schedule-form,
.cta-box,
.admin-card,
.empty-faq {
    padding: 28px;
}

.doctor-card ul {
    padding-left: 18px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.service-card {
    overflow: hidden;
    padding-bottom: 24px;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: saturate(0.85) contrast(1.02);
}

.service-card h4,
.highlight-card h4 {
    font-size: 24px;
    padding: 18px 22px 8px;
}

.service-card p,
.highlight-card p {
    padding: 0 22px;
}

.highlight-card {
    padding: 26px;
    background: linear-gradient(135deg, #17332e, #0c1f1c);
    color: #fff;
    position: relative;
}

.highlight-card:before,
.cta-box:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(216,181,106,0.55), rgba(216,181,106,0.05));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.highlight-card h4,
.highlight-card p,
.highlight-card .badge,
.cta-box .subtitle,
.cta-box p,
.cta-box h3 {
    color: #fff8eb;
    padding-left: 0;
    padding-right: 0;
}

.badge {
    margin-bottom: 12px;
    color: #f1cf84;
}

.benefits-grid {
    gap: 22px;
}

.benefit-box {
    flex: 1;
}

.benefit-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    color: #f1cf84;
}

.form-row {
    margin-bottom: 16px;
}

.form-row label {
    display: block;
    margin-bottom: 7px;
    font-weight: bold;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(216, 181, 106, 0.18);
    border-radius: 14px;
    outline: none;
    font-size: 15px;
    background: #0d1b19;
    color: #ffffff;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: #d8b56a;
    box-shadow: 0 0 0 3px rgba(216, 181, 106, 0.12);
}

.form-row textarea {
    resize: vertical;
}

.checkbox-row {
    margin-bottom: 16px;
}

.btn {
    background: linear-gradient(135deg, #d8b56a, #b58a3c);
    color: #0b1714;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s ease;
    box-shadow: 0 10px 25px rgba(181, 138, 60, 0.22);
}

.btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.btn-light,
.btn-outline {
    background: transparent;
    color: #f4e5be;
    border: 1px solid rgba(216, 181, 106, 0.45);
    box-shadow: none;
}

.btn-block {
    width: 100%;
}

.schedule-note {
    margin-top: 18px;
    padding: 18px;
    border-left: 4px solid #d8b56a;
    background: rgba(216, 181, 106, 0.08);
    border-radius: 14px;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 14px;
    padding: 20px 24px;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    margin-top: 12px;
}

.cta-box {
    background: linear-gradient(135deg, #15312c, #0a1816);
    color: #fff;
    position: relative;
}

.footer {
    padding: 22px 0 40px;
    border-top: 1px solid rgba(216, 181, 106, 0.10);
}

.admin-body {
    background: #071311;
}

.admin-wrapper {
    padding: 50px 0;
}

.alert {
    padding: 16px 18px;
    margin-bottom: 18px;
}

.alert.success {
    border-left: 4px solid #d8b56a;
}

.alert.danger {
    border-left: 4px solid #c44a4a;
}

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

.faq-table th,
.faq-table td {
    border-bottom: 1px solid rgba(216, 181, 106, 0.12);
    padding: 12px 8px;
    text-align: left;
    vertical-align: top;
}

code {
    color: #f1cf84;
}

@media (max-width: 980px) {
    .hero-grid,
    .split-grid,
    .schedule-grid,
    .admin-grid,
    .cta-box,
    .topbar-inner,
    .footer-inner,
    .benefits-grid {
        flex-direction: column;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero h2 {
        font-size: 36px;
    }
}

@media (max-width: 640px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 42px;
    }

    .hero h2 {
        font-size: 30px;
    }

    .brand h1 {
        font-size: 20px;
    }
}
