.business-profile-page {
    overflow: clip;
}

.business-profile-page *,
.business-profile-page *::before,
.business-profile-page *::after {
    min-width: 0;
}

.profile-hero {
    padding-top: clamp(3.5rem, 7vw, 6.5rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.profile-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(21rem, 0.72fr);
    gap: clamp(2.5rem, 7vw, 6rem);
    align-items: center;
}

.profile-hero h1 {
    max-width: 12ch;
    margin: 0.75rem 0 0;
    font-size: clamp(3rem, 6.2vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: -0.065em;
    overflow-wrap: break-word;
}

.profile-hero-lead {
    max-width: 63ch;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.7;
}

.profile-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1.5rem;
}

.profile-chips span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 0.75rem;
    border: 1px solid var(--accent-2-line);
    border-radius: 999px;
    background: var(--accent-2-soft);
    color: var(--accent-2-strong);
    font-size: 0.78rem;
    font-weight: 700;
}

.service-screenshot {
    position: relative;
    margin: 0;
    padding: 2.25rem 0.75rem 0.75rem;
    border: 1px solid rgba(155, 194, 255, 0.2);
    border-radius: 1.35rem;
    background: #0d121b;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.service-screenshot-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    height: 1.65rem;
    padding-inline: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.025);
}

.service-screenshot-bar span {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: rgba(155, 194, 255, 0.38);
}

.service-screenshot > img {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.8rem;
}

.service-screenshot.is-loaded > img {
    display: block;
}

.service-screenshot.is-loaded .service-screenshot-fallback {
    display: none;
}

.service-screenshot-optional {
    display: none;
}

.service-screenshot-optional.is-loaded {
    display: block;
}

.service-screenshot-wide {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.profile-preview {
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid rgba(155, 194, 255, 0.2);
    border-radius: 1.35rem;
    background:
        linear-gradient(145deg, rgba(110, 168, 255, 0.09), transparent 42%),
        rgba(255, 255, 255, 0.025);
}

.service-screenshot-fallback .profile-preview {
    padding: clamp(0.75rem, 2vw, 1.05rem);
    border: 0;
    border-radius: 0.8rem;
    background: transparent;
}

.profile-preview-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-preview-mark {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--accent-2-line);
    border-radius: 0.8rem;
    background: var(--accent-2-soft);
    color: var(--accent-2-strong);
    font-size: 0.78rem;
    font-weight: 900;
}

.profile-preview-head div:last-child {
    display: grid;
    gap: 0.2rem;
}

.profile-preview-head span,
.profile-preview dt {
    color: var(--accent-2-strong);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-preview-head strong {
    font-size: 1.35rem;
}

.profile-rating {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    padding: 1rem 0 0;
}

.profile-rating strong {
    font-size: 1.6rem;
}

.profile-rating span {
    color: var(--accent-2-strong);
    letter-spacing: 0.08em;
}

.profile-rating small {
    color: var(--muted);
}

.profile-status {
    margin: 0.7rem 0 0;
    color: var(--text);
    font-weight: 700;
}

.profile-status span {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.35rem;
    border-radius: 50%;
    background: var(--accent-2-strong);
}

.profile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1rem;
}

.profile-actions span {
    display: grid;
    place-items: center;
    min-height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 750;
}

.profile-preview dl {
    margin: 1rem 0 0;
}

