.about-benefit-card,
.about-value-card,
.about-why-grid .about-info-card,
.about-numbers-grid div,
.about-faq-grid a {
    min-width: 0;
}

.about-benefit-card strong,
.about-benefit-card small,
.about-info-card strong,
.about-info-card small,
.about-value-card strong,
.about-value-card small,
.about-story-aside strong,
.about-story-aside small,
.about-numbers-grid strong,
.about-numbers-grid small,
.about-faq-grid a {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.about-benefit-card strong,
.about-info-card strong,
.about-value-card strong {
    text-wrap: balance;
}

.about-story-card {
    padding-bottom: 27px;
}

.about-benefit-card small,
.about-info-card small,
.about-value-card small,
.about-story-aside small,
.about-numbers-grid small {
    text-wrap: pretty;
}

.about-benefit-card {
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 18px;
    padding: 22px 24px;
}

.about-benefit-card > span,
.about-value-card > span {
    grid-row: 1 / 3;
    align-self: center;
}

.about-benefit-card strong,
.about-value-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.about-benefit-card small,
.about-value-card small {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.about-benefit-card small {
    max-width: none;
}

.about-story-aside {
    grid-template-rows: repeat(3, minmax(82px, 1fr));
    gap: 0;
    padding: 14px 20px;
}

.about-story-aside article {
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 14px;
    align-content: center;
    min-height: 0;
    margin: 0 -8px;
    border-radius: 12px;
    padding: 13px 8px;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.about-story-aside article:hover {
    transform: translateX(-4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 241, 255, 0.86));
    box-shadow: 0 14px 26px rgba(16, 33, 63, 0.12);
}

.about-story-aside article > span {
    transition: transform 180ms ease, color 180ms ease;
}

.about-story-aside article > span {
    grid-row: 1 / 3;
    align-self: center;
}

.about-story-aside article:hover > span {
    color: #14B8B8;
    transform: scale(1.08) rotate(-3deg);
}

.about-story-aside article:hover strong {
    color: #1479E8;
}

.about-story-aside strong {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: 14px;
    transition: color 180ms ease;
}

.about-story-aside small {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    font-size: 12.5px;
    line-height: 1.32;
}

.about-why-grid {
    gap: 16px;
}

.about-why-grid .about-info-card {
    align-content: start;
    justify-items: center;
    row-gap: 8px;
    min-height: 166px;
    padding: 22px 14px 20px;
}

.about-why-grid .about-info-card > span {
    width: 72px;
    height: 72px;
    background: transparent;
    color: transparent;
}

.about-why-grid .about-info-card > span svg {
    display: none;
}

.about-why-grid .about-info-card > span::before {
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    background: var(--about-why-icon) center / contain no-repeat;
}

.about-why-grid .about-info-card:nth-child(1) {
    --about-why-icon: url("about-why-icons/01-odbornost.png");
}

.about-why-grid .about-info-card:nth-child(2) {
    --about-why-icon: url("about-why-icons/02-setrne-cistenie.png");
}

.about-why-grid .about-info-card:nth-child(3) {
    --about-why-icon: url("about-why-icons/03-overene-vysledky.png");
}

.about-why-grid .about-info-card:nth-child(4) {
    --about-why-icon: url("about-why-icons/04-ferovy-pristup.png");
}

.about-why-grid .about-info-card:nth-child(5) {
    --about-why-icon: url("about-why-icons/05-moderne-vybavenie.png");
}

.about-why-grid .about-info-card:nth-child(6) {
    --about-why-icon: url("about-why-icons/06-spokojni-zakaznici.png");
}

.about-why-grid .about-info-card strong {
    display: flex;
    min-height: 38px;
    align-items: flex-end;
    justify-content: center;
    font-size: 15px;
    line-height: 1.16;
}

.about-why-grid .about-info-card small {
    max-width: 155px;
    margin-top: 4px;
    font-size: 12.5px;
    line-height: 1.34;
}

.about-specialty-section {
    padding-top: 36px;
}

.about-specialty-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-specialty-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(207, 225, 244, 0.92);
    border-radius: 16px;
    background:
        radial-gradient(ellipse at 102% 110%, rgba(20, 121, 232, 0.2) 0 23%, transparent 24%),
        radial-gradient(ellipse at 108% 118%, rgba(20, 121, 232, 0.14) 0 29%, transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96));
    box-shadow: 0 18px 42px rgba(16, 33, 63, 0.1);
    padding: 38px 30px 36px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.about-specialty-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 6px;
    background: #1479e8;
}

