.commerce-page {
    background: #edf4f3;
}

.commerce-nav a[aria-current="page"] {
    color: var(--ink);
    font-weight: 850;
}

.commerce-nav a[aria-current="page"]::after {
    right: 0;
    width: 100%;
}

.commerce-hero {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 18%, rgba(22, 166, 216, 0.22), transparent 28rem),
        linear-gradient(135deg, #0a3145 0%, #102b3a 62%, #08222f 100%);
}

.commerce-hero::before {
    position: absolute;
    width: 520px;
    height: 520px;
    top: -235px;
    right: 8%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 78px rgba(255, 255, 255, 0.025),
        0 0 0 155px rgba(255, 255, 255, 0.02);
    content: "";
}

.commerce-hero__grid {
    position: relative;
    min-height: 570px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
    align-items: center;
    gap: 90px;
    padding-block: 80px;
}

.commerce-hero h1,
.invoice-hero h1 {
    max-width: 800px;
    margin: 22px 0 0;
    color: var(--white);
    font-size: clamp(3.2rem, 5.5vw, 5.8rem);
    line-height: 0.93;
    letter-spacing: -0.065em;
}

.commerce-hero h1 em,
.invoice-hero h1 em {
    color: #a9dff0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.commerce-hero__lead {
    max-width: 720px;
    margin: 30px 0 0;
    color: #c7d9df;
    font-size: 1.13rem;
}

.commerce-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.commerce-hero__panel {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px 30px 80px 30px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 15, 24, 0.25);
    backdrop-filter: blur(18px);
}

.commerce-kicker {
    display: block;
    color: var(--water);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.commerce-hero__panel .commerce-kicker {
    color: #8fd2e8;
}

.commerce-hero__panel > strong {
    display: block;
    margin-top: 13px;
    font-size: 1.7rem;
    line-height: 1.08;
}

.commerce-hero__panel > p {
    margin: 13px 0 26px;
    color: #bfd2da;
    font-size: 0.92rem;
}

.commerce-hero__panel ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.commerce-hero__panel li {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    min-height: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #e8f2f4;
    font-size: 0.85rem;
    font-weight: 750;
}

.commerce-hero__panel li span {
    color: var(--signal);
    font-size: 0.7rem;
    font-weight: 900;
}

.commerce-principles {
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.commerce-principles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.commerce-principles__grid > div {
    min-height: 106px;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-content: center;
    column-gap: 12px;
    padding: 20px 30px;
    border-inline-start: 1px solid var(--line);
}

.commerce-principles__grid > div:last-child {
    border-inline-end: 1px solid var(--line);
}

.commerce-principles strong,
.commerce-principles small {
    grid-column: 2;
}

.commerce-principles strong {
    font-size: 0.9rem;
}

.commerce-principles small {
    color: #647c86;
    font-size: 0.72rem;
}

.mode-dot {
    grid-row: 1 / 3;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--water);
    box-shadow: 0 0 0 5px rgba(7, 140, 196, 0.12);
}

.mode-dot--starting {
    background: var(--signal);
    box-shadow: 0 0 0 5px rgba(242, 138, 27, 0.12);
}

.mode-dot--quote {
    background: var(--grass);
    box-shadow: 0 0 0 5px rgba(47, 110, 79, 0.12);
}

.catalog-section {
    background: #edf4f3;
}

.catalog-heading {
    margin-bottom: 32px;
}

.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.catalog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.catalog-filters button {
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid #c7d8d8;
    border-radius: 999px;
    color: var(--ink-soft);
    background: transparent;
    font-size: 0.77rem;
    font-weight: 800;
    cursor: pointer;
}

.catalog-filters button[aria-pressed="true"] {
    color: var(--white);
    border-color: var(--ink);
    background: var(--ink);
}

.catalog-help {
    color: var(--water-deep);
    font-size: 0.78rem;
    font-weight: 850;
    text-underline-offset: 4px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
    align-items: start;
    gap: 30px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.catalog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(197, 215, 216, 0.8);
    border-radius: 24px;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.catalog-card[hidden] {
    display: none;
}

.catalog-card__visual {
    position: relative;
    min-height: 136px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 24px;
    color: var(--white);
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.22), transparent 42%),
        linear-gradient(145deg, var(--water-deep), var(--water));
}

.catalog-card__visual::after {
    position: absolute;
    width: 155px;
    height: 155px;
    top: -82px;
    right: -34px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    content: "";
}

.catalog-card__visual--quote {
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.2), transparent 42%),
        linear-gradient(145deg, #164b48, var(--grass));
}

