.account-services-page {
    width: 100%;
    min-height: 100%;
    padding: 48px 32px 56px;
    position: relative;
    background: #020b1d;
    overflow: hidden;
}

.account-services-page__glow {
    width: 600px;
    height: 600px;
    position: absolute;
    top: -83px;
    right: -100px;
    border-radius: 999px;
    background: rgba(91, 70, 185, 0.26);
    filter: blur(90px);
    pointer-events: none;
}

.account-services-page__viewport {
    width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 1;
}

.account-services-page__content {
    width: 100%;
    min-width: 1296px;
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.account-services-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.account-services-summary__copy {
    width: 100%;
    max-width: 478.8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.account-services-summary__title {
    color: var(--light-blue-01);
    font-size: 40px;
    font-weight: var(--semiBold);
    line-height: 40px;
    letter-spacing: -0.4px;
}

.account-services-summary__subtitle {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 25.6px;
}

.account-services-summary__button {
    min-width: 202px;
    min-height: 50px;
    padding: 12px 32px;
    border: 0;
    border-radius: 8px;

}



.account-services-stats {
    width: 535.99px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
    flex-shrink: 0;
}

.account-services-stat-card {
    width: 260px;
    min-height: 78px;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(67, 158, 239, 0.1);
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-services-stat-card--highlight {
    border-color: rgba(67, 158, 239, 0.25);
}

.account-services-stat-card__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #131f31;
    background: rgba(33, 55, 94, 0.15);
    box-shadow: inset 0 4px 4px rgba(134, 170, 225, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.account-services-stat-card__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.account-services-stat-card__content {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.account-services-stat-card__label {
    color: var(--neutral-06);
    font-size: 12px;
    font-weight: var(--medium);
    line-height: 12px;
    text-transform: uppercase;
}

.account-services-stat-card__value {
    color: var(--light-blue-01);
    font-size: 18px;
    font-weight: var(--semiBold);
    line-height: 18px;
}

.account-services-table-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-services-filters {
    width: 100%;
    min-height: 60px;
    padding: 17px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.account-services-filter-pills {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-services-filter-pills__label {
    color: #64748b;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.account-services-filter-pills__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-services-filter-pill-option {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.account-services-filter-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.account-services-filter-pill {
    min-height: 26px;
    padding: 5px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #c1c6d7;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.account-services-filter-radio:checked+.account-services-filter-pill {
    border-color: rgba(59, 130, 246, 0.2);
    background: rgba(59, 130, 246, 0.1);
    color: #60a5fa;
}

.account-services-filter-radio:focus-visible+.account-services-filter-pill {
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.35);
}

.account-services-filters__summary {
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 20px;
    white-space: nowrap;
}

.account-services-table-card {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 1px;
    overflow: hidden;
}

.account-services-table-card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-services-table__head {
    width: 100%;
    min-height: 53px;
    padding-right: 77.44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.account-services-table__head-cell {
    padding: 16px 24px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: var(--semiBold);
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.account-services-table__head-cell--service,
.account-services-row__cell--service {
    width: 268px;
}

.account-services-table__head-cell--submitted,
.account-services-row__cell--submitted {
    width: 210px;
}

.account-services-table__head-cell--status,
.account-services-row__cell--status {
    width: 192px;
}

.account-services-table__head-cell--payment,
.account-services-row__cell--payment {
    width: 192px;
}

.account-services-table__head-cell--price,
.account-services-row__cell--price {
    width: 126px;
}

.account-services-table__head-cell--action,
.account-services-row__cell--action {
    width: 108.56px;
}

.account-services-table__head-cell--action {
    opacity: 0;
}

.account-services-table__body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-services-row {
    width: 100%;
    min-height: 81px;
    padding-right: 77.44px;
    display: flex;
    align-items: center;
    gap: 24px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.account-services-row:is(:hover, :focus-visible) {
    background: rgba(91, 70, 185, 0.2);
    outline: none;
}

.account-services-row--bordered {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.account-services-row__cell {
    flex-shrink: 0;
}

.account-services-row__cell--service {
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.account-services-row__service-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
}

.account-services-row__cell--submitted {
    padding: 22.5px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.account-services-row__date {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 20px;
}

.account-services-row__time {
    color: rgba(193, 198, 215, 0.5);
    font-family: "Inter", "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.account-services-row__cell--status,
.account-services-row__cell--payment,
.account-services-row__cell--price {
    padding: 27.5px 24px;
    display: flex;
    align-items: center;
}

.account-services-row__cell--action {
    padding: 20.5px 24px;
    display: flex;
    justify-content: flex-end;
}

.account-services-status-pill,
.account-services-payment-pill {
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    white-space: nowrap;
}

.account-services-status-pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    flex-shrink: 0;
}

.account-services-status-pill.is-proposal {
    background: rgba(197, 110, 34, 0.1);
    color: #c56e22;
}

.account-services-status-pill.is-proposal .account-services-status-pill__dot {
    background: #c56e22;
}

.account-services-status-pill.is-progress {
    background: rgba(75, 142, 255, 0.2);
    color: #adc6ff;
}

.account-services-status-pill.is-progress .account-services-status-pill__dot {
    background: #adc6ff;
}

.account-services-status-pill.is-completed {
    background: rgba(34, 197, 94, 0.1);
    color: #4ade80;
}

.account-services-status-pill.is-completed .account-services-status-pill__dot {
    background: #22c55e;
}

.account-services-status-pill.is-submitted,
.account-services-status-pill.is-review {
    background: rgba(139, 124, 246, 0.12);
    color: #b9adff;
}

.account-services-status-pill.is-submitted .account-services-status-pill__dot,
.account-services-status-pill.is-review .account-services-status-pill__dot {
    background: #8b7cf6;
}

.account-services-status-pill.is-cancelled {
    background: rgba(217, 92, 102, 0.12);
    color: #ff9aa2;
}

.account-services-status-pill.is-cancelled .account-services-status-pill__dot {
    background: #d95c66;
}

.account-services-payment-pill.is-unpaid {
    background: rgba(147, 0, 10, 0.2);
    color: #ffb4ab;
}

.account-services-payment-pill.is-paid {
    background: rgba(34, 197, 94, 0.1);
    color: #4ade80;
}

.account-services-payment-pill.is-not-quoted {
    background: rgba(126, 140, 163, 0.1);
    color: #94a3b8;
}

.account-services-row__price-value {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 20px;
}

.account-services-row__action-button {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.account-services-row:is(:hover, :focus-visible) .account-services-row__action-button {
    background: rgba(255, 255, 255, 0.05);
}

.account-services-row__action-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.account-services-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-services-pagination__meta {
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 20px;
}

.account-services-pagination__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-services-page-button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    cursor: pointer;
}

.account-services-page-button--active {
    border-color: transparent;
    background: #3b82f6;
    color: #ffffff;
    font-weight: var(--semiBold);
}

.account-services-page-button__arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.account-services-page-button__arrow--prev {
    transform: rotate(180deg);
}


.account-home-promo {
    min-height: 280px;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    background-image: url('../images/Images/account-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.account-home-promo__content {
    max-width: 672px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px
}


.account-home-promo__title {
    color: var(--white);
    font-size: 40px;
    font-weight: var(--semiBold);
    line-height: 48px;
    letter-spacing: -2%;
}

.account-home-promo__description {
    color: #C1C6D7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 160%;
}

.account-home-promo__actions {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
}


.account-home-promo__button--primary {
    padding: 12px 32px;
    height: 50px;
}

.account-home-promo__button--secondary {
    padding: 12px 32px;
    height: 50px;

}


@media (max-width: 1439px) {
    .account-services-page {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 768px) {
    .account-services-page {
        padding-right: 16px;
        padding-left: 16px;
    }
}