.about-specialty-card::after {
    content: "";
    position: absolute;
    right: 34px;
    top: 112px;
    width: 96px;
    height: 96px;
    background-image: radial-gradient(circle, rgba(20, 121, 232, 0.2) 2px, transparent 2.6px);
    background-size: 16px 16px;
    opacity: 0.82;
}

.about-specialty-card-teal::before {
    background: #14b8b8;
}

.about-specialty-card-teal {
    background:
        radial-gradient(ellipse at 102% 110%, rgba(20, 184, 184, 0.19) 0 23%, transparent 24%),
        radial-gradient(ellipse at 108% 118%, rgba(20, 184, 184, 0.13) 0 29%, transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.96));
}

.about-specialty-card-teal::after {
    background-image: radial-gradient(circle, rgba(20, 184, 184, 0.24) 2px, transparent 2.6px);
}

.about-specialty-head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.about-specialty-icon {
    display: grid;
    width: 120px;
    height: 120px;
    place-items: center;
}

.about-specialty-icon img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.about-specialty-card h2 {
    margin: 0;
    color: #10213f;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.14;
    min-width: 0;
    text-wrap: balance;
    overflow-wrap: normal;
    hyphens: none;
}

.about-specialty-line {
    position: relative;
    z-index: 1;
    display: block;
    width: 48px;
    height: 4px;
    margin: 16px 0 0 146px;
    border-radius: 999px;
    background: #1479e8;
}

.about-specialty-card-teal .about-specialty-line {
    background: #14b8b8;
}

.about-specialty-card p {
    position: relative;
    z-index: 1;
    margin: 34px 0 0;
    color: #5d6b82;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.55;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.about-specialty-card:hover {
    border-color: rgba(20, 121, 232, 0.32);
    box-shadow: 0 24px 52px rgba(16, 33, 63, 0.14);
    transform: translateY(-4px);
}

.about-specialty-card-teal:hover {
    border-color: rgba(20, 184, 184, 0.32);
}

@media (max-width: 1320px) {
    .about-specialty-card {
        padding-right: 24px;
        padding-left: 24px;
    }

    .about-specialty-head {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
    }

    .about-specialty-icon,
    .about-specialty-icon img {
        width: 92px;
        height: 92px;
    }

    .about-specialty-card h2 {
        font-size: 24px;
        line-height: 1.16;
    }

    .about-specialty-line {
        margin-left: 112px;
    }
}

.about-values-grid {
    gap: 18px;
}

.about-value-card {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 18px;
    padding: 22px 24px;
}

.about-value-card > span {
    width: 72px;
    height: 72px;
    background: transparent;
    color: transparent;
}

.about-value-card > span svg {
    display: none;
}

.about-value-card > span::before {
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    background: var(--about-value-icon) center / contain no-repeat;
}

.about-value-card:nth-child(1) {
    --about-value-icon: url("about-value-icons/01-kvalita.png");
}

.about-value-card:nth-child(2) {
    --about-value-icon: url("about-value-icons/02-dovera.png");
}

.about-value-card:nth-child(3) {
    --about-value-icon: url("about-value-icons/03-efektivita.png");
}

.about-value-card small {
    max-width: 360px;
}

.about-numbers-card {
    padding-right: 22px;
    padding-left: 22px;
}

