/* Canonical stylesheet for CMS-created offer pages. The guarded deployment
   mirrors this file to the published offer source directories. */
.web-page {
    --brand-gradient: linear-gradient(90deg, #18a4b3 0%, #66b58e 25%, #efb63d 50%, #f07834 75%, #e8553f 100%);
    --web-ink: #20383d;
    --web-muted: #596a70;
    --web-accent: #086b78;
    --web-accent-text: #086b78;
    --web-teal: #18a4b3;
    --web-green: #66b58e;
    --web-sun: #efb63d;
    --web-orange: #f07834;
    --web-coral: #e8553f;
    --web-paper: #fffefb;
    --web-line: rgba(32, 56, 61, .12);
    background: #f8fbfa;
}

.web-page main {
    overflow: clip;
}

.web-page .pi-header__inner::after,
.web-page .web-subnav__track::before {
    content: none;
}

.web-page .pi-nav a[aria-current="page"] {
    color: var(--web-ink);
}

.web-section {
    position: relative;
    padding: clamp(76px, 6vw, 96px) 0;
}

#uslugi,
#proces,
#wycena,
#realizacje,
#kontakt-form {
    scroll-margin-top: 178px;
}

.web-breadcrumbs {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--web-muted);
    font-size: 12px;
    font-weight: 650;
}

.web-breadcrumbs a {
    color: inherit;
    transition: color .2s ease;
}

.web-breadcrumbs a:hover,
.web-breadcrumbs a:focus-visible {
    color: var(--web-accent-text);
    outline: 0;
}

.web-breadcrumbs span {
    opacity: .42;
}

.web-breadcrumbs strong {
    color: var(--web-ink);
}

.web-hero {
    position: relative;
    min-height: 760px;
    padding: 148px 0 78px;
    overflow: hidden;
    background:
        radial-gradient(circle at 87% 8%, rgba(24, 164, 179, .16), transparent 30%),
        radial-gradient(circle at 4% 88%, rgba(240, 120, 52, .1), transparent 26%),
        linear-gradient(145deg, #fff 0%, #fbfdfb 63%, #f3f8f6 100%);
}

.web-hero::after {
    content: '';
    position: absolute;
    top: -260px;
    right: -170px;
    width: 680px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 164, 179, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(24, 164, 179, .025), 0 0 0 160px rgba(240, 120, 52, .018);
    pointer-events: none;
}

.web-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
    align-items: center;
    gap: clamp(55px, 7vw, 110px);
}

.web-hero__copy {
    padding-bottom: 22px;
}

.web-page .pi-eyebrow {
    margin-bottom: 20px;
    color: var(--web-accent-text);
    font-size: 10px;
    line-height: 1.4;
}

.web-hero h1,
.web-section-head h2,
.web-contact h2 {
    margin: 0;
    color: var(--web-ink);
    font-weight: 880;
    letter-spacing: -.062em;
    text-wrap: balance;
}

.web-hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 4.75vw, 72px);
    line-height: 1.01;
}

.web-hero h1 em,
.web-section-head h2 em,
.web-contact h2 em {
    display: block;
    margin-top: .09em;
    color: var(--web-accent);
    font-style: normal;
}

.web-hero__lead {
    max-width: 650px;
    margin: 29px 0 0;
    color: var(--web-muted);
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.75;
    text-wrap: pretty;
}

.web-actions {
    display: flex;
    margin-top: 32px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.web-button {
    display: inline-flex;
    min-height: 55px;
    padding: 0 10px 0 21px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid var(--web-line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.web-button span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    font-size: 15px;
    transition: transform .2s ease;
}

.web-button--primary {
    border-color: var(--web-ink);
    color: #fff;
    background: var(--web-ink);
    box-shadow: 0 14px 28px rgba(32, 56, 61, .15);
}

.web-button--primary span {
    background: var(--web-accent);
}

.web-button--ghost {
    padding-right: 10px;
    color: var(--web-ink);
    background: rgba(255, 255, 255, .68);
}

.web-button--ghost span {
    background: #edf6f4;
}

.web-button:hover,
.web-button:focus-visible {
    outline: 0;
    transform: translateY(-2px);
}

.web-button--primary:hover,
.web-button--primary:focus-visible {
    border-color: var(--web-accent);
    background: var(--web-accent);
    box-shadow: 0 18px 34px rgba(240, 120, 52, .21);
}

.web-button--primary:hover span,
.web-button--primary:focus-visible span {
    background: rgba(255, 255, 255, .18);
    transform: translate(2px, -2px);
}

.web-button--ghost:hover,
.web-button--ghost:focus-visible {
    border-color: rgba(240, 120, 52, .35);
    background: #fff;
}

.web-hero__checks {
    display: flex;
    margin: 29px 0 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
}

.web-hero__checks li {
    display: flex;
    min-height: 38px;
    padding: 0 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--web-line);
    border-radius: 999px;
    color: var(--web-muted);
    background: rgba(255, 255, 255, .56);
    font-size: 12px;
    font-weight: 700;
}

.web-hero__checks span {
    color: var(--web-teal);
    font-size: 14px;
}

.web-hero__visual {
    position: relative;
    min-height: 610px;
    margin: 0;
    isolation: isolate;
}

.web-hero__visual::before {
    content: '';
    position: absolute;
    inset: 5% 1% 3% 10%;
    z-index: -2;
    border: 1px solid rgba(24, 164, 179, .16);
    border-radius: 56px;
    background:
        radial-gradient(circle at 76% 17%, rgba(24, 164, 179, .17), transparent 31%),
        radial-gradient(circle at 16% 84%, rgba(240, 120, 52, .12), transparent 31%),
        linear-gradient(145deg, rgba(255, 255, 255, .78), rgba(243, 249, 246, .58));
    box-shadow: 0 35px 75px rgba(32, 56, 61, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
    transform: rotate(-2.2deg);
}

.web-hero__visual::after {
    content: '';
    position: absolute;
    inset: 14% 8% 11% 19%;
    z-index: -1;
    border: 1px solid rgba(32, 56, 61, .075);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, .16), 0 0 0 35px rgba(24, 164, 179, .035);
    pointer-events: none;
}

.web-hero__image {
    position: absolute;
    inset: -4% -4% 0 4%;
    z-index: 1;
    display: grid;
    place-items: center;
}

.web-hero__image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 27px rgba(32, 56, 61, .13));
    transform: translateY(0);
    transition: filter .55s ease, transform .65s cubic-bezier(.22, 1, .36, 1);
}

.web-hero__visual:hover .web-hero__image img {
    filter: drop-shadow(0 34px 31px rgba(32, 56, 61, .16));
    transform: translateY(-7px) scale(1.008);
}

.web-hero__visual figcaption {
    position: absolute;
    bottom: 38px;
    left: -8px;
    z-index: 3;
    display: grid;
    width: 220px;
    padding: 18px 19px 17px;
    gap: 7px;
    border: 1px solid rgba(32, 56, 61, .11);
    border-radius: 21px;
    color: var(--web-ink);
    background: rgba(255, 254, 251, .9);
    box-shadow: 0 22px 48px rgba(32, 56, 61, .13), inset 0 1px 0 rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px) saturate(120%);
    transform: rotate(-2deg);
}