.catalog-card__visual--starting {
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.23), transparent 42%),
        linear-gradient(145deg, #9d5209, var(--signal));
}

.catalog-card__visual--hidden {
    background:
        radial-gradient(circle at 84% 10%, rgba(255, 255, 255, 0.15), transparent 42%),
        linear-gradient(145deg, #274957, #587480);
}

.catalog-card__visual > span {
    font-size: 3rem;
    font-weight: 950;
    letter-spacing: -0.07em;
    line-height: 0.8;
}

.catalog-card__visual > small {
    position: relative;
    z-index: 1;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-card__body {
    padding: 25px;
}

.price-mode {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--water-deep);
    background: var(--water-light);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.price-mode--starting {
    color: #7a410b;
    background: var(--signal-light);
}

.price-mode--quote {
    color: #24583f;
    background: #e3f2e9;
}

.price-mode--hidden {
    color: #445f6b;
    background: #e9eff1;
}

.catalog-card h3 {
    margin: 16px 0 9px;
    font-size: 1.32rem;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.catalog-card__body > p {
    min-height: 76px;
    margin: 0;
    color: #56707b;
    font-size: 0.82rem;
}

.catalog-card__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.catalog-card__footer small {
    color: #758c94;
    font-size: 0.68rem;
    line-height: 1.35;
}

.add-button {
    min-width: 76px;
    min-height: 42px;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    color: #392100;
    background: var(--signal);
    font-size: 0.78rem;
    font-weight: 900;
    cursor: pointer;
}

.add-button span {
    margin-left: 5px;
}

.catalog-card--custom {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 29px;
    border: 1px dashed #84b7c8;
    color: var(--white);
    background:
        radial-gradient(circle at 85% 15%, rgba(22, 166, 216, 0.25), transparent 35%),
        var(--ink);
}

.catalog-card__plus {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: var(--signal);
    font-size: 1.8rem;
}

.catalog-card--custom .eyebrow {
    color: #9bcbd9;
}

.catalog-card--custom h3 {
    font-size: 1.7rem;
}

.catalog-card--custom p {
    margin: 0;
    color: #bcd0d7;
    font-size: 0.83rem;
}

.catalog-card--custom .text-link {
    color: var(--white);
}

.project-cart {
    position: sticky;
    top: 112px;
    overflow: hidden;
    border: 1px solid #bfd2d4;
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 26px 60px rgba(16, 43, 58, 0.14);
}

.project-cart__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding: 27px 27px 20px;
}

.project-cart__header h2 {
    margin: 7px 0 0;
    font-size: 1.48rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.cart-count {
    min-width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #3a2100;
    background: var(--signal);
    font-size: 0.82rem;
    font-weight: 950;
}

.project-cart__notice {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 10px;
    margin: 0 20px 5px;
    padding: 14px;
    border-radius: 14px;
    color: #275368;
    background: #e7f5f8;
}

.project-cart__notice > span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--water);
    font-size: 0.72rem;
    font-weight: 900;
}

.project-cart__notice p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.45;
}

.project-cart__no-script {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(7, 93, 140, 0.22);
    border-radius: 1rem;
    background: #f7fbfc;
}

.project-cart__no-script legend {
    padding: 0 0.35rem;
    font-weight: 800;
    color: var(--ink);
}

.project-cart__no-script > p {
    margin: 0;
    color: #48616e;
    font-size: 0.88rem;
}

.project-cart__no-script-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 6rem;
    gap: 0.75rem;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(16, 43, 58, 0.1);
}

.project-cart__no-script-item label {
    display: flex;
    gap: 0.55rem;
    align-items: center;
}

.project-cart__no-script-item label > span {
    display: grid;
}

.project-cart__no-script-item small {
    color: #61747d;
}

.project-cart__no-script-item input[type="number"] {
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid rgba(16, 43, 58, 0.2);
    border-radius: 0.65rem;
    padding: 0.55rem;
}

.project-cart__items {
    max-height: 330px;
    overflow-y: auto;
    margin: 0;
    padding: 0 27px;
    list-style: none;
}

.project-cart__items li {
    display: grid;
    gap: 13px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.project-cart__items strong {
    display: block;
    font-size: 0.82rem;
    line-height: 1.3;
}

.project-cart__items small {
    display: block;
    margin-top: 3px;
    color: #718790;
    font-size: 0.68rem;
}

.cart-item__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-item__controls label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #718790;
    font-size: 0.65rem;
    font-weight: 800;
}