.about-numbers-grid {
    grid-template-columns: repeat(4, minmax(118px, 1fr));
    gap: 10px;
}

.about-numbers-grid div {
    min-height: 148px;
    padding: 14px 8px;
}

.about-numbers-grid strong {
    white-space: nowrap;
    font-size: clamp(25px, 2vw, 31px);
}

.about-numbers-grid small {
    max-width: 112px;
    font-size: 11.5px;
}

.about-faq-grid a {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 1.25;
}

.about-story-card {
    align-items: center;
}

.about-story-copy {
    min-width: 0;
}

.about-machine-visual {
    min-width: 0;
    align-self: center;
}

.about-machine {
    max-width: 100%;
}

@media (min-width: 1181px) {
    .about-story-card {
        grid-template-columns: minmax(420px, 0.95fr) minmax(390px, 0.85fr) minmax(300px, 0.55fr);
        gap: 26px;
    }

    .about-why-grid {
        grid-template-columns: repeat(6, minmax(172px, 1fr));
    }
}

@media (max-width: 1180px) {
    .about-story-card {
        grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 0.85fr);
        gap: 24px;
        padding-bottom: 24px;
    }

    .about-story-copy {
        grid-column: 1;
        grid-row: 1;
    }

    .about-machine-visual {
        grid-column: 2;
        grid-row: 1;
        min-height: 300px;
    }

    .about-story-aside {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(220px, 1fr));
        grid-template-rows: 1fr;
    }

    .about-story-aside article {
        padding: 16px;
        border-right: 1px solid #ddeaf7;
        border-bottom: 0;
    }

    .about-story-aside article:last-child {
        border-right: 0;
    }

    .about-why-grid {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }

    .about-why-grid .about-info-card {
        min-height: 156px;
    }

    .about-why-grid .about-info-card small {
        max-width: 210px;
    }

    .about-numbers-grid {
        grid-template-columns: repeat(4, minmax(130px, 1fr));
    }
}

@media (min-width: 1100px) and (max-width: 1180px) {
    .about-story-card {
        grid-template-columns: minmax(355px, 0.9fr) minmax(330px, 0.78fr) minmax(270px, 0.58fr);
    }

    .about-story-copy,
    .about-machine-visual,
    .about-story-aside {
        grid-column: auto;
        grid-row: auto;
    }

    .about-story-aside {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(82px, 1fr));
    }

    .about-story-aside article {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #ddeaf7;
    }

    .about-story-aside article:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 860px) {
    .about-story-card {
        grid-template-columns: 1fr;
    }

    .about-story-copy,
    .about-machine-visual,
    .about-story-aside {
        grid-column: auto;
        grid-row: auto;
    }

    .about-machine-visual {
        min-height: 320px;
    }

    .about-story-aside {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: 1fr;
    }
}