.web-hero__visual figcaption > span {
    color: var(--web-accent-text);
    font-size: 9.5px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.web-hero__visual figcaption strong {
    font-size: 20px;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.web-hero__visual figcaption small {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--web-muted);
    font-size: 10px;
    font-weight: 700;
}

.web-hero__visual figcaption i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--web-teal);
}

.web-subnav {
    position: sticky;
    top: 82px;
    z-index: 34;
    padding: 13px 0 15px;
}

.web-subnav__hint {
    display: none;
}

.web-subnav__track {
    position: relative;
    display: grid;
    padding: 7px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    border: 1px solid var(--web-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 45px rgba(32, 56, 61, .09), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.web-subnav__track::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 31px;
    left: 31px;
    height: 1px;
    background: linear-gradient(90deg, var(--web-teal), #efb63d 50%, var(--web-accent));
}

.web-subnav a {
    position: relative;
    display: grid;
    min-height: 68px;
    padding: 9px 12px 9px 16px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 35px;
    gap: 11px;
    border: 1px solid transparent;
    border-radius: 20px;
    color: var(--web-muted);
    background: rgba(248, 251, 249, .44);
    transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.web-subnav a > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.web-subnav strong {
    color: var(--web-ink);
    font-size: 14.5px;
    font-weight: 840;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.web-subnav small {
    overflow: hidden;
    color: inherit;
    font-size: 11.5px;
    font-weight: 590;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web-subnav a > b {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid var(--web-line);
    border-radius: 50%;
    color: var(--web-ink);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 4px 12px rgba(32, 56, 61, .055);
    transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.web-subnav a > b svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.web-subnav a:hover,
.web-subnav a:focus-visible,
.web-subnav a[aria-current="location"] {
    color: var(--web-muted);
    outline: 0;
    border-color: rgba(240, 120, 52, .2);
    background: linear-gradient(135deg, rgba(255, 250, 242, .98), rgba(255, 254, 251, .98));
    box-shadow: 0 8px 22px rgba(32, 56, 61, .055), inset 0 1px 0 #fff;
}

.web-subnav a:hover > b,
.web-subnav a:focus-visible > b,
.web-subnav a[aria-current="location"] > b {
    color: #fff;
    background: var(--web-accent);
    border-color: var(--web-accent);
    box-shadow: 0 7px 18px rgba(240, 120, 52, .22);
}

.web-subnav a.web-subnav__cta {
    overflow: hidden;
    border-color: rgba(32, 56, 61, .75);
    color: rgba(255, 255, 255, .68);
    background:
        radial-gradient(circle at 88% 12%, rgba(240, 120, 52, .2), transparent 31%),
        linear-gradient(145deg, #173941, #102a31);
    box-shadow: 0 11px 25px rgba(32, 56, 61, .18), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.web-subnav a.web-subnav__cta strong {
    color: #fff;
}

.web-subnav a.web-subnav__cta > b {
    border-color: rgba(255, 255, 255, .12);
    color: #fff;
    background: var(--web-accent);
    box-shadow: 0 8px 18px rgba(240, 120, 52, .28);
}

.web-subnav a.web-subnav__cta:hover,
.web-subnav a.web-subnav__cta:focus-visible,
.web-subnav a.web-subnav__cta[aria-current="location"] {
    color: #fff;
    border-color: rgba(240, 120, 52, .55);
    background:
        radial-gradient(circle at 88% 12%, rgba(240, 120, 52, .32), transparent 34%),
        linear-gradient(145deg, #1c4852, #102a31);
    box-shadow: 0 13px 29px rgba(32, 56, 61, .2), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.web-subnav a.web-subnav__cta:hover > b,
.web-subnav a.web-subnav__cta:focus-visible > b,
.web-subnav a.web-subnav__cta[aria-current="location"] > b {
    background: rgba(255, 255, 255, .16);
}

.web-proof {
    position: relative;
    z-index: 2;
    padding: 18px 0 22px;
    background: linear-gradient(180deg, #f8fbfa, #f4faf7);
}

.web-proof__panel {
    display: grid;
    padding: 8px;
    grid-template-columns: minmax(250px, .56fr) minmax(0, 1.44fr);
    gap: 8px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 30px;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 25px 65px rgba(32, 56, 61, .09), inset 0 1px 0 #fff;
}

.web-proof__intro {
    position: relative;
    display: flex;
    min-height: 148px;
    padding: 27px 30px;
    overflow: hidden;
    justify-content: center;
    border-radius: 22px;
    color: #fff;
    background:
        radial-gradient(circle at 98% 8%, rgba(24, 164, 179, .35), transparent 34%),
        linear-gradient(145deg, #173941, #102a31);
    flex-direction: column;
}

.web-proof__intro::after {
    content: '';
    position: absolute;
    top: -92px;
    right: -86px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    pointer-events: none;
}

.web-proof__intro span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f5b78f;
    font-size: 12px;
    font-weight: 780;
}

.web-proof__intro span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--web-accent);
    box-shadow: 0 0 0 5px rgba(240, 120, 52, .13);
}

.web-proof__intro h2 {
    position: relative;
    z-index: 1;
    max-width: 255px;
    margin: 17px 0 0;
    font-size: clamp(20px, 1.55vw, 24px);
    font-weight: 840;
    line-height: 1.18;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.web-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--web-line);
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 12px 30px rgba(32, 56, 61, .045);
}

.web-proof article {
    display: grid;
    min-height: 148px;
    padding: 25px clamp(18px, 1.8vw, 27px);
    align-items: center;
    align-content: center;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    border-right: 1px solid var(--web-line);
    transition: background .22s ease;
}

.web-proof article:last-child {
    border-right: 0;
}

.web-proof article:hover {
    background: linear-gradient(145deg, rgba(24, 164, 179, .04), rgba(240, 120, 52, .025));
}

.web-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    color: var(--web-accent);
    background: linear-gradient(145deg, #fff1e8, #fff9f5);
    box-shadow: inset 0 0 0 1px rgba(240, 120, 52, .1);
}

.web-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.web-proof article:nth-child(2) .web-icon {
    color: var(--web-teal);
    background: linear-gradient(145deg, #e9f7f8, #f8fdfd);
    box-shadow: inset 0 0 0 1px rgba(24, 164, 179, .1);
}

.web-proof article:nth-child(3) .web-icon {
    color: #efb63d;
    background: linear-gradient(145deg, #fff6e7, #fffdf8);
    box-shadow: inset 0 0 0 1px rgba(239, 182, 61, .11);
}

.web-proof h3 {
    display: block;
    margin: 0 0 7px;
    color: var(--web-ink);
    font-size: 16.5px;
    font-weight: 840;
    line-height: 1.28;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.web-proof p {
    margin: 0;
    color: var(--web-muted);
    font-size: 13px;
    line-height: 1.58;
    text-wrap: pretty;
}

.web-section-head {
    max-width: 850px;
    margin-bottom: 48px;
}

.web-section-head--split,
.web-section-head--row {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr);
    align-items: end;
    gap: clamp(45px, 8vw, 120px);
}

.web-section-head h2 {
    font-size: clamp(44px, 4vw, 64px);
    line-height: 1.02;
}

.web-section-head > p,
.web-section-head--split > p,
.web-section-head--row > p {
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--web-muted);
    font-size: 15px;
    line-height: 1.75;
    text-wrap: pretty;
}

.web-section-head--split > p,
.web-section-head--row > p {
    margin: 0;
    padding: 7px 0 7px 27px;
    border-left: 2px solid var(--web-accent);
}

.web-strategy {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 13%, rgba(24, 164, 179, .09), transparent 28%),
        radial-gradient(circle at 5% 87%, rgba(240, 120, 52, .07), transparent 24%),
        linear-gradient(180deg, #f8fbfa 0, #eff8f4 100%);
}

.web-strategy::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -190px;
    bottom: -310px;
    width: 620px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 164, 179, .09);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(24, 164, 179, .018), 0 0 0 160px rgba(240, 120, 52, .014);
    pointer-events: none;
}

.web-strategy__grid {
    position: relative;
    display: grid;
    padding: 9px;
    grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr);
    gap: 9px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 35px;
    background: rgba(255, 255, 255, .46);
    box-shadow: 0 32px 90px rgba(32, 56, 61, .1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.web-strategy__lead {
    position: relative;
    display: flex;
    min-height: 508px;
    padding: clamp(34px, 3.4vw, 49px);
    overflow: hidden;
    border-radius: 27px;
    color: #fff;
    background:
        radial-gradient(circle at 96% 4%, rgba(24, 164, 179, .4), transparent 32%),
        radial-gradient(circle at 17% 92%, rgba(240, 120, 52, .13), transparent 34%),
        linear-gradient(145deg, #173941 0%, #0f2930 68%, #112a30 100%);
    flex-direction: column;
    box-shadow: 0 24px 55px rgba(32, 56, 61, .18);
}

.web-strategy__lead::before,
.web-strategy__lead::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    pointer-events: none;
}

.web-strategy__lead::before {
    top: -155px;
    right: -168px;
    width: 390px;
    height: 390px;
}

.web-strategy__lead::after {
    top: -83px;
    right: -96px;
    width: 245px;
    height: 245px;
    border-color: rgba(255, 255, 255, .12);
}

.web-card-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: max-content;
    min-height: 34px;
    padding: 0 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #f6c2a3;
    background: rgba(255, 255, 255, .07);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .01em;
    backdrop-filter: blur(8px);
}

.web-card-label i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--web-accent);
    box-shadow: 0 0 0 5px rgba(240, 120, 52, .12);
}

.web-strategy__lead h3 {
    position: relative;
    z-index: 1;
    max-width: 480px;
    margin: 49px 0 20px;
    font-size: clamp(34px, 3vw, 47px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.web-strategy__lead p {
    position: relative;
    z-index: 1;
    max-width: 510px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14.5px;
    line-height: 1.72;
    text-wrap: pretty;
}

.web-strategy__pillars {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 27px 0 0;
    padding: 17px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    list-style: none;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.web-strategy__pillars li {
    position: relative;
    color: rgba(255, 255, 255, .92);
    font-size: 12px;
    font-weight: 780;
    letter-spacing: .01em;
}

.web-strategy__pillars li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--web-accent);
    transform: translateY(-50%);
}

.web-strategy__lead a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: max-content;
    min-height: 48px;
    margin-top: auto;
    padding-left: 2px;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 800;
}

.web-strategy__lead a span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--web-accent);
    box-shadow: 0 8px 20px rgba(240, 120, 52, .3);
    transition: transform .2s ease, box-shadow .2s ease;
}

.web-strategy__lead a:hover span,
.web-strategy__lead a:focus-visible span {
    box-shadow: 0 10px 25px rgba(240, 120, 52, .38);
    transform: translateY(2px);
}

.web-capabilities {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 27px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 15px 40px rgba(32, 56, 61, .055);
}

.web-capabilities article {
    display: grid;
    min-height: 169px;
    padding: 29px clamp(23px, 2.2vw, 34px);
    grid-template-columns: 47px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
    border-right: 1px solid var(--web-line);
    border-bottom: 1px solid var(--web-line);
    background: transparent;
    transition: background .25s ease;
}

.web-capabilities article:hover {
    background: linear-gradient(135deg, rgba(24, 164, 179, .055), rgba(240, 120, 52, .035));
}

.web-capabilities article:nth-child(even) {
    border-right: 0;
}

.web-capabilities article:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.web-capabilities__icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border: 1px solid rgba(24, 164, 179, .18);
    border-radius: 15px;
    color: var(--web-teal);
    background: linear-gradient(145deg, rgba(24, 164, 179, .1), rgba(255, 255, 255, .75));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
    transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

.web-capabilities article:nth-child(even) .web-capabilities__icon {
    border-color: rgba(240, 120, 52, .18);
    color: var(--web-accent);
    background: linear-gradient(145deg, rgba(240, 120, 52, .09), rgba(255, 255, 255, .75));
}

.web-capabilities article:hover .web-capabilities__icon {
    border-color: currentColor;
    transform: translateY(-2px);
}

.web-capabilities__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.web-capabilities h3 {
    display: block;
    margin: 0;
    color: var(--web-ink);
    font-size: 17px;
    font-weight: 840;
    line-height: 1.25;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.web-capabilities p {
    margin: 8px 0 0;
    color: var(--web-muted);
    font-size: 13.5px;
    line-height: 1.58;
    text-wrap: pretty;
}

.web-process {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 96% 8%, rgba(24, 164, 179, .07), transparent 27%),
        radial-gradient(circle at 3% 92%, rgba(240, 120, 52, .055), transparent 24%),
        #fff;
}

.web-process::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -270px;
    right: -220px;
    width: 570px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 164, 179, .075);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(24, 164, 179, .015), 0 0 0 144px rgba(240, 120, 52, .012);
    pointer-events: none;
}

.web-process__head {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, .72fr);
    align-items: end;
    gap: clamp(48px, 8vw, 125px);
}