.cart-item__controls input {
    width: 62px;
    min-height: 38px;
    padding: 5px 8px;
    border: 1px solid #c8d8da;
    border-radius: 9px;
    text-align: center;
}

.cart-item__controls button {
    min-height: 36px;
    padding: 6px;
    border: 0;
    color: #9d4a34;
    background: transparent;
    font-size: 0.67rem;
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.project-cart__empty {
    margin: 0 27px;
    padding: 30px 0;
    color: #718790;
    font-size: 0.78rem;
}

.project-cart__summary {
    display: grid;
    gap: 3px;
    margin: 0 27px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.project-cart__summary span {
    color: #718790;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.project-cart__summary strong {
    font-size: 1.05rem;
}

.project-cart__summary small {
    color: #718790;
    font-size: 0.65rem;
}

.project-cart__notes {
    margin: 20px 27px;
}

.project-cart__notes textarea {
    min-height: 84px;
}

.project-cart__contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 27px 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.project-cart__contact .field {
    gap: 6px;
}

.project-cart__contact .field--full {
    grid-column: 1 / -1;
}

.project-cart__contact label {
    color: #45616e;
    font-size: 0.68rem;
    font-weight: 850;
}

.project-cart__contact label small {
    color: #718790;
    font-weight: 650;
}

.project-cart__contact input {
    min-width: 0;
    min-height: 42px;
    padding: 10px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: var(--ink);
    background: #fff;
}

.project-cart__privacy {
    margin: -14px 27px 25px;
    color: #718790;
    font-size: 0.68rem;
    line-height: 1.55;
}

.project-cart > .button {
    width: calc(100% - 54px);
    margin: 0 27px 27px;
}

.commerce-result {
    margin: 0 27px 27px;
    padding: 16px;
    border: 1px solid #a7d1bc;
    border-radius: 14px;
    color: #24533e;
    background: #eaf7f0;
}

.commerce-result p {
    margin: 4px 0 0;
    font-size: 0.72rem;
}

.commerce-result--error {
    margin-top: 20px;
    border-color: #e0ad98;
    color: #7a3225;
    background: #fff3ed;
}

.portal-flash {
    margin: 20px 0;
    padding: 14px 17px;
    border: 1px solid #a7d1bc;
    border-radius: 12px;
    color: #24533e;
    background: #eaf7f0;
    font-size: 0.78rem;
    font-weight: 800;
}

.portal-flash--error {
    border-color: #e0ad98;
    color: #7a3225;
    background: #fff3ed;
}

.quote-scope {
    display: grid;
    gap: 12px;
    margin: 0 28px 24px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #f7faf9;
}

.quote-scope__content,
.quote-terms__content {
    color: #4f6873;
    font-size: 0.78rem;
    line-height: 1.7;
}

.quote-scope__content > :first-child,
.quote-terms__content > :first-child {
    margin-top: 0;
}

.quote-scope__content > :last-child,
.quote-terms__content > :last-child {
    margin-bottom: 0;
}

.quote-accept-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.quote-accept-form > label:not(.quote-accept-check) {
    display: grid;
    gap: 6px;
}

.quote-accept-form label > span {
    color: #536d78;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.45;
}

.quote-accept-form input[type="text"] {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: var(--ink);
    background: #fff;
}

.quote-accept-check {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 9px;
    padding: 12px;
    border-radius: 9px;
    background: #f2f6f5;
}

.quote-accept-check input {
    margin-top: 3px;
}

.payment-provider-roadmap {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f7faf9;
}

.payment-provider-roadmap > strong {
    font-size: 0.72rem;
}

.payment-provider-roadmap ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.payment-provider-roadmap li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 7px;
    color: #617985;
    font-size: 0.65rem;
    line-height: 1.45;
}

.commerce-primary-button,
.commerce-secondary-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 900;
    cursor: pointer;
}

.commerce-primary-button {
    border: 1px solid var(--signal);
    color: #422600;
    background: var(--signal);
}

.commerce-secondary-button {
    border: 1px solid #c4d4d6;
    color: var(--ink);
    background: var(--white);
}

.quote-workflow {
    color: var(--white);
    background: var(--ink);
}

.quote-workflow__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}

.quote-workflow__steps li {
    min-height: 250px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.quote-workflow__steps li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.quote-workflow__steps li > span {
    color: var(--signal);
    font-size: 0.72rem;
    font-weight: 900;
}

.quote-workflow__steps strong {
    display: block;
    margin-top: 80px;
    font-size: 1.08rem;
}

.quote-workflow__steps p {
    color: #9eb4bd;
    font-size: 0.77rem;
}

.quote-workflow__next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 34px;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
}