@media (max-width: 760px) {
    .about-benefit-card,
    .about-value-card {
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .about-why-grid .about-info-card {
        min-height: auto;
    }

    .about-why-grid .about-info-card strong {
        min-height: 0;
    }

    .about-why-grid .about-info-card small,
    .about-numbers-grid small {
        max-width: 260px;
    }
}

@media (max-width: 640px) {
    .about-story-card {
        padding-bottom: 22px;
    }

    .about-story-aside,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-story-aside {
        grid-template-rows: repeat(3, minmax(82px, 1fr));
    }

    .about-story-aside article {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid #ddeaf7;
    }

    .about-story-aside article:last-child {
        border-bottom: 0;
    }
}

.about-hero-mascot {
    right: 252px !important;
    top: 20px !important;
    bottom: auto !important;
    width: 410px !important;
    transform: none !important;
}

.about-clean-bubble {
    display: none !important;
}

.about-hero-copy h1 {
    color: #1a263b !important;
    font-size: clamp(46px, 3.7vw, 64px) !important;
    line-height: 1.07 !important;
}

.about-hero-copy h1 span {
    color: #1479e8 !important;
}

.about-hero-section {
    padding-bottom: 0;
}

.about-hero-shell {
    min-height: 600px !important;
}

.about-hero-feature-strip {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 28px 0 34px;
    overflow: hidden;
    border: 1px solid rgba(221, 234, 247, 0.96);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 38px rgba(16, 33, 63, 0.1);
}

.about-hero-feature-strip .seo-hero-feature {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 118px;
    padding: 24px 30px;
    transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.about-hero-feature-strip .seo-hero-feature:hover {
    z-index: 2;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 36px rgba(16, 33, 63, 0.12);
    transform: translateY(-4px);
}

.about-hero-feature-strip .seo-hero-feature + .seo-hero-feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: #ddeaf7;
}

.about-hero-feature-strip .seo-hero-feature-icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border-radius: 999px;
    background: transparent;
    box-shadow: 0 10px 24px rgba(20, 184, 184, 0.11);
    transition: filter 0.22s ease, transform 0.22s ease;
    overflow: hidden;
}

.about-hero-feature-strip .seo-hero-feature:hover .seo-hero-feature-icon {
    filter: drop-shadow(0 14px 20px rgba(20, 184, 184, 0.18));
    transform: scale(1.06);
}

.about-hero-feature-strip .seo-hero-feature-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-hero-feature-strip .seo-hero-feature strong,
.about-hero-feature-strip .seo-hero-feature small {
    display: block;
}

.about-hero-feature-strip .seo-hero-feature strong {
    color: #10213f;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.15;
}

.about-hero-feature-strip .seo-hero-feature small {
    margin-top: 5px;
    color: #5d6b82;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 1180px) {
    .about-specialty-grid {
        gap: 18px;
    }

    .about-specialty-card {
        min-height: 340px;
        padding: 34px 22px 34px;
    }

    .about-specialty-head {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 16px;
    }

    .about-specialty-icon,
    .about-specialty-icon img {
        width: 104px;
        height: 104px;
    }

    .about-specialty-card h2 {
        font-size: 25px;
    }

    .about-specialty-line {
        margin-left: 126px;
    }

    .about-specialty-card p {
        margin-top: 28px;
        font-size: 15px;
    }

    .about-hero-mascot {
        right: 172px !important;
        top: 40px !important;
        bottom: auto !important;
        width: 410px !important;
        transform: none !important;
    }

    .about-hero-copy h1 {
        font-size: clamp(42px, 4.2vw, 54px) !important;
        line-height: 1.07 !important;
    }

    .about-hero-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-hero-feature-strip .seo-hero-feature:nth-child(3)::before {
        display: none;
    }

    .about-hero-feature-strip .seo-hero-feature:nth-child(n + 3) {
        border-top: 1px solid #ddeaf7;
    }
}

@media (max-width: 1100px) {
    .about-specialty-grid {
        grid-template-columns: 1fr;
    }

    .about-specialty-card {
        min-height: 0;
    }
}

@media (max-width: 1023px) {
    .about-hero-shell {
        min-height: auto !important;
    }

    .about-hero-mascot {
        right: 50% !important;
        top: 0 !important;
        width: min(410px, 72vw) !important;
        transform: translateX(8%) !important;
    }
}