.web-process__promise {
    position: relative;
    padding: 26px 29px 25px;
    overflow: hidden;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 23px;
    background: linear-gradient(145deg, rgba(250, 252, 251, .96), rgba(255, 255, 255, .96));
    box-shadow: 0 17px 42px rgba(32, 56, 61, .06), inset 0 1px 0 #fff;
}

.web-process__promise::before {
    content: '';
    position: absolute;
    top: 0;
    left: 29px;
    width: 92px;
    height: 2px;
    background: linear-gradient(90deg, var(--web-teal), var(--web-accent));
}

.web-process__promise > span {
    display: block;
    margin-bottom: 10px;
    color: var(--web-accent-text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
}

.web-process__promise > strong {
    display: block;
    color: var(--web-ink);
    font-size: 18px;
    font-weight: 840;
    line-height: 1.35;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.web-process__promise > p {
    margin: 11px 0 0;
    color: var(--web-muted);
    font-size: 13.5px;
    line-height: 1.65;
    text-wrap: pretty;
}

.web-process__grid {
    position: relative;
    display: grid;
    padding: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 35px;
    background: rgba(239, 248, 244, .7);
    box-shadow: 0 28px 75px rgba(32, 56, 61, .085), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.web-process__grid article {
    --stage-color: var(--web-accent);
    --stage-rgb: 235, 100, 40;
    position: relative;
    display: flex;
    min-height: 292px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid rgba(32, 56, 61, .08);
    border-radius: 25px;
    background: rgba(255, 255, 255, .92);
    flex-direction: column;
    box-shadow: 0 10px 28px rgba(32, 56, 61, .035), inset 0 1px 0 #fff;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.web-process__grid article:nth-child(even) {
    --stage-color: var(--web-teal);
    --stage-rgb: 42, 167, 181;
}

.web-process__grid article::before {
    content: '';
    position: absolute;
    top: 0;
    right: 27px;
    left: 27px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--stage-color), transparent 78%);
    opacity: .65;
}

.web-process__grid article:hover {
    border-color: rgba(var(--stage-rgb), .24);
    background: #fff;
    box-shadow: 0 16px 38px rgba(32, 56, 61, .075), inset 0 1px 0 #fff;
}

.web-process__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.web-process__mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    flex: 0 0 42px;
    border: 1px solid rgba(var(--stage-rgb), .22);
    border-radius: 50%;
    background: rgba(var(--stage-rgb), .075);
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .78);
}

