.accounting-page__eyebrow {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #047857;
}

.accounting-service__visual .visual-block,
.accounting-service__visual svg {
    width: 100%;
    height: 100%;
    display: block;
}

.accounting-service__visual .visual-block {
    position: absolute;
    inset: 0;
}

#accounting-calc-form .form-label-light,
#calculator .form-label-light {
    display: block;
    margin-bottom: 0.5rem;
}

.accounting-teams {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .accounting-teams {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.accounting-team {
    height: 100%;
    padding: 2rem;
    border-radius: 1.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.accounting-team__title {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
}

.accounting-team__subtitle {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #059669;
}

.accounting-team__text {
    margin: 0 0 1.5rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
}

.accounting-team__members {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

.accounting-team__member {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.accounting-team__photo {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0;
    background: #ecfdf8;
}

.accounting-team__photo img,
.accounting-team__photo svg {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: var(--photo-focus, 50% 50%);
    display: block;
}

.accounting-team__name {
    margin: 0;
    font-weight: 700;
    color: #0f172a;
}

.accounting-team__role {
    margin: 0.15rem 0 0;
    font-size: 0.95rem;
    color: #64748b;
}

.recognize-included {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .recognize-included {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.recognize-included__card {
    height: 100%;
    padding: 1.75rem 1.85rem 1.9rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 32px -20px rgb(15 23 42 / 0.35);
}

.recognize-included__icon {
    width: 3.1rem;
    height: 3.1rem;
    margin-bottom: 1.1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #10b896, #0ea5e9);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recognize-included__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.recognize-included__title {
    margin: 0 0 0.65rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.recognize-included__text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
}

.recognize-support-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .recognize-support-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.recognize-support-points__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 1.08rem;
    line-height: 1.45;
    color: #334155;
}

.recognize-support-points__item .recognize-included__icon {
    margin: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.85rem;
}

.recognize-support-points__item .recognize-included__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.recognize-steps {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .recognize-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.recognize-steps__card {
    height: 100%;
    padding: 1.75rem 1.7rem 1.9rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 14px 32px -20px rgb(15 23 42 / 0.35);
}

.recognize-steps__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}

.recognize-steps__n {
    font-size: 2rem;
    font-weight: 800;
    color: #a7f3d0;
    line-height: 1;
}

.recognize-steps__title {
    margin: 0 0 0.6rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.recognize-steps__text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #475569;
}

.accounting-included-detail {
    scroll-margin-top: 6rem;
}

.accounting-included-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.accounting-included-points__item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #334155;
}

.accounting-included-points__mark {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #10b896, #0ea5e9);
    flex-shrink: 0;
}

.accounting-included-points__text {
    min-width: 0;
}

.accounting-included-points__note {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: #059669;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .accounting-included-points__note {
        display: block;
        margin-left: 0;
        margin-top: 0.15rem;
        white-space: normal;
    }
}

.accounting-included-group__title {
    margin: 0 0 1rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.accounting-included-table-wrap {
    overflow-x: auto;
    border-radius: 1.25rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

.accounting-included-table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
    font-size: 1rem;
}

.accounting-included-table thead th {
    padding: 0.9rem 1.15rem;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #64748b;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.accounting-included-table tbody th,
.accounting-included-table tbody td {
    padding: 1rem 1.15rem;
    vertical-align: top;
    border-bottom: 1px solid #f1f5f9;
    line-height: 1.55;
}

.accounting-included-table tbody tr:last-child th,
.accounting-included-table tbody tr:last-child td {
    border-bottom: none;
}

.accounting-included-table__service {
    min-width: 14rem;
    font-weight: 600;
    color: #0f172a;
    text-align: left;
}

.accounting-included-table__col2 {
    width: 16%;
    color: #475569;
    white-space: nowrap;
}

.accounting-included-table__col3 {
    width: 28%;
    color: #334155;
}

.accounting-included-table tbody tr:hover th,
.accounting-included-table tbody tr:hover td {
    background: #f8fafc;
}

@media (max-width: 640px) {
    .accounting-included-table {
        min-width: 32rem;
        font-size: 0.95rem;
    }

    .accounting-included-table thead th,
    .accounting-included-table tbody th,
    .accounting-included-table tbody td {
        padding: 0.85rem 0.9rem;
    }
}
