.dartcom-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 0;
}

.dartcom-header__site-name {
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none;
}

.dartcom-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dartcom-menu a {
    text-decoration: none;
}

.dartcom-header__contact {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
}

.dartcom-header__whatsapp {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.dartcom-content,
.dartcom-home {
    padding: 40px 20px;
    min-height: 200px;
}

.dartcom-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}

.dartcom-footer__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 24px 0;
    font-size: 0.85rem;
    color: #666;
}