@media (max-width: 640px) {
    .about-specialty-section {
        padding-top: 26px;
    }

    .about-specialty-card {
        border-radius: 14px;
        padding: 28px 20px 32px;
    }

    .about-specialty-head {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 16px;
    }

    .about-specialty-icon,
    .about-specialty-icon img {
        width: 90px;
        height: 90px;
    }

    .about-specialty-card h2 {
        font-size: 24px;
    }

    .about-specialty-line {
        margin-top: 14px;
        margin-left: 112px;
    }

    .about-specialty-card p {
        margin-top: 26px;
        font-size: 15px;
    }

    .about-hero-feature-strip {
        grid-template-columns: 1fr;
        margin: 22px 0 26px;
        border-radius: 16px;
    }

    .about-hero-feature-strip .seo-hero-feature {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 94px;
        gap: 16px;
        padding: 18px;
    }

    .about-hero-feature-strip .seo-hero-feature + .seo-hero-feature::before {
        display: none;
    }

    .about-hero-feature-strip .seo-hero-feature:nth-child(n + 2) {
        border-top: 1px solid #ddeaf7;
    }

    .about-hero-feature-strip .seo-hero-feature-icon {
        width: 54px;
        height: 54px;
    }

    .about-hero-feature-strip .seo-hero-feature strong {
        font-size: 16px;
    }

    .about-hero-feature-strip .seo-hero-feature small {
        font-size: 13px;
    }

    .about-hero-mascot {
        width: min(410px, 82vw) !important;
    }

    .about-hero-copy h1 {
        font-size: 37px !important;
    }
}

.about-technology-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: center;
    column-gap: 26px;
    min-height: 0;
    padding: 24px 28px;
    isolation: isolate;
    background:
        radial-gradient(circle at 84% 48%, rgba(20, 184, 184, 0.14), transparent 118px),
        linear-gradient(115deg, #fff 0%, #f3faff 100%);
}

.about-technology-card h2,
.about-technology-card p,
.about-technology-card .about-check-list {
    grid-column: 1;
    position: relative;
    z-index: 2;
}