.quote-workflow__next > span {
    color: #85a5b1;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quote-workflow__next a {
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 850;
}

.commerce-footer__inner {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 1fr;
    gap: 70px;
}

.commerce-footer__inner > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.commerce-footer__inner > div > strong {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.commerce-footer__inner > div > a {
    color: #9db5bf;
    font-size: 0.78rem;
}

/* Invoice */

.invoice-hero {
    color: var(--white);
    background:
        radial-gradient(circle at 70% -30%, rgba(22, 166, 216, 0.28), transparent 36rem),
        var(--ink);
}

.invoice-hero__top {
    min-height: 375px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding-block: 65px 105px;
}

.invoice-hero h1 {
    margin-top: 20px;
    font-size: clamp(3rem, 5vw, 5rem);
}

.invoice-hero__support {
    display: grid;
    gap: 5px;
    min-width: 300px;
    padding: 24px;
    border-left: 2px solid var(--signal);
}

.invoice-hero__support span {
    margin-bottom: 6px;
    color: #9eb6bf;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.invoice-hero__support a {
    color: var(--white);
    font-size: 0.86rem;
    font-weight: 800;
}

.invoice-stage {
    padding-bottom: 90px;
    background: #edf4f3;
}

.demo-warning {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    margin-top: -46px;
    padding: 18px 22px;
    border: 1px solid #f0bc7d;
    border-radius: 16px;
    color: #693d0b;
    background: #fff3e3;
    box-shadow: 0 14px 35px rgba(16, 43, 58, 0.1);
}

.demo-warning span {
    font-size: 0.78rem;
}

.invoice-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
    align-items: start;
    gap: 30px;
    margin-top: 30px;
}

.invoice-paper,
.payment-panel {
    border: 1px solid #c8d9db;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.invoice-paper {
    padding: 48px;
    border-radius: 28px;
}

.invoice-paper__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--ink);
}

.invoice-paper__header p {
    margin: 18px 0 0;
    color: #748891;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.invoice-paper__header h2 {
    margin: 2px 0 0;
    font-size: 2.3rem;
    letter-spacing: -0.055em;
}

.invoice-paper__header img {
    border: 1px solid var(--line);
    border-radius: 18px;
}

.tenant-mark--invoice {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
    border-color: var(--line);
    border-radius: 18px;
    font-size: 1.08rem;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.status-chip span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.status-chip--due {
    color: #78420b;
    background: var(--signal-light);
}

.status-chip--due span {
    background: var(--signal);
}

.invoice-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 23px 0;
    border-bottom: 1px solid var(--line);
}

.invoice-meta div {
    display: grid;
    gap: 2px;
}

.invoice-meta span,
.invoice-parties span {
    color: #748891;
    font-size: 0.66rem;
    font-weight: 850;
    text-transform: uppercase;
}

.invoice-meta strong {
    font-size: 0.82rem;
}

.invoice-parties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 28px 0;
}

.invoice-parties div {
    display: grid;
}

.invoice-parties strong {
    margin-top: 7px;
    font-size: 0.9rem;
}

.invoice-parties p {
    margin: 0;
    color: #657c86;
    font-size: 0.76rem;
}

.invoice-job-note {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 13px;
    padding: 17px;
    border-radius: 15px;
    color: #24543d;
    background: #e9f6ef;
}

.invoice-job-note > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--grass);
    font-weight: 900;
}

.invoice-job-note strong {
    font-size: 0.78rem;
}

.invoice-job-note p {
    margin: 2px 0 0;
    color: #4c6e5e;
    font-size: 0.69rem;
}

.invoice-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin-top: 32px;
}

.invoice-layout > *,
.quote-review-layout > * {
    min-width: 0;
}

.invoice-table-wrap:focus-visible {
    outline: 3px solid var(--signal);
    outline-offset: 4px;
}

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

.invoice-table th {
    padding: 11px 8px;
    border-bottom: 1px solid var(--ink);
    color: #718790;
    font-size: 0.65rem;
    text-align: left;
    text-transform: uppercase;
}

.invoice-table th:nth-child(2),
.invoice-table td:nth-child(2) {
    width: 58px;
    text-align: center;
}

.invoice-table th:last-child,
.invoice-table td:last-child {
    width: 90px;
    text-align: right;
}

.invoice-table td {
    padding: 17px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 0.77rem;
    vertical-align: top;
}

