:root,
.public-shell {
    --public-content-max: 1420px;
    --public-section-gap: 22px;
    --public-card-radius: 16px;
    --public-control-radius: 10px;
    --public-muted: var(--text-soft, #667085);
    --public-line: var(--line, rgba(100, 116, 139, 0.16));
    --public-surface: var(--surface, #fff);
    --public-canvas: var(--canvas, #f7f8fc);
    --public-ink: var(--text, #111827);
    --public-brand: var(--brand, #2563eb);
    --public-brand-strong: var(--brand-strong, #1d4ed8);
    --public-brand-soft: var(--brand-soft, #eff6ff);
    --public-premium-line: color-mix(in srgb, var(--public-ink) 11%, transparent);
    --public-premium-line-strong: color-mix(in srgb, var(--public-ink) 18%, transparent);
    --public-premium-shadow: 0 1px 2px rgba(15, 23, 42, .035), 0 18px 52px rgba(15, 23, 42, .065);
    --public-premium-shadow-hover: 0 2px 4px rgba(15, 23, 42, .045), 0 24px 64px rgba(15, 23, 42, .105);
    --public-premium-dark: #101319;
    --public-premium-dark-soft: #181d27;
}

.public-site {
    background: var(--public-canvas);
    color: var(--public-ink);
}

.public-main {
    min-width: 0;
    width: 100%;
    padding: 30px max(32px, var(--safe-right)) 20px max(32px, var(--safe-left));
}

.public-main > main,
main.public-main {
    width: min(100%, var(--public-content-max));
    margin-inline: auto;
}

.public-main .icon,
.public-site .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.pro-container {
    width: min(100%, var(--public-content-max));
    margin-inline: auto;
}

.pro-anchor {
    position: absolute;
    margin-top: -88px;
}

.pro-kicker,
.section-kicker,
.legal-kicker,
.eyebrow {
    margin: 0 0 8px;
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pro-kicker-light {
    color: #a9c5ff;
}

.pro-section {
    scroll-margin-top: 90px;
    padding: 28px 0;
}

.pro-section + .pro-section {
    border-top: 1px solid var(--public-line);
}

.pro-section-head {
    max-width: 760px;
    margin-bottom: 16px;
}

.pro-section-head-split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
    align-items: end;
    gap: 28px;
}

.pro-section-head h2,
.section-copy h2,
.service-cta-band h2,
.article-next h2 {
    margin: 0;
    color: var(--public-ink);
    font-size: clamp(27px, 2.6vw, 36px);
    font-weight: 740;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.pro-section-head > p,
.section-copy > p:last-child,
.service-cta-band > div > p:last-child,
.article-next > div > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.65;
}

.pro-button,
.btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: var(--public-control-radius);
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pro-button:hover,
.btn:hover {
    transform: none;
}

.pro-button-primary,
.btn-primary {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--surface);
    box-shadow: none;
}

.pro-button-primary:hover,
.btn-primary:hover {
    border-color: #000;
    background: #000;
}

.pro-button-ghost,
.btn-outline {
    border-color: var(--public-line);
    background: var(--public-surface);
    color: var(--public-ink);
}

.pro-button-ghost:hover,
.btn-outline:hover {
    border-color: var(--line-strong, rgba(100, 116, 139, .3));
    background: var(--surface-strong, #f1f5f9);
}

.pro-text-link,
.blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--public-brand-strong);
    font-size: 13px;
    font-weight: 700;
    min-height: 40px;
    text-decoration: none;
}

.pro-text-link .icon,
.blog-card-link .icon {
    width: 16px;
    height: 16px;
}

/* Home workspace */
.pro-hero {
    position: relative;
    overflow: visible;
    scroll-margin-top: 76px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
}

.public-home-status {
    min-height: 34px;
    display: inline-flex;
    flex: none;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--surface);
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 650;
}

.public-home-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--positive);
    box-shadow: 0 0 0 4px var(--positive-soft);
}

.pro-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
    margin-bottom: 22px;
}

.pro-hero-meta .pro-kicker {
    margin: 0;
}

.public-home-status-dark {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    color: #d7dce4;
}

.public-home-status-dark i {
    background: #74d9aa;
    box-shadow: 0 0 0 4px rgba(116, 217, 170, .12);
}

.pro-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    align-items: stretch;
    gap: 14px;
    padding: 14px 0 0;
}

.pro-hero-copy {
    min-width: 0;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    background: #111318;
    color: #fff;
}

.pro-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 730;
    letter-spacing: -.055em;
    line-height: 1;
}

.pro-hero-copy h1 em {
    color: #aab9ff;
    font-style: normal;
}

.pro-kicker-light,
.pro-hero-copy .pro-kicker {
    color: #b8c2ce;
}

.pro-hero-lead {
    max-width: 690px;
    margin: 18px 0 0;
    color: #c2c8d0;
    font-size: 16px;
    line-height: 1.6;
}

.pro-hero-actions,
.service-hero-actions,
.hero-actions,
.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.pro-hero-copy .pro-button-primary {
    border-color: #fff;
    background: #fff;
    color: #111318;
}

.pro-hero-copy .pro-button-primary:hover {
    border-color: #e8e9ec;
    background: #e8e9ec;
}

.pro-hero-copy .pro-button-ghost {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.pro-hero-copy .pro-button-ghost:hover {
    background: rgba(255, 255, 255, .11);
}

.pro-hero-assurance {
    display: flex;
    max-width: 650px;
    align-items: flex-start;
    gap: 12px;
    margin-top: 23px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.pro-hero-assurance > .icon {
    margin-top: 2px;
    color: #aab9ff;
}

.pro-hero-assurance p {
    display: grid;
    gap: 4px;
    margin: 0;
}

.pro-hero-assurance strong {
    color: #fff;
    font-size: 13px;
}

.pro-hero-assurance span {
    color: #aeb6c2;
    font-size: 12px;
    line-height: 1.55;
}

.studio-overview {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-self: stretch;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--surface);
    color: var(--ink);
}

.studio-overview-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--line);
}

.studio-overview-head .brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    flex: none;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #090b0f;
}

.studio-overview-head p {
    display: grid;
    gap: 3px;
    margin: 0;
}

.studio-overview-head small {
    color: var(--ink-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .12em;
}

.studio-overview-head strong {
    color: var(--ink);
    font-size: 13px;
}

.studio-capabilities {
    display: grid;
    flex: 1 1 auto;
    grid-auto-rows: minmax(66px, 1fr);
}

.studio-capabilities a {
    min-height: 66px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    transition: background-color 150ms ease;
}

.studio-capabilities a:hover {
    background: var(--surface-soft);
}

.studio-capabilities > a > span {
    color: var(--ink-muted);
    font-size: 10px;
    font-weight: 750;
}

.studio-capabilities p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.studio-capabilities strong {
    font-size: 13px;
    font-weight: 650;
}

.studio-capabilities small {
    color: var(--ink-muted);
    font-size: 11px;
}

.studio-capabilities .icon {
    width: 16px;
    height: 16px;
    color: var(--accent-deep);
}

.studio-overview-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--line);
}

.studio-overview-foot span {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    background: var(--surface-soft);
    color: var(--ink-soft);
    font-size: 11px;
}

.studio-overview-foot .icon {
    width: 14px;
    height: 14px;
    color: var(--accent-deep);
}

.hero-proof {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.hero-proof > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
}

.hero-proof > div > span {
    color: var(--accent-deep);
    font-size: 10px;
    font-weight: 800;
}

.hero-proof p {
    display: grid;
    gap: 3px;
    margin: 0;
}

.hero-proof strong {
    color: var(--ink);
    font-size: 12px;
}

.hero-proof small {
    color: var(--ink-muted);
    font-size: 11.5px;
    line-height: 1.45;
}

/* Portfolio */
.project-showcase {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.project-card {
    display: grid;
    min-width: 0;
    min-height: 430px;
    grid-template-columns: minmax(0, 1fr) minmax(190px, .64fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
    box-shadow: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.project-card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px;
}

.project-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.project-card-top span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 8px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 9px;
    font-weight: 800;
}

.project-card-top p {
    margin: 0;
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.project-card h3 {
    margin: 20px 0 10px;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.08;
}

.project-card-copy > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.7;
}

.project-result {
    display: grid;
    gap: 6px;
    margin-top: 20px;
    padding: 14px;
    border: 1px solid var(--public-line);
    border-radius: 9px;
    background: var(--surface-soft);
}

.project-result span {
    color: var(--public-muted);
    font-size: 10.5px;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.project-result strong {
    font-size: 12px;
    line-height: 1.5;
}

.project-card-copy > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    min-height: 44px;
    padding-top: 14px;
    color: var(--public-brand-strong);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.project-card-copy > a .icon {
    width: 15px;
    height: 15px;
}

.project-card-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e9edf5;
}

.project-card-visual::after {
    position: absolute;
    inset: 0;
    box-shadow: inset 1px 0 rgba(255, 255, 255, .4);
    content: "";
    pointer-events: none;
}

.project-screen-frame {
    display: flex;
    min-height: 34px;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    background: #151922;
    color: #b8c0ce;
}

.project-screen-frame span {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #596273;
}

.project-screen-frame b {
    min-width: 0;
    margin-left: 5px;
    overflow: hidden;
    font-size: 8px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-card-visual img {
    width: 100%;
    height: calc(100% - 34px);
    object-fit: cover;
    object-position: top center;
}

/* Services */
.service-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.service-bento-card {
    display: flex;
    min-height: 286px;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-bento-card:hover {
    border-color: var(--line-strong);
}

.service-bento-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-bento-top > span {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 800;
}

.service-bento-top i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 9px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-style: normal;
}

.service-bento-card h3 {
    margin: 26px 0 9px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.18;
}

.service-bento-card > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.65;
}

.service-bento-tags,
.portfolio-tags,
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.service-bento-tags span,
.portfolio-tags span,
.blog-tags span {
    padding: 5px 8px;
    border: 1px solid var(--public-line);
    border-radius: 8px;
    background: var(--surface-soft, #f8fafc);
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 650;
}

.service-bento-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    min-height: 44px;
    padding-top: 14px;
    color: var(--public-brand-strong);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.service-bento-card > a .icon {
    width: 15px;
    height: 15px;
}

.service-bento-featured {
    border-color: #111318;
    background: #111318;
    color: #fff;
}

.service-bento-featured h3,
.service-bento-featured > a {
    color: #fff;
}

.service-bento-featured > p,
.service-bento-featured .service-bento-top > span {
    color: #aeb6c2;
}

.service-bento-featured .service-bento-top i {
    background: rgba(143, 178, 255, .12);
    color: #aab9ff;
}

.service-bento-featured .service-bento-tags span {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: #c8ced7;
}

.service-bento-support {
    border-color: var(--line);
    background: var(--surface);
    color: var(--ink);
}

.service-bento-support h3 {
    color: var(--ink);
}

.service-bento-support > p,
.service-bento-support .service-bento-top > span {
    color: var(--ink-muted);
}

.service-bento-support .pro-kicker {
    margin-top: 24px;
}

.service-bento-support a,
.service-bento-support .pro-kicker,
.service-bento-support .service-bento-top i {
    color: var(--accent-deep);
}

.service-bento-support .service-bento-top i {
    background: var(--accent-soft);
}

.service-special-card {
    min-height: 230px;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    padding: 26px;
    border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--public-line));
    border-radius: var(--public-card-radius);
    background: linear-gradient(135deg, var(--accent-soft), var(--surface) 68%);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-special-card .service-bento-top {
    grid-column: 1 / -1;
    align-self: start;
}

.service-special-card .service-bento-top i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 9px;
    background: var(--surface);
    color: var(--accent-deep);
    font-style: normal;
}

.service-special-card h3 {
    max-width: 760px;
    margin: 0 0 10px;
    font-size: clamp(22px, 2.4vw, 32px);
    line-height: 1.12;
}

.service-special-card > div > p:last-child {
    max-width: 860px;
    margin: 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.7;
}

.service-special-card > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-deep);
    font-size: 12.5px;
    font-weight: 750;
    white-space: nowrap;
}

/* Process and plans */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-line);
    list-style: none;
}

.process-timeline li {
    min-height: 230px;
    padding: 22px;
    background: var(--public-surface);
}

.process-number span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 10px;
    font-weight: 800;
}

.process-timeline h3 {
    margin: 30px 0 9px;
    font-size: 17px;
}

.process-timeline p {
    margin: 0;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.65;
}

.process-timeline strong {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 18px;
    color: var(--public-ink);
    font-size: 11.5px;
    line-height: 1.5;
}

.process-timeline strong i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    margin-top: 4px;
    border-radius: 999px;
    background: var(--success, #22c55e);
}

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pricing-card {
    display: flex;
    min-width: 0;
    min-height: 420px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.pricing-card.is-primary {
    border-color: var(--ink);
    box-shadow: none;
}

.pricing-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pricing-card-head p {
    margin: 0;
}

.pricing-card h3 {
    margin: 28px 0 14px;
    font-size: 21px;
}

.pricing-value {
    margin: 0;
    color: var(--public-ink);
    font-size: 24px;
    font-weight: 750;
    letter-spacing: -.035em;
}

.pricing-note {
    min-height: 42px;
    margin: 8px 0 0;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.55;
}

.pricing-meta {
    display: grid;
    gap: 0;
    margin: 18px 0 0;
    border-block: 1px solid var(--public-line);
}

.pricing-meta > div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
}

.pricing-meta > div + div {
    border-top: 1px solid var(--public-line);
}

.pricing-meta dt,
.pricing-meta dd {
    margin: 0;
}

.pricing-meta dt {
    color: var(--public-muted);
    font-size: 10px;
    font-weight: 740;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pricing-meta dd {
    color: var(--public-ink);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.5;
}

.pricing-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--public-line);
    list-style: none;
}

.pricing-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.5;
}

.pricing-card li .icon {
    width: 15px;
    height: 15px;
    margin-top: 1px;
    color: var(--success-text, #15803d);
}

.pricing-card > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border: 1px solid var(--public-line);
    border-radius: var(--public-control-radius);
    color: var(--public-ink);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.pricing-card.is-primary > a {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--surface);
}

.pricing-disclaimer {
    margin: 14px 0 0;
    color: var(--public-muted);
    font-size: 12px;
    text-align: center;
}

/* Company and FAQ */
.company-grid,
.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr);
    gap: 16px;
}

.company-story,
.company-facts,
.faq-layout > .pro-section-head,
.faq-list {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.company-story h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.company-story > p:not(.pro-kicker) {
    max-width: 700px;
    margin: 16px 0 0;
    color: var(--public-muted);
    line-height: 1.75;
}

.company-promise {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    margin-top: 24px;
    padding: 16px;
    border-radius: 11px;
    background: var(--public-brand-soft);
}

.company-promise > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--public-surface);
    color: var(--public-brand-strong);
}

.company-promise strong {
    font-size: 13px;
}

.company-promise p {
    margin: 4px 0 0;
    color: var(--public-muted);
    font-size: 11px;
    line-height: 1.55;
}

.company-doc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 22px;
}

.company-doc-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 650;
}

.company-doc-links .icon {
    width: 13px;
    height: 13px;
}

.company-facts-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--public-line);
}

.company-facts-head .brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: #0c0d10;
}

.company-facts-head > div {
    display: grid;
}

.company-facts-head strong {
    font-size: 13px;
}

.company-facts-head small {
    color: var(--public-muted);
    font-size: 11px;
}

.company-facts-head b {
    padding: 5px 8px;
    border-radius: 7px;
    background: var(--success-soft, #f0fdf4);
    color: var(--success-text, #15803d);
    font-size: 9px;
}

.company-facts dl {
    margin: 0;
}

.company-facts dl > div {
    display: grid;
    gap: 5px;
    padding: 14px 0;
    border-bottom: 1px solid var(--public-line);
}

.company-facts dt {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.company-facts dd {
    margin: 0;
    color: var(--public-ink);
    font-size: 12px;
    line-height: 1.5;
}

.company-facts-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
}

.company-facts-footer > span {
    color: var(--public-brand-strong);
}

.company-facts-footer p {
    display: grid;
    margin: 0;
}

.company-facts-footer strong {
    font-size: 12px;
}

.company-facts-footer small {
    color: var(--public-muted);
    font-size: 11px;
}

.faq-layout > .pro-section-head {
    align-self: start;
}

.faq-layout > .pro-section-head h2 {
    font-size: clamp(27px, 3vw, 38px);
}

.faq-layout > .pro-section-head > p {
    margin-top: 14px;
}

.faq-layout .pro-text-link {
    margin-top: 20px;
}

.faq-list {
    display: grid;
    gap: 0;
    padding-block: 12px;
}

.faq-list details {
    border-bottom: 1px solid var(--public-line);
}

.faq-list details:last-child {
    border-bottom: 0;
}

.faq-list summary {
    display: grid;
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    color: var(--public-ink);
    font-size: 13px;
    font-weight: 680;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary i {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid var(--public-line);
    border-radius: 8px;
}

.faq-list summary i::before,
.faq-list summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    content: "";
    transform: translate(-50%, -50%);
}

.faq-list summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 150ms ease;
}

.faq-list details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq-list details > p {
    margin: -2px 40px 18px 0;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* Contact and lead form */
.pro-contact {
    scroll-margin-top: 88px;
    margin-top: 28px;
    padding: 14px;
    overflow: visible;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: var(--surface);
    color: var(--ink);
    box-shadow: none;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    gap: 14px;
    padding: 0;
}

.contact-copy {
    padding: 28px;
    border-radius: 13px;
    background: #111318;
    color: #fff;
}

.contact-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 42px);
    letter-spacing: -.045em;
    line-height: 1.05;
}

.contact-copy > p:not(.pro-kicker) {
    margin: 16px 0 0;
    color: #aab3c1;
    font-size: 13px;
    line-height: 1.7;
}

.contact-disclaimer {
    padding: 12px 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--public-control-radius);
    background: rgba(255, 255, 255, .05);
    color: #c6ccd5 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.contact-steps {
    display: grid;
    gap: 0;
    margin-top: 28px;
    border-block: 1px solid rgba(255, 255, 255, .1);
}

.contact-steps > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.contact-steps > div:last-child {
    border-bottom: 0;
}

.contact-steps > div > span {
    color: #8fb2ff;
    font-size: 9px;
    font-weight: 800;
}

.contact-steps p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.contact-steps strong {
    color: #eef2f7;
    font-size: 12px;
}

.contact-steps small {
    color: #7f8a9b;
    font-size: 11px;
}

.contact-methods {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.contact-methods a {
    display: grid;
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
}

.contact-methods a > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 9px;
    background: rgba(143, 178, 255, .12);
    color: #8fb2ff;
}

.contact-methods p {
    display: grid;
    margin: 0;
}

.contact-methods small {
    color: #7f8a9b;
    font-size: 11px;
}

.contact-methods strong {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-methods > a > .icon {
    width: 14px;
    height: 14px;
    color: #7f8a9b;
}

.lead-form {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--public-surface);
    color: var(--public-ink);
}

.form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--public-line);
}

.form-heading > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-heading > div > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 9px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 9px;
    font-weight: 800;
}

.form-heading p {
    display: grid;
    margin: 0;
}

.form-heading strong {
    font-size: 12px;
}

.form-heading small,
.form-heading > b {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 600;
}

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

.form-field {
    display: grid;
    min-width: 0;
    gap: 7px;
    color: var(--ink-soft);
    font-size: 12.5px;
    font-weight: 680;
}

.form-field-wide {
    grid-column: 1 / -1;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    outline: 0;
    background: var(--surface);
    color: var(--public-ink);
    font: inherit;
    font-size: 16px;
    font-weight: 450;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.form-field textarea {
    min-height: 112px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--accent);
    background: var(--public-surface);
    box-shadow: var(--focus);
}

.form-field.is-invalid > span {
    color: var(--negative);
}

.form-field.is-invalid input,
.form-field.is-invalid select,
.form-field.is-invalid textarea,
.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
    border-color: var(--negative);
    box-shadow: 0 0 0 4px var(--negative-soft);
}