.web-process__mark i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--stage-color);
    box-shadow: 0 0 0 5px rgba(var(--stage-rgb), .12);
}

.web-process__phase {
    display: inline-flex;
    min-height: 31px;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--stage-rgb), .16);
    border-radius: 999px;
    color: var(--stage-color);
    background: rgba(var(--stage-rgb), .055);
    font-size: 12px;
    font-weight: 770;
    line-height: 1.2;
}

.web-process__body {
    padding-bottom: 22px;
}

.web-process h3 {
    margin: 29px 0 11px;
    color: var(--web-ink);
    font-size: 20.5px;
    font-weight: 840;
    line-height: 1.23;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.web-process__body p {
    margin: 0;
    color: var(--web-muted);
    font-size: 13.5px;
    line-height: 1.66;
    text-wrap: pretty;
}

.web-process__result {
    display: flex;
    margin-top: auto;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    border-top: 1px solid var(--web-line);
}

.web-process__result > span {
    color: var(--web-muted);
    font-size: 12px;
    font-weight: 650;
}

.web-process__result > strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--web-ink);
    font-size: 12.5px;
    font-weight: 810;
    line-height: 1.3;
    text-align: right;
}

.web-process__result > strong::before {
    content: '';
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--stage-color);
    box-shadow: 0 0 0 4px rgba(var(--stage-rgb), .09);
}