.invoice-table td strong,
.invoice-table td span {
    display: block;
}

.invoice-table td span {
    margin-top: 2px;
    color: #718790;
    font-size: 0.67rem;
}

.invoice-totals {
    width: min(100%, 320px);
    display: grid;
    gap: 10px;
    margin: 26px 0 0 auto;
}

.invoice-totals > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 0.76rem;
}

.invoice-totals__due {
    margin-top: 7px;
    padding-top: 17px;
    border-top: 2px solid var(--ink);
}

.invoice-totals__due span {
    font-weight: 850;
}

.invoice-totals__due strong {
    font-size: 1.45rem;
}

.invoice-paper__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.invoice-paper__footer p {
    margin: 0;
    color: #657c86;
    font-size: 0.7rem;
}

.document-link {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 8px 13px;
    border: 0;
    color: var(--water-deep);
    background: transparent;
    font-size: 0.7rem;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.payment-panel {
    position: sticky;
    top: 112px;
    padding: 31px;
    border-radius: 28px;
}

.payment-panel h2 {
    margin: 14px 0 0;
    font-size: 0.9rem;
}

.payment-panel__amount {
    display: block;
    margin-top: 4px;
    font-size: 3.1rem;
    letter-spacing: -0.065em;
    line-height: 1;
}

.payment-panel__invoice {
    display: block;
    margin-top: 7px;
    color: #718790;
    font-size: 0.7rem;
}

.payment-button {
    margin-top: 26px;
}

.payment-trust {
    display: grid;
    grid-template-columns: 31px 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 14px;
    border-radius: 14px;
    background: #edf6f8;
}

.payment-trust > span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--water-deep);
    font-weight: 900;
}

.payment-trust p {
    margin: 0;
    color: #56717c;
    font-size: 0.68rem;
}

.payment-trust strong {
    display: block;
    color: var(--ink);
}

.commerce-result--payment {
    margin: 18px 0 0;
}

.payment-options,
.payment-help {
    margin-top: 23px;
    padding-top: 21px;
    border-top: 1px solid var(--line);
}

.payment-options strong,
.payment-help span {
    display: block;
    font-size: 0.72rem;
}

.payment-options p {
    margin: 5px 0 0;
    color: #718790;
    font-size: 0.68rem;
}

.payment-help a {
    display: inline-block;
    margin-top: 4px;
    color: var(--water-deep);
    font-size: 0.82rem;
    font-weight: 900;
}

.invoice-download-result {
    margin: 24px 0 0;
}

.invoice-timeline-section {
    padding-block: 88px;
    background: var(--white);
}

.invoice-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.invoice-timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 10px;
    padding-right: 20px;
}

.invoice-timeline li::before {
    position: absolute;
    top: 18px;
    left: 37px;
    right: 0;
    height: 2px;
    background: #d7e3e4;
    content: "";
}

.invoice-timeline li:last-child::before {
    display: none;
}

.invoice-timeline li > span {
    position: relative;
    z-index: 1;
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border: 2px solid #cbdadd;
    border-radius: 50%;
    color: #748891;
    background: var(--white);
    font-size: 0.7rem;
    font-weight: 900;
}

.invoice-timeline li.is-complete > span {
    color: var(--white);
    border-color: var(--grass);
    background: var(--grass);
}

.invoice-timeline li.is-current > span {
    color: #462900;
    border-color: var(--signal);
    background: var(--signal);
}

.invoice-timeline li > div {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    background: var(--white);
}

.invoice-timeline strong,
.invoice-timeline small {
    display: block;
}

.invoice-timeline strong {
    font-size: 0.76rem;
}

.invoice-timeline small {
    color: #718790;
    font-size: 0.64rem;
}

/* Quote review and conversation */

.quote-review-hero {
    color: var(--white);
    background:
        radial-gradient(circle at 76% -25%, rgba(22, 166, 216, 0.3), transparent 34rem),
        linear-gradient(135deg, #0a3246, #102b3a 68%, #071f2a);
}

.quote-review-hero__grid {
    min-height: 425px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    align-items: center;
    gap: 80px;
    padding-block: 65px 105px;
}

.quote-review-hero h1 {
    margin: 18px 0 0;
    font-size: clamp(3.1rem, 5.5vw, 5.5rem);
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.quote-review-hero h1 em {
    color: #a9dff0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.quote-review-hero__grid > div:first-child > p:last-child {
    max-width: 720px;
    color: #bbd0d7;
}

.quote-review-hero__status {
    display: grid;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 15, 24, 0.2);
}

.status-chip--ready {
    justify-self: start;
    color: #bde8d2;
    background: rgba(47, 110, 79, 0.45);
}

.status-chip--ready span {
    background: #73d09c;
}

.quote-review-hero__status > strong {
    margin-top: 22px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.06em;
}

.quote-review-hero__status > small {
    margin-top: 8px;
    color: #9fb7c0;
    font-size: 0.66rem;
}

.quote-review-stage {
    padding-bottom: 90px;
    background: #edf4f3;
}

.quote-review-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: start;
    gap: 28px;
    margin-top: 30px;
}