.about-technology-card p {
    max-width: none;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.about-technology-card .about-check-list {
    max-width: none;
    margin-top: 14px;
    gap: 8px;
}

.about-technology-card img {
    position: relative;
    grid-column: 2;
    grid-row: 1 / 4;
    z-index: 2;
    justify-self: center;
    width: min(190px, 100%);
    opacity: 0.92;
    transform: rotate(-3deg);
    filter: drop-shadow(0 18px 24px rgba(16, 33, 63, 0.16));
    transition: transform 0.22s ease, filter 0.22s ease, opacity 0.22s ease;
}

.about-technology-card::before {
    content: "";
    position: absolute;
    top: 42px;
    right: 22px;
    z-index: 0;
    width: 238px;
    height: 238px;
    border: 1px solid rgba(20, 121, 232, 0.12);
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 42%, transparent 43%),
        conic-gradient(from 24deg, rgba(20, 121, 232, 0.16), rgba(20, 184, 184, 0.18), rgba(20, 121, 232, 0.06), rgba(20, 121, 232, 0.16));
    box-shadow:
        inset 0 0 0 18px rgba(232, 241, 255, 0.72),
        0 22px 42px rgba(20, 121, 232, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-technology-card::after {
    content: "";
    position: absolute;
    right: 24px;
    bottom: 22px;
    z-index: 1;
    width: 136px;
    height: 92px;
    opacity: 0.52;
    background-image: radial-gradient(circle, rgba(20, 184, 184, 0.38) 2px, transparent 2.8px);
    background-size: 18px 18px;
    pointer-events: none;
}

.about-technology-card:hover::before,
.about-technology-card:focus-within::before {
    transform: scale(1.04) rotate(8deg);
    box-shadow:
        inset 0 0 0 18px rgba(232, 241, 255, 0.82),
        0 26px 48px rgba(20, 121, 232, 0.16);
}

.about-technology-card:hover img,
.about-technology-card:focus-within img {
    opacity: 1;
    transform: translateY(-6px) rotate(2deg) scale(1.04);
    filter: drop-shadow(0 24px 30px rgba(16, 33, 63, 0.2));
}

.about-numbers-card {
    padding-right: 20px;
    padding-left: 20px;
}

.about-numbers-grid {
    grid-template-columns: repeat(4, minmax(106px, 1fr));
    gap: 12px;
}

.about-numbers-grid div {
    position: relative;
    min-width: 0;
    min-height: 142px;
    padding: 13px 8px 12px;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.about-numbers-grid div::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 50% 18%, rgba(20, 184, 184, 0.14), transparent 72px),
        linear-gradient(180deg, rgba(232, 241, 255, 0.72), rgba(221, 247, 242, 0.42));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.about-numbers-grid div:hover,
.about-numbers-grid div:focus-within {
    border-color: rgba(20, 121, 232, 0.34);
    box-shadow: 0 18px 36px rgba(16, 33, 63, 0.14), 0 12px 24px rgba(20, 184, 184, 0.12);
    transform: translateY(-5px);
}

.about-numbers-grid div:hover::before,
.about-numbers-grid div:focus-within::before {
    opacity: 1;
}

.about-numbers-grid span {
    width: 50px;
    height: 50px;
    color: transparent;
    overflow: hidden;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.about-numbers-grid div:hover span,
.about-numbers-grid div:focus-within span {
    transform: translateY(-2px) scale(1.08);
    filter: drop-shadow(0 10px 16px rgba(20, 121, 232, 0.16));
}

.about-numbers-grid span svg {
    display: none;
}

.about-numbers-grid span::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: var(--about-number-icon) center / contain no-repeat;
}

.about-numbers-grid div:nth-child(1) {
    --about-number-icon: url("about-number-icons/01-vycistene-filtre.png");
}

.about-numbers-grid div:nth-child(2) {
    --about-number-icon: url("about-number-icons/02-ucinnost-cistenia.png");
}

.about-numbers-grid div:nth-child(3) {
    --about-number-icon: url("about-number-icons/03-priemerny-cas.png");
}

.about-numbers-grid div:nth-child(4) {
    --about-number-icon: url("about-number-icons/04-profesionalny-pristup.png");
}

.about-numbers-grid strong {
    margin-top: 7px;
    font-size: clamp(20px, 1.45vw, 24px);
    line-height: 1.05;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}

.about-numbers-grid div:hover strong,
.about-numbers-grid div:focus-within strong {
    color: #14b8b8;
    transform: translateY(-1px);
}

.about-numbers-grid small {
    max-width: 110px;
    margin-top: 6px;
    font-size: 11.5px;
    line-height: 1.25;
}

.about-numbers-grid div:nth-child(3) small {
    max-width: 92px;
}

@media (max-width: 1180px) {
    .about-technology-card {
        grid-template-columns: minmax(0, 1fr) 158px;
        column-gap: 18px;
    }

    .about-technology-card img {
        width: 158px;
    }

    .about-technology-card::before {
        right: 8px;
        width: 206px;
        height: 206px;
    }

    .about-numbers-grid {
        grid-template-columns: repeat(4, minmax(96px, 1fr));
        gap: 9px;
    }

    .about-numbers-grid strong {
        font-size: 20px;
    }

    .about-numbers-grid small {
        max-width: 100px;
        font-size: 11px;
    }
}

@media (max-width: 760px) {
    .about-technology-card {
        grid-template-columns: 1fr;
    }

    .about-technology-card img {
        grid-column: 1;
        grid-row: auto;
        width: 165px;
        margin: 14px auto 0;
    }

    .about-technology-card::before {
        top: auto;
        right: 50%;
        bottom: 14px;
        width: 210px;
        height: 210px;
        transform: translateX(50%);
    }

    .about-technology-card:hover::before,
    .about-technology-card:focus-within::before {
        transform: translateX(50%) scale(1.04) rotate(8deg);
    }

    .about-technology-card::after {
        right: 50%;
        bottom: 16px;
        transform: translateX(92px);
    }

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

    .about-numbers-grid small {
        max-width: 160px;
    }
}

@media (max-width: 440px) {
    .about-numbers-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .about-hero-shell {
        min-height: auto;
    }

    .about-hero-visual {
        display: none !important;
    }
}