.profile-preview dl div {
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-preview dd {
    margin: 0.35rem 0 0;
    color: var(--text);
    line-height: 1.45;
}

.profile-hero-card {
    align-self: center;
}

.profile-hero-checklist {
    display: grid;
    gap: 0.7rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.profile-hero-checklist li {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.028);
    color: var(--text);
    font-weight: 750;
}

.profile-hero-card-note {
    margin: 1.2rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.profile-importance,
.profile-options,
.profile-pricing,
.profile-process,
.profile-limits,
.profile-faq {
    background: rgba(255, 255, 255, 0.016);
}

.profile-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 0.6fr);
    gap: clamp(2rem, 8vw, 7rem);
    align-items: end;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.profile-section-head h2,
.ownership-copy h2,
.materials-copy h2,
.limits-panel h2,
.profile-final-panel h2 {
    max-width: 13ch;
    margin: 0.65rem 0 0;
    font-size: clamp(2.35rem, 5vw, 4.7rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    overflow-wrap: break-word;
}

.profile-section-head > p,
.ownership-copy > p,
.materials-copy > p,
.limits-panel p,
.profile-final-panel > div > p {
    margin: 0;
    color: var(--muted);
    line-height: 1.72;
}

.profile-section-head-short {
    grid-template-columns: minmax(0, 1fr);
}

.importance-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.importance-grid article {
    min-height: 16rem;
    padding: clamp(1.3rem, 3vw, 2rem);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.importance-grid span,
.audience-grid span,
.ownership-panel li span,
.profile-process-list span,
.improvements-grid span {
    color: var(--accent-2-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.importance-grid h3,
.audience-grid h3 {
    margin: 2.2rem 0 0;
    font-size: clamp(1.3rem, 2.2vw, 1.8rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.importance-grid p,
.audience-grid p {
    margin: 0.8rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.improvements-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.improvements-grid li {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.6rem;
    min-height: 5.6rem;
    padding: 1.1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text);
    font-weight: 650;
    line-height: 1.4;
}

.profile-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 2vw, 1.05rem);
}

.profile-card-grid article {
    min-height: 15rem;
    padding: clamp(1.2rem, 2.5vw, 1.65rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
}

.profile-card-grid span,
.profile-pricing-card > span {
    color: var(--accent-2-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-card-grid h3 {
    margin: 1.6rem 0 0;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.profile-card-grid p {
    margin: 0.8rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.3rem;
    overflow: hidden;
}

.options-grid article {
    padding: clamp(1.5rem, 4vw, 2.75rem);
}

.options-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(110, 168, 255, 0.045);
}

.options-grid > article > span {
    color: var(--accent-2-strong);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.options-grid h3 {
    margin: 0.8rem 0 0;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.options-grid p {
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.options-grid ul,
.materials-grid ul,
.limits-panel ul {
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.options-grid li,
.materials-grid li,
.limits-panel li {
    position: relative;
    padding: 0.65rem 0 0.65rem 1.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    color: var(--muted);
    line-height: 1.45;
}

.options-grid li::before,
.materials-grid li::before,
.limits-panel li::before {
    content: "";
    position: absolute;
    top: 1.12rem;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: var(--accent-2-strong);
}

.ownership-panel,
.limits-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.65fr);
    gap: clamp(2rem, 8vw, 7rem);
    padding: clamp(1.75rem, 5vw, 4rem);
    border: 1px solid rgba(155, 194, 255, 0.2);
    border-radius: 1.4rem;
    background:
        linear-gradient(135deg, rgba(110, 168, 255, 0.09), transparent 46%),
        rgba(255, 255, 255, 0.025);
}

.ownership-copy > p,
.limits-panel p {
    margin-top: 1.2rem;
}

.ownership-copy > strong {
    display: block;
    margin-top: 1.3rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text);
    line-height: 1.65;
}

.ownership-panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ownership-panel li {
    display: grid;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: var(--text);
    font-weight: 650;
    line-height: 1.45;
}

.ownership-panel li:last-child {
    border-bottom: 0;
}

.profile-table-wrap {
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.022);
    overflow: hidden;
}

.profile-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.profile-table th,
.profile-table td {
    padding: 1.15rem 1.25rem;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.profile-table th {
    border-bottom: 1px solid rgba(155, 194, 255, 0.2);
    background: rgba(110, 168, 255, 0.07);
    color: var(--accent-2-strong);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.profile-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    color: var(--muted);
    line-height: 1.55;
}

.profile-table tbody tr:last-child td {
    border-bottom: 0;
}

.profile-table th:first-child,
.profile-table td:first-child {
    width: 28%;
    color: var(--text);
    font-weight: 700;
}

.profile-table th:last-child,
.profile-table td:last-child {
    width: 19%;
    color: var(--text);
    font-weight: 800;
    text-align: right;
}

.profile-note {
    max-width: 76ch;
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.profile-note-spaced {
    margin-top: clamp(1.15rem, 3vw, 1.75rem);
}

.profile-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 2vw, 1.15rem);
}

.profile-pricing-card {
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    min-height: 100%;
    padding: clamp(1.25rem, 2.8vw, 1.8rem);
    border: 1px solid rgba(155, 194, 255, 0.18);
    border-radius: 1.2rem;
    background:
        linear-gradient(145deg, rgba(110, 168, 255, 0.065), transparent 50%),
        rgba(255, 255, 255, 0.026);
}

.profile-pricing-card strong {
    display: block;
    margin-top: 0.75rem;
    color: var(--text);
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.profile-pricing-card p {
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.profile-pricing-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 1.25rem 0 1.35rem;
    padding: 0;
    list-style: none;
}

.profile-pricing-card li {
    position: relative;
    padding-left: 1rem;
    color: var(--text);
    font-size: 0.94rem;
    line-height: 1.4;
}

.profile-pricing-card li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: var(--accent-2-strong);
}

.profile-pricing-card .btn {
    align-self: end;
    width: 100%;
    justify-content: center;
}

.materials-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
    gap: clamp(2rem, 8vw, 7rem);
    align-items: start;
}

.materials-copy > p {
    margin-top: 1.2rem;
}

.materials-grid ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.materials-grid li {
    min-height: 4.9rem;
    padding: 1rem 1rem 1rem 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.materials-grid li::before {
    left: 1rem;
}

.profile-process-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    list-style: none;
}

.profile-process-list li {
    min-height: 13rem;
    padding: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-process-list p {
    margin: 2.3rem 0 0;
    color: var(--text);
    font-weight: 700;
    line-height: 1.5;
}

.profile-process-list-short {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-process-list h3 {
    margin: 1.6rem 0 0;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.profile-process-list h3 + p {
    margin-top: 0.85rem;
    color: var(--muted);
    font-weight: 500;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.audience-grid article {
    min-height: 14rem;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-industry-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.profile-industry-links a,
.profile-link-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(155, 194, 255, 0.18);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.025);
    color: var(--text);
    font-weight: 750;
    text-align: center;
    text-decoration: none;
}

.profile-industry-links a:hover,
.profile-link-grid a:hover {
    border-color: rgba(155, 194, 255, 0.38);
    background: rgba(110, 168, 255, 0.075);
}

.profile-web-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.65fr);
    gap: clamp(2rem, 7vw, 5rem);
    align-items: center;
    padding: clamp(1.75rem, 5vw, 3.5rem);
    border: 1px solid rgba(155, 194, 255, 0.2);
    border-radius: 1.4rem;
    background:
        radial-gradient(circle at 88% 12%, rgba(110, 168, 255, 0.13), transparent 30%),
        rgba(255, 255, 255, 0.03);
}

.profile-web-panel h2 {
    max-width: 14ch;
    margin: 0.65rem 0 0;
    font-size: clamp(2.25rem, 4.4vw, 4.25rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.profile-web-panel p {
    margin: 1.1rem 0 0;
    color: var(--muted);
    line-height: 1.72;
}

.profile-link-grid {
    display: grid;
    gap: 0.75rem;
}

.limits-panel h2 {
    max-width: 11ch;
}

.profile-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.profile-faq-list details {
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.025);
}

.profile-faq-list summary {
    color: var(--text);
    font-weight: 750;
    line-height: 1.4;
    cursor: pointer;
}

.profile-faq-list p {
    margin: 1rem 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.profile-final {
    padding-top: 2rem;
}

.profile-final-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 0.65fr);
    gap: clamp(2rem, 8vw, 7rem);
    padding: clamp(2rem, 6vw, 4.5rem);
    border: 1px solid rgba(155, 194, 255, 0.2);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 88% 10%, rgba(110, 168, 255, 0.14), transparent 28%),
        rgba(255, 255, 255, 0.035);
}

.profile-final-panel h2 {
    max-width: 12ch;
}

@media (max-width: 1024px) {
    .profile-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr);
        gap: 2.5rem;
    }

    .profile-hero h1 {
        font-size: clamp(3rem, 7vw, 4.8rem);
    }

    .importance-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .improvements-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .profile-process-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .audience-grid,
    .profile-card-grid,
    .profile-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .profile-hero-copy,
    .profile-hero h1,
    .profile-hero-lead {
        width: 100%;
        max-width: none;
    }

    .profile-section-head,
    .ownership-copy,
    .materials-copy,
    .limits-panel,
    .profile-web-panel,
    .profile-final-panel {
        width: 100%;
        max-width: none;
        grid-column: 1 / -1;
        justify-self: stretch;
        align-self: stretch;
        flex-basis: 100%;
    }

    .profile-section-head h2,
    .ownership-copy h2,
    .materials-copy h2,
    .limits-panel h2,
    .profile-web-panel h2,
    .profile-final-panel h2 {
        width: 100%;
        max-width: none;
    }

    .profile-hero-grid,
    .profile-section-head,
    .options-grid,
    .ownership-panel,
    .materials-grid,
    .limits-panel,
    .profile-final-panel,
    .profile-web-panel {
        grid-template-columns: minmax(0, 1fr);
    }

    .profile-hero {
        padding-top: 3.5rem;
    }

    .profile-section-head {
        align-items: start;
        gap: 1.25rem;
    }

    .options-grid article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .profile-faq-list {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .profile-hero h1 {
        max-width: 100%;
        font-size: clamp(2.5rem, 12vw, 3.7rem);
        line-height: 0.96;
    }

    .profile-section-head h2,
    .ownership-copy h2,
    .materials-copy h2,
    .limits-panel h2,
    .profile-final-panel h2 {
        max-width: 100%;
        font-size: clamp(2rem, 8.8vw, 2.7rem);
        line-height: 1;
    }

    .profile-hero .hero-actions,
    .profile-final-panel .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .profile-hero .btn,
    .profile-final-panel .btn {
        width: 100%;
    }

    .importance-grid,
    .improvements-grid,
    .materials-grid ul,
    .profile-process-list,
    .audience-grid,
    .profile-card-grid,
    .profile-pricing-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .importance-grid article,
    .audience-grid article,
    .improvements-grid li,
    .profile-card-grid article,
    .profile-process-list li {
        min-height: auto;
    }

    .profile-process-list p {
        margin-top: 1.25rem;
    }

    .profile-table,
    .profile-table tbody,
    .profile-table tr,
    .profile-table td {
        display: block;
        width: 100%;
    }

    .profile-table thead {
        display: none;
    }

    .profile-table tr {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    }

    .profile-table tbody tr:last-child {
        border-bottom: 0;
    }

    .profile-table td,
    .profile-table th:first-child,
    .profile-table td:first-child,
    .profile-table th:last-child,
    .profile-table td:last-child {
        width: 100%;
        padding: 0.5rem 0;
        border: 0;
        text-align: left;
    }

    .profile-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.2rem;
        color: var(--accent-2-strong);
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
}