.quote-document,
.quote-action-card,
.quote-conversation {
    border: 1px solid #c8d9db;
    background: var(--white);
    box-shadow: var(--shadow-sm);
}

.quote-document {
    padding: 42px;
    border-radius: 27px;
}

.quote-document__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 27px;
    border-bottom: 2px solid var(--ink);
}

.quote-document__header h2 {
    margin: 8px 0 0;
    font-size: 2rem;
    line-height: 1.06;
    letter-spacing: -0.05em;
}

.quote-document__header p {
    margin: 8px 0 0;
    color: #69808a;
    font-size: 0.72rem;
}

.quote-version {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #3c2300;
    background: var(--signal);
    font-size: 0.8rem;
    font-weight: 950;
}

.quote-change-summary {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    padding: 17px;
    border: 1px solid #b9d9e3;
    border-radius: 14px;
    color: #28576b;
    background: #eaf6f9;
}

.quote-change-summary > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--water);
    font-weight: 900;
}

.quote-change-summary strong,
.quote-change-summary p {
    display: block;
}

.quote-change-summary strong {
    font-size: 0.73rem;
}

.quote-change-summary p {
    margin: 2px 0 0;
    font-size: 0.65rem;
}

.quote-change-summary button,
.quote-terms button {
    padding: 5px;
    border: 0;
    color: var(--water-deep);
    background: transparent;
    font-size: 0.64rem;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.quote-document__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.quote-document__meta div {
    display: grid;
}

.quote-document__meta span {
    color: #738990;
    font-size: 0.61rem;
    font-weight: 850;
    text-transform: uppercase;
}

.quote-document__meta strong {
    margin-top: 3px;
    font-size: 0.74rem;
}

.quote-table {
    min-width: 590px;
}

.quote-document__totals {
    width: min(100%, 370px);
    display: grid;
    gap: 10px;
    margin: 25px 0 0 auto;
}

.quote-document__totals > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 0.72rem;
}

.quote-document__total {
    margin-top: 7px;
    padding-top: 15px;
    border-top: 2px solid var(--ink);
}

.quote-document__total span {
    font-weight: 900;
}

.quote-document__total strong {
    font-size: 1.5rem;
}

.quote-terms {
    margin-top: 34px;
    padding: 20px;
    border-radius: 14px;
    background: #f3f7f7;
}

.quote-terms h3 {
    margin: 0;
    font-size: 0.82rem;
}

.quote-terms p {
    margin: 6px 0 8px;
    color: #647b85;
    font-size: 0.68rem;
}

.quote-terms button {
    padding-left: 0;
}

.quote-terms__result {
    margin: 12px 0 0;
}

.quote-versions {
    margin-top: 35px;
}

.quote-versions ol {
    display: grid;
    gap: 0;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.quote-versions li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
}

.quote-versions li > span {
    width: 38px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #6f858e;
    background: #eaf0f1;
    font-size: 0.62rem;
    font-weight: 900;
}

.quote-versions li.is-current > span {
    color: #472900;
    background: var(--signal);
}

.quote-versions strong,
.quote-versions small {
    display: block;
}

.quote-versions strong {
    font-size: 0.68rem;
}

.quote-versions small {
    color: #748990;
    font-size: 0.59rem;
}

.quote-review-sidebar {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 20px;
}

.quote-action-card,
.quote-conversation {
    padding: 26px;
    border-radius: 24px;
}

.quote-action-card h2,
.quote-conversation h2 {
    margin: 7px 0 0;
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}

.quote-action-card > p {
    margin: 8px 0 20px;
    color: #687e87;
    font-size: 0.7rem;
}

.quote-change-button {
    width: 100%;
    margin-top: 9px;
}

.quote-action-card .commerce-result {
    margin: 15px 0 0;
}

.quote-private-note {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 9px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.quote-private-note > span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--ink);
}

.quote-private-note p {
    margin: 0;
    color: #718790;
    font-size: 0.63rem;
}