.form-field-error,
.form-consent-error {
    margin: 0;
    color: var(--negative);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.form-consent-error {
    margin-top: 6px;
}

.form-consent.is-invalid {
    color: var(--negative);
}

.lead-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.form-intent,
.lead-alert {
    display: grid;
    gap: 3px;
    margin-top: 14px;
    padding: 11px 12px;
    border: 1px solid var(--brand-line, rgba(37, 99, 235, .24));
    border-radius: 9px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 11px;
}

[data-form-intent][hidden],
.lead-alert[hidden] {
    display: none !important;
}

.lead-alert.is-success {
    border-color: rgba(34, 197, 94, .25);
    background: var(--success-soft, #f0fdf4);
    color: var(--success-text, #15803d);
}

.lead-alert.is-error {
    border-color: rgba(239, 68, 68, .25);
    background: var(--danger-soft, #fef2f2);
    color: var(--danger-text, #b91c1c);
}

.lead-alert.is-warning {
    border-color: rgba(245, 158, 11, .25);
    background: var(--warning-soft, #fffbeb);
    color: var(--warning-text, #92400e);
}

.form-details {
    margin-top: 14px;
    border: 1px solid var(--public-line);
    border-radius: 9px;
}

.form-details summary {
    display: grid;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) auto 20px;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
    color: var(--public-ink);
    font-size: 12.5px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.form-details summary::-webkit-details-marker {
    display: none;
}

.form-details summary b {
    color: var(--public-muted);
    font-size: 11px;
}

.form-details summary::after {
    width: 8px;
    height: 8px;
    justify-self: center;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
    transition: transform 180ms ease;
}

.form-details[open] summary::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.form-details[open] summary {
    border-bottom: 1px solid var(--public-line);
}

.form-grid-extra {
    margin: 0;
    padding: 14px;
}

.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 16px;
    color: var(--public-muted);
    font-size: 12.5px;
    line-height: 1.55;
}

.form-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin: 1px 0 0;
    accent-color: var(--public-brand);
}

.form-consent a {
    color: var(--public-brand-strong);
}

.form-submit {
    width: 100%;
    margin-top: 16px;
}

.form-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 11px 0 0;
    color: var(--public-muted);
    font-size: 11.5px;
}

.form-security .icon {
    width: 13px;
    height: 13px;
}

/* Shared route pages */
.service-detail-page,
.case-page,
.blog-page {
    display: grid;
    gap: 18px;
}

.service-hero,
.case-hero,
.blog-archive-hero,
.article-hero,
.service-section,
.case-metrics-section,
.case-story-section,
.case-detail-section,
.blog-archive-list,
.article-body,
.article-next,
.service-not-found {
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.service-hero,
.case-hero,
.blog-archive-hero,
.article-hero,
.service-not-found {
    padding: 7px 2px 25px;
}

.service-hero,
.case-hero,
.blog-archive-hero,
.article-hero {
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
}

.service-breadcrumb {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    color: var(--public-muted);
    font-size: 11.5px;
}

.service-breadcrumb a {
    color: inherit;
}

.service-breadcrumb b {
    overflow: hidden;
    color: var(--public-ink);
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-hero-grid,
.case-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
    align-items: start;
    gap: 16px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--public-brand-strong);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.hero-badge .icon {
    width: 16px;
    height: 16px;
}

.service-hero-copy h1,
.case-copy h1,
.blog-archive-hero h1,
.article-hero h1,
.service-not-found h1 {
    max-width: 840px;
    margin: 0;
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 750;
    letter-spacing: -.05em;
    line-height: 1.04;
}

.service-lead,
.case-copy > p:not(.hero-badge),
.blog-archive-hero > p:last-child,
.article-hero > p:not(.hero-badge),
.service-not-found > p {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.65;
}

.service-disclosure {
    max-width: 760px;
    margin: 14px 0 0;
    padding: 12px 14px;
    border: 1px solid color-mix(in srgb, var(--warning) 32%, var(--public-line));
    border-radius: var(--public-control-radius);
    background: var(--warning-soft);
    color: var(--warning);
    font-size: 12.5px;
    line-height: 1.6;
}

.service-panel,
.case-profile-panel {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    background: var(--surface);
}

.service-panel-glow {
    display: none;
}

.service-panel-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--public-line);
}

.service-panel-head > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.service-panel-head b {
    font-size: 13px;
}

.service-panel-grid {
    position: relative;
    display: grid;
}

.service-panel-grid > div {
    display: grid;
    gap: 5px;
    padding: 13px 0;
    border-bottom: 1px solid var(--public-line);
}

.service-panel-grid span,
.case-profile-panel > span {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.service-panel-grid strong {
    font-size: 12.5px;
    line-height: 1.5;
}

.service-panel-preview {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 76px;
    align-items: center;
    gap: 14px;
    margin: 15px 0 0;
    padding: 11px;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    background: var(--public-surface);
}

.service-panel-preview span {
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 650;
}

.service-panel-preview img {
    width: 76px;
    height: 96px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.service-section,
.case-story-section,
.case-detail-section,
.article-body {
    padding: 24px;
}

.section-copy.compact {
    max-width: 760px;
    margin-bottom: 20px;
}

.service-grid,
.case-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.service-info-card,
.case-feature-grid article {
    display: flex;
    min-height: 104px;
    align-items: flex-start;
    gap: 11px;
    padding: 16px;
    border: 1px solid var(--public-line);
    border-radius: 13px;
    background: var(--surface-soft, #f8fafc);
}

.service-info-card > span,
.case-feature-grid article > span,
.case-story-grid article > span {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.service-info-card h3,
.case-feature-grid p {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.5;
}

.service-section-split {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 28px;
}

.service-section-split .section-copy {
    margin: 0;
}

.service-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 11px;
    padding: 10px 13px;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    background: var(--surface-soft, #f8fafc);
    font-size: 12px;
}

.service-list .icon {
    width: 17px;
    height: 17px;
    color: var(--public-brand-strong);
}

.service-steps,
.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.service-steps article,
.faq-grid article {
    min-height: 180px;
    padding: 18px;
    border: 1px solid var(--public-line);
    border-radius: 13px;
    background: var(--surface-soft, #f8fafc);
}

.service-steps article > span {
    color: var(--public-brand-strong);
    font-size: 9px;
    font-weight: 800;
}

.service-steps h3,
.faq-grid h3 {
    margin: 30px 0 8px;
    font-size: 14px;
}

.service-steps p,
.faq-grid p {
    margin: 0;
    color: var(--public-muted);
    font-size: 11px;
    line-height: 1.65;
}

.faq-grid article {
    min-height: 160px;
}

.faq-grid h3 {
    margin-top: 0;
}

.service-cta-band,
.article-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px;
}

.service-cta-band > div,
.article-next > div {
    max-width: 760px;
}

.article-next.is-simple {
    justify-content: flex-start;
}

.article-next.is-simple > div {
    max-width: 860px;
}

.service-cta-band .btn,
.article-next > .btn {
    flex: 0 0 auto;
}

.service-not-found {
    text-align: center;
}

.service-not-found > p {
    margin-inline: auto;
}

.service-directory {
    display: grid;
    max-width: 850px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 24px auto 0;
}

.service-directory a {
    display: flex;
    min-height: 54px;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    background: var(--surface-soft, #f8fafc);
    color: var(--public-ink);
    font-size: 12px;
    font-weight: 650;
    text-align: left;
}

.service-directory .icon {
    color: var(--public-brand-strong);
}

/* Case studies */
.case-profile-panel {
    display: grid;
    justify-items: start;
    gap: 8px;
}

.case-profile-panel img {
    width: 78px;
    height: 78px;
    margin-bottom: 6px;
    border-radius: 18px;
    object-fit: cover;
}

.case-profile-panel a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--public-brand-strong);
    font-size: 13px;
    font-weight: 750;
}

.case-profile-panel a .icon {
    width: 14px;
    height: 14px;
}

.case-profile-panel p {
    margin: 4px 0 0;
    color: var(--public-muted);
    font-size: 11px;
    line-height: 1.6;
}

.case-visual-card {
    display: grid;
    max-height: 620px;
    margin: 28px 0 0;
    place-items: start center;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 12px;
    background: #e9edf5;
}

.case-visual-card img {
    width: min(100%, 520px);
    height: auto;
    object-fit: contain;
    object-position: top center;
}

.case-metrics-section {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.case-metric {
    display: grid;
    gap: 7px;
    padding: 20px;
    border-right: 1px solid var(--public-line);
}

.case-metric:last-child {
    border-right: 0;
}

.case-metric span {
    color: var(--public-muted);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.case-metric strong {
    font-size: 15px;
}

.case-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.case-story-grid article {
    padding: 18px;
    border: 1px solid var(--public-line);
    border-radius: 13px;
    background: var(--surface-soft, #f8fafc);
}

.case-story-grid h3 {
    margin: 22px 0 8px;
    font-size: 15px;
}

.case-story-grid p {
    margin: 0;
    color: var(--public-muted);
    font-size: 11px;
    line-height: 1.7;
}

/* Blog */
.blog-archive-hero {
    text-align: left;
}

.blog-archive-list {
    display: grid;
    gap: 0;
    padding: 8px 24px;
}

.blog-archive-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-bottom: 1px solid var(--public-line);
}

.blog-archive-card:last-child {
    border-bottom: 0;
}

.blog-card-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 13px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.blog-card-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--public-muted);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.blog-card-meta span {
    color: var(--public-brand-strong);
}

.blog-archive-card h2 {
    margin: 10px 0 7px;
    font-size: 22px;
    line-height: 1.15;
}

.blog-archive-card p {
    max-width: 840px;
    margin: 0;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.7;
}

.blog-archive-card .blog-card-link {
    margin-top: 16px;
}

.article-meta {
    margin-top: 18px;
}

.article-body {
    max-width: 76ch;
    margin-inline: auto;
}

.article-body section + section {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid var(--public-line);
}

.article-body h2 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.18;
}

.article-body p {
    margin: 0;
    color: var(--public-muted);
    font-size: 15px;
    line-height: 1.85;
}

.article-body p + p {
    margin-top: 14px;
}

/* Legal */
.legal-page {
    width: min(100%, var(--public-content-max));
    margin-inline: auto;
}

.legal-hub {
    display: block;
}

.legal-document-tabs {
    position: sticky;
    z-index: 24;
    top: 74px;
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    padding: 5px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: color-mix(in srgb, var(--canvas) 92%, transparent);
    scrollbar-width: none;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.legal-document-tabs::-webkit-scrollbar {
    display: none;
}

.legal-document-tabs a {
    min-width: max-content;
    display: grid;
    gap: 1px;
    padding: 8px 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--ink-muted);
}

.legal-document-tabs a:hover {
    color: var(--ink);
}

.legal-document-tabs a.is-active {
    border-color: var(--line);
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow-soft);
}

.legal-document-tabs span {
    font-size: 11px;
    font-weight: 680;
}

.legal-document-tabs small {
    color: var(--ink-muted);
    font-size: 11px;
}

.legal-document {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
}

.legal-topbar {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 28px;
    border-bottom: 1px solid var(--line);
    color: var(--ink-muted);
    font-size: 11.5px;
}

.legal-topbar a {
    color: var(--accent-deep);
    font-weight: 700;
}

.legal-hero,
.legal-notice,
.payment-compliance,
.legal-content,
.legal-facts,
.legal-sources,
.legal-document-footer {
    margin-inline: 28px;
}

.legal-hero {
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 750;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.legal-summary {
    max-width: 760px;
    margin: 14px 0 0;
    color: var(--ink-muted);
    font-size: 13px;
    line-height: 1.7;
}

.legal-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

.legal-pdf-download {
    min-width: 300px;
    min-height: 54px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.legal-pdf-download:hover {
    border-color: var(--line-strong);
    background: var(--surface-soft);
}

.legal-pdf-badge {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--negative-soft);
    color: var(--negative);
    font-size: 9px;
    font-weight: 800;
}

.legal-pdf-download > span:nth-child(2) {
    display: grid;
}

.legal-pdf-download b {
    font-size: 11px;
}

.legal-pdf-download small {
    color: var(--ink-muted);
    font-size: 11px;
}

.legal-notice {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    margin-top: 24px;
    padding: 13px 15px;
    border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
    border-radius: 9px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 12.5px;
}

.legal-notice p {
    margin: 0;
    line-height: 1.65;
}

.payment-compliance {
    margin-top: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(145deg, var(--surface), var(--surface-soft));
}

.payment-compliance__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.payment-compliance__head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(20px, 2.4vw, 27px);
    line-height: 1.15;
}

.payment-security-seal {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid color-mix(in srgb, var(--positive) 28%, var(--line));
    border-radius: 999px;
    background: var(--positive-soft);
    color: var(--positive);
    font-size: 10px;
    font-weight: 780;
    white-space: nowrap;
}

.payment-system-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.payment-system-card {
    min-width: 0;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.payment-system-card.is-active {
    border-color: color-mix(in srgb, var(--positive) 24%, var(--line));
}

.payment-system-card.is-pending {
    background: var(--surface-soft);
}

.payment-system-mark {
    display: inline-flex;
    width: 100%;
    min-height: 30px;
    align-items: center;
    color: var(--ink);
    font-size: 16px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.payment-system-mark img {
    display: block;
    width: auto;
    max-width: 138px;
    height: auto;
    max-height: 32px;
    object-fit: contain;
    object-position: left center;
}

.payment-system-mark--payme img {
    width: 34px;
    height: 34px;
}

.payment-system-card.is-pending .payment-system-mark img {
    opacity: .78;
    filter: saturate(.82);
}

.payment-system-mark--click { color: #1688f8; font-style: italic; }
.payment-system-mark--payme { color: #00aeb7; font-size: 19px; letter-spacing: -.07em; }
.payment-system-mark--atmos { color: #6b5cff; letter-spacing: .03em; }
.payment-system-mark--uzum { color: #6c35df; font-size: 14px; letter-spacing: -.02em; }

.payment-system-state {
    color: var(--ink-muted);
    font-size: 10px;
    font-weight: 720;
}

.payment-system-card.is-active .payment-system-state {
    color: var(--positive);
}

.payment-compliance__copy {
    max-width: 82ch;
    margin: 17px 0 0;
    color: var(--ink-muted);
    font-size: 12.5px;
    line-height: 1.7;
}

.payment-compliance__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.payment-compliance__links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--accent-deep);
    font-size: 11px;
    font-weight: 720;
}

@media (max-width: 760px) {
    .payment-compliance {
        margin-inline: 16px;
        padding: 17px;
    }

    .payment-compliance__head {
        flex-direction: column;
    }

    .payment-security-seal {
        white-space: normal;
    }

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

@media (max-width: 390px) {
    .payment-system-grid {
        grid-template-columns: 1fr;
    }
}

.legal-content {
    max-width: 72ch;
    padding: 30px 0;
}

.legal-content section + section {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

.legal-content h2,
.legal-sources h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 22px;
    line-height: 1.2;
}

.legal-content p,
.legal-content li,
.legal-sources p {
    color: var(--ink-muted);
    font-size: 14px;
    line-height: 1.82;
}

@media (hover: hover) {
    .project-card:hover,
    .project-card:focus-within,
    .service-bento-card:hover,
    .service-bento-card:focus-within,
    .service-special-card:hover,
    .service-special-card:focus-within {
        border-color: var(--line-strong);
        box-shadow: var(--shadow-soft);
        transform: translateY(-2px);
    }

    .project-card-copy > a .icon,
    .service-bento-card > a .icon,
    .service-special-card > a .icon,
    .pro-text-link .icon,
    .blog-card-link .icon {
        transition: transform 180ms ease;
    }

    .project-card:focus-within .project-card-copy > a .icon,
    .project-card:hover .project-card-copy > a .icon,
    .service-bento-card:focus-within > a .icon,
    .service-bento-card:hover > a .icon,
    .service-special-card:focus-within > a .icon,
    .service-special-card:hover > a .icon,
    .pro-text-link:hover .icon,
    .blog-card-link:hover .icon {
        transform: translateX(3px);
    }
}

.legal-content p {
    margin: 0;
}

.legal-content p + p {
    margin-top: 11px;
}

.legal-content ul {
    display: grid;
    gap: 7px;
    margin: 12px 0 0;
    padding-left: 20px;
}

.legal-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 22px 0;
    border-top: 1px solid var(--line);
}

.legal-facts article {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--surface-soft);
}

.legal-facts span {
    color: var(--ink-muted);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.legal-facts strong {
    overflow-wrap: anywhere;
    font-size: 11px;
}

.legal-sources {
    padding: 22px 0;
    border-top: 1px solid var(--line);
}

.legal-sources p {
    margin: 0;
}

.legal-sources > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.legal-sources a {
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--accent-deep);
    font-size: 11.5px;
    font-weight: 650;
}

.legal-sources a:hover {
    border-color: var(--line-strong);
    background: var(--surface-soft);
}

.legal-document-footer {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.legal-brand-logo {
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 11px;
}

.legal-document-footer div {
    min-width: 0;
    display: grid;
}

.legal-document-footer b {
    font-size: 11px;
}

.legal-document-footer span {
    color: var(--ink-muted);
    font-size: 11.5px;
}

/* Branded system state */
body.error-body {
    background-color: var(--canvas);
    background-image:
        linear-gradient(rgba(21, 23, 25, .1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21, 23, 25, .1) 1px, transparent 1px);
    background-position: center;
    background-size: 72px 72px;
}

body.error-body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, transparent 0, var(--canvas) 72%);
    content: "";
    pointer-events: none;
}

.system-state-page {
    width: min(100% - 40px, 1164px);
    min-height: 100dvh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    margin-inline: auto;
}

.system-state-page a {
    text-decoration: none;
}

.system-state-header,
.system-state-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.system-state-header {
    min-height: 126px;
}

.system-state-brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--ink);
}

.system-state-brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.system-state-brand > span {
    display: grid;
    gap: 2px;
}

.system-state-brand strong {
    font-size: 15px;
    font-weight: 780;
    letter-spacing: .12em;
}

.system-state-brand small {
    color: var(--ink-muted);
    font-size: 11px;
}

.system-state-status {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 88%, transparent);
    color: var(--ink-muted);
    font-size: 11px;
    font-weight: 650;
}

.system-state-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--positive);
    box-shadow: 0 0 0 4px var(--positive-soft);
}

.system-state-main {
    display: grid;
    place-items: center;
    padding: 30px 0 58px;
}

.system-state-card {
    width: 100%;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: color-mix(in srgb, var(--surface) 96%, transparent);
    box-shadow: 0 28px 72px rgba(15, 17, 20, .13);
}

.system-state-visual {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 34px 26px;
    overflow: hidden;
    border-right: 1px solid var(--line);
    background:
        radial-gradient(circle, rgba(49, 87, 213, .25) 1.1px, transparent 1.2px) 0 0 / 18px 18px,
        linear-gradient(140deg, #f0f3ff, #fff 74%);
}

.system-state-visual::before,
.system-state-visual::after {
    position: absolute;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(49, 87, 213, .18);
    border-radius: 50%;
    content: "";
}

.system-state-visual::before {
    top: -138px;
    right: -42px;
    box-shadow: 0 0 0 38px rgba(49, 87, 213, .04);
}

.system-state-visual::after {
    right: -105px;
    bottom: -132px;
}

.system-state-visual-head {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    color: var(--ink-muted);
    font: 700 10px/1 var(--mono);
    letter-spacing: .14em;
}

.system-state-symbol {
    position: absolute;
    z-index: 2;
    top: 40%;
    right: 42px;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: color-mix(in srgb, var(--surface) 94%, transparent);
    box-shadow: var(--shadow-soft);
    transform: translateY(-50%);
}

.system-state-symbol svg {
    width: 62px;
    height: 62px;
    fill: none;
    stroke: #315fff;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.system-state-visual > strong {
    position: relative;
    z-index: 2;
    color: #0d0f12;
    font-family: var(--display-font);
    font-size: clamp(126px, 15vw, 190px);
    font-weight: 780;
    line-height: .74;
    letter-spacing: -.095em;
}

.system-state-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 58px 72px;
}

.system-state-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #315fff;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.system-state-kicker span {
    width: 22px;
    height: 1px;
    background: currentColor;
}

.system-state-copy h1 {
    max-width: 560px;
    margin: 0;
    color: #0d0f12;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 760;
    line-height: .98;
    letter-spacing: -.06em;
}

.system-state-description {
    max-width: 560px;
    margin: 20px 0 0;
    color: var(--ink-muted);
    font-size: 16px;
    line-height: 1.65;
}

.system-state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.system-state-actions a {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
}

.system-state-primary {
    border-color: #315fff !important;
    background: #315fff;
    color: #fff;
}

.system-state-primary:hover {
    background: #244bd2;
}

.system-state-secondary {
    min-width: 164px;
    background: var(--surface);
    color: var(--ink);
}

.system-state-secondary:hover {
    border-color: var(--line-strong);
    background: var(--surface-soft);
}

.system-state-details {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
}

.system-state-details summary {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 11px;
    font-weight: 680;
    cursor: pointer;
    list-style: none;
}

.system-state-details summary::-webkit-details-marker {
    display: none;
}

.system-state-details p {
    margin: 10px 0 0;
    color: var(--ink-muted);
    font-size: 11px;
}

.system-state-details code {
    font-family: var(--mono);
    overflow-wrap: anywhere;
}

.system-state-footer {
    min-height: 82px;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    font-size: 11px;
    font-weight: 650;
}

.system-state-footer a {
    color: var(--ink);
}

@media (max-width: 1399px) {
    .pro-section-head-split,
    .company-grid,
    .faq-layout,
    .service-hero-grid,
    .case-hero-grid,
    .contact-grid,
    .service-section-split {
        grid-template-columns: 1fr;
    }

    .project-showcase {
        grid-template-columns: 1fr;
    }

    .project-card {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .service-bento,
    .process-timeline,
    .service-steps,
    .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-copy {
        padding: 26px;
    }

    .service-panel,
    .case-profile-panel {
        max-width: none;
    }
}

@media (max-width: 1199px) {
    .public-main {
        padding: 26px max(22px, var(--safe-right)) 20px max(22px, var(--safe-left));
    }

    .pro-hero-grid {
        grid-template-columns: 1fr;
    }

    .pro-hero-copy {
        min-height: 370px;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .pricing-note {
        min-height: 0;
    }

    .case-profile-panel {
        grid-template-columns: 86px minmax(0, 1fr);
        align-items: center;
        column-gap: 16px;
    }

    .case-profile-panel img {
        grid-row: 1 / span 3;
        margin: 0;
    }

    .system-state-page {
        width: min(100% - 32px, 980px);
    }

    .system-state-card {
        grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    }

    .system-state-copy {
        padding: 44px 40px;
    }

    .system-state-copy h1 {
        font-size: clamp(42px, 6vw, 58px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .project-card,
    .project-card-visual {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    .public-main {
        padding: 22px max(16px, var(--safe-right)) max(10px, var(--safe-bottom)) max(16px, var(--safe-left));
    }

    .public-main small,
    .public-shell-footer small,
    .pro-kicker,
    .section-kicker,
    .legal-kicker,
    .eyebrow,
    .hero-badge,
    .project-card-top p,
    .service-bento-top > span,
    .pricing-card-head,
    .company-facts dt,
    .case-metric span,
    .blog-card-meta,
    .article-meta,
    .legal-facts span {
        font-size: 12px;
        line-height: 1.4;
    }

    .service-breadcrumb,
    .service-panel-grid span,
    .service-panel-grid strong,
    .service-panel-preview span,
    .service-steps article > span,
    .service-steps p,
    .faq-grid p,
    .service-cta-band > div > p:last-child,
    .legal-pdf-badge,
    .legal-pdf-download b,
    .legal-pdf-download small,
    .legal-notice,
    .legal-facts strong,
    .legal-sources a,
    .legal-document-footer b,
    .legal-document-footer span {
        font-size: 12px;
        line-height: 1.4;
    }

    .public-home-status {
        justify-self: start;
        font-size: 12px;
    }

    .pro-section {
        padding: 22px 0;
    }

    .pro-section-head {
        margin-bottom: 17px;
    }

    .pro-section-head-split {
        gap: 12px;
    }

    .pro-section-head h2,
    .section-copy h2,
    .service-cta-band h2,
    .article-next h2 {
        font-size: 27px;
    }

    .pro-hero-grid {
        gap: 12px;
        padding: 12px 0 0;
    }

    .pro-hero-copy {
        min-height: 0;
        padding: 24px 20px;
        border-radius: 13px;
    }

    .pro-hero-copy h1 {
        font-size: clamp(31px, 9.2vw, 40px);
    }

    .pro-hero-lead {
        margin-top: 16px;
        font-size: 14px;
    }

    .pro-hero-actions,
    .service-hero-actions,
    .hero-actions,
    .error-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .pro-button,
    .btn {
        width: 100%;
        min-height: 46px;
        font-size: 13px;
    }

    .pro-hero-assurance {
        margin-top: 20px;
        padding-top: 16px;
    }

    .studio-overview-head {
        padding: 14px;
    }

    .studio-capabilities a {
        min-height: 62px;
        padding-inline: 14px;
    }

    .studio-overview-foot,
    .hero-proof,
    .project-showcase,
    .service-bento,
    .pricing-cards,
    .process-timeline,
    .service-steps,
    .faq-grid,
    .service-grid,
    .case-feature-grid,
    .case-story-grid,
    .case-metrics-section,
    .legal-facts,
    .service-directory {
        grid-template-columns: 1fr;
    }

    .hero-proof > div {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .project-card {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .project-card-copy {
        padding: 20px;
    }

    .project-card h3 {
        margin-top: 18px;
        font-size: 25px;
    }

    .project-card-copy > a {
        margin-top: 6px;
    }

    .project-card-visual {
        height: min(430px, 110vw);
        min-height: 310px;
    }

    .project-card-visual img {
        height: calc(100% - 34px);
        object-fit: cover;
        object-position: top center;
    }

    .service-bento-card,
    .service-special-card,
    .pricing-card,
    .company-story,
    .company-facts,
    .faq-layout > .pro-section-head,
    .faq-list,
    .service-section,
    .case-story-section,
    .case-detail-section,
    .article-body,
    .article-next {
        min-height: 0;
        padding: 20px;
    }

    .service-special-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .service-special-card > a {
        white-space: normal;
    }

    .process-timeline li {
        min-height: 0;
        padding: 20px;
    }

    .process-timeline h3 {
        margin-top: 20px;
    }

    .company-story h2,
    .faq-layout > .pro-section-head h2 {
        font-size: 28px;
    }

    .company-facts-head {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .company-facts-head b {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .pro-contact {
        padding: 10px;
        border-radius: 13px;
    }

    .contact-grid {
        gap: 12px;
    }

    .contact-copy,
    .lead-form {
        padding: 20px;
    }

    .contact-copy h2 {
        font-size: 32px;
    }

    .lead-form {
        border-radius: 11px;
    }

    .form-heading {
        align-items: flex-start;
    }

    .form-heading > b {
        display: none;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-field-wide {
        grid-column: auto;
    }

    .form-consent {
        font-size: 12px;
    }

    .service-hero,
    .case-hero,
    .blog-archive-hero,
    .article-hero {
        padding: 2px 0 18px;
    }

    .service-section,
    .case-story-section,
    .case-detail-section,
    .article-body,
    .article-next,
    .service-not-found {
        border-radius: 12px;
    }

    .service-hero-copy h1,
    .case-copy h1,
    .blog-archive-hero h1,
    .article-hero h1,
    .service-not-found h1,
    .legal-hero h1 {
        font-size: 29px;
    }

    .case-profile-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .case-profile-panel img {
        grid-row: auto;
        margin-bottom: 6px;
    }

    .service-steps article,
    .faq-grid article {
        min-height: 0;
    }

    .service-cta-band,
    .article-next {
        align-items: stretch;
        flex-direction: column;
    }

    .service-cta-band .btn,
    .article-next > .btn {
        width: 100%;
    }

    .case-visual-card {
        max-height: 520px;
    }

    .case-metric {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .case-metric:last-child {
        border-bottom: 0;
    }

    .blog-archive-list {
        padding: 6px 20px;
        border-radius: 12px;
    }

    .blog-archive-card {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
        padding: 20px 0;
    }

    .blog-card-icon {
        width: 38px;
        height: 38px;
        border-radius: 9px;
    }

    .blog-card-icon .icon {
        width: 17px;
        height: 17px;
    }

    .blog-archive-card h2 {
        font-size: 19px;
    }

    .article-body h2 {
        font-size: 23px;
    }

    .article-body p {
        font-size: 14px;
    }

    .legal-document-tabs {
        top: calc(58px + var(--safe-top) + 8px);
        margin-inline: 0;
    }

    .legal-document-tabs a {
        padding: 9px 11px;
    }

    .legal-document-tabs span,
    .legal-document-tabs small {
        font-size: 12px;
    }

    .legal-topbar {
        min-height: 58px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 3px;
        padding: 9px 20px;
        font-size: 12px;
    }

    .legal-hero,
    .legal-notice,
    .legal-content,
    .legal-facts,
    .legal-sources,
    .legal-document-footer {
        margin-inline: 20px;
    }

    .legal-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .legal-pdf-download {
        min-width: 0;
    }

    .legal-notice {
        grid-template-columns: 1fr;
    }

    .legal-document-footer {
        align-items: flex-start;
    }

    .legal-document-footer span {
        font-size: 12px;
        line-height: 1.5;
    }

    .system-state-page {
        width: min(100% - 36px, 520px);
    }

    .system-state-header {
        min-height: 82px;
    }

    .system-state-brand strong {
        font-size: 14px;
    }

    .system-state-brand small,
    .system-state-status {
        font-size: 12px;
    }

    .system-state-status {
        width: 36px;
        min-height: 36px;
        justify-content: center;
        overflow: hidden;
        padding: 0;
        color: transparent;
    }

    .system-state-main {
        align-items: start;
        padding: 0 0 34px;
    }

    .system-state-card {
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 28px;
    }

    .system-state-visual {
        min-height: 246px;
        padding: 24px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .system-state-visual-head {
        top: 22px;
        right: 22px;
        left: 22px;
        font-size: 10px;
    }

    .system-state-symbol {
        top: 45%;
        right: 28px;
        width: 84px;
        height: 84px;
        border-radius: 26px;
    }

    .system-state-symbol svg {
        width: 50px;
        height: 50px;
    }

    .system-state-visual > strong {
        font-size: clamp(112px, 39vw, 156px);
    }

    .system-state-copy {
        padding: 34px 24px 28px;
    }

    .system-state-kicker {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .system-state-copy h1 {
        font-size: clamp(33px, 10vw, 44px);
        line-height: .98;
    }

    .system-state-description {
        margin-top: 16px;
        font-size: 15px;
    }

    .system-state-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .system-state-actions a {
        width: 100%;
        min-height: 52px;
        font-size: 14px;
    }

    .system-state-details summary,
    .system-state-details p,
    .system-state-footer {
        font-size: 12px;
    }

    .system-state-footer {
        min-height: 72px;
    }
}

@media (max-width: 389px) {
    .public-main {
        padding-inline: max(12px, var(--safe-right)) max(12px, var(--safe-left));
    }

    .service-hero-copy h1,
    .case-copy h1,
    .blog-archive-hero h1,
    .article-hero h1,
    .service-not-found h1,
    .legal-hero h1 {
        font-size: 27px;
    }

    .pro-hero-copy {
        padding-inline: 18px;
    }

    .contact-methods strong {
        font-size: 11px;
    }

    .legal-hero,
    .legal-notice,
    .legal-content,
    .legal-facts,
    .legal-sources,
    .legal-document-footer {
        margin-inline: 16px;
    }

    .system-state-page {
        width: min(100% - 28px, 520px);
    }

    .system-state-brand img {
        width: 38px;
        height: 38px;
    }

    .system-state-copy {
        padding-inline: 20px;
    }

    .system-state-copy h1 {
        font-size: 36px;
    }
}

@media (prefers-contrast: more) {
    .project-card,
    .service-bento-card,
    .service-special-card,
    .pricing-card,
    .lead-form,
    .form-field input,
    .form-field select,
    .form-field textarea {
        border-color: var(--line-strong);
    }
}

@media (forced-colors: active) {
    .pro-button,
    .btn,
    .pricing-card > a,
    .form-submit {
        border: 1px solid ButtonText;
        forced-color-adjust: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .public-sidebar,
    .public-topbar,
    .public-shell-footer,
    .legal-actions,
    [data-runtime-widget] {
        display: none !important;
    }

    .public-stage,
    .public-main {
        margin: 0 !important;
        padding: 0 !important;
    }

    .legal-hub {
        display: block;
    }

    .legal-document {
        border: 0;
    }
}

/* Institutional premium homepage gateway.
   Eight decision cards use one dark flagship, six editorial surfaces and
   one softly tinted action surface. Hierarchy, not decoration, creates depth. */
@media screen {
    .public-home .service-bento {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(14px, 1.25vw, 20px);
    }

    .public-home .service-bento-card {
        position: relative;
        isolation: isolate;
        min-height: 390px;
        overflow: hidden;
        padding: clamp(23px, 1.85vw, 29px);
        border-color: var(--public-premium-line);
        border-radius: 20px;
        background:
            radial-gradient(circle at 100% 0, rgba(49, 87, 213, .045), transparent 15rem),
            linear-gradient(155deg, #fff, #f8f9fc);
        box-shadow:
            0 1px 2px rgba(15, 23, 42, .035),
            0 18px 48px rgba(15, 23, 42, .055);
        transition:
            border-color 200ms ease,
            box-shadow 200ms ease,
            transform 200ms cubic-bezier(.2, .8, .2, 1);
    }

    .public-home .service-bento-card::before {
        position: absolute;
        top: 0;
        right: 24px;
        left: 24px;
        height: 2px;
        border-radius: 0 0 99px 99px;
        background: linear-gradient(90deg, transparent, rgba(49, 87, 213, .48), transparent);
        content: "";
        pointer-events: none;
    }

    .public-home .service-bento-card::after {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 54%;
        height: 42%;
        opacity: .42;
        background-image:
            linear-gradient(rgba(49, 87, 213, .045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(49, 87, 213, .045) 1px, transparent 1px);
        background-size: 24px 24px;
        -webkit-mask-image: linear-gradient(225deg, #000, transparent 78%);
        mask-image: linear-gradient(225deg, #000, transparent 78%);
        content: "";
        pointer-events: none;
    }

    .public-home .service-bento-card.service-bento-featured {
        border-color: rgba(255, 255, 255, .11);
        background:
            radial-gradient(circle at 94% 2%, rgba(87, 126, 255, .25), transparent 19rem),
            linear-gradient(145deg, #0f1218, #1a2130 72%, #11151e);
        box-shadow:
            inset 0 1px rgba(255, 255, 255, .045),
            0 24px 58px rgba(15, 23, 42, .16);
    }

    .public-home .service-bento-card.service-bento-featured::before {
        background: linear-gradient(90deg, transparent, rgba(174, 191, 255, .62), transparent);
    }

    .public-home .service-bento-card.service-bento-featured::after {
        opacity: .58;
        background-image:
            linear-gradient(rgba(174, 191, 255, .065) 1px, transparent 1px),
            linear-gradient(90deg, rgba(174, 191, 255, .065) 1px, transparent 1px);
    }

    .public-home .service-bento-card.service-bento-support {
        border-color: color-mix(in srgb, var(--public-brand) 28%, var(--public-premium-line));
        background:
            radial-gradient(circle at 100% 0, rgba(49, 87, 213, .13), transparent 18rem),
            linear-gradient(155deg, #fbfcff, #f1f5ff);
        box-shadow:
            0 1px 2px rgba(49, 87, 213, .04),
            0 20px 52px rgba(49, 87, 213, .075);
    }

    .public-home .service-bento-top {
        min-height: 46px;
    }

    .public-home .service-bento-index {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .public-home .service-bento-index > span {
        width: 34px;
        height: 34px;
        display: grid;
        flex: 0 0 auto;
        place-items: center;
        border: 1px solid color-mix(in srgb, var(--public-brand) 14%, var(--public-premium-line));
        border-radius: 10px;
        background: rgba(242, 245, 255, .82);
        color: var(--public-brand-strong);
        font-size: 10.5px;
        font-weight: 820;
        letter-spacing: .02em;
    }

    .public-home .service-bento-index small {
        overflow: hidden;
        color: var(--public-muted);
        font-size: 11.5px;
        font-weight: 740;
        letter-spacing: .075em;
        line-height: 1.35;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .public-home .service-bento-top > i {
        width: 46px;
        height: 46px;
        flex: 0 0 auto;
        border: 1px solid color-mix(in srgb, var(--public-brand) 10%, transparent);
        border-radius: 13px;
        box-shadow: inset 0 1px rgba(255, 255, 255, .72);
    }

    .public-home .service-bento-top > i .icon {
        width: 21px;
        height: 21px;
    }

    .public-home .service-bento-card h3 {
        max-width: 15ch;
        margin: 28px 0 11px;
        font-family: var(--display-font);
        font-size: clamp(23px, 1.7vw, 28px);
        font-weight: 735;
        letter-spacing: -.04em;
        line-height: 1.08;
    }

    .public-home .service-bento-card > p {
        max-width: 34ch;
        display: -webkit-box;
        overflow: hidden;
        font-size: 14.5px;
        line-height: 1.7;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .public-home .service-bento-tags {
        display: flex;
        align-items: center;
        gap: 7px 10px;
        margin-top: 21px;
        padding: 10px 11px;
        border: 1px solid var(--public-premium-line);
        border-radius: 11px;
        background: rgba(246, 248, 251, .82);
    }

    .public-home .service-bento-tags span {
        min-height: 20px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--public-muted);
        font-size: 11.5px;
        line-height: 1.35;
    }

    .public-home .service-bento-tags span::before {
        width: 5px;
        height: 5px;
        flex: 0 0 auto;
        border-radius: 999px;
        background: color-mix(in srgb, var(--public-brand) 62%, #9aa6bd);
        content: "";
    }

    .public-home .service-bento-card > a {
        z-index: 2;
        width: 100%;
        min-height: 44px;
        justify-content: space-between;
        margin-top: auto;
        padding-top: 18px;
        border-top: 1px solid var(--public-premium-line);
        color: var(--public-brand-strong);
        font-size: 13.5px;
        font-weight: 780;
    }

    .public-home .service-bento-card > a::before {
        position: absolute;
        inset: 0;
        content: "";
    }

    .public-home .service-bento-card > a .icon {
        width: 34px;
        height: 34px;
        box-sizing: border-box;
        flex: 0 0 auto;
        padding: 8px;
        border: 1px solid color-mix(in srgb, var(--public-brand) 18%, var(--public-premium-line));
        border-radius: 999px;
        background: rgba(247, 249, 255, .92);
        transition: color 200ms ease, background-color 200ms ease, transform 200ms cubic-bezier(.2, .8, .2, 1);
    }

    .public-home .service-bento-featured .service-bento-index > span {
        border-color: rgba(174, 191, 255, .18);
        background: rgba(143, 178, 255, .11);
        color: #c1ceff;
    }

    .public-home .service-bento-featured .service-bento-index small {
        color: #aeb9ca;
    }

    .public-home .service-bento-featured .service-bento-top > i {
        border-color: rgba(174, 191, 255, .14);
        box-shadow: inset 0 1px rgba(255, 255, 255, .06);
    }

    .public-home .service-bento-featured .service-bento-tags {
        border-color: rgba(255, 255, 255, .12);
        background: rgba(255, 255, 255, .055);
    }

    .public-home .service-bento-featured .service-bento-tags span {
        color: #c7ced9;
    }

    .public-home .service-bento-featured .service-bento-tags span::before {
        background: #9fb2ff;
        box-shadow: 0 0 0 3px rgba(159, 178, 255, .09);
    }

    .public-home .service-bento-featured > a {
        border-top-color: rgba(255, 255, 255, .12);
        color: #fff;
    }

    .public-home .service-bento-featured > a .icon {
        border-color: rgba(255, 255, 255, .16);
        background: rgba(255, 255, 255, .07);
        color: #fff;
    }

    .public-home .service-bento-support .service-bento-index > span,
    .public-home .service-bento-support .service-bento-top > i {
        border-color: rgba(49, 87, 213, .15);
        background: rgba(232, 238, 255, .9);
    }

    .public-home .service-bento-support .service-bento-tags {
        border-color: rgba(49, 87, 213, .13);
        background: rgba(255, 255, 255, .62);
    }

    .public-home .service-bento-card:focus-within {
        border-color: var(--public-premium-line-strong);
        box-shadow: 0 0 0 3px rgba(49, 87, 213, .13), var(--public-premium-shadow-hover);
    }

    .public-home .service-bento-card > a:focus-visible {
        outline: none;
    }
}

@media screen and (max-width: 1399px) {
    .public-home .service-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .public-home .service-bento {
        grid-template-columns: 1fr;
    }

    .public-home .service-bento-card {
        min-height: 0;
        padding: 21px;
        border-radius: 16px;
    }

    .public-home .service-bento-card h3 {
        max-width: 18ch;
        margin-top: 24px;
        font-size: clamp(22px, 7vw, 26px);
    }

    .public-home .service-bento-card > p {
        display: block;
        max-width: none;
        overflow: visible;
    }

    .public-home .service-bento-tags {
        margin-top: 18px;
    }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .public-home .service-bento-card:hover {
        border-color: var(--public-premium-line-strong);
        box-shadow: var(--public-premium-shadow-hover);
        transform: translateY(-3px);
    }

    .public-home .service-bento-card:hover > a .icon {
        background: var(--public-brand-strong);
        color: #fff;
        transform: translateX(3px);
    }

    .public-home .service-bento-featured:hover > a .icon {
        background: #fff;
        color: #11151e;
    }
}

/* Standalone content pages
   Shared presentation system for service directories, projects, process,
   pricing, FAQ, contact and document hubs. */
.standalone-page {
    width: min(100%, var(--public-content-max));
    display: grid;
    gap: 18px;
    margin-inline: auto;
}

.standalone-page > * {
    min-width: 0;
}

.standalone-hero {
    min-width: 0;
    padding: 7px 0 25px;
    border-bottom: 1px solid var(--public-line);
}

.standalone-breadcrumb {
    min-width: 0;
    margin: 0 0 18px;
    color: var(--public-muted);
    font-size: 12px;
    line-height: 1.5;
}

.standalone-breadcrumb ol,
.standalone-breadcrumb ul {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.standalone-breadcrumb li {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.standalone-breadcrumb li + li::before {
    color: color-mix(in srgb, var(--public-muted) 58%, transparent);
    content: "/";
}

.standalone-breadcrumb a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.standalone-breadcrumb a:hover {
    color: var(--public-ink);
}

.standalone-breadcrumb [aria-current="page"] {
    overflow: hidden;
    color: var(--public-ink);
    font-weight: 680;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.standalone-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(330px, .68fr);
    align-items: stretch;
    gap: 14px;
}

.standalone-hero-copy {
    min-width: 0;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 3.1vw, 42px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    background: #111318;
    color: #fff;
}

.standalone-hero-copy .hero-badge,
.standalone-hero-copy .pro-kicker,
.standalone-hero-copy .section-kicker {
    color: #b9c5d8;
}

.standalone-hero-copy h1,
.standalone-hero > h1 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 740;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.standalone-hero-copy h1 {
    color: #fff;
}

.standalone-lead {
    max-width: 72ch;
    margin: 18px 0 0;
    color: var(--public-muted);
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.7;
}

.standalone-hero-copy .standalone-lead {
    color: #c3cad4;
}

.standalone-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.standalone-actions .btn,
.standalone-actions .pro-button {
    min-height: 46px;
    padding-inline: 16px;
    font-size: 13px;
}

.standalone-hero-copy .standalone-actions .btn-primary,
.standalone-hero-copy .standalone-actions .pro-button-primary {
    border-color: #fff;
    background: #fff;
    color: #111318;
}

.standalone-hero-copy .standalone-actions .btn-outline,
.standalone-hero-copy .standalone-actions .pro-button-ghost {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.standalone-hero-note {
    display: flex;
    max-width: 720px;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #b4bdca;
    font-size: 13px;
    line-height: 1.6;
}

.standalone-hero-note .icon {
    width: 18px;
    height: 18px;
    flex: none;
    margin-top: 1px;
    color: #aab9ff;
}

.standalone-summary {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: 15px;
    background: var(--public-surface);
}

.standalone-summary-head {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--public-line);
}

.standalone-summary-icon,
.standalone-card-icon,
.standalone-document-icon {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.standalone-summary-icon .icon,
.standalone-card-icon .icon,
.standalone-document-icon .icon {
    width: 20px;
    height: 20px;
}

.standalone-summary-head > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.standalone-summary-head small {
    color: var(--public-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.standalone-summary-head strong {
    color: var(--public-ink);
    font-size: 15px;
    line-height: 1.35;
}

.standalone-summary dl {
    display: grid;
    margin: 0;
}

.standalone-summary dl > div {
    display: grid;
    gap: 5px;
    padding: 14px 0;
    border-bottom: 1px solid var(--public-line);
}

.standalone-summary dt,
.standalone-summary dd {
    margin: 0;
}

.standalone-summary dt {
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.standalone-summary dd {
    color: var(--public-ink);
    font-size: 14px;
    font-weight: 620;
    line-height: 1.55;
}

.standalone-summary > .pro-text-link {
    margin-top: auto;
    padding-top: 12px;
}

.standalone-summary > .btn {
    margin-top: auto;
}

.standalone-section {
    min-width: 0;
    scroll-margin-top: 86px;
    padding: clamp(22px, 2.35vw, 32px);
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.standalone-section--soft {
    background: color-mix(in srgb, var(--surface-soft) 64%, var(--surface));
}

.standalone-section--dark {
    border-color: rgba(255, 255, 255, .09);
    background: #111318;
    color: #fff;
}

.standalone-section--flush {
    padding: 0;
    overflow: hidden;
}

.standalone-section--transparent {
    padding-inline: 0;
    border-color: transparent;
    background: transparent;
}

.standalone-section-head {
    max-width: 790px;
    margin-bottom: 22px;
}

.standalone-section-head--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
    align-items: end;
    gap: 28px;
}

.standalone-section-head > div {
    min-width: 0;
}

.standalone-section-head .pro-kicker,
.standalone-section-head .section-kicker,
.standalone-section-head .eyebrow {
    margin-bottom: 9px;
}

.standalone-section-head h2 {
    max-width: 900px;
    margin: 0;
    color: var(--public-ink);
    font-size: clamp(28px, 2.8vw, 39px);
    font-weight: 740;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.standalone-section-head > p,
.standalone-section-head > div > p:last-child {
    max-width: 72ch;
    margin: 12px 0 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.7;
}

.standalone-section-head--split > p {
    margin: 0;
}

.standalone-section--dark .standalone-section-head h2 {
    color: #fff;
}

.standalone-section--dark .standalone-section-head > p,
.standalone-section--dark .standalone-section-head > div > p:last-child {
    color: #b4bdca;
}

.standalone-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

.standalone-card {
    min-width: 0;
    min-height: 270px;
    display: flex;
    grid-column: span 4;
    flex-direction: column;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
    color: var(--public-ink);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.standalone-card--wide {
    grid-column: span 6;
}

.standalone-card--featured {
    grid-column: span 8;
    border-color: #111318;
    background: #111318;
    color: #fff;
}

.standalone-card--full {
    grid-column: 1 / -1;
}

.standalone-card--compact {
    min-height: 190px;
}

.standalone-card--accent {
    border-color: color-mix(in srgb, var(--public-brand) 28%, var(--public-line));
    background: linear-gradient(135deg, var(--public-brand-soft), var(--public-surface) 72%);
}

.standalone-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.standalone-card-number {
    min-width: 30px;
    min-height: 30px;
    display: inline-grid;
    place-items: center;
    padding: 4px 7px;
    border-radius: 8px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.standalone-card-eyebrow {
    margin: 0;
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 760;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.standalone-card h2,
.standalone-card h3 {
    max-width: 680px;
    margin: 25px 0 10px;
    color: inherit;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 710;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.standalone-card > p,
.standalone-card-copy,
.standalone-card-body > p {
    max-width: 72ch;
    margin: 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.68;
}

.standalone-card--featured .standalone-card-eyebrow,
.standalone-card--featured > p,
.standalone-card--featured .standalone-card-copy,
.standalone-card--featured .standalone-card-body > p {
    color: #b4bdca;
}

.standalone-card--featured .standalone-card-icon,
.standalone-card--featured .standalone-card-number {
    background: rgba(143, 178, 255, .13);
    color: #aab9ff;
}

.standalone-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.standalone-card-tags li,
.standalone-card-tags span {
    padding: 6px 9px;
    border: 1px solid var(--public-line);
    border-radius: 8px;
    background: var(--surface-soft);
    color: var(--public-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
}

.standalone-card--featured .standalone-card-tags li,
.standalone-card--featured .standalone-card-tags span {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .06);
    color: #d1d6de;
}

.standalone-card-link {
    min-height: 44px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 15px;
    color: var(--public-brand-strong);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

a.standalone-card .standalone-card-link {
    pointer-events: none;
}

.standalone-card-link .icon {
    width: 16px;
    height: 16px;
    transition: transform 180ms ease;
}

.standalone-card--featured .standalone-card-link {
    color: #fff;
}

.standalone-card-media {
    display: grid;
    min-height: 210px;
    margin: 20px -22px -22px;
    place-items: start center;
    overflow: hidden;
    border-top: 1px solid var(--public-line);
    background: #e9edf5;
}

.standalone-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.standalone-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.standalone-metric,
.standalone-metrics > div {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 7px;
    padding: 20px;
    border-right: 1px solid var(--public-line);
}

.standalone-metric:last-child,
.standalone-metrics > div:last-child {
    border-right: 0;
}

.standalone-metric dt,
.standalone-metric dd,
.standalone-metrics > div > dt,
.standalone-metrics > div > dd {
    margin: 0;
}

.standalone-metric dt,
.standalone-metrics > div > dt,
.standalone-metric > span {
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 760;
    letter-spacing: .07em;
    line-height: 1.45;
    text-transform: uppercase;
}

.standalone-metric dd,
.standalone-metrics > div > dd,
.standalone-metric > strong {
    color: var(--public-ink);
    font-size: clamp(16px, 1.7vw, 21px);
    font-weight: 720;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.standalone-metric p,
.standalone-metrics > div > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 13.5px;
    line-height: 1.55;
}

.standalone-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: standalone-step;
}

.standalone-step {
    min-width: 0;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--surface-soft);
    counter-increment: standalone-step;
}

.standalone-step-number {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 11px;
    font-weight: 800;
}

.standalone-step-number:empty::before {
    content: counter(standalone-step, decimal-leading-zero);
}

.standalone-step h3 {
    margin: 25px 0 9px;
    color: var(--public-ink);
    font-size: 18px;
    font-weight: 710;
    line-height: 1.25;
}

.standalone-step > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.67;
}

.standalone-step-details {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.standalone-step-details > div {
    display: grid;
    gap: 3px;
    padding-top: 9px;
    border-top: 1px solid var(--public-line);
}

.standalone-step-details span {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.standalone-step-details strong {
    color: var(--public-ink);
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.5;
}

.standalone-step-result {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--public-ink);
    font-size: 13px;
    font-weight: 680;
    line-height: 1.5;
}

.standalone-step-result::before {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--positive);
    box-shadow: 0 0 0 4px var(--positive-soft);
    content: "";
}

.standalone-split {
    display: grid;
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 28px;
}

.standalone-list,
.standalone-checklist {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.standalone-list li,
.standalone-checklist li {
    min-width: 0;
    display: flex;
    min-height: 58px;
    align-items: flex-start;
    gap: 11px;
    padding: 13px 14px;
    border: 1px solid var(--public-line);
    border-radius: 11px;
    background: var(--surface-soft);
    color: var(--public-ink);
    font-size: 14px;
    line-height: 1.58;
}

.standalone-list li > .icon,
.standalone-checklist li > .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--public-brand-strong);
}

.standalone-callout {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 13px;
    padding: 17px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 24%, var(--public-line));
    border-radius: 12px;
    background: var(--public-brand-soft);
}

.standalone-callout > span:first-child {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: var(--public-surface);
    color: var(--public-brand-strong);
}

.standalone-callout h3,
.standalone-callout strong {
    margin: 0;
    color: var(--public-ink);
    font-size: 15px;
    line-height: 1.4;
}

.standalone-callout p {
    margin: 5px 0 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.65;
}

.standalone-contact-grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(500px, 1.18fr);
    align-items: stretch;
    gap: 14px;
}

.standalone-contact-copy {
    min-width: 0;
    padding: clamp(24px, 2.8vw, 36px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: #111318;
    color: #fff;
}

.standalone-contact-copy h2,
.standalone-contact-copy h3 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 730;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.standalone-contact-copy > p {
    max-width: 65ch;
    margin: 15px 0 0;
    color: #b4bdca;
    font-size: 14.5px;
    line-height: 1.7;
}

.standalone-contact-steps {
    display: grid;
    margin: 25px 0 0;
    padding: 0;
    border-block: 1px solid rgba(255, 255, 255, .11);
    list-style: none;
    counter-reset: contact-step;
}

.standalone-contact-steps li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    counter-increment: contact-step;
}

.standalone-contact-steps li:last-child {
    border-bottom: 0;
}

.standalone-contact-steps li::before {
    color: #aab9ff;
    font-size: 11px;
    font-weight: 800;
    content: counter(contact-step, decimal-leading-zero);
}

.standalone-contact-steps strong {
    display: block;
    color: #f4f6f9;
    font-size: 13.5px;
    line-height: 1.45;
}

.standalone-contact-steps span {
    display: block;
    margin-top: 3px;
    color: #919cab;
    font-size: 12.5px;
    line-height: 1.5;
}

.standalone-contact-methods {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.standalone-contact-methods a {
    min-width: 0;
    min-height: 62px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 11px;
    color: #fff;
    text-decoration: none;
}

.standalone-contact-methods a:hover {
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .05);
}

.standalone-contact-methods a > span:first-child {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(143, 178, 255, .13);
    color: #aab9ff;
}

.standalone-contact-methods p {
    min-width: 0;
    display: grid;
    gap: 2px;
    margin: 0;
}

.standalone-contact-methods small {
    color: #919cab;
    font-size: 12px;
}

.standalone-contact-methods strong {
    overflow: hidden;
    color: #fff;
    font-size: 13.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.standalone-contact-methods a > .icon {
    width: 16px;
    height: 16px;
    color: #919cab;
}

.standalone-form-panel {
    min-width: 0;
    padding: clamp(20px, 2.2vw, 28px);
    border: 1px solid var(--public-line);
    border-radius: 14px;
    background: var(--public-surface);
}

.standalone-form-panel > .lead-form,
.standalone-form-panel > form.lead-form {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.standalone-form-panel .form-field,
.standalone-form-panel .form-consent {
    font-size: 13px;
}

.standalone-form-panel .form-security {
    font-size: 12px;
}

.standalone-document-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.standalone-document-card {
    min-width: 0;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--surface-soft);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.standalone-document-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.standalone-document-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border: 1px solid var(--public-line);
    border-radius: 7px;
    background: var(--public-surface);
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.standalone-document-card h3 {
    margin: 22px 0 8px;
    color: var(--public-ink);
    font-size: 18px;
    line-height: 1.25;
}

.standalone-document-card > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.65;
}

.standalone-document-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-top: 15px;
    color: var(--public-muted);
    font-size: 12px;
}

.standalone-document-card .standalone-card-link {
    margin-top: auto;
}

.standalone-faq-layout {
    display: grid;
    grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.standalone-faq-nav {
    position: sticky;
    top: calc(var(--topbar-height, 64px) + 14px);
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.standalone-faq-nav strong {
    padding: 7px 9px 9px;
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 760;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.standalone-faq-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 8px;
    color: var(--public-muted);
    font-size: 13.5px;
    font-weight: 650;
    text-decoration: none;
}

.standalone-faq-nav a:hover,
.standalone-faq-nav a[aria-current] {
    background: var(--surface-soft);
    color: var(--public-ink);
}

.standalone-faq-groups {
    display: grid;
    gap: 14px;
}

.standalone-faq-group {
    scroll-margin-top: 86px;
    padding: 22px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.standalone-faq-group > h2,
.standalone-faq-group > h3 {
    margin: 0 0 10px;
    color: var(--public-ink);
    font-size: 23px;
    line-height: 1.2;
}

.standalone-faq-group > p {
    max-width: 70ch;
    margin: 0 0 8px;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.65;
}

.standalone-faq-list {
    display: grid;
}

.standalone-faq-list details {
    border-bottom: 1px solid var(--public-line);
}

.standalone-faq-list details:last-child {
    border-bottom: 0;
}

.standalone-faq-list summary {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    color: var(--public-ink);
    font-size: 15px;
    font-weight: 680;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.standalone-faq-list summary::-webkit-details-marker {
    display: none;
}

.standalone-faq-list summary::after {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid var(--public-line);
    border-radius: 8px;
    color: var(--public-muted);
    font-size: 18px;
    font-weight: 400;
    content: "+";
}

.standalone-faq-list details[open] summary::after {
    color: var(--public-ink);
    content: "−";
}

.standalone-faq-list details > p {
    max-width: 78ch;
    margin: -1px 44px 20px 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.75;
}

.standalone-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    padding: 32px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
    text-align: center;
}

.standalone-empty > div {
    max-width: 620px;
}

.standalone-empty h2 {
    margin: 0;
    font-size: 26px;
}

.standalone-empty p {
    margin: 10px 0 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.65;
}

/* Existing, proven cards may be embedded in a standalone route without
   inheriting the compact homepage type scale. */
.standalone-page .service-bento-card > p,
.standalone-page .project-card-copy > p,
.standalone-page .pricing-note,
.standalone-page .pricing-card li,
.standalone-page .faq-list details > p,
.standalone-page .case-story-grid p,
.standalone-page .service-steps p,
.standalone-page .faq-grid p {
    font-size: 14px;
    line-height: 1.65;
}

.standalone-page .pricing-meta dd,
.standalone-page .service-list li,
.standalone-page .service-info-card h3,
.standalone-page .case-feature-grid p {
    font-size: 13.5px;
    line-height: 1.55;
}

/* Renderer aliases and rich route-specific compositions. */
.standalone-icon,
.standalone-summary-icon,
.standalone-card-icon,
.standalone-document-icon {
    width: 42px;
    height: 42px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 11px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.standalone-icon .icon,
.standalone-summary-icon .icon,
.standalone-card-icon .icon,
.standalone-document-icon .icon {
    width: 20px;
    height: 20px;
}

.standalone-number {
    min-width: 30px;
    min-height: 30px;
    display: inline-grid;
    place-items: center;
    padding: 4px 7px;
    border-radius: 8px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.standalone-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0 0;
}

.standalone-tags span {
    padding: 6px 9px;
    border: 1px solid var(--public-line);
    border-radius: 8px;
    background: var(--surface-soft);
    color: var(--public-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.25;
}

.standalone-link {
    min-height: 44px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 15px;
    color: var(--public-brand-strong);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.standalone-link .icon {
    width: 16px;
    height: 16px;
    transition: transform 180ms ease;
}

.standalone-card--featured .standalone-link {
    color: #fff;
}

.standalone-card--featured .standalone-icon,
.standalone-card--featured .standalone-number {
    background: rgba(143, 178, 255, .13);
    color: #aab9ff;
}

.standalone-card--featured .standalone-tags span {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .06);
    color: #d1d6de;
}

.standalone-service-catalog > .standalone-card:nth-last-child(3),
.standalone-service-catalog > .standalone-card:nth-last-child(2) {
    grid-column: span 6;
}

.standalone-service-catalog > .standalone-card:last-child {
    grid-column: 1 / -1;
}

.standalone-about .standalone-bento > .standalone-card,
.standalone-pricing .standalone-bento > .standalone-card {
    grid-column: span 6;
}

.standalone-split > .standalone-card {
    grid-column: auto;
}

.standalone-card-note {
    margin-top: 14px !important;
    padding: 12px 13px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 24%, var(--public-line));
    border-radius: 10px;
    background: color-mix(in srgb, var(--public-brand-soft) 62%, var(--public-surface));
    color: var(--public-ink) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.standalone-projects {
    display: grid;
    gap: 16px;
}

.standalone-project-card {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    overflow: hidden;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--public-surface);
}

.standalone-project-card:nth-child(even) {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
}

.standalone-project-card:nth-child(even) .standalone-project-copy {
    order: 2;
}

.standalone-project-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 3vw, 38px);
}

.standalone-project-copy .standalone-card-top small {
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 760;
    letter-spacing: .07em;
    line-height: 1.45;
    text-transform: uppercase;
}

.standalone-project-copy h3 {
    max-width: 760px;
    margin: 28px 0 12px;
    color: var(--public-ink);
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 730;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.standalone-project-copy > p {
    max-width: 70ch;
    margin: 0;
    color: var(--public-muted);
    font-size: 14.5px;
    line-height: 1.7;
}

.standalone-project-copy ol {
    display: grid;
    gap: 7px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.standalone-project-copy li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--public-ink);
    font-size: 13.5px;
    line-height: 1.5;
}

.standalone-project-copy li span {
    color: var(--public-brand-strong);
    font-size: 10.5px;
    font-weight: 800;
}

.standalone-project-visual {
    min-width: 0;
    min-height: 490px;
    display: grid;
    align-items: start;
    justify-items: center;
    margin: 0;
    padding: 28px 22px 0;
    overflow: hidden;
    border-left: 1px solid var(--public-line);
    background: linear-gradient(145deg, #edf1f7, #dfe5ef);
}

.standalone-project-card:nth-child(even) .standalone-project-visual {
    border-right: 1px solid var(--public-line);
    border-left: 0;
}

.standalone-project-visual img {
    width: min(100%, 330px);
    height: auto;
    border: 8px solid #171a20;
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 28px 70px rgba(25, 34, 49, .24);
}

.standalone-packages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.standalone-package {
    min-width: 0;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--public-line);
    border-radius: var(--public-card-radius);
    background: var(--surface-soft);
}

.standalone-package.is-featured {
    border-color: #111318;
    background: #111318;
    color: #fff;
}

.standalone-package .standalone-card-top small {
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 760;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.standalone-package.is-featured .standalone-card-top small,
.standalone-package.is-featured > p,
.standalone-package.is-featured dt,
.standalone-package.is-featured li {
    color: #b4bdca;
}

.standalone-package h3 {
    margin: 24px 0 8px;
    color: inherit;
    font-size: 25px;
    line-height: 1.2;
}

.standalone-package > p {
    margin: 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.65;
}

.standalone-package .standalone-package-price {
    margin-bottom: 8px;
    color: inherit;
    font-size: clamp(23px, 2.3vw, 31px);
    font-weight: 760;
    letter-spacing: -.035em;
}

.standalone-package dl {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
}

.standalone-package dl > div {
    display: grid;
    gap: 4px;
    padding-top: 10px;
    border-top: 1px solid var(--public-line);
}

.standalone-package.is-featured dl > div {
    border-color: rgba(255, 255, 255, .12);
}

.standalone-package dt,
.standalone-package dd {
    margin: 0;
}

.standalone-package dt {
    color: var(--public-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.standalone-package dd {
    color: inherit;
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.5;
}

.standalone-package ul {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.standalone-package li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--public-muted);
    font-size: 13.5px;
    line-height: 1.5;
}

.standalone-package li .icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--positive);
}

.standalone-package.is-featured .standalone-link {
    color: #fff;
}

.standalone-disclaimer {
    margin: 16px 0 0;
    color: var(--public-muted);
    font-size: 13px;
    line-height: 1.65;
}

.standalone-callout {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: clamp(22px, 2.6vw, 32px);
}

.standalone-callout h2 {
    max-width: 760px;
    margin: 0;
    color: var(--public-ink);
    font-size: clamp(25px, 2.7vw, 37px);
    letter-spacing: -.04em;
    line-height: 1.1;
}

.standalone-callout .btn {
    min-height: 48px;
    white-space: nowrap;
}

.standalone-document-card > div:last-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.standalone-document-card > div:last-child > a:last-child {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid var(--public-line);
    border-radius: 8px;
    color: var(--public-muted);
    font-size: 11.5px;
    font-weight: 750;
    text-decoration: none;
}

.standalone-faq-nav a span {
    min-width: 25px;
    margin-left: auto;
    padding: 3px 6px;
    border-radius: 7px;
    background: var(--surface-soft);
    color: var(--public-muted);
    text-align: center;
    font-size: 11px;
}

.standalone-section--dark .standalone-list li {
    border-color: rgba(255, 255, 255, .11);
    background: rgba(255, 255, 255, .05);
    color: #eef1f6;
}

.standalone-section--dark .standalone-list li > .icon {
    color: #aab9ff;
}

.standalone-contact-copy .standalone-card-note {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .06);
    color: #c5ccd6 !important;
}

@media (hover: hover) {
    .standalone-card:hover,
    .standalone-card:focus-within,
    .standalone-document-card:hover,
    .standalone-document-card:focus-within {
        border-color: var(--line-strong);
        box-shadow: var(--shadow-soft);
        transform: translateY(-2px);
    }

    .standalone-project-card:hover,
    .standalone-project-card:focus-within,
    .standalone-package:hover,
    .standalone-package:focus-within {
        border-color: var(--line-strong);
        box-shadow: var(--shadow-soft);
    }

    .standalone-link:hover .icon,
    .standalone-link:focus-visible .icon {
        transform: translateX(3px);
    }

    .standalone-card:hover .standalone-card-link .icon,
    .standalone-card:focus-within .standalone-card-link .icon,
    .standalone-document-card:hover .standalone-card-link .icon,
    .standalone-document-card:focus-within .standalone-card-link .icon {
        transform: translateX(3px);
    }
}

@media (max-width: 1399px) {
    .standalone-hero-grid,
    .standalone-section-head--split,
    .standalone-split,
    .standalone-contact-grid,
    .standalone-faq-layout {
        grid-template-columns: 1fr;
    }

    .standalone-hero-copy {
        min-height: 330px;
    }

    .standalone-summary {
        min-height: 0;
    }

    .standalone-card {
        grid-column: span 6;
    }

    .standalone-card--featured,
    .standalone-card--full {
        grid-column: 1 / -1;
    }

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

    .standalone-faq-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standalone-faq-nav strong {
        grid-column: 1 / -1;
    }

    .standalone-project-card,
    .standalone-project-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .standalone-project-card:nth-child(even) .standalone-project-copy {
        order: 0;
    }

    .standalone-project-visual,
    .standalone-project-card:nth-child(even) .standalone-project-visual {
        border-top: 1px solid var(--public-line);
        border-right: 0;
        border-left: 0;
    }

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

    .standalone-package:last-child {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .standalone-service-catalog > .standalone-card,
    .standalone-service-catalog > .standalone-card:nth-last-child(3),
    .standalone-service-catalog > .standalone-card:nth-last-child(2),
    .standalone-service-catalog > .standalone-card:last-child {
        grid-column: span 6;
    }
}

@media (max-width: 1199px) {
    .standalone-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standalone-metric,
    .standalone-metrics > div {
        border-bottom: 1px solid var(--public-line);
    }

    .standalone-metric:nth-child(2n),
    .standalone-metrics > div:nth-child(2n) {
        border-right: 0;
    }

    .standalone-metric:nth-last-child(-n + 2),
    .standalone-metrics > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

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

    .standalone-page .pricing-cards {
        grid-template-columns: 1fr;
    }

    .standalone-packages {
        grid-template-columns: 1fr;
    }

    .standalone-package,
    .standalone-package:last-child {
        min-height: 0;
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .standalone-page {
        gap: 12px;
    }

    .standalone-hero {
        padding: 2px 0 18px;
    }

    .standalone-breadcrumb {
        margin-bottom: 14px;
        font-size: 12px;
    }

    .standalone-breadcrumb a {
        min-height: 36px;
    }

    .standalone-hero-grid {
        gap: 12px;
    }

    .standalone-hero-copy {
        min-height: 0;
        padding: 24px 20px;
        border-radius: 13px;
    }

    .standalone-hero-copy h1,
    .standalone-hero > h1 {
        font-size: clamp(30px, 9vw, 39px);
    }

    .standalone-lead {
        margin-top: 15px;
        font-size: 15px;
    }

    .standalone-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .standalone-actions .btn,
    .standalone-actions .pro-button {
        width: 100%;
    }

    .standalone-hero-note {
        font-size: 13px;
    }

    .standalone-summary,
    .standalone-section,
    .standalone-faq-group {
        padding: 20px;
        border-radius: 12px;
    }

    .standalone-section--flush {
        padding: 0;
    }

    .standalone-section--transparent {
        padding-inline: 0;
    }

    .standalone-section-head {
        margin-bottom: 18px;
    }

    .standalone-section-head--split {
        gap: 12px;
    }

    .standalone-section-head h2 {
        font-size: 27px;
    }

    .standalone-section-head > p,
    .standalone-section-head > div > p:last-child {
        font-size: 14px;
    }

    .standalone-bento,
    .standalone-steps,
    .standalone-metrics,
    .standalone-document-grid,
    .standalone-faq-nav {
        grid-template-columns: 1fr;
    }

    .standalone-card,
    .standalone-card--wide,
    .standalone-card--featured,
    .standalone-card--full {
        min-height: 0;
        grid-column: auto;
        padding: 20px;
    }

    .standalone-service-catalog > .standalone-card,
    .standalone-service-catalog > .standalone-card:nth-last-child(3),
    .standalone-service-catalog > .standalone-card:nth-last-child(2),
    .standalone-service-catalog > .standalone-card:last-child,
    .standalone-about .standalone-bento > .standalone-card,
    .standalone-pricing .standalone-bento > .standalone-card {
        grid-column: auto;
    }

    .standalone-card h2,
    .standalone-card h3 {
        margin-top: 22px;
        font-size: 22px;
    }

    .standalone-card > p,
    .standalone-card-copy,
    .standalone-card-body > p {
        font-size: 14.5px;
    }

    .standalone-card-media {
        min-height: 190px;
        margin: 18px -20px -20px;
    }

    .standalone-metric,
    .standalone-metrics > div {
        border-right: 0;
        border-bottom: 1px solid var(--public-line);
    }

    .standalone-metric:nth-last-child(-n + 2),
    .standalone-metrics > div:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--public-line);
    }

    .standalone-metric:last-child,
    .standalone-metrics > div:last-child {
        border-bottom: 0;
    }

    .standalone-step {
        min-height: 0;
        padding: 20px;
    }

    .standalone-step h3 {
        margin-top: 20px;
    }

    .standalone-list li,
    .standalone-checklist li {
        min-height: 56px;
        font-size: 14px;
    }

    .standalone-callout {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 15px;
    }

    .standalone-callout > span:first-child {
        width: 38px;
        height: 38px;
    }

    .standalone-callout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .standalone-callout .btn {
        width: 100%;
        white-space: normal;
    }

    .standalone-project-copy,
    .standalone-package {
        padding: 20px;
    }

    .standalone-project-copy h3 {
        margin-top: 22px;
        font-size: 26px;
    }

    .standalone-project-visual {
        min-height: 410px;
        padding-inline: 18px;
    }

    .standalone-project-visual img {
        width: min(100%, 290px);
    }

    .standalone-contact-copy,
    .standalone-form-panel {
        padding: 20px;
        border-radius: 12px;
    }

    .standalone-contact-copy h2,
    .standalone-contact-copy h3 {
        font-size: 29px;
    }

    .standalone-contact-copy > p {
        font-size: 14px;
    }

    .standalone-contact-methods a {
        min-height: 64px;
    }

    .standalone-document-card {
        min-height: 0;
        padding: 20px;
    }

    .standalone-faq-nav strong {
        grid-column: auto;
    }

    .standalone-faq-nav a {
        min-height: 46px;
    }

    .standalone-faq-group > h2 {
        font-size: 22px;
    }

    .standalone-faq-list summary {
        min-height: 66px;
        font-size: 14.5px;
    }

    .standalone-faq-list details > p {
        margin-right: 0;
        font-size: 14px;
    }
}

@media (max-width: 389px) {
    .standalone-hero-copy,
    .standalone-summary,
    .standalone-section,
    .standalone-card,
    .standalone-contact-copy,
    .standalone-form-panel,
    .standalone-document-card,
    .standalone-faq-group {
        padding-inline: 18px;
    }

    .standalone-hero-copy h1,
    .standalone-hero > h1 {
        font-size: 28px;
    }

    .standalone-section-head h2,
    .standalone-contact-copy h2,
    .standalone-contact-copy h3 {
        font-size: 25px;
    }

    .standalone-card h2,
    .standalone-card h3 {
        font-size: 20px;
    }

    .standalone-card-media {
        margin-inline: -18px;
    }

    .standalone-contact-methods strong {
        font-size: 12.5px;
    }
}

@media (prefers-contrast: more) {
    .standalone-summary,
    .standalone-section,
    .standalone-card,
    .standalone-metrics,
    .standalone-step,
    .standalone-list li,
    .standalone-checklist li,
    .standalone-callout,
    .standalone-form-panel,
    .standalone-document-card,
    .standalone-faq-nav,
    .standalone-faq-group {
        border-color: var(--line-strong);
    }
}

@media (forced-colors: active) {
    .standalone-card,
    .standalone-summary-icon,
    .standalone-card-icon,
    .standalone-card-number,
    .standalone-step-number,
    .standalone-callout > span:first-child,
    .standalone-document-icon {
        forced-color-adjust: auto;
    }

    .standalone-actions .btn,
    .standalone-actions .pro-button,
    .standalone-card-link,
    .standalone-contact-methods a {
        border: 1px solid ButtonText;
    }
}

@media (prefers-reduced-motion: reduce) {
    .standalone-card,
    .standalone-document-card,
    .standalone-card-link .icon {
        transition: none !important;
        transform: none !important;
    }
}

@media print {
    .standalone-page {
        display: block;
        width: 100%;
    }

    .standalone-hero,
    .standalone-section,
    .standalone-summary,
    .standalone-card,
    .standalone-metrics,
    .standalone-step,
    .standalone-document-card,
    .standalone-faq-group {
        break-inside: avoid;
        border-color: #bbb;
        background: #fff !important;
        color: #111 !important;
        box-shadow: none !important;
    }

    .standalone-hero-copy,
    .standalone-contact-copy {
        background: #fff !important;
        color: #111 !important;
    }

    .standalone-hero-copy h1,
    .standalone-contact-copy h2,
    .standalone-contact-copy h3,
    .standalone-card--featured h2,
    .standalone-card--featured h3 {
        color: #111 !important;
    }

    .standalone-actions,
    .standalone-faq-nav,
    .standalone-form-panel,
    .standalone-contact-methods {
        display: none !important;
    }
}

/* Premium standalone refinement
   The dedicated public routes retain the compact cabinet discipline while
   gaining a more editorial hierarchy, softer depth and a consistent bento
   language. This block intentionally lives after the legacy route rules so
   the presentation can evolve without changing renderer markup. */
.standalone-site .public-stage {
    background:
        radial-gradient(circle at 76% 2%, rgba(49, 87, 213, .055), transparent 27rem),
        radial-gradient(circle at 24% 36%, rgba(255, 255, 255, .7), transparent 32rem),
        var(--public-canvas);
}

.standalone-site .public-main {
    padding-top: clamp(30px, 3vw, 44px);
    padding-bottom: clamp(28px, 3vw, 44px);
}

.standalone-page {
    gap: clamp(18px, 1.6vw, 26px);
}

.standalone-breadcrumb {
    margin-bottom: 20px;
    font-size: 12.5px;
}

.standalone-breadcrumb ol,
.standalone-breadcrumb ul {
    gap: 9px;
}

.standalone-breadcrumb li {
    gap: 9px;
}

.standalone-breadcrumb li + li::before {
    color: color-mix(in srgb, var(--public-muted) 40%, transparent);
}

.standalone-breadcrumb a {
    min-height: 44px;
    border-radius: 7px;
    font-weight: 620;
    transition: color 160ms ease, background-color 160ms ease;
}

.standalone-breadcrumb a:hover {
    color: var(--public-brand-strong);
}

.standalone-hero {
    padding: 4px 0 clamp(28px, 3vw, 42px);
    border-bottom-color: var(--public-premium-line);
}

.standalone-hero-grid {
    grid-template-columns: minmax(0, 1.34fr) minmax(340px, .66fr);
    gap: clamp(14px, 1.35vw, 20px);
}

.standalone-hero-copy {
    position: relative;
    isolation: isolate;
    min-height: clamp(410px, 32vw, 500px);
    padding: clamp(34px, 4.1vw, 58px);
    border-color: rgba(255, 255, 255, .105);
    border-radius: 22px;
    background:
        radial-gradient(circle at 92% 8%, rgba(87, 126, 255, .22), transparent 26rem),
        radial-gradient(circle at 7% 102%, rgba(49, 87, 213, .13), transparent 23rem),
        linear-gradient(145deg, #0f1218 0%, #141923 58%, #10131a 100%);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .06),
        0 1px 2px rgba(15, 23, 42, .15),
        0 24px 70px rgba(15, 23, 42, .15);
}

.standalone-hero-copy::before {
    position: absolute;
    z-index: -1;
    width: 310px;
    height: 310px;
    top: -190px;
    right: -108px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255, 255, 255, .018),
        0 0 0 92px rgba(255, 255, 255, .012);
    content: "";
    pointer-events: none;
}

.standalone-hero-copy::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 38%;
    opacity: .36;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 28px 28px;
    -webkit-mask-image: linear-gradient(135deg, transparent 4%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 4%, #000 100%);
    content: "";
    pointer-events: none;
}

.standalone-hero-copy .hero-badge {
    width: fit-content;
    margin-bottom: clamp(22px, 2.2vw, 30px);
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .055);
    color: #d9e2f2;
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
    letter-spacing: .085em;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.standalone-hero-copy .hero-badge .icon {
    color: #aebfff;
}

.standalone-hero-copy h1,
.standalone-hero > h1 {
    max-width: 960px;
    font-family: var(--display-font);
    font-size: clamp(42px, 4.8vw, 66px);
    font-weight: 735;
    letter-spacing: -.062em;
    line-height: .99;
    text-wrap: balance;
}

.standalone-lead {
    max-width: 68ch;
    margin-top: 22px;
    font-size: clamp(15.5px, 1.3vw, 18px);
    line-height: 1.72;
}

.standalone-hero-copy .standalone-lead {
    color: #c8d0dc;
}

.standalone-actions {
    gap: 11px;
    margin-top: 28px;
}

.standalone-actions .btn,
.standalone-actions .pro-button {
    min-height: 50px;
    padding-inline: 18px;
    border-radius: 11px;
    font-size: 13.5px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .08);
}

.standalone-hero-copy .standalone-actions .btn-primary,
.standalone-hero-copy .standalone-actions .pro-button-primary {
    border-color: rgba(255, 255, 255, .9);
    background: #f8faff;
    color: #10131a;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.standalone-hero-copy .standalone-actions .btn-outline,
.standalone-hero-copy .standalone-actions .pro-button-ghost {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .065);
    box-shadow: inset 0 1px rgba(255, 255, 255, .035);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.standalone-summary {
    position: relative;
    isolation: isolate;
    padding: clamp(22px, 2.1vw, 30px);
    border-color: var(--public-premium-line);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(250, 251, 253, .95)),
        var(--public-surface);
    box-shadow: var(--public-premium-shadow);
}

.standalone-summary::before {
    position: absolute;
    top: 0;
    right: 24px;
    left: 24px;
    height: 2px;
    border-radius: 0 0 99px 99px;
    background: linear-gradient(90deg, transparent, rgba(49, 87, 213, .52), transparent);
    content: "";
}

.standalone-summary-head {
    gap: 13px;
    padding-bottom: 20px;
    border-bottom-color: var(--public-premium-line);
}

.standalone-summary-icon,
.standalone-card-icon,
.standalone-document-icon,
.standalone-icon {
    width: 46px;
    height: 46px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
    border-radius: 13px;
    background: linear-gradient(145deg, #f5f7ff, var(--public-brand-soft));
    color: var(--public-brand-strong);
    box-shadow: inset 0 1px rgba(255, 255, 255, .8), 0 8px 22px rgba(49, 87, 213, .09);
}

.standalone-summary-head small {
    color: color-mix(in srgb, var(--public-brand-strong) 72%, var(--public-muted));
    font-size: 11px;
    letter-spacing: .1em;
}

.standalone-summary-head strong {
    font-family: var(--display-font);
    font-size: 16px;
    font-weight: 710;
}

.standalone-summary dl > div {
    gap: 7px;
    padding: 17px 0;
    border-bottom-color: var(--public-premium-line);
}

.standalone-summary dl > div:last-child {
    border-bottom: 0;
}

.standalone-summary dt {
    font-size: 11px;
    letter-spacing: .09em;
}

.standalone-summary dd {
    font-size: 14.5px;
    font-weight: 650;
    line-height: 1.58;
}

.standalone-section {
    padding: clamp(28px, 3.1vw, 46px);
    border-color: var(--public-premium-line);
    border-radius: 20px;
    background: linear-gradient(155deg, rgba(255, 255, 255, .99), rgba(253, 253, 252, .96));
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 14px 42px rgba(15, 23, 42, .035);
}

.standalone-section--soft {
    background:
        radial-gradient(circle at 100% 0, rgba(49, 87, 213, .055), transparent 28rem),
        linear-gradient(145deg, #f8f8f6, #f3f4f4);
}

.standalone-section--dark {
    border-color: rgba(255, 255, 255, .1);
    background:
        radial-gradient(circle at 90% 5%, rgba(87, 126, 255, .17), transparent 28rem),
        linear-gradient(145deg, var(--public-premium-dark), var(--public-premium-dark-soft));
    box-shadow: 0 24px 70px rgba(15, 23, 42, .13);
}

.standalone-section--flush {
    padding: 0;
}

.standalone-section--transparent {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.standalone-section-head {
    max-width: 840px;
    margin-bottom: clamp(24px, 2.6vw, 36px);
}

.standalone-section-head--split {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .68fr);
    gap: clamp(28px, 3vw, 48px);
}

.standalone-section-head .pro-kicker,
.standalone-section-head .section-kicker,
.standalone-section-head .eyebrow {
    margin-bottom: 11px;
    color: color-mix(in srgb, var(--public-brand-strong) 76%, var(--public-muted));
    letter-spacing: .105em;
}

.standalone-section-head h2 {
    max-width: 940px;
    font-family: var(--display-font);
    font-size: clamp(30px, 3.25vw, 46px);
    font-weight: 725;
    letter-spacing: -.052em;
    line-height: 1.045;
    text-wrap: balance;
}

.standalone-section-head > p,
.standalone-section-head > div > p:last-child {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.74;
}

.standalone-section--dark .standalone-section-head .section-kicker,
.standalone-section--dark .standalone-section-head .pro-kicker,
.standalone-section--dark .standalone-section-head .eyebrow {
    color: #aebfff;
}

.standalone-section--dark .standalone-section-head > p,
.standalone-section--dark .standalone-section-head > div > p:last-child {
    color: #c3ccd8;
}

.standalone-bento {
    gap: clamp(13px, 1.25vw, 18px);
}

.standalone-card {
    position: relative;
    isolation: isolate;
    min-height: 292px;
    padding: clamp(23px, 2vw, 30px);
    border-color: var(--public-premium-line);
    border-radius: 18px;
    background:
        linear-gradient(155deg, rgba(255, 255, 255, 1), rgba(249, 250, 252, .92)),
        var(--public-surface);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 34px rgba(15, 23, 42, .035);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.standalone-card::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    opacity: .7;
    background: linear-gradient(180deg, rgba(49, 87, 213, .025), transparent);
    content: "";
    pointer-events: none;
}

.standalone-card--compact {
    min-height: 215px;
}

.standalone-card--featured {
    border-color: rgba(255, 255, 255, .11);
    background:
        radial-gradient(circle at 88% 8%, rgba(87, 126, 255, .21), transparent 24rem),
        linear-gradient(145deg, #10131a, #171d28 66%, #11151d);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
}

.standalone-card--featured::before {
    opacity: .5;
    background: linear-gradient(90deg, rgba(128, 155, 255, .15), transparent 62%);
}

.standalone-card--accent {
    border-color: color-mix(in srgb, var(--public-brand) 20%, var(--public-premium-line));
    background:
        radial-gradient(circle at 100% 0, rgba(49, 87, 213, .12), transparent 22rem),
        linear-gradient(145deg, #f3f6ff, #fff 72%);
}

.standalone-card-top {
    gap: 16px;
}

.standalone-number,
.standalone-card-number {
    min-width: 34px;
    min-height: 34px;
    padding: 5px 8px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
    border-radius: 10px;
    background: linear-gradient(145deg, #f5f7ff, var(--public-brand-soft));
    box-shadow: inset 0 1px rgba(255, 255, 255, .8);
    font-size: 11px;
}

.standalone-card h2,
.standalone-card h3 {
    margin: clamp(26px, 2.5vw, 36px) 0 12px;
    font-family: var(--display-font);
    font-size: clamp(22px, 2.15vw, 30px);
    font-weight: 710;
    letter-spacing: -.035em;
    line-height: 1.12;
    text-wrap: balance;
}

.standalone-card > p,
.standalone-card-copy,
.standalone-card-body > p {
    color: color-mix(in srgb, var(--public-muted) 94%, var(--public-ink));
    font-size: 15px;
    line-height: 1.72;
}

.standalone-card--featured .standalone-card-eyebrow,
.standalone-card--featured > p,
.standalone-card--featured .standalone-card-copy,
.standalone-card--featured .standalone-card-body > p {
    color: #c4cdd9;
}

.standalone-card--featured .standalone-icon,
.standalone-card--featured .standalone-card-icon,
.standalone-card--featured .standalone-number,
.standalone-card--featured .standalone-card-number {
    border-color: rgba(173, 191, 255, .16);
    background: rgba(143, 178, 255, .12);
    color: #b5c4ff;
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
}

.standalone-tags,
.standalone-card-tags {
    gap: 7px;
    margin-top: 20px;
}

.standalone-tags span,
.standalone-card-tags li,
.standalone-card-tags span {
    padding: 7px 10px;
    border-color: var(--public-premium-line);
    border-radius: 999px;
    background: rgba(243, 245, 248, .9);
    color: color-mix(in srgb, var(--public-muted) 90%, var(--public-ink));
    font-size: 12px;
    font-weight: 670;
}

.standalone-card--featured .standalone-tags span,
.standalone-card--featured .standalone-card-tags li,
.standalone-card--featured .standalone-card-tags span {
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .065);
    color: #d5dbe4;
}

.standalone-link,
.standalone-card-link {
    min-height: 46px;
    gap: 9px;
    padding-top: 18px;
    font-size: 13.5px;
    font-weight: 760;
}

.standalone-link .icon,
.standalone-card-link .icon {
    transition: transform 200ms cubic-bezier(.2, .8, .2, 1);
}

.standalone-card-note {
    margin-top: 17px !important;
    padding: 14px 15px;
    border-color: color-mix(in srgb, var(--public-brand) 18%, var(--public-premium-line));
    border-radius: 12px;
    background: color-mix(in srgb, var(--public-brand-soft) 68%, var(--public-surface));
    font-size: 13.5px !important;
    line-height: 1.65 !important;
}

.standalone-metrics {
    border-color: var(--public-premium-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #fafbfc);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .04);
}

.standalone-metric,
.standalone-metrics > div {
    gap: 9px;
    min-height: 190px;
    padding: clamp(22px, 2.2vw, 30px);
    border-right-color: var(--public-premium-line);
}

.standalone-metric > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
    border-radius: 12px;
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.standalone-metric > span .icon {
    width: 19px;
    height: 19px;
}

.standalone-metric dd,
.standalone-metrics > div > dd,
.standalone-metric > strong {
    font-family: var(--display-font);
    font-size: clamp(18px, 1.8vw, 23px);
    font-weight: 705;
}

.standalone-metric p,
.standalone-metrics > div > p {
    font-size: 14px;
    line-height: 1.65;
}

.standalone-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(13px, 1.3vw, 18px);
}

.standalone-step {
    position: relative;
    min-height: 330px;
    padding: clamp(22px, 2.1vw, 29px);
    overflow: hidden;
    border-color: var(--public-premium-line);
    border-radius: 18px;
    background: linear-gradient(150deg, #fff, #f9fafb);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 34px rgba(15, 23, 42, .035);
}

.standalone-step::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--public-brand), rgba(49, 87, 213, .08));
    content: "";
}

.standalone-step-number {
    width: 40px;
    height: 40px;
    border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
    border-radius: 12px;
    background: linear-gradient(145deg, #f5f7ff, var(--public-brand-soft));
    box-shadow: inset 0 1px rgba(255, 255, 255, .8);
}

.standalone-step h3 {
    margin: 27px 0 10px;
    font-family: var(--display-font);
    font-size: 21px;
    font-weight: 710;
    letter-spacing: -.025em;
}

.standalone-step > p {
    font-size: 14.5px;
    line-height: 1.7;
}

.standalone-step-details > div {
    padding-top: 11px;
    border-top-color: var(--public-premium-line);
}

.standalone-step-result {
    padding-top: 20px;
    font-size: 13.5px;
}

.standalone-split {
    gap: clamp(28px, 3.5vw, 56px);
}

.standalone-list,
.standalone-checklist {
    gap: 10px;
}

.standalone-list li,
.standalone-checklist li {
    min-height: 66px;
    gap: 13px;
    padding: 16px;
    border-color: var(--public-premium-line);
    border-radius: 13px;
    background: rgba(248, 249, 250, .92);
    font-size: 14.5px;
    line-height: 1.62;
}

.standalone-callout {
    gap: clamp(20px, 3vw, 46px);
    padding: clamp(25px, 3vw, 42px);
    border-color: color-mix(in srgb, var(--public-brand) 17%, var(--public-premium-line));
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(49, 87, 213, .12), transparent 23rem),
        linear-gradient(145deg, #f2f5ff, #fafbff 64%, #fff);
    box-shadow: inset 0 1px rgba(255, 255, 255, .9), 0 14px 38px rgba(49, 87, 213, .055);
}

.standalone-callout h2 {
    font-family: var(--display-font);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 720;
    letter-spacing: -.05em;
}

.standalone-callout p {
    font-size: 14.5px;
}

.standalone-projects {
    gap: clamp(18px, 2vw, 28px);
}

.standalone-project-card {
    border-color: var(--public-premium-line);
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #fafbfc);
    box-shadow: var(--public-premium-shadow);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.standalone-project-copy {
    padding: clamp(30px, 4vw, 54px);
}

.standalone-project-copy .standalone-card-top small {
    color: color-mix(in srgb, var(--public-brand-strong) 66%, var(--public-muted));
    letter-spacing: .09em;
}

.standalone-project-copy h3 {
    margin: clamp(30px, 3.3vw, 46px) 0 14px;
    font-family: var(--display-font);
    font-size: clamp(31px, 3.45vw, 47px);
    font-weight: 720;
    letter-spacing: -.052em;
    line-height: 1.035;
    text-wrap: balance;
}

.standalone-project-copy > p {
    font-size: 15px;
    line-height: 1.74;
}

.standalone-project-copy ol {
    gap: 0;
    margin-top: 25px;
    border-block: 1px solid var(--public-premium-line);
}

.standalone-project-copy li {
    min-height: 48px;
    padding: 10px 0;
    border-bottom: 1px solid var(--public-premium-line);
    font-size: 14px;
}

.standalone-project-copy li:last-child {
    border-bottom: 0;
}

.standalone-project-copy li span {
    min-width: 27px;
    font-size: 11px;
}

.standalone-project-visual {
    min-height: 540px;
    padding: 42px 26px 0;
    border-left-color: var(--public-premium-line);
    background:
        radial-gradient(circle at 50% 18%, rgba(95, 126, 216, .23), transparent 20rem),
        linear-gradient(145deg, #e9edf5, #d8dfeb);
}

.standalone-project-card:nth-child(even) .standalone-project-visual {
    border-right-color: var(--public-premium-line);
}

.standalone-project-visual img {
    width: min(100%, 350px);
    border-width: 9px;
    border-color: #11151d;
    border-radius: 26px 26px 0 0;
    box-shadow: 0 34px 82px rgba(25, 34, 49, .28), 0 0 0 1px rgba(255, 255, 255, .18);
}

.standalone-packages {
    gap: clamp(13px, 1.3vw, 18px);
}

.standalone-package {
    position: relative;
    min-height: 610px;
    padding: clamp(24px, 2.35vw, 34px);
    overflow: hidden;
    border-color: var(--public-premium-line);
    border-radius: 18px;
    background: linear-gradient(150deg, #fff, #f8f9fb);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 34px rgba(15, 23, 42, .04);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.standalone-package::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(49, 87, 213, .7), transparent 70%);
    content: "";
}

.standalone-package.is-featured {
    border-color: rgba(255, 255, 255, .11);
    background:
        radial-gradient(circle at 90% 2%, rgba(87, 126, 255, .22), transparent 25rem),
        linear-gradient(145deg, #10131a, #171d28 70%, #11151d);
    box-shadow: 0 28px 68px rgba(15, 23, 42, .18);
}

.standalone-package.is-featured::before {
    background: linear-gradient(90deg, #8fa8ff, transparent 74%);
}

.standalone-package h3 {
    margin-top: 28px;
    font-family: var(--display-font);
    font-size: 27px;
    font-weight: 710;
    letter-spacing: -.035em;
}

.standalone-package .standalone-package-price {
    margin-top: 2px;
    font-family: var(--display-font);
    font-size: clamp(26px, 2.6vw, 36px);
    letter-spacing: -.045em;
}

.standalone-package > p,
.standalone-package li {
    font-size: 14px;
    line-height: 1.65;
}

.standalone-package dl > div {
    padding-top: 12px;
    border-top-color: var(--public-premium-line);
}

.standalone-package.is-featured dl > div {
    border-color: rgba(255, 255, 255, .13);
}

.standalone-disclaimer {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid var(--public-premium-line);
    border-radius: 12px;
    background: rgba(248, 249, 250, .85);
    font-size: 13.5px;
}

.standalone-contact-grid {
    grid-template-columns: minmax(350px, .82fr) minmax(520px, 1.18fr);
    gap: clamp(14px, 1.35vw, 20px);
}

.standalone-contact-copy {
    padding: clamp(32px, 3.6vw, 50px);
    border-color: rgba(255, 255, 255, .1);
    border-radius: 20px;
    background:
        radial-gradient(circle at 90% 4%, rgba(87, 126, 255, .2), transparent 24rem),
        linear-gradient(145deg, #10131a, #171d28 68%, #11151d);
    box-shadow: 0 24px 68px rgba(15, 23, 42, .16);
}

.standalone-contact-copy h2,
.standalone-contact-copy h3 {
    font-family: var(--display-font);
    font-size: clamp(31px, 3.35vw, 46px);
    font-weight: 720;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.standalone-contact-copy > p {
    color: #c4cdd9;
    font-size: 15px;
    line-height: 1.72;
}

.standalone-contact-steps {
    margin-top: 30px;
    border-block-color: rgba(255, 255, 255, .13);
}

.standalone-contact-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    padding: 17px 0;
    border-bottom-color: rgba(255, 255, 255, .1);
}

.standalone-contact-steps li::before {
    color: #b5c4ff;
}

.standalone-contact-steps strong {
    font-size: 14px;
}

.standalone-contact-steps span {
    color: #aeb7c4;
    font-size: 13px;
}

.standalone-contact-methods {
    gap: 9px;
    margin-top: 24px;
}

.standalone-contact-methods a {
    min-height: 68px;
    padding: 12px 14px;
    border-color: rgba(255, 255, 255, .13);
    border-radius: 13px;
    background: rgba(255, 255, 255, .035);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.standalone-contact-methods a > span:first-child {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(173, 191, 255, .14);
    border-radius: 11px;
}

.standalone-contact-methods small {
    color: #aeb7c4;
}

.standalone-contact-methods strong {
    overflow: visible;
    font-size: 14px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
}

.standalone-form-panel {
    padding: clamp(27px, 3vw, 42px);
    border-color: var(--public-premium-line);
    border-radius: 20px;
    background: linear-gradient(155deg, #fff, #fbfbfc);
    box-shadow: var(--public-premium-shadow);
}

.standalone-document-grid {
    gap: clamp(12px, 1.25vw, 18px);
}

.standalone-document-card {
    min-height: 270px;
    padding: clamp(22px, 2vw, 29px);
    border-color: var(--public-premium-line);
    border-radius: 17px;
    background: linear-gradient(150deg, #fff, #f8f9fb);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 32px rgba(15, 23, 42, .035);
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
}

.standalone-document-badge {
    min-height: 30px;
    padding: 5px 9px;
    border-color: var(--public-premium-line);
    border-radius: 999px;
    background: rgba(248, 249, 250, .9);
    font-size: 10.5px;
}

.standalone-document-card h3 {
    margin: 27px 0 10px;
    font-family: var(--display-font);
    font-size: 20px;
    font-weight: 710;
    letter-spacing: -.025em;
}

.standalone-document-card > p {
    font-size: 14.5px;
    line-height: 1.7;
}

.standalone-document-card > div:last-child > a:last-child {
    min-height: 44px;
    border-color: var(--public-premium-line);
    border-radius: 9px;
    background: rgba(248, 249, 250, .8);
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.standalone-faq-layout {
    grid-template-columns: minmax(230px, .4fr) minmax(0, 1fr);
    gap: clamp(14px, 1.5vw, 22px);
}

.standalone-faq-nav {
    gap: 5px;
    padding: 14px;
    border-color: var(--public-premium-line);
    border-radius: 16px;
    background: linear-gradient(150deg, #fff, #fafbfc);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .04);
}

.standalone-faq-nav a {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13.5px;
    transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.standalone-faq-nav a:hover,
.standalone-faq-nav a[aria-current] {
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--public-brand) 11%, transparent);
}

.standalone-faq-nav a span {
    background: rgba(255, 255, 255, .84);
}

.standalone-faq-groups {
    gap: clamp(13px, 1.3vw, 18px);
}

.standalone-faq-group {
    padding: clamp(24px, 2.4vw, 34px);
    border-color: var(--public-premium-line);
    border-radius: 18px;
    background: linear-gradient(155deg, #fff, #fbfbfc);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .035);
}

.standalone-faq-group > h2,
.standalone-faq-group > h3 {
    margin-bottom: 16px;
    font-family: var(--display-font);
    font-size: 25px;
    font-weight: 710;
    letter-spacing: -.03em;
}

.standalone-faq-list {
    gap: 8px;
}

.standalone-faq-list details {
    overflow: hidden;
    border: 1px solid var(--public-premium-line);
    border-radius: 12px;
    background: rgba(248, 249, 250, .76);
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.standalone-faq-list details:last-child {
    border-bottom: 1px solid var(--public-premium-line);
}

.standalone-faq-list details[open] {
    border-color: color-mix(in srgb, var(--public-brand) 17%, var(--public-premium-line));
    background: linear-gradient(145deg, #f6f8ff, #fff);
    box-shadow: 0 10px 28px rgba(49, 87, 213, .05);
}

.standalone-faq-list summary {
    min-height: 68px;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 690;
}

.standalone-faq-list summary::after {
    width: 29px;
    height: 29px;
    border-color: var(--public-premium-line);
    border-radius: 9px;
    background: rgba(255, 255, 255, .82);
}

.standalone-faq-list details[open] summary::after {
    border-color: color-mix(in srgb, var(--public-brand) 18%, var(--public-premium-line));
    background: var(--public-brand-soft);
    color: var(--public-brand-strong);
}

.standalone-faq-list details > p {
    margin: -2px 60px 20px 16px;
    font-size: 14.5px;
    line-height: 1.78;
}

.standalone-empty {
    border-color: var(--public-premium-line-strong);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f8f9fb);
    box-shadow: var(--public-premium-shadow);
}

/* Shared interaction polish keeps homepage, service, case, blog and legal
   cards aligned with the new dedicated-page depth without changing layout. */
.pro-button,
.btn,
.pro-text-link,
.blog-card-link {
    transition:
        transform 180ms cubic-bezier(.2, .8, .2, 1),
        box-shadow 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.pro-button:focus-visible,
.btn:focus-visible,
.pro-text-link:focus-visible,
.blog-card-link:focus-visible,
.standalone-breadcrumb a:focus-visible,
.standalone-link:focus-visible,
.standalone-card-link:focus-visible,
.standalone-contact-methods a:focus-visible,
.standalone-document-card > div:last-child > a:last-child:focus-visible,
.standalone-faq-nav a:focus-visible,
.standalone-faq-list summary:focus-visible {
    outline: 2px solid var(--public-brand);
    outline-offset: 3px;
}

@media (hover: hover) {
    .pro-button:hover,
    .btn:hover {
        transform: translateY(-1px);
    }

    .standalone-hero-copy .standalone-actions .btn-primary:hover,
    .standalone-hero-copy .standalone-actions .pro-button-primary:hover {
        border-color: #fff;
        background: #fff;
        box-shadow: 0 14px 36px rgba(0, 0, 0, .25);
    }

    .standalone-hero-copy .standalone-actions .btn-outline:hover,
    .standalone-hero-copy .standalone-actions .pro-button-ghost:hover {
        border-color: rgba(255, 255, 255, .3);
        background: rgba(255, 255, 255, .11);
    }

    .standalone-card:hover,
    .standalone-card:focus-within,
    .standalone-document-card:hover,
    .standalone-document-card:focus-within {
        border-color: var(--public-premium-line-strong);
        box-shadow: var(--public-premium-shadow-hover);
        transform: translateY(-4px);
    }

    .standalone-project-card:hover,
    .standalone-project-card:focus-within,
    .standalone-package:hover,
    .standalone-package:focus-within {
        border-color: var(--public-premium-line-strong);
        box-shadow: var(--public-premium-shadow-hover);
        transform: translateY(-3px);
    }

    .standalone-card--featured:hover,
    .standalone-card--featured:focus-within,
    .standalone-package.is-featured:hover,
    .standalone-package.is-featured:focus-within {
        border-color: rgba(173, 191, 255, .24);
        box-shadow: 0 30px 76px rgba(15, 23, 42, .22);
    }

    .standalone-contact-methods a:hover {
        border-color: rgba(173, 191, 255, .28);
        background: rgba(255, 255, 255, .075);
        transform: translateY(-1px);
    }

    .standalone-document-card > div:last-child > a:last-child:hover {
        border-color: var(--public-premium-line-strong);
        background: var(--public-surface);
        color: var(--public-ink);
    }

    .standalone-faq-list details:hover {
        border-color: var(--public-premium-line-strong);
    }

    .standalone-link:hover .icon,
    .standalone-link:focus-visible .icon,
    .standalone-card:hover .standalone-card-link .icon,
    .standalone-card:focus-within .standalone-card-link .icon,
    .standalone-document-card:hover .standalone-card-link .icon,
    .standalone-document-card:focus-within .standalone-card-link .icon {
        transform: translateX(4px);
    }
}

@media (max-width: 1399px) {
    .standalone-hero-grid,
    .standalone-section-head--split,
    .standalone-split,
    .standalone-contact-grid,
    .standalone-faq-layout {
        grid-template-columns: 1fr;
    }

    .standalone-hero-copy {
        min-height: 390px;
    }

    .standalone-summary {
        min-height: 0;
    }

    .standalone-card {
        grid-column: span 6;
    }

    .standalone-card--featured,
    .standalone-card--full {
        grid-column: 1 / -1;
    }

    .standalone-faq-nav {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standalone-faq-nav strong {
        grid-column: 1 / -1;
    }

    .standalone-project-card,
    .standalone-project-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .standalone-project-card:nth-child(even) .standalone-project-copy {
        order: 0;
    }

    .standalone-project-visual,
    .standalone-project-card:nth-child(even) .standalone-project-visual {
        border-top: 1px solid var(--public-premium-line);
        border-right: 0;
        border-left: 0;
    }

    .standalone-service-catalog > .standalone-card,
    .standalone-service-catalog > .standalone-card:nth-last-child(3),
    .standalone-service-catalog > .standalone-card:nth-last-child(2),
    .standalone-service-catalog > .standalone-card:last-child {
        grid-column: span 6;
    }
}

@media (min-width: 768px) and (max-width: 1399px) {
    .standalone-summary dl {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .standalone-summary dl > div {
        align-content: start;
        padding: 20px;
        border-right: 1px solid var(--public-premium-line);
        border-bottom: 0;
    }

    .standalone-summary dl > div:first-child {
        padding-left: 0;
    }

    .standalone-summary dl > div:last-child {
        padding-right: 0;
        border-right: 0;
    }
}

@media (max-width: 1199px) {
    .standalone-site .public-main {
        padding-top: 28px;
    }

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

    .standalone-metric,
    .standalone-metrics > div {
        border-bottom: 1px solid var(--public-premium-line);
    }

    .standalone-metric:nth-child(2n),
    .standalone-metrics > div:nth-child(2n) {
        border-right: 0;
    }

    .standalone-metric:nth-last-child(-n + 2),
    .standalone-metrics > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

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

    .standalone-packages {
        grid-template-columns: 1fr;
    }

    .standalone-package,
    .standalone-package:last-child {
        min-height: 0;
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .standalone-site .public-stage {
        background:
            radial-gradient(circle at 90% 1%, rgba(49, 87, 213, .06), transparent 18rem),
            var(--public-canvas);
    }

    .standalone-site .public-main {
        padding-top: 22px;
        padding-bottom: max(18px, var(--safe-bottom));
    }

    .standalone-page {
        gap: 14px;
    }

    .standalone-hero {
        padding-top: 0;
        padding-bottom: 22px;
    }

    .standalone-breadcrumb {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .standalone-breadcrumb a {
        min-height: 44px;
    }

    .standalone-hero-grid {
        gap: 13px;
    }

    .standalone-hero-copy {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 17px;
    }

    .standalone-hero-copy::before {
        width: 230px;
        height: 230px;
        top: -155px;
        right: -95px;
    }

    .standalone-hero-copy::after {
        width: 60%;
        height: 28%;
        background-size: 24px 24px;
    }

    .standalone-hero-copy .hero-badge {
        margin-bottom: 20px;
        padding: 7px 10px;
    }

    .standalone-hero-copy h1,
    .standalone-hero > h1 {
        font-size: clamp(32px, 10vw, 43px);
        letter-spacing: -.057em;
        line-height: 1.01;
    }

    .standalone-lead {
        margin-top: 17px;
        font-size: 15px;
        line-height: 1.68;
    }

    .standalone-actions {
        grid-template-columns: 1fr;
        margin-top: 23px;
    }

    .standalone-actions .btn,
    .standalone-actions .pro-button {
        width: 100%;
        min-height: 50px;
    }

    .standalone-summary,
    .standalone-section,
    .standalone-faq-group {
        padding: 22px;
        border-radius: 16px;
    }

    .standalone-summary {
        padding-top: 24px;
    }

    .standalone-summary dl {
        grid-template-columns: 1fr;
    }

    .standalone-summary dl > div,
    .standalone-summary dl > div:first-child,
    .standalone-summary dl > div:last-child {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid var(--public-premium-line);
    }

    .standalone-summary dl > div:last-child {
        border-bottom: 0;
    }

    .standalone-section--flush {
        padding: 0;
    }

    .standalone-section--transparent {
        padding-inline: 0;
    }

    .standalone-section-head {
        margin-bottom: 22px;
    }

    .standalone-section-head--split {
        gap: 14px;
    }

    .standalone-section-head h2 {
        font-size: clamp(27px, 8vw, 34px);
        line-height: 1.08;
    }

    .standalone-section-head > p,
    .standalone-section-head > div > p:last-child {
        font-size: 14.5px;
        line-height: 1.68;
    }

    .standalone-bento,
    .standalone-steps,
    .standalone-metrics,
    .standalone-document-grid,
    .standalone-faq-nav {
        grid-template-columns: 1fr;
    }

    .standalone-card,
    .standalone-card--wide,
    .standalone-card--featured,
    .standalone-card--full {
        min-height: 0;
        grid-column: auto;
        padding: 22px;
        border-radius: 15px;
    }

    .standalone-service-catalog > .standalone-card,
    .standalone-service-catalog > .standalone-card:nth-last-child(3),
    .standalone-service-catalog > .standalone-card:nth-last-child(2),
    .standalone-service-catalog > .standalone-card:last-child,
    .standalone-about .standalone-bento > .standalone-card,
    .standalone-pricing .standalone-bento > .standalone-card {
        grid-column: auto;
    }

    .standalone-card h2,
    .standalone-card h3 {
        margin-top: 24px;
        font-size: 23px;
    }

    .standalone-card > p,
    .standalone-card-copy,
    .standalone-card-body > p {
        font-size: 14.5px;
    }

    .standalone-metric,
    .standalone-metrics > div {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--public-premium-line);
    }

    .standalone-metric:nth-last-child(-n + 2),
    .standalone-metrics > div:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--public-premium-line);
    }

    .standalone-metric:last-child,
    .standalone-metrics > div:last-child {
        border-bottom: 0;
    }

    .standalone-step {
        min-height: 0;
        padding: 22px;
        border-radius: 15px;
    }

    .standalone-list li,
    .standalone-checklist li {
        min-height: 60px;
        padding: 14px;
        font-size: 14px;
    }

    .standalone-callout {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px;
        border-radius: 15px;
    }

    .standalone-callout h2 {
        font-size: 29px;
    }

    .standalone-callout .btn {
        width: 100%;
        white-space: normal;
    }

    .standalone-project-card {
        border-radius: 16px;
    }

    .standalone-project-copy,
    .standalone-package {
        padding: 22px;
    }

    .standalone-project-copy h3 {
        margin-top: 25px;
        font-size: 29px;
    }

    .standalone-project-visual {
        min-height: 430px;
        padding: 30px 18px 0;
    }

    .standalone-project-visual img {
        width: min(100%, 300px);
        border-radius: 22px 22px 0 0;
    }

    .standalone-package {
        border-radius: 15px;
    }

    .standalone-contact-copy,
    .standalone-form-panel {
        padding: 22px;
        border-radius: 16px;
    }

    .standalone-contact-copy h2,
    .standalone-contact-copy h3 {
        font-size: 31px;
    }

    .standalone-contact-copy > p {
        font-size: 14.5px;
    }

    .standalone-contact-methods a {
        min-height: 68px;
    }

    .standalone-document-card {
        min-height: 0;
        padding: 22px;
        border-radius: 15px;
    }

    .standalone-faq-nav strong {
        grid-column: auto;
    }

    .standalone-faq-nav a {
        min-height: 48px;
    }

    .standalone-faq-group > h2,
    .standalone-faq-group > h3 {
        font-size: 23px;
    }

    .standalone-faq-list summary {
        min-height: 66px;
        gap: 12px;
        padding: 12px 13px;
        font-size: 14.5px;
    }

    .standalone-faq-list details > p {
        margin: -1px 13px 18px;
        font-size: 14px;
    }
}

@media (max-width: 389px) {
    .standalone-hero-copy,
    .standalone-summary,
    .standalone-section,
    .standalone-card,
    .standalone-contact-copy,
    .standalone-form-panel,
    .standalone-document-card,
    .standalone-faq-group {
        padding-inline: 18px;
    }

    .standalone-hero-copy h1,
    .standalone-hero > h1 {
        font-size: 30px;
    }

    .standalone-section-head h2,
    .standalone-contact-copy h2,
    .standalone-contact-copy h3 {
        font-size: 27px;
    }

    .standalone-card h2,
    .standalone-card h3 {
        font-size: 21px;
    }

    .standalone-contact-methods a {
        grid-template-columns: 36px minmax(0, 1fr) 16px;
        gap: 9px;
        padding-inline: 11px;
    }

    .standalone-contact-methods strong {
        font-size: 12.5px;
        line-height: 1.35;
    }
}

@media (prefers-contrast: more) {
    .standalone-hero-copy,
    .standalone-contact-copy,
    .standalone-card--featured,
    .standalone-package.is-featured {
        border-color: rgba(255, 255, 255, .35);
    }

    .standalone-summary,
    .standalone-section,
    .standalone-card,
    .standalone-metrics,
    .standalone-step,
    .standalone-list li,
    .standalone-checklist li,
    .standalone-callout,
    .standalone-project-card,
    .standalone-package,
    .standalone-form-panel,
    .standalone-document-card,
    .standalone-faq-nav,
    .standalone-faq-group,
    .standalone-faq-list details {
        border-color: var(--public-premium-line-strong);
    }
}

@media (forced-colors: active) {
    .standalone-hero-copy::before,
    .standalone-hero-copy::after,
    .standalone-card::before,
    .standalone-step::before,
    .standalone-package::before,
    .standalone-summary::before {
        display: none;
    }

    .standalone-hero-copy,
    .standalone-summary,
    .standalone-section,
    .standalone-card,
    .standalone-step,
    .standalone-project-card,
    .standalone-package,
    .standalone-contact-copy,
    .standalone-form-panel,
    .standalone-document-card,
    .standalone-faq-nav,
    .standalone-faq-group,
    .standalone-faq-list details {
        border: 1px solid CanvasText;
        box-shadow: none;
        forced-color-adjust: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .standalone-card,
    .standalone-document-card,
    .standalone-project-card,
    .standalone-package,
    .standalone-contact-methods a,
    .standalone-faq-list details,
    .standalone-link .icon,
    .standalone-card-link .icon,
    .pro-button,
    .btn {
        transition: none !important;
        transform: none !important;
    }

    .pro-text-link,
    .blog-card-link,
    .standalone-breadcrumb a,
    .standalone-faq-nav a,
    .standalone-document-card > div:last-child > a:last-child {
        transition: none !important;
    }
}

@media print {
    .standalone-site .public-stage,
    .standalone-site .public-main {
        background: #fff !important;
    }

    .standalone-page {
        gap: 12pt;
    }

    .standalone-hero-copy::before,
    .standalone-hero-copy::after,
    .standalone-card::before,
    .standalone-step::before,
    .standalone-package::before,
    .standalone-summary::before {
        display: none !important;
    }

    .standalone-hero-copy,
    .standalone-contact-copy,
    .standalone-card--featured,
    .standalone-package.is-featured,
    .standalone-section--dark {
        border-color: #aaa !important;
        background: #fff !important;
        color: #111 !important;
    }

    .standalone-hero-copy *,
    .standalone-contact-copy *,
    .standalone-card--featured *,
    .standalone-package.is-featured *,
    .standalone-section--dark * {
        color: #111 !important;
    }

    .standalone-project-card,
    .standalone-package,
    .standalone-faq-list details,
    .standalone-document-card,
    .standalone-section,
    .standalone-summary {
        break-inside: avoid;
        border-color: #aaa !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    .standalone-project-visual {
        border-color: #aaa !important;
        background: #fff !important;
    }
}

/* Premium cross-route card system
   Home, detail, case, editorial, legal and system views share the same
   material depth, readable data hierarchy and restrained accent language. */
@media screen {
    .public-home .pro-hero-copy {
        position: relative;
        isolation: isolate;
        min-height: 460px;
        padding: clamp(34px, 3.6vw, 54px);
        border-color: rgba(255, 255, 255, .11);
        border-radius: 22px;
        background:
            radial-gradient(circle at 92% 4%, rgba(87, 126, 255, .23), transparent 26rem),
            radial-gradient(circle at 4% 108%, rgba(49, 87, 213, .14), transparent 24rem),
            linear-gradient(145deg, #0f1218, #171c26 66%, #10131a);
        box-shadow: inset 0 1px rgba(255, 255, 255, .055), 0 26px 72px rgba(15, 23, 42, .16);
    }

    .public-home .pro-hero-copy::after {
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: 0;
        width: 44%;
        height: 42%;
        opacity: .34;
        background-image:
            linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
        background-size: 28px 28px;
        -webkit-mask-image: linear-gradient(135deg, transparent, #000);
        mask-image: linear-gradient(135deg, transparent, #000);
        content: "";
        pointer-events: none;
    }

    .public-home .pro-hero-copy h1 {
        font-size: clamp(42px, 4.55vw, 64px);
        line-height: .99;
    }

    .public-home .studio-overview {
        isolation: isolate;
        border-color: var(--public-premium-line);
        border-radius: 22px;
        background:
            radial-gradient(circle at 100% 0, rgba(49, 87, 213, .055), transparent 17rem),
            linear-gradient(150deg, #fff, #f8f9fc);
        box-shadow:
            0 1px 2px rgba(15, 23, 42, .035),
            0 22px 56px rgba(15, 23, 42, .07);
    }

    .public-home .studio-overview::before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 24px;
        left: 24px;
        height: 2px;
        border-radius: 0 0 99px 99px;
        background: linear-gradient(90deg, transparent, rgba(49, 87, 213, .48), transparent);
        content: "";
        pointer-events: none;
    }

    .public-home .studio-overview-head {
        min-height: 82px;
        padding: 19px 20px 17px;
        border-bottom-color: var(--public-premium-line);
    }

    .public-home .studio-overview-head .brand-mark {
        width: 46px;
        height: 46px;
        border-radius: 13px;
        box-shadow: 0 7px 18px rgba(9, 11, 15, .13);
    }

    .public-home .studio-overview-head p {
        min-width: 0;
    }

    .public-home .studio-overview-head small {
        font-size: 11.5px;
    }

    .public-home .studio-overview-head strong {
        font-size: 14px;
    }

    .public-home .studio-overview-count {
        min-height: 30px;
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 6px;
        margin-left: auto;
        padding: 6px 9px;
        border: 1px solid rgba(49, 87, 213, .13);
        border-radius: 999px;
        background: rgba(242, 245, 255, .86);
        color: var(--public-brand-strong);
        font-size: 11px;
        font-weight: 760;
        white-space: nowrap;
    }

    .public-home .studio-overview-count::before {
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #36bc8b;
        box-shadow: 0 0 0 4px rgba(54, 188, 139, .1);
        content: "";
    }

    .public-home .studio-capabilities {
        gap: 8px;
        padding: 10px 12px 12px;
    }

    .public-home .studio-capabilities a {
        min-height: 74px;
        grid-template-columns: 34px minmax(0, 1fr) 36px;
        gap: 11px;
        padding: 10px 12px;
        border: 1px solid var(--public-premium-line);
        border-radius: 14px;
        background: rgba(255, 255, 255, .7);
        box-shadow: 0 1px 2px rgba(15, 23, 42, .025);
        transition:
            border-color 190ms ease,
            background-color 190ms ease,
            box-shadow 190ms ease,
            color 190ms ease,
            transform 190ms cubic-bezier(.2, .8, .2, 1);
    }

    .public-home .studio-capabilities > a > span {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border: 1px solid color-mix(in srgb, var(--public-brand) 13%, var(--public-premium-line));
        border-radius: 10px;
        background: rgba(242, 245, 255, .9);
        color: var(--public-brand-strong);
        font-size: 10.5px;
    }

    .public-home .studio-capabilities strong {
        font-size: 14.5px;
        letter-spacing: -.012em;
    }

    .public-home .studio-capabilities small {
        font-size: 12px;
        line-height: 1.45;
    }

    .public-home .studio-capabilities > a > .icon {
        width: 36px;
        height: 36px;
        box-sizing: border-box;
        padding: 9px;
        border: 1px solid color-mix(in srgb, var(--public-brand) 16%, var(--public-premium-line));
        border-radius: 999px;
        background: rgba(247, 249, 255, .92);
        transition: color 190ms ease, background-color 190ms ease, transform 190ms cubic-bezier(.2, .8, .2, 1);
    }

    .public-home .studio-capabilities a:focus-visible {
        z-index: 1;
        outline: 2px solid var(--public-brand);
        outline-offset: 2px;
    }

    .public-home .studio-overview-foot {
        gap: 8px;
        padding: 0 12px 12px;
        background: transparent;
    }

    .public-home .studio-overview-foot span {
        min-height: 50px;
        padding: 10px 11px;
        border: 1px solid var(--public-premium-line);
        border-radius: 12px;
        background: rgba(246, 248, 251, .82);
        font-size: 11.5px;
        line-height: 1.45;
    }

    .public-home .hero-proof > div {
        min-height: 88px;
        align-items: center;
        padding: 18px 20px;
        border-color: var(--public-premium-line);
        border-radius: 16px;
        background: linear-gradient(150deg, #fff, #fafbfc);
        box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 34px rgba(15, 23, 42, .04);
    }

    .public-home .hero-proof > div > span {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
        border-radius: 10px;
        background: var(--public-brand-soft);
        font-size: 11px;
    }

    .public-home .hero-proof strong {
        font-size: 13.5px;
    }

    .public-home .hero-proof small {
        font-size: 12px;
        line-height: 1.55;
    }

    .public-services .public-stage,
    .public-case .public-stage,
    .public-blog .public-stage,
    .legal-site .public-stage {
        background:
            radial-gradient(circle at 78% 1%, rgba(49, 87, 213, .052), transparent 28rem),
            radial-gradient(circle at 16% 44%, rgba(255, 255, 255, .72), transparent 32rem),
            var(--public-canvas);
    }

    .service-detail-page,
    .case-page,
    .blog-page {
        gap: clamp(16px, 1.45vw, 22px);
    }

    .service-hero,
    .case-hero,
    .blog-archive-hero,
    .article-hero,
    .service-not-found {
        padding: clamp(27px, 3.2vw, 46px);
        border: 1px solid var(--public-premium-line);
        border-radius: 22px;
        background:
            radial-gradient(circle at 100% 0, rgba(49, 87, 213, .055), transparent 27rem),
            linear-gradient(150deg, #fff, #fafbfd);
        box-shadow: var(--public-premium-shadow);
    }

    .service-hero-copy h1,
    .case-copy h1,
    .blog-archive-hero h1,
    .article-hero h1,
    .service-not-found h1 {
        font-size: clamp(39px, 4.15vw, 58px);
        font-weight: 735;
        line-height: 1.01;
        text-wrap: balance;
    }

    .service-lead,
    .case-copy > p:not(.hero-badge),
    .blog-archive-hero > p:last-child,
    .article-hero > p:not(.hero-badge),
    .service-not-found > p {
        font-size: 15.5px;
        line-height: 1.72;
    }

    .service-breadcrumb {
        min-height: 44px;
        margin-bottom: 22px;
        font-size: 12.5px;
    }

    .service-breadcrumb a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        font-weight: 650;
    }

    .service-panel,
    .case-profile-panel {
        padding: clamp(21px, 2vw, 28px);
        border-color: rgba(255, 255, 255, .11);
        border-radius: 19px;
        background:
            radial-gradient(circle at 95% 0, rgba(87, 126, 255, .2), transparent 20rem),
            linear-gradient(145deg, #10131a, #171d28 70%, #11151d);
        color: #fff;
        box-shadow: 0 24px 60px rgba(15, 23, 42, .17);
    }

    .service-panel-head {
        padding-bottom: 20px;
        border-bottom-color: rgba(255, 255, 255, .12);
    }

    .service-panel-head > span {
        width: 46px;
        height: 46px;
        border: 1px solid rgba(173, 191, 255, .16);
        border-radius: 13px;
        background: rgba(143, 178, 255, .12);
        color: #b5c4ff;
    }

    .service-panel-head b {
        color: #f7f9fc;
        font-size: 15px;
    }

    .service-panel-grid > div {
        gap: 7px;
        padding: 17px 0;
        border-bottom-color: rgba(255, 255, 255, .1);
    }

    .service-panel-grid span,
    .case-profile-panel > span {
        color: #99a6b8;
        font-size: 12px;
    }

    .service-panel-grid strong {
        color: #f7f9fc;
        font-size: 14.5px;
        line-height: 1.55;
    }

    .service-panel-preview {
        margin-top: 20px;
        padding: 14px;
        border-color: rgba(255, 255, 255, .11);
        border-radius: 14px;
        background: rgba(255, 255, 255, .055);
    }

    .service-panel-preview span {
        color: #c7cfda;
        font-size: 12px;
    }

    .case-profile-panel img {
        width: 92px;
        height: 92px;
        border: 5px solid rgba(255, 255, 255, .08);
        border-radius: 24px;
        box-shadow: 0 16px 32px rgba(0, 0, 0, .22);
    }

    .case-profile-panel a {
        color: #b8c7ff;
        font-size: 14px;
    }

    .case-profile-panel p {
        color: #b7c0ce;
        font-size: 13px;
        line-height: 1.65;
    }

    .service-section,
    .case-story-section,
    .case-detail-section,
    .article-body,
    .article-next,
    .case-metrics-section,
    .blog-archive-list {
        border-color: var(--public-premium-line);
        border-radius: 20px;
        background: linear-gradient(152deg, #fff, #fbfbfc);
        box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 14px 42px rgba(15, 23, 42, .04);
    }

    .service-section,
    .case-story-section,
    .case-detail-section,
    .article-body {
        padding: clamp(27px, 3vw, 44px);
    }

    .section-copy.compact {
        margin-bottom: 28px;
    }

    .section-copy.compact h2 {
        font-size: clamp(28px, 2.8vw, 40px);
        text-wrap: balance;
    }

    .service-info-card,
    .case-feature-grid article,
    .case-story-grid article,
    .service-list li,
    .service-steps article,
    .faq-grid article {
        position: relative;
        overflow: hidden;
        border-color: var(--public-premium-line);
        border-radius: 15px;
        background: linear-gradient(150deg, #fff, #f7f9fc);
        box-shadow: 0 1px 2px rgba(15, 23, 42, .02), 0 10px 28px rgba(15, 23, 42, .035);
        transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms cubic-bezier(.2, .8, .2, 1);
    }

    .service-info-card,
    .case-feature-grid article {
        min-height: 156px;
        flex-direction: column;
        gap: 14px;
        padding: 22px;
    }

    .service-info-card::before,
    .case-feature-grid article::before,
    .case-story-grid article::before,
    .service-steps article::before,
    .faq-grid article::before {
        position: absolute;
        top: 0;
        right: 20px;
        left: 20px;
        height: 2px;
        border-radius: 0 0 99px 99px;
        background: linear-gradient(90deg, transparent, rgba(49, 87, 213, .44), transparent);
        content: "";
        pointer-events: none;
    }

    .service-info-card > span,
    .case-feature-grid article > span,
    .case-story-grid article > span {
        width: 42px;
        height: 42px;
        border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
        border-radius: 12px;
        background: linear-gradient(145deg, #f5f7ff, var(--public-brand-soft));
        box-shadow: inset 0 1px rgba(255, 255, 255, .8);
    }

    .service-info-card h3,
    .case-feature-grid p {
        margin: 0;
        color: var(--public-ink);
        font-size: 14.5px;
        font-weight: 680;
        line-height: 1.58;
    }

    .service-list {
        gap: 10px;
    }

    .service-list li {
        min-height: 64px;
        padding: 15px 17px;
        font-size: 14px;
        line-height: 1.55;
    }

    .service-list .icon {
        width: 20px;
        height: 20px;
    }

    .service-steps,
    .faq-grid,
    .case-story-grid,
    .case-feature-grid,
    .service-grid {
        gap: clamp(11px, 1.15vw, 16px);
    }

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

    .service-grid > .service-info-card {
        grid-column: span 2;
    }

    .service-grid > .service-info-card:nth-last-child(2),
    .service-grid > .service-info-card:last-child {
        grid-column: span 3;
    }

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

    .faq-grid > article:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .service-steps article,
    .faq-grid article {
        min-height: 220px;
        padding: 23px;
    }

    .service-steps article > span {
        width: 38px;
        height: 38px;
        display: grid;
        place-items: center;
        border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
        border-radius: 11px;
        background: var(--public-brand-soft);
        font-size: 12px;
    }

    .service-steps h3,
    .faq-grid h3 {
        margin: 26px 0 10px;
        font-size: 18px;
        line-height: 1.25;
    }

    .service-steps p,
    .faq-grid p {
        font-size: 14px;
        line-height: 1.7;
    }

    .faq-grid h3 {
        margin-top: 4px;
    }

    .case-story-grid article {
        min-height: 250px;
        padding: 24px;
    }

    .case-story-grid h3 {
        margin: 28px 0 10px;
        font-size: 21px;
    }

    .case-story-grid p {
        font-size: 14.5px;
        line-height: 1.72;
    }

    .case-visual-card {
        margin-top: 30px;
        padding: 42px 24px 0;
        border-color: var(--public-premium-line);
        border-radius: 18px;
        background:
            radial-gradient(circle at 50% 14%, rgba(95, 126, 216, .25), transparent 22rem),
            linear-gradient(145deg, #e9edf5, #d7dfec);
        box-shadow: inset 0 1px rgba(255, 255, 255, .8);
    }

    .case-visual-card img {
        border: 9px solid #11151d;
        border-bottom: 0;
        border-radius: 26px 26px 0 0;
        box-shadow: 0 34px 82px rgba(25, 34, 49, .25);
    }

    .case-metrics-section {
        overflow: hidden;
    }

    .case-metric {
        min-height: 132px;
        align-content: center;
        gap: 10px;
        padding: 24px;
        border-right-color: var(--public-premium-line);
        background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(248, 249, 252, .9));
    }

    .case-metric span {
        font-size: 12px;
        letter-spacing: .09em;
    }

    .case-metric strong {
        font-family: var(--display-font);
        font-size: clamp(18px, 1.8vw, 23px);
        font-weight: 710;
        line-height: 1.25;
    }

    .service-cta-band,
    .article-next {
        padding: clamp(28px, 3vw, 44px);
        overflow: hidden;
        border-color: rgba(255, 255, 255, .1);
        border-radius: 20px;
        background:
            radial-gradient(circle at 92% 0, rgba(87, 126, 255, .19), transparent 25rem),
            linear-gradient(145deg, #10131a, #181e29);
        box-shadow: 0 24px 64px rgba(15, 23, 42, .15);
    }

    .service-cta-band h2,
    .article-next h2 {
        color: #fff;
        font-size: clamp(28px, 3vw, 42px);
    }

    .service-cta-band .section-kicker,
    .article-next .section-kicker {
        color: #aebfff;
    }

    .service-cta-band > div > p:last-child,
    .article-next > div > p {
        color: #c4ccd8;
        font-size: 14.5px;
    }

    .service-cta-band .btn-primary {
        border-color: #fff;
        background: #fff;
        color: #10131a;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    }

    .article-next .blog-card-link {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        color: #dce4ff;
        font-weight: 740;
    }

    .blog-archive-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(13px, 1.3vw, 18px);
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .blog-archive-card,
    .blog-archive-card:last-child {
        position: relative;
        min-height: 330px;
        align-content: start;
        gap: 18px;
        padding: clamp(24px, 2.2vw, 32px);
        overflow: hidden;
        border: 1px solid var(--public-premium-line);
        border-radius: 18px;
        background: linear-gradient(152deg, #fff, #f8f9fc);
        box-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 14px 38px rgba(15, 23, 42, .045);
        transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms cubic-bezier(.2, .8, .2, 1);
    }

    .blog-archive-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .blog-card-icon {
        border: 1px solid color-mix(in srgb, var(--public-brand) 14%, transparent);
        border-radius: 14px;
        background: linear-gradient(145deg, #f5f7ff, var(--public-brand-soft));
        box-shadow: inset 0 1px rgba(255, 255, 255, .8);
    }

    .blog-card-meta,
    .article-meta {
        font-size: 11px;
        letter-spacing: .075em;
    }

    .blog-archive-card h2 {
        margin: 14px 0 10px;
        font-size: clamp(23px, 2.15vw, 30px);
        letter-spacing: -.032em;
        line-height: 1.13;
        text-wrap: balance;
    }

    .blog-archive-card p {
        font-size: 14.5px;
        line-height: 1.72;
    }

    .article-body {
        max-width: 76ch;
        padding: clamp(30px, 4vw, 58px);
    }

    .article-body h2 {
        font-size: clamp(24px, 2.4vw, 32px);
        letter-spacing: -.025em;
        line-height: 1.18;
    }

    .article-body p {
        font-size: 16px;
        line-height: 1.88;
    }

    .legal-document-tabs {
        padding: 7px;
        border-color: var(--public-premium-line);
        border-radius: 15px;
        background: color-mix(in srgb, var(--public-canvas) 88%, transparent);
        box-shadow: 0 10px 30px rgba(15, 23, 42, .045);
    }

    .legal-document-tabs a {
        min-height: 48px;
        align-content: center;
        padding: 9px 14px;
        border-radius: 10px;
    }

    .legal-document-tabs span,
    .legal-document-tabs small {
        font-size: 11.5px;
    }

    .legal-document {
        border-color: var(--public-premium-line);
        border-radius: 20px;
        background: linear-gradient(155deg, #fff, #fbfbfc);
        box-shadow: var(--public-premium-shadow);
    }

    .legal-topbar {
        min-height: 58px;
        border-bottom-color: var(--public-premium-line);
        background: rgba(248, 249, 252, .72);
        font-size: 12.5px;
    }

    .legal-hero {
        padding: clamp(34px, 4vw, 56px) 0;
        border-bottom-color: var(--public-premium-line);
    }

    .legal-hero h1 {
        font-size: clamp(40px, 4.35vw, 60px);
        line-height: 1.01;
        text-wrap: balance;
    }

    .legal-summary {
        font-size: 15.5px;
        line-height: 1.75;
    }

    .legal-pdf-download {
        min-height: 62px;
        border-color: var(--public-premium-line);
        border-radius: 12px;
        background: linear-gradient(145deg, #fff, #f8f9fc);
        box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
    }

    .legal-pdf-badge {
        border-radius: 10px;
        font-size: 12px;
    }

    .legal-pdf-download b,
    .legal-pdf-download small {
        font-size: 12px;
    }

    .legal-notice {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 16px;
        margin-top: 28px;
        padding: 18px 20px;
        border-color: color-mix(in srgb, var(--public-brand) 18%, var(--public-premium-line));
        border-radius: 13px;
        background: linear-gradient(145deg, #f1f4ff, #f8faff);
        box-shadow: inset 0 1px rgba(255, 255, 255, .85);
        font-size: 13.5px;
    }

    .legal-content {
        padding: clamp(34px, 4vw, 56px) 0;
    }

    .legal-content h2,
    .legal-sources h2 {
        font-size: clamp(23px, 2vw, 29px);
        letter-spacing: -.02em;
    }

    .legal-content p,
    .legal-content li,
    .legal-sources p {
        font-size: 15px;
        line-height: 1.86;
    }

    .legal-facts {
        gap: 12px;
        padding: 28px 0;
        border-top-color: var(--public-premium-line);
    }

    .legal-facts article {
        min-height: 92px;
        align-content: center;
        gap: 7px;
        padding: 18px;
        border-color: var(--public-premium-line);
        border-radius: 13px;
        background: linear-gradient(145deg, #fff, #f7f9fc);
        box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
    }

    .legal-facts span {
        font-size: 11.5px;
    }

    .legal-facts strong {
        font-size: 13.5px;
        line-height: 1.5;
    }

    .legal-sources {
        padding: 30px 0;
        border-top-color: var(--public-premium-line);
    }

    .legal-sources a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        padding: 9px 12px;
        border-color: var(--public-premium-line);
        border-radius: 10px;
        background: rgba(248, 249, 252, .82);
        font-size: 12.5px;
    }

    .legal-document-footer {
        min-height: 82px;
        border-top-color: var(--public-premium-line);
    }

    .legal-document-footer b,
    .legal-document-footer span {
        font-size: 12px;
    }

    .system-state-card {
        border-color: var(--public-premium-line);
        background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(249, 250, 253, .96));
        box-shadow: 0 32px 88px rgba(15, 23, 42, .15);
    }
}

@media screen and (hover: hover) {
    .public-home .studio-capabilities a:hover {
        border-color: color-mix(in srgb, var(--public-brand) 28%, var(--public-premium-line));
        background: rgba(242, 245, 255, .92);
        box-shadow: 0 12px 28px rgba(49, 87, 213, .08);
        color: var(--public-brand-strong);
        transform: translateY(-2px);
    }

    .public-home .studio-capabilities a:hover > .icon {
        background: var(--public-brand-strong);
        color: #fff;
        transform: translateX(2px);
    }

    .service-info-card:hover,
    .service-info-card:focus-within,
    .case-feature-grid article:hover,
    .case-feature-grid article:focus-within,
    .case-story-grid article:hover,
    .case-story-grid article:focus-within,
    .service-list li:hover,
    .service-steps article:hover,
    .faq-grid article:hover,
    .blog-archive-card:hover,
    .blog-archive-card:focus-within,
    .legal-facts article:hover {
        border-color: var(--public-premium-line-strong);
        box-shadow: var(--public-premium-shadow-hover);
        transform: translateY(-3px);
    }
}

@media screen and (max-width: 1199px) {
    .blog-archive-list {
        grid-template-columns: 1fr;
    }

    .blog-archive-card:last-child:nth-child(odd) {
        grid-column: auto;
    }
}

@media screen and (max-width: 767px) {
    .public-home .pro-hero-copy {
        min-height: 0;
        padding: 28px 22px;
        border-radius: 17px;
    }

    .public-home .pro-hero-copy h1 {
        font-size: clamp(34px, 10.3vw, 44px);
    }

    .public-home .studio-overview {
        border-radius: 17px;
    }

    .public-home .studio-overview-head {
        min-height: 76px;
        padding: 16px;
    }

    .public-home .studio-overview-count {
        min-height: 28px;
        padding-inline: 8px;
        font-size: 10.5px;
    }

    .public-home .studio-capabilities {
        gap: 7px;
        padding: 9px 10px 10px;
    }

    .public-home .studio-capabilities a {
        min-height: 70px;
        grid-template-columns: 32px minmax(0, 1fr) 36px;
        padding: 9px 10px;
        border-radius: 12px;
    }

    .public-home .studio-capabilities > a > span {
        width: 32px;
        height: 32px;
        border-radius: 9px;
    }

    .public-home .studio-overview-foot {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 0 10px 10px;
    }

    .public-home .studio-overview-foot span {
        min-height: 44px;
        border-radius: 11px;
    }

    .public-home .hero-proof > div {
        min-height: 82px;
        padding: 16px;
        border-radius: 14px;
    }

    .service-hero,
    .case-hero,
    .blog-archive-hero,
    .article-hero,
    .service-not-found,
    .service-section,
    .case-story-section,
    .case-detail-section,
    .article-body,
    .article-next {
        padding: 22px;
        border-radius: 16px;
    }

    .service-hero-copy h1,
    .case-copy h1,
    .blog-archive-hero h1,
    .article-hero h1,
    .service-not-found h1,
    .legal-hero h1 {
        font-size: clamp(31px, 9.6vw, 42px);
    }

    .service-lead,
    .case-copy > p:not(.hero-badge),
    .blog-archive-hero > p:last-child,
    .article-hero > p:not(.hero-badge),
    .service-not-found > p {
        font-size: 14.5px;
    }

    .service-panel,
    .case-profile-panel {
        padding: 22px;
        border-radius: 16px;
    }

    .service-info-card,
    .case-feature-grid article,
    .case-story-grid article,
    .service-steps article,
    .faq-grid article {
        min-height: 0;
        padding: 20px;
        border-radius: 14px;
    }

    .service-grid,
    .faq-grid,
    .case-feature-grid {
        grid-template-columns: 1fr;
    }

    .service-grid > .service-info-card,
    .service-grid > .service-info-card:nth-last-child(2),
    .service-grid > .service-info-card:last-child,
    .faq-grid > article:last-child:nth-child(odd) {
        grid-column: auto;
    }

    .service-steps h3,
    .faq-grid h3 {
        font-size: 17px;
    }

    .service-cta-band,
    .article-next {
        gap: 20px;
        border-radius: 16px;
    }

    .service-cta-band .btn {
        width: 100%;
    }

    .case-visual-card {
        padding: 28px 14px 0;
        border-radius: 15px;
    }

    .case-metrics-section {
        border-radius: 16px;
    }

    .case-metric {
        min-height: 110px;
        padding: 20px;
    }

    .blog-archive-card,
    .blog-archive-card:last-child {
        min-height: 0;
        padding: 22px;
        border-radius: 15px;
    }

    .blog-archive-card h2 {
        font-size: 23px;
    }

    .article-body p {
        font-size: 15px;
        line-height: 1.82;
    }

    .legal-document {
        border-radius: 16px;
    }

    .legal-topbar {
        min-height: 54px;
        font-size: 12px;
    }

    .legal-hero {
        padding: 30px 0;
    }

    .legal-summary {
        font-size: 14.5px;
    }

    .legal-pdf-download {
        min-width: 0;
        width: 100%;
    }

    .legal-notice {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 17px;
    }

    .legal-content p,
    .legal-content li,
    .legal-sources p {
        font-size: 14.5px;
    }

    .legal-facts article {
        min-height: 82px;
        padding: 16px;
    }

    .system-state-card {
        border-radius: 22px;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .public-home .studio-capabilities a,
    .public-home .studio-capabilities a > .icon,
    .public-home .service-bento-card,
    .public-home .service-bento-card > a .icon,
    .service-info-card,
    .case-feature-grid article,
    .case-story-grid article,
    .service-list li,
    .service-steps article,
    .faq-grid article,
    .blog-archive-card,
    .legal-facts article {
        transition: none !important;
        transform: none !important;
    }
}

@media screen and (forced-colors: active) {
    .public-home .pro-hero-copy::after,
    .service-info-card::before,
    .case-feature-grid article::before,
    .case-story-grid article::before,
    .service-steps article::before,
    .faq-grid article::before {
        display: none;
    }

    .public-home .studio-overview,
    .public-home .hero-proof > div,
    .service-hero,
    .case-hero,
    .blog-archive-hero,
    .article-hero,
    .service-panel,
    .case-profile-panel,
    .service-section,
    .case-story-section,
    .case-detail-section,
    .service-info-card,
    .case-feature-grid article,
    .case-story-grid article,
    .service-list li,
    .service-steps article,
    .faq-grid article,
    .case-metrics-section,
    .service-cta-band,
    .article-next,
    .blog-archive-card,
    .legal-document,
    .legal-facts article,
    .system-state-card {
        border: 1px solid CanvasText;
        background: Canvas;
        color: CanvasText;
        box-shadow: none;
    }
}

/* Final UX pass: the first screen now reveals route content sooner while
   preserving the shared premium system and all existing content. */
.standalone-hero {
    padding-bottom: clamp(18px, 2vw, 28px);
}

.standalone-hero-grid {
    gap: 14px;
}

.standalone-hero-copy {
    min-height: clamp(315px, 24vw, 390px);
    padding: clamp(30px, 3.2vw, 44px);
}

.standalone-hero-copy .hero-badge {
    margin-bottom: 17px;
}

.standalone-hero-copy h1,
.standalone-hero > h1 {
    max-width: 820px;
    font-size: clamp(38px, 3.75vw, 52px);
    line-height: 1.015;
}

.standalone-lead {
    max-width: 64ch;
    margin-top: 16px;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.62;
}

.standalone-actions {
    margin-top: 21px;
}

.standalone-summary {
    min-height: 0;
    padding: clamp(20px, 1.8vw, 25px);
}

.standalone-summary-head {
    padding-bottom: 15px;
}

.standalone-summary dl > div {
    padding: 13px 0;
}

.standalone-summary-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid var(--public-premium-line);
    color: var(--public-brand-strong);
    font-size: 13px;
    font-weight: 760;
    text-decoration: none;
}

.standalone-summary-link .icon {
    width: 18px;
    height: 18px;
    transition: transform 180ms ease;
}

.standalone-summary-link:hover .icon,
.standalone-summary-link:focus-visible .icon {
    transform: translateX(3px);
}

.standalone-project-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 22px 0 0;
    overflow: hidden;
    border: 1px solid var(--public-premium-line);
    border-radius: 13px;
    background: var(--public-premium-line);
}

.standalone-project-proof > div {
    min-width: 0;
    padding: 14px;
    background: rgba(250, 251, 253, .98);
}

.standalone-project-proof dt,
.standalone-project-proof dd {
    margin: 0;
}

.standalone-project-proof dt {
    color: var(--public-muted);
    font-size: 10.5px;
    font-weight: 780;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.standalone-project-proof dd {
    margin-top: 6px;
    color: var(--public-ink);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}

@media (min-width: 1024px) {
    .standalone-hero-grid {
        grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .standalone-hero-copy {
        min-height: 300px;
    }

    .standalone-summary dl {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .standalone-summary dl > div {
        padding: 14px;
        border-right: 1px solid var(--public-premium-line);
        border-bottom: 0;
    }

    .standalone-summary dl > div:first-child {
        padding-left: 0;
    }

    .standalone-summary dl > div:last-child {
        padding-right: 0;
        border-right: 0;
    }
}

@media (max-width: 767px) {
    .standalone-site .public-main {
        padding-top: 14px;
    }

    .standalone-hero {
        padding-bottom: 14px;
    }

    .standalone-breadcrumb {
        margin-bottom: 8px;
    }

    .standalone-hero-grid {
        gap: 10px;
    }

    .standalone-hero-copy {
        min-height: 0;
        padding: 23px 20px;
    }

    .standalone-hero-copy .hero-badge {
        margin-bottom: 14px;
    }

    .standalone-hero-copy h1,
    .standalone-hero > h1 {
        font-size: clamp(30px, 8.7vw, 36px);
        line-height: 1.03;
    }

    .standalone-lead {
        margin-top: 13px;
        font-size: 14.5px;
        line-height: 1.58;
    }

    .standalone-actions {
        margin-top: 18px;
    }

    .standalone-actions .btn,
    .standalone-actions .pro-button {
        min-height: 46px;
    }

    .standalone-actions .btn-outline {
        min-height: 44px;
    }

    .standalone-summary {
        padding: 17px 18px;
    }

    .standalone-summary-head {
        padding-bottom: 12px;
    }

    .standalone-summary-icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .standalone-summary dl {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .standalone-summary dl > div,
    .standalone-summary dl > div:first-child,
    .standalone-summary dl > div:last-child {
        align-content: start;
        padding: 12px 9px;
        border-right: 1px solid var(--public-premium-line);
        border-bottom: 0;
    }

    .standalone-summary dl > div:first-child {
        padding-left: 0;
    }

    .standalone-summary dl > div:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .standalone-summary dt {
        font-size: 9.5px;
    }

    .standalone-summary dd {
        margin-top: 5px;
        font-size: 12.25px;
        line-height: 1.42;
    }

    .standalone-summary-link {
        min-height: 44px;
        padding-top: 11px;
        font-size: 12.5px;
    }

    .standalone-project-proof {
        grid-template-columns: 1fr;
    }

    /* The first two gateways retain their full decision-support content;
       later gateways become premium, compact jumps to dedicated pages. */
    .public-home .service-bento-card:nth-child(n + 3) {
        min-height: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46px;
        gap: 7px 12px;
        padding: 17px 18px;
    }

    .public-home .service-bento-card:nth-child(n + 3) .service-bento-top {
        display: contents;
    }

    .public-home .service-bento-card:nth-child(n + 3) .service-bento-index {
        grid-column: 1;
        grid-row: 1;
    }

    .public-home .service-bento-card:nth-child(n + 3) .service-bento-top > i {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .public-home .service-bento-card:nth-child(n + 3) h3 {
        grid-column: 1;
        grid-row: 2;
        margin: 3px 0 0;
        font-size: 21px;
    }

    .public-home .service-bento-card:nth-child(n + 3) > p,
    .public-home .service-bento-card:nth-child(n + 3) .service-bento-tags {
        display: none;
    }

    .public-home .service-bento-card:nth-child(n + 3) > a {
        grid-column: 1 / -1;
        min-height: 42px;
        margin-top: 4px;
        padding-top: 10px;
    }
}

@media (max-width: 389px) {
    .standalone-summary dd {
        font-size: 11.5px;
    }
}
