#main{
    text-align: center;
}
.rounded{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.list-group {
    max-width: 460px;
    margin: 4rem auto;
}

.list-style{
    text-align: left;
}

.wixpartner{
    margin-top: 70px;
}

.homepage {
    color: #1f2937;
}

.homepage .eyebrow {
    color: #f7931e;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.homepage .section-title {
    margin-bottom: 1.5rem;
}

.homepage .section-title p {
    color: #6b7280;
    margin-bottom: 0;
}

.admin-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(17, 24, 39, 0.08);
    display: grid;
    gap: 1rem;
}

.stat-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.25rem;
}

.stat-card.stat-accent {
    background: #fff6ec;
    border-color: rgba(247, 147, 30, 0.4);
}

.stat-label {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.35rem;
}

.stat-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
}

.stat-link {
    display: inline-block;
    margin-top: 0.6rem;
    color: #f7931e;
    font-weight: 600;
    text-decoration: none;
}

.stat-link:hover {
    text-decoration: underline;
}

.service-group {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.05);
    height: 100%;
}

.service-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.service-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-item h4 {
    margin-bottom: 0.4rem;
}

.service-item p {
    color: #4b5563;
    margin-bottom: 0.75rem;
}

.service-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.info-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 16px 32px rgba(17, 24, 39, 0.05);
    height: 100%;
}

.info-card-light {
    background: #f9fafb;
}

.info-card .list-style {
    margin-bottom: 1.25rem;
}

.info-card .wixpartner {
    margin-top: 1.5rem;
    max-width: 220px;
}