.quote-private-note strong {
    display: block;
    color: var(--ink);
}

.quote-conversation > header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.thread-count {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #432700;
    background: var(--signal);
    font-size: 0.65rem;
    font-weight: 950;
}

.conversation-email-note {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 9px;
    margin-top: 18px;
    padding: 12px;
    border-radius: 11px;
    color: #27586d;
    background: #e7f4f8;
}

.conversation-email-note > span {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--water);
    font-size: 0.65rem;
    font-weight: 900;
}

.conversation-email-note p {
    margin: 0;
    font-size: 0.62rem;
}

.conversation-list {
    display: grid;
    gap: 18px;
    max-height: 480px;
    overflow-y: auto;
    margin: 21px 0 0;
    padding: 0 4px 0 0;
    list-style: none;
}

.conversation-message {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 10px;
}

.conversation-message__avatar {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: var(--white);
    background: var(--water-deep);
    font-size: 0.58rem;
    font-weight: 900;
}

.conversation-message--customer .conversation-message__avatar {
    color: #492a00;
    background: var(--signal);
}

.conversation-message header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.conversation-message header strong {
    font-size: 0.65rem;
}

.conversation-message header span {
    padding: 2px 5px;
    border-radius: 5px;
    color: #657b84;
    background: #edf2f2;
    font-size: 0.5rem;
    font-weight: 850;
}

.conversation-message p {
    margin: 5px 0 4px;
    color: #4e6974;
    font-size: 0.67rem;
}

.conversation-message small {
    color: #81949b;
    font-size: 0.54rem;
}

.conversation-reply {
    display: grid;
    gap: 7px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
}

.conversation-reply label {
    font-size: 0.65rem;
    font-weight: 850;
}

.conversation-reply textarea {
    width: 100%;
    min-height: 92px;
    padding: 10px 12px;
    border: 1px solid #c8d7d9;
    border-radius: 10px;
    resize: vertical;
}

.conversation-reply > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.conversation-reply > div > span {
    color: #7a8e96;
    font-size: 0.55rem;
}

.conversation-result {
    margin: 15px 0 0;
}

.quote-compare-result {
    margin: 24px 0 0;
}

@media (max-width: 1120px) {
    .commerce-nav {
        gap: 18px;
    }

    .commerce-hero__grid {
        gap: 50px;
    }

    .catalog-layout,
    .invoice-layout,
    .quote-review-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
    }
}