.web-insights {
    background: linear-gradient(160deg, #f3f8f6, #f8fbfa);
}

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

.web-insight {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid var(--web-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 38px rgba(32, 56, 61, .055), inset 0 1px 0 #fff;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.web-insight::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 22px;
    left: 22px;
    height: 2px;
    background: linear-gradient(90deg, var(--web-teal), var(--web-accent));
    opacity: .72;
}

.web-insight:hover {
    border-color: rgba(240, 120, 52, .22);
    box-shadow: 0 22px 46px rgba(32, 56, 61, .09), inset 0 1px 0 #fff;
    transform: translateY(-4px);
}

.web-insight__media {
    display: block;
    padding: 9px 9px 0;
    overflow: hidden;
}

.web-insight__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 600 / 404;
    object-fit: cover;
    border-radius: 15px;
    transition: transform .35s ease;
}

.web-insight:hover .web-insight__media img {
    transform: scale(1.015);
}

.web-insight__body {
    display: flex;
    padding: 20px 21px 24px;
    align-items: flex-start;
    flex-direction: column;
}

.web-insight__body > span {
    display: inline-flex;
    min-height: 25px;
    padding: 6px 9px;
    align-items: center;
    border: 1px solid rgba(240, 120, 52, .16);
    border-radius: 999px;
    color: var(--web-accent-text);
    background: rgba(240, 120, 52, .055);
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1;
}

.web-insight h3 {
    margin: 15px 0 11px;
    color: var(--web-ink);
    font-size: clamp(18px, 1.45vw, 21px);
    font-weight: 830;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.web-insight p {
    margin: 0;
    color: var(--web-muted);
    font-size: 12.75px;
    line-height: 1.62;
}

.web-pricing {
    padding: clamp(58px, 5vw, 76px) 0;
    background: #fff;
}

.web-pricing__panel {
    display: grid;
    padding: clamp(34px, 4vw, 52px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    align-items: center;
    gap: clamp(45px, 6vw, 86px);
    border: 1px solid rgba(32, 56, 61, .11);
    border-radius: 24px;
    color: var(--web-ink);
    background: #f7fbf9;
    box-shadow: 0 16px 42px rgba(32, 56, 61, .065);
}

.web-pricing .pi-eyebrow {
    color: var(--web-accent-text);
}

.web-pricing h2 {
    max-width: 690px;
    color: var(--web-ink);
    font-size: clamp(37px, 3.25vw, 51px);
    line-height: 1.04;
}

.web-pricing h2 em {
    margin-top: .08em;
    color: var(--web-accent);
    font-style: normal;
}

.web-pricing__copy {
    padding-left: clamp(28px, 4vw, 52px);
    border-left: 1px solid rgba(32, 56, 61, .13);
}

.web-pricing__copy > p {
    margin: 0;
    color: var(--web-muted);
    font-size: 14px;
    line-height: 1.7;
}

.web-pricing__copy ul {
    display: grid;
    margin: 21px 0 25px;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.web-pricing__copy li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--web-ink);
    font-size: 13px;
    font-weight: 700;
}

.web-pricing__copy li::before {
    content: '✓';
    color: var(--web-teal);
    font-size: 14px;
}

.web-pricing .web-button--primary {
    border-color: var(--web-ink);
    background: var(--web-ink);
}

.web-projects {
    isolation: isolate;
    overflow: hidden;
    padding: clamp(62px, 5vw, 80px) 0;
    background:
        radial-gradient(circle at 8% 10%, rgba(24, 164, 179, .07), transparent 25%),
        radial-gradient(circle at 94% 84%, rgba(240, 120, 52, .06), transparent 25%),
        #fff;
}

.web-projects .web-section-head {
    margin-bottom: 34px;
}

.web-projects .web-section-head h2 {
    font-size: clamp(40px, 3.4vw, 55px);
}

.web-projects::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: -270px;
    bottom: -350px;
    width: 670px;
    aspect-ratio: 1;
    border: 1px solid rgba(24, 164, 179, .07);
    border-radius: 50%;
    box-shadow: 0 0 0 88px rgba(24, 164, 179, .013), 0 0 0 176px rgba(240, 120, 52, .01);
    pointer-events: none;
}

.web-projects__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.web-project {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(32, 56, 61, .11);
    border-radius: 21px;
    color: var(--web-ink);
    background: rgba(255, 255, 255, .96);
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(32, 56, 61, .045), inset 0 1px 0 #fff;
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.web-project:hover,
.web-project:focus-visible {
    border-color: rgba(240, 120, 52, .36);
    outline: 0;
    box-shadow: 0 24px 52px rgba(32, 56, 61, .11), inset 0 1px 0 #fff;
    transform: translateY(-4px);
}

.web-project__media {
    display: grid;
    width: 100%;
    padding: 0;
    aspect-ratio: 801 / 585;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(24, 164, 179, .08), transparent 34%),
        linear-gradient(145deg, #f8fbfa, #fffefb);
}

.web-project:nth-child(even) .web-project__media {
    background:
        radial-gradient(circle at 16% 84%, rgba(240, 120, 52, .1), transparent 30%),
        linear-gradient(145deg, #f8fbfa, #f8fbfa);
}

.web-project__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .35s ease;
}

.web-project:hover img,
.web-project:focus-visible img {
    transform: scale(1.025);
}

.web-project__meta {
    display: grid;
    min-height: 84px;
    padding: 16px 17px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 12px;
    border-top: 1px solid var(--web-line);
}

.web-project__meta > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.web-project__meta small {
    color: var(--web-accent-text);
    font-size: 11.5px;
    font-weight: 760;
    line-height: 1.35;
}

.web-project__meta strong {
    overflow: hidden;
    font-size: 16px;
    font-weight: 840;
    line-height: 1.24;
    letter-spacing: -.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web-project__meta > b {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--web-line);
    border-radius: 50%;
    background: #fff;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.web-project__meta > b svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.web-project:hover .web-project__meta > b,
.web-project:focus-visible .web-project__meta > b {
    color: #fff;
    background: var(--web-accent);
    transform: rotate(8deg);
}

.web-projects__swipe {
    display: none;
}

.web-projects__footer {
    display: flex;
    margin-top: 20px;
    padding: 22px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 21px;
    background:
        radial-gradient(circle at 4% 50%, rgba(24, 164, 179, .08), transparent 22%),
        linear-gradient(145deg, #f8fbfa, #fff);
    box-shadow: 0 14px 38px rgba(32, 56, 61, .05), inset 0 1px 0 #fff;
}

.web-projects__footer > div {
    max-width: 670px;
}

.web-projects__footer strong {
    display: block;
    color: var(--web-ink);
    font-size: 18px;
    font-weight: 840;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.web-projects__footer p {
    margin: 7px 0 0;
    color: var(--web-muted);
    font-size: 13px;
    line-height: 1.6;
}

.web-projects__footer .web-button {
    flex: 0 0 auto;
}

.web-contact {
    background:
        radial-gradient(circle at 11% 16%, rgba(24, 164, 179, .12), transparent 25%),
        linear-gradient(145deg, #eff8f4, #fafcfb);
}

.web-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: start;
    gap: clamp(48px, 6vw, 88px);
}

.web-contact__copy {
    position: sticky;
    top: 135px;
}

.web-contact h2 {
    max-width: 590px;
    font-size: clamp(44px, 3.7vw, 58px);
    line-height: 1.02;
}

.web-contact__copy > p:not(.pi-eyebrow) {
    max-width: 580px;
    margin: 26px 0 0;
    color: var(--web-muted);
    font-size: 15px;
    line-height: 1.75;
}

.web-contact__channels {
    display: grid;
    margin-top: 29px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.web-contact__channels a {
    display: grid;
    min-height: 76px;
    padding: 12px 12px 12px 16px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 10px;
    border: 1px solid var(--web-line);
    border-radius: 17px;
    color: var(--web-ink);
    background: rgba(255, 255, 255, .62);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.web-contact__channels a:hover,
.web-contact__channels a:focus-visible {
    border-color: rgba(240, 120, 52, .34);
    outline: 0;
    background: #fff;
    transform: translateY(-2px);
}

.web-contact__channels a > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.web-contact__channels small {
    color: var(--web-muted);
    font-size: 12px;
}

.web-contact__channels strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web-contact__channels a > b {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--web-ink);
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.web-contact__channels a:hover > b,
.web-contact__channels a:focus-visible > b {
    background: var(--web-accent);
    transform: rotate(8deg);
}

.web-contact__next {
    margin-top: 18px;
    padding: 21px 22px 19px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(24, 164, 179, .1), transparent 35%),
        rgba(255, 255, 255, .53);
}

.web-contact__next header {
    display: flex;
    margin-bottom: 17px;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.web-contact__next header span {
    color: var(--web-accent-text);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.web-contact__next h3 {
    margin: 0;
    color: var(--web-ink);
    font-size: 20px;
    font-weight: 850;
    letter-spacing: -.035em;
}

.web-contact__next ol {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0;
}

.web-contact__next li {
    display: grid;
    min-height: 64px;
    padding: 13px 0;
    align-items: center;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 13px;
    border-top: 1px solid rgba(32, 56, 61, .09);
}

.web-contact__next li > b {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: var(--web-accent);
    background: #fff4ed;
    font-size: 11px;
    font-weight: 850;
}

.web-contact__next li > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.web-contact__next li strong {
    color: var(--web-ink);
    font-size: 13.5px;
    font-weight: 800;
}

.web-contact__next li small {
    color: var(--web-muted);
    font-size: 12px;
    line-height: 1.45;
}

.web-form {
    position: relative;
    padding: clamp(27px, 2.8vw, 38px);
    overflow: hidden;
    border: 1px solid var(--web-line);
    border-radius: 27px;
    background:
        radial-gradient(circle at 100% 0, rgba(24, 164, 179, .06), transparent 26%),
        rgba(255, 255, 255, .9);
    box-shadow: 0 24px 58px rgba(32, 56, 61, .085), inset 0 1px 0 #fff;
}

.web-form::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--web-teal), #66b58e 55%, var(--web-accent));
}

.web-form__trap {
    position: absolute !important;
    left: -9999px !important;
}

.web-form__head {
    display: grid;
    margin-bottom: 21px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 9px 20px;
}

.web-form__kicker {
    color: var(--web-accent-text);
    font-size: 12px;
    font-weight: 800;
}

.web-form h3 {
    margin: 0;
    grid-column: 1 / -1;
    color: var(--web-ink);
    font-size: clamp(27px, 2.25vw, 35px);
    font-weight: 850;
    letter-spacing: -.04em;
}

.web-form__head > p,
.web-form__privacy {
    margin: 0;
    color: var(--web-muted);
    font-size: 12px;
}

.web-form__head > p {
    flex: 0 0 auto;
}

.web-form__meta {
    display: inline-flex;
    min-height: 34px;
    padding: 7px 10px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(24, 164, 179, .16);
    border-radius: 999px;
    background: rgba(24, 164, 179, .055);
    line-height: 1;
    white-space: nowrap;
}

.web-form__meta span,
.web-form__meta small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.web-form__meta span {
    color: var(--web-ink);
    font-weight: 750;
}

.web-form__meta span b {
    color: var(--web-teal);
    font-size: 13px;
}

.web-form__meta small {
    padding-left: 10px;
    border-left: 1px solid rgba(32, 56, 61, .11);
    color: var(--web-muted);
    font-size: 11px;
}

.web-form__meta small b {
    color: var(--web-accent);
}

.web-form__notice {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}

.web-form__notice--success {
    color: #267653;
    background: #e6f7f1;
}

.web-form__notice--error {
    color: #c42836;
    background: #fff0ed;
}

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

.web-form__section {
    min-width: 0;
    margin: 0 0 16px;
    padding: 0;
    border: 0;
}

.web-form__section legend {
    display: flex;
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    align-items: center;
    gap: 10px;
    color: var(--web-ink);
    font-size: 12.5px;
    font-weight: 820;
}

.web-form__section legend::after {
    content: '';
    height: 1px;
    background: rgba(32, 56, 61, .1);
    flex: 1;
}

.web-form__section legend b {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    color: var(--web-accent);
    background: #fff2ea;
    font-size: 10.5px;
    font-weight: 850;
}

.web-form__field {
    display: block;
    margin-bottom: 10px;
}

.web-form__field > span {
    display: block;
    margin: 0 0 8px 3px;
    color: var(--web-ink);
    font-size: 12px;
    font-weight: 750;
}

.web-form input,
.web-form textarea {
    width: 100%;
    border: 1px solid var(--web-line);
    border-radius: 14px;
    color: var(--web-ink);
    background: #fff;
    font: inherit;
    font-size: 14px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.web-form input {
    height: 48px;
    padding: 0 15px;
}

.web-form textarea {
    min-height: 116px;
    padding: 14px 15px;
    resize: vertical;
    line-height: 1.6;
}

.web-form input:focus,
.web-form textarea:focus {
    border-color: var(--web-teal);
    box-shadow: 0 0 0 4px rgba(24, 164, 179, .1);
}

.web-form input:user-invalid,
.web-form textarea:user-invalid {
    border-color: rgba(196, 62, 39, .6);
    box-shadow: 0 0 0 4px rgba(196, 62, 39, .08);
}

.web-form__upload {
    display: grid;
    min-height: 68px;
    margin: 2px 0 0;
    padding: 12px;
    align-items: center;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    border: 1px dashed rgba(24, 164, 179, .38);
    border-radius: 15px;
    background: #f4fbfb;
    cursor: pointer;
}

.web-form__upload > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.web-form__upload > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--web-teal);
    background: #fff;
    font-size: 18px;
    font-weight: 700;
}

.web-form__upload div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.web-form__upload strong {
    color: var(--web-ink);
    font-size: 13px;
}

.web-form__upload small {
    overflow: hidden;
    color: var(--web-muted);
    font-size: 11px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web-form__consent {
    display: grid;
    margin: 0 0 14px;
    align-items: start;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    color: var(--web-muted);
    font-size: 12px;
    line-height: 1.5;
}

.web-form__consent input {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: var(--web-accent);
}

.web-form__actions {
    margin-top: 19px;
    padding-top: 18px;
    border-top: 1px solid rgba(32, 56, 61, .1);
}

.web-form__submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    cursor: pointer;
}

.web-form__privacy {
    margin-top: 12px;
    text-align: center;
}

.web-faq {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 5% 14%, rgba(24, 164, 179, .07), transparent 25%),
        linear-gradient(150deg, #fff 0%, #f8fbfa 58%, #f4faf7 100%);
}

.web-faq__grid {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(52px, 6.5vw, 96px);
}

.web-faq__intro {
    position: sticky;
    top: 135px;
}

.web-faq .web-section-head {
    margin: 0;
}

.web-faq .web-section-head h2 {
    max-width: 530px;
    font-size: clamp(42px, 3.7vw, 58px);
    line-height: 1.01;
}

.web-faq .web-section-head > p:last-child {
    max-width: 510px;
    margin-top: 25px;
    line-height: 1.75;
}

.web-faq__contact {
    display: grid;
    max-width: 475px;
    margin-top: 34px;
    padding: 22px 23px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 9px 18px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 19px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 15px 35px rgba(32, 56, 61, .045);
}

.web-faq__contact > span {
    grid-column: 1 / -1;
    color: var(--web-accent-text);
    font-size: 10.5px;
    font-weight: 820;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.web-faq__contact > strong {
    color: var(--web-ink);
    font-size: 14px;
    font-weight: 760;
    line-height: 1.5;
}

.web-faq__contact > a {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 9px 8px 13px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--web-ink);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    transition: background .2s ease, transform .2s ease;
}

.web-faq__contact > a b {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--web-accent);
}

.web-faq__contact > a:hover,
.web-faq__contact > a:focus-visible {
    outline: 0;
    background: var(--web-accent);
    transform: translateY(-2px);
}

.web-faq__list {
    padding: 9px;
    border: 1px solid rgba(32, 56, 61, .1);
    border-radius: 26px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 22px 55px rgba(32, 56, 61, .065), inset 0 1px 0 #fff;
}

.web-faq details {
    border: 1px solid transparent;
    border-radius: 17px;
    transition: border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.web-faq details.is-animating {
    overflow: hidden;
    will-change: height;
}

.web-faq details + details {
    border-top-color: var(--web-line);
    border-radius: 0 0 17px 17px;
}

.web-faq details[open] {
    border-color: rgba(240, 120, 52, .18);
    border-radius: 17px;
    background: #fffefb;
    box-shadow: 0 12px 28px rgba(32, 56, 61, .05);
}

.web-faq details[open] + details {
    border-top-color: transparent;
}

.web-faq summary {
    display: grid;
    min-height: 92px;
    padding: 17px 13px 17px 17px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 20px;
    color: var(--web-ink);
    cursor: pointer;
    list-style: none;
}

.web-faq__question {
    display: grid;
    gap: 6px;
}

.web-faq__question small {
    color: var(--web-accent-text);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: .085em;
    line-height: 1.2;
    text-transform: uppercase;
}

.web-faq__question strong {
    font-size: 16px;
    font-weight: 810;
    line-height: 1.4;
}

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

.web-faq summary b {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid var(--web-line);
    border-radius: 50%;
    background: #fffefb;
    transition: border-color .3s ease, background .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

.web-faq summary b::before,
.web-faq summary b::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: var(--web-ink);
    transform: translate(-50%, -50%);
    transition: background .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}

.web-faq summary b::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.web-faq details[open] summary b {
    border-color: var(--web-accent);
    background: var(--web-accent);
}

.web-faq details[open] summary b::before,
.web-faq details[open] summary b::after {
    background: #fff;
}

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

.web-faq details > p {
    max-width: 820px;
    margin: -6px 72px 25px 17px;
    color: var(--web-muted);
    font-size: 13.5px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .38s cubic-bezier(.22, 1, .36, 1);
}

.web-faq details[open]:not(.is-closing) > p {
    opacity: 1;
    transform: translateY(0);
}

.web-faq details.is-closing > p {
    opacity: 0;
    transform: translateY(-8px);
}

.web-page .pl-footer {
    margin-top: 0;
}

@media (max-width: 1180px) {
    .web-hero__grid {
        grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
        gap: 35px;
    }

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

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

@media (max-width: 980px) {
    .web-hero {
        min-height: 0;
        padding-top: 126px;
    }

    .web-hero__grid,
    .web-section-head--split,
    .web-section-head--row,
    .web-strategy__grid,
    .web-pricing__panel,
    .web-contact__grid,
    .web-faq__grid {
        grid-template-columns: 1fr;
    }

    .web-hero__visual {
        min-height: 520px;
    }

    .web-pricing__copy {
        padding: 27px 0 0;
        border-top: 1px solid rgba(32, 56, 61, .13);
        border-left: 0;
    }

    .web-section-head--split,
    .web-section-head--row,
    .web-contact__grid,
    .web-faq__grid {
        gap: 32px;
    }

    .web-faq__intro {
        position: static;
    }

    .web-faq__contact {
        max-width: none;
    }

    .web-section-head--split > p,
    .web-section-head--row > p {
        max-width: 700px;
    }

    .web-proof article {
        padding: 22px 19px;
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .web-proof__panel {
        grid-template-columns: 1fr;
    }

    .web-proof__intro {
        min-height: 138px;
    }

    .web-proof__intro h2 {
        max-width: 460px;
    }

    .web-icon {
        width: 40px;
        height: 40px;
    }

    .web-strategy__lead {
        min-height: 380px;
    }

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

    .web-process__head {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .web-process__promise {
        max-width: 720px;
    }

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

    .web-contact__copy,
    .web-faq .web-section-head {
        position: static;
    }

    .web-subnav a {
        padding-right: 10px;
        padding-left: 12px;
        grid-template-columns: minmax(0, 1fr) 29px;
    }

    .web-subnav a > b {
        width: 29px;
        height: 29px;
    }

    .web-subnav strong {
        font-size: 13px;
    }
}

@media (max-width: 680px) {
    .web-page .pi-nav a[aria-current="page"] {
        color: #fff;
    }

    .web-subnav {
        top: 70px;
        padding: 8px 0 9px;
    }

    #uslugi,
    #proces,
    #wycena,
    #realizacje,
    #kontakt-form {
        scroll-margin-top: 154px;
    }

    .web-subnav .pi-shell {
        width: 100%;
    }

    .web-subnav__hint {
        display: flex;
        margin: 0 14px 6px;
        align-items: center;
        justify-content: space-between;
        color: var(--web-muted);
        font-size: 11px;
        font-weight: 700;
    }

    .web-subnav__hint span {
        color: var(--web-accent);
        font-size: 15px;
    }

    .web-subnav__track {
        display: flex;
        margin: 0;
        padding: 7px 14px;
        overflow-x: auto;
        gap: 7px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        scroll-padding-inline: 14px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }

    .web-subnav__track::-webkit-scrollbar {
        display: none;
    }

    .web-subnav__track::before {
        right: 14px;
        left: 14px;
    }

    .web-subnav a {
        min-width: 176px;
        min-height: 60px;
        flex: 0 0 176px;
        border: 1px solid var(--web-line);
        scroll-snap-align: start;
    }

    .web-subnav a:nth-last-child(2) {
        border-right: 1px solid var(--web-line);
    }

    .web-subnav a.web-subnav__cta {
        min-width: 194px;
        flex-basis: 194px;
    }

    .web-section {
        padding: 72px 0;
    }

    .web-hero {
        padding: 106px 0 56px;
    }

    .web-breadcrumbs {
        margin-bottom: 24px;
    }

    .web-page .pi-eyebrow {
        margin-bottom: 16px;
    }

    .web-hero h1 {
        font-size: clamp(42px, 12vw, 56px);
        line-height: 1.03;
    }

    .web-hero h1 em,
    .web-section-head h2 em,
    .web-contact h2 em {
        margin-top: .12em;
    }

    .web-hero__lead {
        margin-top: 23px;
        font-size: 15px;
    }

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

    .web-button {
        width: 100%;
        justify-content: space-between;
    }

    .web-hero__checks {
        display: grid;
        grid-template-columns: 1fr;
    }

    .web-hero__checks li {
        width: 100%;
    }

    .web-hero__visual {
        min-height: 430px;
        margin-top: 8px;
    }

    .web-hero__image {
        inset: -2% -7% 1% 2%;
    }

    .web-hero__visual::before {
        inset: 7% 0 4% 7%;
        border-radius: 38px;
    }

    .web-hero__visual::after {
        inset: 16% 6% 14% 18%;
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .14), 0 0 0 21px rgba(24, 164, 179, .035);
    }

    .web-hero__visual figcaption {
        right: auto;
        bottom: 10px;
        left: 0;
        width: 186px;
        padding: 14px 15px;
        gap: 5px;
        border-radius: 17px;
    }

    .web-hero__visual figcaption > span {
        font-size: 8.5px;
    }

    .web-hero__visual figcaption strong {
        font-size: 16px;
    }

    .web-hero__visual figcaption small {
        gap: 4px;
        font-size: 8.5px;
        white-space: nowrap;
    }

    .web-proof {
        margin-top: 0;
        padding: 12px 0;
        background: linear-gradient(180deg, #f8fbfa, #f4faf7);
    }

    .web-proof__panel {
        padding: 6px;
        gap: 6px;
        border-radius: 25px;
    }

    .web-proof__intro {
        min-height: 142px;
        padding: 25px 24px;
        border-radius: 19px;
    }

    .web-proof__grid {
        grid-template-columns: 1fr;
        border-radius: 19px;
    }

    .web-proof article {
        min-height: 112px;
        padding: 22px 19px;
        border-right: 0;
        border-bottom: 1px solid var(--web-line);
    }

    .web-proof article:last-child {
        border-bottom: 0;
    }

    .web-section-head {
        margin-bottom: 34px;
    }

    .web-section-head h2,
    .web-contact h2,
    .web-pricing h2 {
        font-size: clamp(36px, 10.5vw, 46px);
        line-height: 1.04;
    }

    .web-section-head--split > p,
    .web-section-head--row > p {
        padding-left: 18px;
        font-size: 14px;
    }

    .web-capabilities,
    .web-process__grid,
    .web-insights__grid,
    .web-projects__grid {
        grid-template-columns: 1fr;
    }

    .web-strategy__lead {
        min-height: 420px;
        padding: 30px 27px;
        border-radius: 22px;
    }

    .web-capabilities article {
        min-height: 132px;
        padding: 23px 20px;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 15px;
        border-right: 0;
        border-bottom: 1px solid var(--web-line);
    }

    .web-capabilities article:nth-child(even) {
        border-right: 0;
    }

    .web-capabilities article:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--web-line);
    }

    .web-capabilities article:last-child {
        border-bottom: 0;
    }

    .web-capabilities__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .web-strategy__grid {
        padding: 6px;
        gap: 6px;
        border-radius: 29px;
    }

    .web-capabilities {
        border-radius: 22px;
    }

    .web-strategy__lead h3 {
        margin-top: 39px;
    }

    .web-strategy__pillars {
        gap: 10px 20px;
    }

    .web-process__grid article {
        min-height: 248px;
        padding: 24px;
        border-radius: 21px;
    }

    .web-process__grid {
        padding: 6px;
        gap: 6px;
        border-radius: 28px;
    }

    .web-process__promise {
        padding: 24px 23px 23px;
        border-radius: 20px;
    }

    .web-process__promise::before {
        left: 23px;
    }

    .web-process h3 {
        margin-top: 25px;
    }

    .web-process__result {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .web-process__result > strong {
        text-align: left;
    }

    .web-insight h3 {
        font-size: 21px;
    }

    .web-pricing__panel {
        padding: 31px 24px;
        border-radius: 24px;
        gap: 27px;
    }

    .web-pricing {
        padding: 56px 0;
    }

    .web-projects {
        padding: 58px 0;
    }

    .web-projects .web-section-head {
        margin-bottom: 23px;
    }

    .web-projects__swipe {
        display: flex;
        margin: 0 0 13px;
        align-items: center;
        justify-content: space-between;
        color: var(--web-muted);
        font-size: 12.5px;
        font-weight: 720;
    }

    .web-projects__swipe span {
        color: var(--web-accent);
        font-size: 18px;
    }

    .web-projects__grid {
        width: calc(100% + 14px);
        margin-right: -14px;
        padding: 2px 42px 17px 0;
        grid-template-columns: none;
        grid-auto-columns: minmax(278px, 84vw);
        grid-auto-flow: column;
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .web-projects__grid::-webkit-scrollbar {
        display: none;
    }

    .web-project {
        border-radius: 19px;
        scroll-snap-align: start;
    }

    .web-project__meta {
        min-height: 82px;
        padding: 15px 16px;
    }

    .web-projects__footer {
        padding: 24px 21px;
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .web-projects__footer .web-button {
        width: 100%;
        justify-content: space-between;
    }

    .web-contact__channels {
        grid-template-columns: 1fr;
    }

    .web-contact__channels a {
        min-height: 68px;
        grid-template-columns: minmax(0, 1fr) 36px;
    }

    .web-contact__next {
        padding: 19px 18px 16px;
    }

    .web-contact__next header {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .web-form {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .web-form__head {
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 8px;
    }

    .web-form__head > p {
        width: auto;
        text-align: left;
    }

    .web-form__head h3 {
        grid-row: 2;
    }

    .web-form__meta {
        grid-row: 3;
        margin-top: 3px;
    }

    .web-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .web-form__upload small {
        white-space: normal;
    }

    .web-faq__contact {
        padding: 20px;
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 10px;
    }

    .web-faq__contact > a {
        width: 100%;
        margin-top: 4px;
        justify-content: space-between;
    }

    .web-faq summary {
        min-height: 86px;
        padding: 15px 10px 15px 14px;
        grid-template-columns: minmax(0, 1fr) 40px;
        gap: 15px;
    }

    .web-faq__question strong {
        font-size: 15px;
    }

    .web-faq summary b {
        width: 40px;
        height: 40px;
    }

    .web-faq details > p {
        margin: -2px 14px 22px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .web-button,
    .web-capabilities article,
    .web-insight,
    .web-project,
    .web-project img,
    .web-project__meta > b,
    .web-hero__image img,
    .web-faq__contact > a,
    .web-faq details,
    .web-faq details > p,
    .web-faq summary b,
    .web-faq summary b::before,
    .web-faq summary b::after {
        transition: none;
    }

    .web-hero__visual:hover .web-hero__image img {
        transform: none;
    }
}

/* Pięć czystych barw logo bez brązu; duże powierzchnie i tekst pozostają spokojne. */
.web-hero__copy { position: relative; }
.web-hero__copy::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 96px;
    height: 3px;
    border-radius: 999px;
    background: var(--brand-gradient);
}
.web-page .pi-eyebrow span { background: var(--brand-gradient); }
.web-hero h1 em { color: #cf361f; }
.web-hero__checks li:nth-child(2) span { color: #cf361f; }
.web-hero__checks li:nth-child(3) span { color: #c42836; }

.web-page .web-button--primary,
.web-pricing .web-button--primary {
    border-color: #cf361f;
    background: #cf361f;
    box-shadow: 0 14px 28px rgba(207, 54, 31, .16);
}
.web-page .web-button--primary:hover,
.web-page .web-button--primary:focus-visible {
    border-color: #a92b19;
    background: #a92b19;
    box-shadow: 0 18px 34px rgba(207, 54, 31, .22);
}
.web-page .web-button--primary span,
.web-page .web-button--primary:hover span,
.web-page .web-button--primary:focus-visible span {
    color: #20383d;
    background: #fff0c9;
}
.web-subnav a:nth-child(3):not([aria-current="location"]) { background: #fffaf0; }
.web-subnav a:nth-child(4):not([aria-current="location"]) { background: #fff6f3; }
.web-subnav a:nth-child(3):not([aria-current="location"]) > b { color: #20383d; }
.web-subnav a:nth-child(4):not([aria-current="location"]) > b { color: #c42836; }
.web-subnav a.web-subnav__cta > b { background: #c42836; }

.web-strategy .web-section-head h2 em { color: #216c4c; }
.web-process .web-section-head h2 em,
.web-pricing h2 em {
    color: #20383d;
    text-decoration: underline;
    text-decoration-color: var(--web-sun);
    text-decoration-thickness: .06em;
    text-underline-offset: .09em;
}
.web-insights .web-section-head h2 em { color: #216c4c; }
.web-projects .web-section-head h2 em { color: #c42836; }
.web-contact h2 em { color: #cf361f; }
.web-process__promise::before { background: linear-gradient(90deg, var(--web-sun), var(--web-orange)); }
.web-process__promise > span { color: #20383d; }
.web-process__grid article:nth-child(3) { --stage-color: var(--web-sun); --stage-rgb: 239, 182, 61; --stage-text: #20383d; }
.web-process__grid article:nth-child(4) { --stage-color: var(--web-orange); --stage-rgb: 240, 120, 52; --stage-text: #cf361f; }
.web-process__grid article:nth-child(5) { --stage-color: var(--web-coral); --stage-rgb: 232, 85, 63; --stage-text: #c42836; }
.web-insight:nth-child(3)::before { background: var(--web-sun); }
.web-insight:nth-child(4)::before { background: linear-gradient(90deg, var(--web-orange), var(--web-coral)); }

/* A continuous page canvas replaces hard full-width section colour changes. */
.web-page main {
    background:
        radial-gradient(ellipse 900px 1200px at 9% 24%, rgba(24, 164, 179, .07), transparent 75%),
        radial-gradient(ellipse 850px 1100px at 92% 67%, rgba(102, 181, 142, .06), transparent 75%),
        linear-gradient(180deg, #f5faf8 0%, #e7f1ed 42%, #eaf3ef 78%, #fcfdfb 100%);
}

.web-page main > :is(.web-hero, .web-proof, .web-strategy, .web-process, .web-insights, .web-pricing, .web-projects, .web-contact, .web-faq) {
    background: transparent;
}

.web-page .pl-footer {
    background: #fcfdfb;
}

.web-page .pl-footer::before {
    content: none;
}