@media (max-width: 920px) {
    .commerce-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .commerce-hero__panel {
        max-width: 620px;
    }

    .catalog-layout,
    .invoice-layout,
    .quote-review-layout {
        grid-template-columns: 1fr;
    }

    .project-cart,
    .payment-panel,
    .quote-review-sidebar {
        position: static;
    }

    .project-cart__items {
        max-height: none;
    }

    .invoice-hero__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .quote-review-hero__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .quote-review-hero__status {
        max-width: 430px;
    }

    .invoice-paper {
        padding: 36px;
    }

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

    .invoice-timeline {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .invoice-timeline li::before {
        width: 2px;
        height: calc(100% + 24px);
        right: auto;
        left: 18px;
    }
}

@media (max-width: 720px) {
    .commerce-principles__grid,
    .catalog-grid,
    .commerce-footer__inner {
        grid-template-columns: 1fr;
    }

    .commerce-principles__grid > div {
        border-inline-end: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .quote-workflow__steps {
        grid-template-columns: 1fr;
    }

    .quote-workflow__steps li {
        min-height: 210px;
        border-left: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .invoice-paper {
        padding: 26px 20px;
    }

    .quote-document {
        padding: 27px 20px;
    }

    .quote-change-summary {
        grid-template-columns: 34px 1fr;
    }

    .quote-change-summary button {
        grid-column: 2;
        justify-self: start;
        padding-left: 0;
    }

    .quote-document__meta {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .invoice-paper__header img {
        width: 58px;
        height: 58px;
    }

    .tenant-mark--invoice {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .invoice-meta,
    .invoice-parties {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .invoice-table {
        min-width: 570px;
    }

    .invoice-paper__footer,
    .demo-warning {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .commerce-page {
        padding-bottom: 0;
    }

    .commerce-hero__grid {
        min-height: auto;
        padding-block: 62px;
    }

    .commerce-hero h1,
    .invoice-hero h1 {
        font-size: 3rem;
    }

    .commerce-hero__actions {
        display: grid;
    }

    .commerce-hero__panel {
        padding: 26px;
        border-radius: 24px 24px 60px 24px;
    }

    .catalog-card__body > p {
        min-height: 0;
    }

    .catalog-card__footer {
        grid-template-columns: 1fr;
    }

    .add-button {
        width: 100%;
    }

    .project-cart {
        border-radius: 22px;
    }

    .invoice-hero__top {
        min-height: 430px;
        padding-block: 54px 88px;
    }

    .quote-review-hero__grid {
        min-height: auto;
        padding-block: 55px 85px;
    }

    .quote-review-hero h1 {
        font-size: 3rem;
    }

    .quote-workflow__next,
    .conversation-reply > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .invoice-hero__support {
        min-width: 0;
        width: 100%;
    }

    .demo-warning {
        margin-top: -38px;
    }

    .payment-panel__amount {
        font-size: 2.65rem;
    }
}
/* Customer-safe job and appointment portal. */
.job-portal {
    min-height: 70vh;
    background: #edf5f5;
}

.job-portal__hero {
    padding: clamp(64px, 8vw, 104px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 78% 22%, rgba(7, 140, 196, 0.3), transparent 32%),
        linear-gradient(135deg, #102b3a, #075d8c);
}

.job-portal__hero h1 {
    max-width: 900px;
    margin: 18px 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
}

.job-portal__hero h1 em {
    color: #76d0ed;
    font-style: normal;
}

.job-portal__hero > .shell > p:last-child {
    max-width: 660px;
    color: #cce2e9;
    font-size: 1.08rem;
}

.job-portal__stage {
    padding: clamp(42px, 7vw, 84px) 0 100px;
}

.job-portal__summary,
.job-portal__appointment,
.job-portal__empty,
.job-portal__privacy {
    border: 1px solid rgba(16, 43, 58, 0.1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 43, 58, 0.08);
}

.job-portal__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(24px, 4vw, 40px);
}

.job-portal__summary span,
.job-portal__appointment header span {
    color: #53707c;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.job-portal__summary h2 {
    margin: 5px 0 8px;
    color: #102b3a;
    font-size: clamp(2rem, 5vw, 3.8rem);
    letter-spacing: -0.055em;
}

.job-portal__summary p {
    margin: 0;
    color: #4f6974;
}

.job-portal__appointments {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.job-portal__appointment {
    padding: clamp(24px, 4vw, 38px);
}

.job-portal__appointment > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dce8ea;
}

.job-portal__appointment h3 {
    margin: 6px 0 0;
    color: #102b3a;
    font-size: clamp(1.55rem, 4vw, 2.45rem);
    letter-spacing: -0.04em;
}

.job-state {
    flex: none;
    padding: 8px 12px;
    border-radius: 999px;
    color: #075d8c;
    background: #ddf3fa;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.job-state--en-route,
.job-state--on-site,
.job-state--completed {
    color: #24593f;
    background: #e0f1e8;
}

.job-state--canceled {
    color: #842c2c;
    background: #fce8e8;
}

.job-portal__appointment dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0 0;
}

.job-portal__appointment dl div {
    padding: 18px;
    border-radius: 16px;
    background: #f4f8f7;
}

.job-portal__appointment dt {
    margin-bottom: 7px;
    color: #607986;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-portal__appointment dd {
    margin: 0;
    color: #102b3a;
    font-weight: 800;
}

.job-portal__note,
.job-portal__progress {
    margin-top: 22px;
    padding: 20px;
    border-left: 4px solid #f28a1b;
    border-radius: 0 14px 14px 0;
    background: #fff8ed;
}

.job-portal__note p {
    margin: 7px 0 0;
    color: #405d68;
    line-height: 1.6;
}

.job-portal__progress {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
    border-left-color: #078cc4;
    background: #edf8fc;
}

.job-portal__progress span {
    color: #52717e;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.job-portal__progress progress {
    grid-column: 1 / -1;
    width: 100%;
    height: 10px;
    accent-color: #078cc4;
}

.job-portal__empty,
.job-portal__privacy {
    margin-top: 24px;
    padding: 28px;
}

.job-portal__empty p,
.job-portal__privacy p {
    margin: 7px 0 0;
    color: #526f7a;
    line-height: 1.6;
}

.job-portal__privacy {
    box-shadow: none;
}

@media (max-width: 720px) {
    .job-portal__summary,
    .job-portal__appointment > header {
        align-items: flex-start;
        flex-direction: column;
    }

    .job-portal__appointment dl {
        grid-template-columns: 1fr;
    }

    .job-portal__progress {
        grid-template-columns: 1fr;
    }
}
