/* ==================================================
   Flexel Bulgaria – Cassiopeia Child Template
   ================================================== */

:root {
    --flexel-primary: #0785a2;
    --flexel-primary-dark: #061e30;
    --flexel-accent: #b8f23f;
    --flexel-background: #ffffff;
    --flexel-surface: #ffffff;
    --flexel-text: #061e30;
    --flexel-text-muted: #526575;
    --flexel-border: #dce8eb;
}

html {
    scroll-behavior: smooth;
}

body.site {
    margin: 0;
    overflow-x: hidden;
    background: var(--flexel-background);
    color: var(--flexel-text);
}

/* ==================================================
   Header – common
   ================================================== */

.container-header {
    min-height: 100px;
    padding: 0 clamp(28px, 4vw, 64px);
    background: var(--flexel-surface);
    background-image: none;
    color: var(--flexel-primary-dark);
    box-shadow: none;
}

.container-header > .grid-child {
    width: auto;
    max-width: none;
    margin: 0;
}

.container-header .navbar-brand {
    margin: 0;
    padding: 0;
}

.container-header .navbar-brand a {
    display: block;
}

.container-header .navbar-brand img,
.container-header .brand-logo img {
    display: block;
    width: 170px;
    max-width: 170px;
    height: auto;
    max-height: none;
}

.container-header .navbar {
    margin: 0;
    padding: 0;
}

.container-header .mod-menu {
    display: flex;
    align-items: center;
    gap: 44px;
    margin: 0;
    padding: 0;
}

.container-header .mod-menu > li {
    margin: 0;
}

.container-header .mod-menu > li > a {
    padding: 12px 0;
    color: var(--flexel-primary-dark);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.container-header .mod-menu > li > a:hover,
.container-header .mod-menu > li > a:focus,
.container-header .mod-menu > li.active > a {
    color: var(--flexel-primary);
}

.container-header .mod-languages {
    margin: 0;
}

.container-header .mod-languages ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.container-header .mod-languages li {
    margin: 0;
}

.container-header .mod-languages img {
    display: block;
    width: 22px;
    height: auto;
}

/* ==================================================
   Header – desktop
   ================================================== */

@media (min-width: 992px) {
    .container-header {
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr) 180px;
        align-items: center;
    }

    .container-header > .grid-child:first-child {
        grid-column: 1;
        justify-self: start;
    }

    .container-header .container-nav {
        display: contents;
    }

    .container-header .container-nav .navbar {
        position: static;
        grid-column: 2;
        justify-self: center;
        width: auto;
        margin: 0;
        transform: none;
    }

    .container-header .navbar-collapse,
    .container-header .mod-menu {
        justify-content: center;
    }

    .container-header .container-nav .mod-languages {
        position: static;
        grid-column: 3;
        justify-self: end;
        transform: none;
    }
}

/* ==================================================
   Hero – desktop
   ================================================== */

.container-banner {
    margin: 0;
}

.container-banner .mod-custom {
    width: 100%;
}

.flexel-showcase {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 90px 32px 80px;
    background:
        radial-gradient(
            circle at 72% 53%,
            rgba(61, 214, 201, 0.15) 0,
            rgba(61, 214, 201, 0.15) 190px,
            transparent 191px
        ),
        var(--flexel-surface);
    isolation: isolate;
}

.flexel-showcase::before {
    position: absolute;
    z-index: -1;
    top: -270px;
    right: -110px;
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: rgba(210, 246, 150, 0.42);
    content: "";
}

.flexel-showcase::after {
    position: absolute;
    z-index: -1;
    bottom: -355px;
    left: -190px;
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: rgba(79, 214, 211, 0.20);
    content: "";
}

.flexel-showcase__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: clamp(40px, 6vw, 82px);
    align-items: center;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-showcase__content {
    position: relative;
    z-index: 3;
}

.flexel-showcase__eyebrow {
    margin: 0 0 24px;
    color: var(--flexel-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.flexel-showcase__title {
    margin: 0 0 28px;
    color: var(--flexel-primary-dark);
    font-size: clamp(56px, 5.3vw, 76px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.flexel-showcase__title span {
    color: var(--flexel-primary);
}

.flexel-showcase__description {
    max-width: 510px;
    margin: 0 0 34px;
    color: var(--flexel-text-muted);
    font-size: 18px;
    line-height: 1.75;
}

.flexel-showcase__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 28px;
    border: 2px solid var(--flexel-primary);
    border-radius: 999px;
    background: var(--flexel-primary);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.flexel-showcase__button:hover,
.flexel-showcase__button:focus {
    border-color: var(--flexel-primary-dark);
    background: var(--flexel-primary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.flexel-showcase__visual {
    position: relative;
    z-index: 2;
    min-height: 525px;
}

.flexel-showcase__aqua-shape {
    position: absolute;
    top: 45px;
    left: 42px;
    width: 520px;
    height: 410px;
    border-radius: 50%;
    background: rgba(65, 215, 202, 0.25);
    transform: rotate(8deg);
}

.flexel-dashboard {
    position: absolute;
    z-index: 2;
    top: 90px;
    right: 0;
    width: min(100%, 620px);
    overflow: hidden;
    border: 8px solid #ffffff;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 28px 55px rgba(12, 56, 72, 0.18);
}

.flexel-dashboard__bar {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 18px;
    background: #ffffff;
}

.flexel-dashboard__dots {
    display: flex;
    gap: 7px;
    margin-right: 18px;
}

.flexel-dashboard__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bfd0d4;
}

.flexel-dashboard__name {
    color: #70838e;
    font-size: 12px;
    font-weight: 600;
}

.flexel-dashboard__image {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.flexel-dashboard__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexel-floating-card {
    position: absolute;
    z-index: 4;
    font-weight: 700;
}

.flexel-floating-card--forecast {
    top: 56px;
    left: 36px;
    padding: 12px 20px;
    border-radius: 999px;
    background: var(--flexel-accent);
    color: var(--flexel-primary-dark);
    font-size: 13px;
}

.flexel-floating-card--price,
.flexel-floating-card--saving {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    padding: 22px 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 35px rgba(12, 56, 72, 0.16);
}

.flexel-floating-card--price {
    top: 175px;
    right: -30px;
}

.flexel-floating-card--saving {
    bottom: 18px;
    left: 54px;
}

.flexel-floating-card--price span,
.flexel-floating-card--saving span {
    margin-bottom: 8px;
    color: #8a9ba4;
    font-size: 12px;
    font-weight: 500;
}

.flexel-floating-card--price strong,
.flexel-floating-card--saving strong {
    color: var(--flexel-primary-dark);
    font-size: 23px;
    line-height: 1.1;
}

.flexel-floating-card--price small,
.flexel-floating-card--saving small {
    margin-top: 8px;
    color: #9aabb3;
    font-size: 11px;
    font-weight: 500;
}

.flexel-floating-card--live {
    right: 10px;
    bottom: 34px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #3ed7c8;
    color: var(--flexel-primary-dark);
    font-size: 12px;
}

/* ==================================================
   Hero – intermediate widths
   ================================================== */

@media (max-width: 1100px) {
    .flexel-showcase__inner {
        grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
        gap: 36px;
    }

    .flexel-floating-card--price {
        right: 0;
    }
}

/* ==================================================
   Header and Hero – mobile/tablet
   ================================================== */

@media (max-width: 991px) {
    .container-header {
        position: relative;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 76px;
        padding: 10px 18px;
    }

    .container-header > .grid-child:first-child {
        flex: 0 0 auto;
    }

    .container-header .navbar-brand img,
    .container-header .brand-logo img {
        width: 105px;
        max-width: 105px;
    }

    .container-header .container-nav {
        position: static;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
        width: auto;
        margin-left: auto;
        padding: 0;
    }

    .container-header .navbar {
        position: static;
        order: 2;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .container-header .mod-languages {
        position: static;
        order: 1;
        transform: none;
    }

    .container-header .mod-languages img {
        width: 23px;
    }

    .container-header .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 8px;
        border: 1px solid var(--flexel-border);
        border-radius: 50%;
        background: #ffffff;
        color: var(--flexel-primary-dark);
        box-shadow: none;
    }

    .container-header .navbar-toggler:hover,
    .container-header .navbar-toggler:focus {
        border-color: var(--flexel-primary);
        color: var(--flexel-primary);
        box-shadow: 0 0 0 3px rgba(8, 127, 158, 0.16);
    }

    /*
     * Collapsible Dropdown layout от Cassiopeia управлява
     * show/hide. Тук оформяме само отвореното меню.
     */
    .container-header .navbar-collapse.show,
    .container-header .navbar-collapse.collapsing {
        position: absolute;
        z-index: 1001;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        padding: 12px 20px 18px;
        border-top: 1px solid #e5edef;
        background: #ffffff;
        box-shadow: 0 18px 35px rgba(6, 30, 48, 0.12);
    }

    .container-header .mod-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .container-header .mod-menu > li {
        width: 100%;
        border-bottom: 1px solid #edf2f3;
    }

    .container-header .mod-menu > li:last-child {
        border-bottom: 0;
    }

    .container-header .mod-menu > li > a {
        display: block;
        width: 100%;
        padding: 15px 4px;
        font-size: 16px;
    }

    .flexel-showcase {
        min-height: auto;
        padding: 54px 20px 42px;
    }

    .flexel-showcase::before {
        top: -175px;
        right: -190px;
        width: 390px;
        height: 390px;
    }

    .flexel-showcase::after {
        bottom: -245px;
        left: -185px;
        width: 390px;
        height: 390px;
    }

    .flexel-showcase__inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .flexel-showcase__content {
        width: 100%;
        max-width: 590px;
    }

    .flexel-showcase__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.14em;
    }

    .flexel-showcase__title {
        margin-bottom: 24px;
        font-size: clamp(46px, 12vw, 64px);
        line-height: 0.94;
        letter-spacing: -0.05em;
    }

    .flexel-showcase__description {
        max-width: 520px;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 1.65;
    }

    .flexel-showcase__button {
        min-height: 50px;
        padding: 12px 24px;
    }

    .flexel-showcase__visual {
        width: 100%;
        max-width: 650px;
        min-height: 430px;
        margin: 0 auto;
    }

    .flexel-showcase__aqua-shape {
        top: 25px;
        left: 5%;
        width: 90%;
        height: 330px;
    }

    .flexel-dashboard {
        top: 70px;
        right: auto;
        left: 50%;
        width: 92%;
        border-width: 5px;
        border-radius: 20px;
        transform: translateX(-50%);
    }

    .flexel-dashboard__bar {
        height: 36px;
        padding: 0 13px;
    }

    .flexel-dashboard__name {
        font-size: 10px;
    }

    .flexel-floating-card--forecast {
        top: 40px;
        left: 3%;
        padding: 9px 14px;
        font-size: 11px;
    }

    .flexel-floating-card--price {
        top: 135px;
        right: 0;
        min-width: 112px;
        padding: 14px;
        border-radius: 14px;
    }

    .flexel-floating-card--saving {
        bottom: 4px;
        left: 2%;
        min-width: 120px;
        padding: 14px;
        border-radius: 14px;
    }

    .flexel-floating-card--live {
        right: 2%;
        bottom: 15px;
        padding: 9px 13px;
        font-size: 10px;
    }

    .flexel-floating-card--price strong,
    .flexel-floating-card--saving strong {
        font-size: 18px;
    }

    .flexel-floating-card--price span,
    .flexel-floating-card--saving span {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .flexel-floating-card--price small,
    .flexel-floating-card--saving small {
        margin-top: 5px;
        font-size: 9px;
    }
}

/* ==================================================
   Header and Hero – small phones
   ================================================== */

@media (max-width: 430px) {
    .container-header {
        min-height: 72px;
        padding: 10px 15px;
    }

    .container-header .navbar-brand img,
    .container-header .brand-logo img {
        width: 135px;
        max-width: 135px;
    }

    .container-header .container-nav {
        gap: 10px;
    }

    .container-header .navbar-toggler {
        width: 41px;
        height: 41px;
    }

    .flexel-showcase {
        padding: 44px 16px 32px;
    }

    .flexel-showcase__title {
        font-size: clamp(43px, 13.5vw, 56px);
    }

    .flexel-showcase__visual {
        min-height: 345px;
    }

    .flexel-showcase__aqua-shape {
        height: 270px;
    }

    .flexel-dashboard {
        top: 58px;
        width: 96%;
    }

    .flexel-floating-card--forecast {
        top: 30px;
        left: 0;
    }

    .flexel-floating-card--price {
        top: 112px;
        right: -3px;
        min-width: 100px;
        padding: 11px;
    }

    .flexel-floating-card--saving {
        bottom: 0;
        left: 0;
        min-width: 108px;
        padding: 11px;
    }

    .flexel-floating-card--live {
        right: 0;
        bottom: 7px;
    }
}



/* ==================================================
   Products Section
   ================================================== */

/*
 * Разтягаме позицията top-a по цялата ширина
 * и премахваме стандартната Joomla рамка.
 */
.container-top-a {
    grid-column: full-start / full-end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.container-top-a > *,
.container-top-a .card,
.container-top-a .mod-custom {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.flexel-products {
    padding: 100px 32px 110px;
    background: #f8faf8;
}

.flexel-products__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-products__header {
    max-width: 850px;
    margin-bottom: 58px;
}

.flexel-products__eyebrow {
    margin: 0 0 24px;
    color: var(--flexel-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.flexel-products__title {
    margin: 0 0 24px;
    color: var(--flexel-primary-dark);
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.flexel-products__intro {
    max-width: 760px;
    margin: 0;
    color: var(--flexel-text-muted);
    font-size: 18px;
    line-height: 1.7;
}

/* ---------- Product cards ---------- */

.flexel-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.flexel-product-card {
    display: flex;
    flex-direction: column;
    min-height: 570px;
    padding: 32px 30px 34px;
    overflow: hidden;
    border-radius: 30px;
}

.flexel-product-card--home {
    background: #e2f5ef;
    color: var(--flexel-primary-dark);
}

.flexel-product-card--building {
    background: #e2f2f8;
    color: var(--flexel-primary-dark);
}

.flexel-product-card--business {
    background: var(--flexel-primary-dark);
    color: #ffffff;
}

.flexel-product-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.flexel-product-card__meta span:first-child {
    color: var(--flexel-primary);
    font-size: 13px;
}

.flexel-product-card--business
.flexel-product-card__meta span:first-child {
    color: #3ed7c8;
}

.flexel-product-card__meta span:last-child {
    color: #637b86;
    text-align: right;
}

.flexel-product-card--business
.flexel-product-card__meta span:last-child {
    color: rgba(255, 255, 255, 0.66);
}

.flexel-product-card h3 {
    margin: 0 0 18px;
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.flexel-product-card > p {
    min-height: 82px;
    margin: 0 0 28px;
    color: #536b76;
    font-size: 16px;
    line-height: 1.55;
}

.flexel-product-card--business > p {
    color: rgba(255, 255, 255, 0.72);
}

.flexel-product-card__image {
    height: 215px;
    margin-top: auto;
    margin-bottom: 27px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
}

.flexel-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flexel-product-card__link {
    align-self: flex-start;
    color: var(--flexel-primary);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.flexel-product-card--business
.flexel-product-card__link {
    color: #3ed7c8;
}

.flexel-product-card__link:hover,
.flexel-product-card__link:focus {
    color: var(--flexel-primary-dark);
    text-decoration: underline;
}

.flexel-product-card--business
.flexel-product-card__link:hover,
.flexel-product-card--business
.flexel-product-card__link:focus {
    color: #ffffff;
}

/* ==================================================
   Products Section – tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-products {
        padding: 78px 24px 84px;
    }

    .flexel-products__header {
        margin-bottom: 42px;
    }

    .flexel-products__title {
        font-size: clamp(44px, 7vw, 58px);
    }

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

    .flexel-product-card--business {
        grid-column: 1 / -1;
    }

    .flexel-product-card {
        min-height: 540px;
    }

    .flexel-product-card--business
    .flexel-product-card__image {
        height: 290px;
    }
}

/* ==================================================
   Products Section – mobile
   ================================================== */

@media (max-width: 650px) {
    .flexel-products {
        padding: 64px 16px 70px;
    }

    .flexel-products__header {
        margin-bottom: 34px;
    }

    .flexel-products__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.14em;
    }

    .flexel-products__title {
        font-size: clamp(40px, 11vw, 50px);
    }

    .flexel-products__title br {
        display: none;
    }

    .flexel-products__intro {
        font-size: 16px;
    }

    .flexel-products__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .flexel-product-card--business {
        grid-column: auto;
    }

    .flexel-product-card {
        min-height: auto;
        padding: 27px 24px 28px;
        border-radius: 24px;
    }

    .flexel-product-card__meta {
        margin-bottom: 22px;
    }

    .flexel-product-card h3 {
        font-size: 30px;
    }

    .flexel-product-card > p {
        min-height: auto;
        margin-bottom: 24px;
    }

    .flexel-product-card__image,
    .flexel-product-card--business
    .flexel-product-card__image {
        height: auto;
        aspect-ratio: 16 / 10;
    }
}



/* ==================================================
   Clients Section
   ================================================== */

.container-top-b {
    grid-column: full-start / full-end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.container-top-b > *,
.container-top-b .card,
.container-top-b .mod-custom {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.flexel-clients {
    padding: 105px 32px 110px;
    background: #ffffff;
}

.flexel-clients__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-clients__header {
    max-width: 850px;
    margin-bottom: 60px;
}

.flexel-clients__eyebrow {
    margin: 0 0 24px;
    color: var(--flexel-primary);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.flexel-clients__title {
    margin: 0;
    color: var(--flexel-primary-dark);
    font-size: clamp(46px, 4.5vw, 64px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

/* ---------- Client cards ---------- */

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

.flexel-client-card {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 24px;
    border: 1px solid #d8e4e8;
    border-radius: 24px;
    background: #ffffff;
}

.flexel-client-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    margin-bottom: 24px;
    padding: 18px;
    overflow: hidden;
    border-radius: 16px;
    background: #6eb0cc;
}

.flexel-client-card__logo img {
    display: block;
    width: auto;
    max-width: 82%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
}

.flexel-client-card h3 {
    margin: 0 0 10px;
    color: var(--flexel-primary-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.flexel-client-card p {
    margin: 0;
    color: var(--flexel-text-muted);
    font-size: 15px;
    line-height: 1.55;
}

/* ==================================================
   Clients Section – tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-clients {
        padding: 80px 24px 85px;
    }

    .flexel-clients__header {
        margin-bottom: 44px;
    }

    .flexel-clients__title {
        font-size: clamp(42px, 7vw, 56px);
    }

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

    .flexel-client-card {
        min-height: 255px;
    }
}

/* ==================================================
   Clients Section – mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-clients {
        padding: 66px 16px 72px;
    }

    .flexel-clients__header {
        margin-bottom: 34px;
    }

    .flexel-clients__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.14em;
    }

    .flexel-clients__title {
        font-size: clamp(39px, 10.5vw, 48px);
    }

    .flexel-clients__title br {
        display: none;
    }

    .flexel-clients__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .flexel-client-card {
        min-height: auto;
        padding: 20px;
        border-radius: 21px;
    }

    .flexel-client-card__logo {
        height: 120px;
        margin-bottom: 20px;
    }

    .flexel-client-card__logo img {
        max-width: 75%;
        max-height: 78px;
    }
}



/* ==================================================
   CTA Section
   ================================================== */

.container-bottom-a {
    grid-column: full-start / full-end;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.container-bottom-a > *,
.container-bottom-a .card,
.container-bottom-a .mod-custom {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.flexel-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 650px;
    padding: 120px 32px;
    background: #53d7cf;
    isolation: isolate;
}

.flexel-cta__shape {
    position: absolute;
    z-index: -1;
    right: -120px;
    bottom: -270px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #a6e96e;
}

.flexel-cta__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.flexel-cta__eyebrow {
    margin: 0 0 28px;
    color: var(--flexel-primary-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.flexel-cta__title {
    max-width: 1060px;
    margin: 0 auto 30px;
    color: var(--flexel-primary-dark);
    font-size: clamp(52px, 5.4vw, 76px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.flexel-cta__text {
    max-width: 780px;
    margin: 0 auto 38px;
    color: rgba(6, 30, 48, 0.76);
    font-size: 20px;
    line-height: 1.65;
}

.flexel-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 15px 34px;
    border: 2px solid var(--flexel-primary-dark);
    border-radius: 999px;
    background: var(--flexel-primary-dark);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.flexel-cta__button:hover,
.flexel-cta__button:focus {
    background: transparent;
    color: var(--flexel-primary-dark);
    transform: translateY(-2px);
}

/* ==================================================
   CTA Section – tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-cta {
        min-height: 570px;
        padding: 95px 24px;
    }

    .flexel-cta__shape {
        right: -210px;
        bottom: -300px;
        width: 600px;
        height: 600px;
    }

    .flexel-cta__title {
        font-size: clamp(46px, 7.5vw, 64px);
    }

    .flexel-cta__text {
        font-size: 18px;
    }
}

/* ==================================================
   CTA Section – mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-cta {
        min-height: 540px;
        padding: 75px 16px 100px;
    }

    .flexel-cta__shape {
        right: -230px;
        bottom: -250px;
        width: 500px;
        height: 500px;
    }

    .flexel-cta__eyebrow {
        margin-bottom: 22px;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0.18em;
    }

    .flexel-cta__title {
        margin-bottom: 25px;
        font-size: clamp(40px, 11vw, 52px);
        line-height: 1.04;
    }

    .flexel-cta__text {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 1.6;
    }

    .flexel-cta__button {
        width: 100%;
        max-width: 300px;
        min-height: 56px;
        padding: 13px 24px;
        font-size: 15px;
    }
}










/* ==================================================
   Footer
   ================================================== */

footer.container-footer {
    margin: 0;
    padding: 0;
    background: #0b2638;
    color: #ffffff;
}

footer.container-footer .grid-child,
footer.container-footer .mod-custom {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.flexel-footer {
    width: 100%;
    padding: 0 32px 30px;
    background: #0b2638;
    color: #ffffff;
}

.flexel-footer__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.flexel-footer__content {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.5fr);
    gap: 90px;
    align-items: center;
    padding: 65px 0 55px;
}

.flexel-footer__logo {
    display: inline-block;
    margin-bottom: 22px;
}

.flexel-footer__logo img {
    display: block;
    width: 125px;
    height: auto;
    filter: brightness(0) invert(1);
}

.flexel-footer__tagline {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.6;
}

.flexel-footer__contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    margin: 0;
    font-style: normal;
}

.flexel-footer__contact-item {
    min-width: 0;
}

.flexel-footer__label {
    display: block;
    margin-bottom: 10px;
    color: #57e5b5;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.flexel-footer__contact-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.65;
}

.flexel-footer__contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.flexel-footer__contact a:hover,
.flexel-footer__contact a:focus {
    color: #57e5b5;
}

.flexel-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.46);
    font-size: 13px;
}

.flexel-footer__bottom p {
    margin: 0;
}

/* Footer – tablet */

@media (max-width: 991px) {
    .flexel-footer {
        padding-right: 24px;
        padding-left: 24px;
    }

    .flexel-footer__content {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 55px 0 50px;
    }
}

/* Footer – mobile */

@media (max-width: 650px) {
    .flexel-footer {
        padding-right: 16px;
        padding-bottom: 24px;
        padding-left: 16px;
    }

    .flexel-footer__content {
        gap: 38px;
        padding: 48px 0 42px;
    }

    .flexel-footer__contact {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .flexel-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-top: 22px;
    }
}






/* ==================================================
   Global Contact Module
   ================================================== */
.container-bottom-b {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    padding: 90px 32px 100px !important;
    background: #0b2638;
}

.container-bottom-b > .grid-child,
.container-bottom-b .grid-child {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.flexel-contact-module {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.25fr);
    gap: 70px;
    align-items: start;

    box-sizing: border-box;
    width: 100% !important;
    max-width: 1180px !important;
    min-width: 0 !important;

    margin: 0 auto !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff;
}

/*
   Премахваме тесните вътрешни обвивки
   на DJ-EasyContact.
*/

.flexel-contact-module > div,
.flexel-contact-module > div > div {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

.flexel-contact-module
    > div:has(.flexel-contact-intro):has(form),
.flexel-contact-module
    > div
    > div:has(.flexel-contact-intro):has(form) {
    display: contents !important;
}

.flexel-contact-module .flexel-contact-intro,
.flexel-contact-module form {
    box-sizing: border-box;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}


/* ==================================================
   Contact module intro
   ================================================== */

.flexel-contact-module .flexel-contact-intro {
    grid-column: 1;
    align-self: start;
    min-width: 0;
    padding-top: 0;
}

.flexel-contact-module .flexel-contact-intro__eyebrow {
    margin: 0 0 22px;
    color: #57e5b5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-contact-module .flexel-contact-intro__title {
    max-width: 520px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(40px, 3.7vw, 50px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.flexel-contact-module .flexel-contact-intro__text {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 1.65;
}

/* ==================================================
   Contact module form
   ================================================== */

.flexel-contact-module form {
    grid-column: 2;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    align-self: start;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.flexel-contact-module form > * {
    min-width: 0;
    margin: 0 !important;
}

/* Message и бутонът заемат целия ред */

.flexel-contact-module form > *:has(textarea),
.flexel-contact-module form > *:has(button),
.flexel-contact-module form > *:has(input[type="submit"]),
.flexel-contact-module form > *:has(.g-recaptcha) {
    grid-column: 1 / -1;
}

/* Премахване на готовите стилове на разширението */

.flexel-contact-module fieldset,
.flexel-contact-module .control-group,
.flexel-contact-module .form-group,
.flexel-contact-module [class*="field"] {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.flexel-contact-module label {
    display: block;
    margin: 0 0 10px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.flexel-contact-module input[type="text"],
.flexel-contact-module input[type="email"],
.flexel-contact-module input[type="tel"],
.flexel-contact-module textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 11px !important;
    outline: none;
    background: rgba(255, 255, 255, 0.075) !important;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 16px;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.flexel-contact-module input[type="text"],
.flexel-contact-module input[type="email"],
.flexel-contact-module input[type="tel"] {
    min-height: 52px;
    padding: 12px 16px !important;
}

.flexel-contact-module textarea {
    min-height: 215px;
    padding: 15px 16px !important;
    resize: vertical;
}

.flexel-contact-module input:focus,
.flexel-contact-module textarea:focus {
    border-color: #28add0 !important;
    background: rgba(255, 255, 255, 0.11) !important;
    box-shadow: 0 0 0 3px rgba(40, 173, 208, 0.14) !important;
}

/* ==================================================
   Contact module button
   ================================================== */

.flexel-contact-module button,
.flexel-contact-module input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 250px;
    min-height: 50px;
    margin-top: 0 !important;
    padding: 13px 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #209abb !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: none !important;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.flexel-contact-module button:hover,
.flexel-contact-module button:focus,
.flexel-contact-module input[type="submit"]:hover,
.flexel-contact-module input[type="submit"]:focus {
    background: #28add0 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* ==================================================
   Global Contact Module – tablet
   ================================================== */

@media (max-width: 991px) {
    .container-bottom-b {
        padding: 75px 24px 85px !important;
    }

    .flexel-contact-module {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 760px;
    }

    .flexel-contact-module .flexel-contact-intro,
    .flexel-contact-module form {
        grid-column: 1;
    }

    .flexel-contact-module .flexel-contact-intro__title {
        max-width: 650px;
    }
}

/* ==================================================
   Global Contact Module – mobile
   ================================================== */

@media (max-width: 600px) {
    .container-bottom-b {
        padding: 60px 16px 70px !important;
    }

    .flexel-contact-module {
        gap: 40px;
    }

    .flexel-contact-module .flexel-contact-intro__title {
        font-size: clamp(38px, 11vw, 48px);
    }

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

    .flexel-contact-module form > * {
        grid-column: 1 / -1;
    }

    .flexel-contact-module textarea {
        min-height: 175px;
    }

    .flexel-contact-module button,
    .flexel-contact-module input[type="submit"] {
        max-width: none;
        min-height: 54px;
    }
}





/* ==================================================
   Global Contact Module – safe layout fix
   ================================================== */

.container-bottom-b > .grid-child {
    display: block !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.flexel-contact-module {
    display: block !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/*
   Търсим вътрешната обвивка, която съдържа
   intro текста и формата, и правим само нея grid.
*/

.flexel-contact-module
> div:has(> .flexel-contact-intro):has(form),

.flexel-contact-module
> div
> div:has(> .flexel-contact-intro):has(form),

.flexel-contact-module
> div
> div
> div:has(> .flexel-contact-intro):has(form) {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1.25fr);
    gap: 70px;
    align-items: start;

    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Лява колона */

.flexel-contact-module .flexel-contact-intro {
    grid-column: 1;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

/* Дясна колона */

.flexel-contact-module form {
    grid-column: 2;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

/* Връщаме задължително видимостта на полетата */

.flexel-contact-module input:not([type="hidden"]),
.flexel-contact-module textarea {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.flexel-contact-module button,
.flexel-contact-module input[type="submit"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Tablet */

@media (max-width: 991px) {
    .flexel-contact-module
    > div:has(> .flexel-contact-intro):has(form),

    .flexel-contact-module
    > div
    > div:has(> .flexel-contact-intro):has(form),

    .flexel-contact-module
    > div
    > div
    > div:has(> .flexel-contact-intro):has(form) {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 760px !important;
        margin: 0 auto !important;
    }

    .flexel-contact-module .flexel-contact-intro,
    .flexel-contact-module form {
        grid-column: 1;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .flexel-contact-module
    > div:has(> .flexel-contact-intro):has(form),

    .flexel-contact-module
    > div
    > div:has(> .flexel-contact-intro):has(form),

    .flexel-contact-module
    > div
    > div
    > div:has(> .flexel-contact-intro):has(form) {
        gap: 40px;
    }
}





/* ==================================================
   Products Page Hero
   ================================================== */

.flexel-products-hero {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 90px 32px 110px;
    overflow: hidden;
    background: #f5fafb;
}

.flexel-products-hero__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: 75px;
    align-items: center;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-products-hero__content,
.flexel-products-hero__visual {
    min-width: 0;
}

/* ==================================================
   Products Hero – text
   ================================================== */

.flexel-products-hero__eyebrow {
    margin: 0 0 24px;
    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-products-hero__title {
    max-width: 540px;
    margin: 0 0 28px;

    color: #0b2638;
    font-size: clamp(52px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

.flexel-products-hero__text {
    max-width: 570px;
    margin: 0 0 34px;

    color: #3e5665;
    font-size: 17px;
    line-height: 1.65;
}

.flexel-products-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 13px 26px;

    border-radius: 999px;
    background: #12bd64;
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    text-decoration: none;

    box-shadow: 0 12px 28px rgba(18, 189, 100, 0.2);

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.flexel-products-hero__button:hover,
.flexel-products-hero__button:focus {
    background: #0fa958;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(18, 189, 100, 0.26);
}

/* ==================================================
   Products Hero – image
   ================================================== */

.flexel-products-hero__visual {
    position: relative;
    padding: 24px 24px 0 0;
}

.flexel-products-hero__image {
    position: relative;
    z-index: 2;

    overflow: hidden;
    border-radius: 48px 12px 48px 12px;

    background: #ffffff;
    box-shadow: 0 25px 55px rgba(11, 38, 56, 0.12);
}

.flexel-products-hero__image img {
    display: block;
    width: 100%;
    height: 435px;
    object-fit: cover;
}

/* Синя декоративна линия */

.flexel-products-hero__decoration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    width: 62%;
    height: 220px;

    border-top: 4px solid #087ea4;
    border-right: 4px solid #087ea4;
    border-radius: 0 48px 0 0;
}

.flexel-products-hero__decoration span {
    position: absolute;
    top: -11px;
    left: -10px;

    width: 18px;
    height: 18px;

    border: 4px solid #087ea4;
    border-radius: 50%;
    background: #f5fafb;
}

/* Плавно слизане до контактната форма */

html {
    scroll-behavior: smooth;
}

/* ==================================================
   Products Hero – tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-products-hero {
        padding: 80px 24px 90px;
    }

    .flexel-products-hero__inner {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 760px;
    }

    .flexel-products-hero__title {
        max-width: 680px;
    }

    .flexel-products-hero__text {
        max-width: 650px;
    }

    .flexel-products-hero__image img {
        height: auto;
        min-height: 400px;
    }
}

/* ==================================================
   Products Hero – mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-products-hero {
        padding: 65px 16px 75px;
    }

    .flexel-products-hero__inner {
        gap: 48px;
    }

    .flexel-products-hero__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-products-hero__title {
        margin-bottom: 22px;
        font-size: clamp(42px, 13vw, 56px);
        line-height: 1;
    }

    .flexel-products-hero__text {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .flexel-products-hero__button {
        width: 100%;
        min-height: 54px;
    }

    .flexel-products-hero__visual {
        padding: 16px 14px 0 0;
    }

    .flexel-products-hero__image {
        border-radius: 30px 10px 30px 10px;
    }

    .flexel-products-hero__image img {
        height: auto;
        min-height: 280px;
    }

    .flexel-products-hero__decoration {
        height: 150px;
        border-width: 3px;
        border-radius: 0 32px 0 0;
    }
}




/* ==================================================
   Products Platform Section
   ================================================== */

.flexel-products-platform {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 105px 32px 115px;
    overflow: hidden;
    background: #ffffff;
}

.flexel-products-platform__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);
    gap: 88px;
    align-items: center;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-products-platform__visual,
.flexel-products-platform__content {
    min-width: 0;
}

/* ==================================================
   Image
   ================================================== */

.flexel-products-platform__visual {
    position: relative;
    padding: 38px;
    border-radius: 36px 8px 36px 8px;
    background: #eaf8fc;
}

.flexel-products-platform__image {
    overflow: hidden;
    border-radius: 30px 8px 30px 8px;
    background: #dcebf1;
    box-shadow: 0 22px 50px rgba(11, 38, 56, 0.11);
}

.flexel-products-platform__image img {
    display: block;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

/* ==================================================
   Content
   ================================================== */

.flexel-products-platform__eyebrow {
    margin: 0 0 22px;
    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-products-platform__title {
    max-width: 570px;
    margin: 0 0 25px;

    color: #0b2638;
    font-size: clamp(43px, 4.3vw, 59px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

.flexel-products-platform__text {
    max-width: 600px;
    margin: 0 0 32px;

    color: #3e5665;
    font-size: 17px;
    line-height: 1.65;
}

/* ==================================================
   Benefits
   ================================================== */

.flexel-products-platform__benefits {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexel-products-platform__benefits li {
    display: flex;
    align-items: center;
    gap: 13px;

    min-height: 58px;
    padding: 12px 17px;

    border: 1px solid #d5e2e8;
    border-radius: 12px;
    background: #ffffff;

    color: #0b2638;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-products-platform__benefits li:hover {
    border-color: rgba(18, 189, 100, 0.45);
    box-shadow: 0 10px 25px rgba(11, 38, 56, 0.07);
    transform: translateY(-2px);
}

.flexel-products-platform__check {
    display: inline-flex;
    flex: 0 0 23px;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    border-radius: 50%;
    background: #12bd64;
    color: #ffffff;

    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-products-platform {
        padding: 85px 24px 95px;
    }

    .flexel-products-platform__inner {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 760px;
    }

    .flexel-products-platform__title,
    .flexel-products-platform__text {
        max-width: 680px;
    }

    .flexel-products-platform__image img {
        height: auto;
        min-height: 390px;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-products-platform {
        padding: 65px 16px 75px;
    }

    .flexel-products-platform__inner {
        gap: 45px;
    }

    .flexel-products-platform__visual {
        padding: 20px;
        border-radius: 26px 8px 26px 8px;
    }

    .flexel-products-platform__image {
        border-radius: 22px 7px 22px 7px;
    }

    .flexel-products-platform__image img {
        height: 300px;
        min-height: 0;
    }

    .flexel-products-platform__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-products-platform__title {
        margin-bottom: 22px;
        font-size: clamp(39px, 11.5vw, 51px);
    }

    .flexel-products-platform__text {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .flexel-products-platform__benefits li {
        align-items: flex-start;
        min-height: 0;
        padding: 14px;
        font-size: 15px;
    }

    .flexel-products-platform__check {
        margin-top: 1px;
    }
}




/* ==================================================
   Products Flow Section
   ================================================== */

.flexel-products-flow {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 110px 32px 120px;
    overflow: hidden;
    background: #0f6984;
    color: #ffffff;
}

.flexel-products-flow__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: 85px;
    align-items: center;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-products-flow__visual,
.flexel-products-flow__content {
    min-width: 0;
}

/* ==================================================
   Circular image
   ================================================== */

.flexel-products-flow__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

/* Външният фин кръг */

.flexel-products-flow__visual::before {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.flexel-products-flow__circle {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 510px;
    aspect-ratio: 1 / 1;

    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
}

.flexel-products-flow__circle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================================================
   Content
   ================================================== */

.flexel-products-flow__eyebrow {
    margin: 0 0 23px;
    color: #61e4a8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-products-flow__title {
    max-width: 620px;
    margin: 0 0 27px;

    color: #ffffff;
    font-size: clamp(43px, 4.2vw, 60px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.flexel-products-flow__text {
    max-width: 620px;
    margin: 0 0 34px;

    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.7;
}

/* ==================================================
   Process steps
   ================================================== */

.flexel-products-flow__steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.flexel-products-flow__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 10px 22px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.025);
    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.flexel-products-flow__step:hover {
    border-color: rgba(97, 228, 168, 0.7);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

.flexel-products-flow__arrow {
    color: #61e4a8;
    font-size: 19px;
    font-weight: 800;
    line-height: 1;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-products-flow {
        padding: 90px 24px 100px;
    }

    .flexel-products-flow__inner {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 760px;
    }

    .flexel-products-flow__visual {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .flexel-products-flow__content {
        text-align: center;
    }

    .flexel-products-flow__title,
    .flexel-products-flow__text {
        margin-right: auto;
        margin-left: auto;
    }

    .flexel-products-flow__steps {
        justify-content: center;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-products-flow {
        padding: 70px 16px 80px;
    }

    .flexel-products-flow__inner {
        gap: 45px;
    }

    .flexel-products-flow__visual {
        padding: 15px;
    }

    .flexel-products-flow__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-products-flow__title {
        margin-bottom: 22px;
        font-size: clamp(38px, 11vw, 50px);
    }

    .flexel-products-flow__text {
        margin-bottom: 29px;
        font-size: 16px;
    }

    .flexel-products-flow__steps {
        flex-direction: column;
        gap: 10px;
    }

    .flexel-products-flow__step {
        width: 100%;
        max-width: 280px;
        min-height: 50px;
    }

    .flexel-products-flow__arrow {
        transform: rotate(90deg);
    }
}





/* ==================================================
   Products Benefits Section
   ================================================== */

.flexel-products-benefits {
    position: relative;
    left: 50%;
    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 105px 32px 115px;
    overflow: hidden;
    background: #f5f9fa;
}

.flexel-products-benefits__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(380px, 0.85fr);
    gap: 70px;
    align-items: center;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-products-benefits__content,
.flexel-products-benefits__card {
    min-width: 0;
}

/* ==================================================
   Left content
   ================================================== */

.flexel-products-benefits__eyebrow,
.flexel-products-benefits__card-eyebrow {
    margin: 0 0 22px;
    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-products-benefits__title {
    max-width: 650px;
    margin: 0 0 38px;

    color: #0b2638;
    font-size: clamp(43px, 4.2vw, 59px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

/* ==================================================
   Numbered benefits list
   ================================================== */

.flexel-products-benefits__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexel-products-benefits__list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
    align-items: center;

    min-height: 63px;
    padding: 14px 0;

    border-bottom: 1px solid #d6e3e8;
}

.flexel-products-benefits__number {
    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.flexel-products-benefits__item-text {
    color: #0b2638;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

/* ==================================================
   Right card
   ================================================== */

.flexel-products-benefits__card {
    padding: 48px 44px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(11, 38, 56, 0.1);
}

.flexel-products-benefits__card-title {
    max-width: 430px;
    margin: 0 0 28px;

    color: #0b2638;
    font-size: clamp(31px, 3vw, 43px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

/* ==================================================
   Asset tags
   ================================================== */

.flexel-products-benefits__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin: 0 0 32px;
    padding: 0;

    list-style: none;
}

.flexel-products-benefits__tags li {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    padding: 9px 15px;

    border: 1px solid #d6e3e8;
    border-radius: 999px;
    background: #ffffff;

    color: #4b6170;
    font-size: 13px;
    line-height: 1.3;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.flexel-products-benefits__tags li:hover {
    border-color: rgba(18, 189, 100, 0.55);
    background: rgba(18, 189, 100, 0.06);
    color: #0b2638;
    transform: translateY(-1px);
}

/* ==================================================
   Button
   ================================================== */

.flexel-products-benefits__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 13px 27px;

    border-radius: 999px;
    background: #12bd64;
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    text-decoration: none;

    box-shadow: 0 12px 28px rgba(18, 189, 100, 0.2);

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-products-benefits__button:hover,
.flexel-products-benefits__button:focus {
    background: #0fa958;
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(18, 189, 100, 0.26);
    transform: translateY(-2px);
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-products-benefits {
        padding: 85px 24px 95px;
    }

    .flexel-products-benefits__inner {
        grid-template-columns: 1fr;
        gap: 55px;
        max-width: 760px;
    }

    .flexel-products-benefits__title {
        max-width: 700px;
    }

    .flexel-products-benefits__card {
        width: 100%;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-products-benefits {
        padding: 65px 16px 75px;
    }

    .flexel-products-benefits__inner {
        gap: 45px;
    }

    .flexel-products-benefits__eyebrow,
    .flexel-products-benefits__card-eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-products-benefits__title {
        margin-bottom: 30px;
        font-size: clamp(38px, 11vw, 50px);
    }

    .flexel-products-benefits__list li {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 10px;

        min-height: 0;
        padding: 16px 0;
    }

    .flexel-products-benefits__item-text {
        font-size: 15px;
    }

    .flexel-products-benefits__card {
        padding: 35px 22px;
        border-radius: 24px;
    }

    .flexel-products-benefits__card-title {
        font-size: 34px;
    }

    .flexel-products-benefits__tags {
        flex-direction: column;
        gap: 9px;
    }

    .flexel-products-benefits__tags li {
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
    }

    .flexel-products-benefits__button {
        width: 100%;
        min-height: 54px;
    }
}





/* ==================================================
   Solutions Page Hero
   ================================================== */

.flexel-solutions-hero {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 90px 32px 110px;

    overflow: hidden;
    background: #f5fafb;
}

.flexel-solutions-hero__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: 75px;
    align-items: center;

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.flexel-solutions-hero__content,
.flexel-solutions-hero__visual {
    min-width: 0;
}

/* ==================================================
   Solutions Hero – text
   ================================================== */

.flexel-solutions-hero__eyebrow {
    margin: 0 0 24px;

    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-solutions-hero__title {
    max-width: 570px;
    margin: 0 0 28px;

    color: #0b2638;
    font-size: clamp(52px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1;
}

.flexel-solutions-hero__text {
    max-width: 570px;
    margin: 0 0 34px;

    color: #3e5665;
    font-size: 17px;
    line-height: 1.65;
}

.flexel-solutions-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 13px 26px;

    border-radius: 999px;
    background: #12bd64;
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;

    box-shadow:
        0 12px 28px rgba(18, 189, 100, 0.2);

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-solutions-hero__button:hover,
.flexel-solutions-hero__button:focus {
    background: #0fa958;
    color: #ffffff;

    box-shadow:
        0 16px 32px rgba(18, 189, 100, 0.26);

    transform: translateY(-2px);
}

/* ==================================================
   Solutions Hero – visual
   ================================================== */

.flexel-solutions-hero__visual {
    position: relative;
    padding: 24px 24px 0 0;
}

.flexel-solutions-hero__image {
    position: relative;
    z-index: 2;

    overflow: hidden;

    border-radius:
        48px
        12px
        48px
        12px;

    background: #ffffff;

    box-shadow:
        0 25px 55px rgba(11, 38, 56, 0.12);
}

.flexel-solutions-hero__image img {
    display: block;

    width: 100%;
    height: 435px;

    object-fit: cover;
    object-position: center;
}

/* ==================================================
   Blue decorative line
   ================================================== */

.flexel-solutions-hero__decoration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    width: 62%;
    height: 220px;

    border-top: 4px solid #087ea4;
    border-right: 4px solid #087ea4;
    border-radius: 0 48px 0 0;
}

.flexel-solutions-hero__decoration span {
    position: absolute;
    top: -11px;
    left: -10px;

    width: 18px;
    height: 18px;

    border: 4px solid #087ea4;
    border-radius: 50%;

    background: #f5fafb;
}

/* ==================================================
   Solutions Hero – tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-solutions-hero {
        padding: 80px 24px 90px;
    }

    .flexel-solutions-hero__inner {
        grid-template-columns: 1fr;
        gap: 60px;

        max-width: 760px;
    }

    .flexel-solutions-hero__title {
        max-width: 680px;
    }

    .flexel-solutions-hero__text {
        max-width: 650px;
    }

    .flexel-solutions-hero__image img {
        height: auto;
        min-height: 400px;
    }
}

/* ==================================================
   Solutions Hero – mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-solutions-hero {
        padding: 65px 16px 75px;
    }

    .flexel-solutions-hero__inner {
        gap: 48px;
    }

    .flexel-solutions-hero__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-solutions-hero__title {
        margin-bottom: 22px;

        font-size: clamp(42px, 13vw, 56px);
        line-height: 1;
    }

    .flexel-solutions-hero__text {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .flexel-solutions-hero__button {
        width: 100%;
        min-height: 54px;
    }

    .flexel-solutions-hero__visual {
        padding: 16px 14px 0 0;
    }

    .flexel-solutions-hero__image {
        border-radius:
            30px
            10px
            30px
            10px;
    }

    .flexel-solutions-hero__image img {
        height: 300px;
        min-height: 0;
    }

    .flexel-solutions-hero__decoration {
        height: 150px;

        border-width: 3px;
        border-radius: 0 32px 0 0;
    }

    .flexel-solutions-hero__decoration span {
        top: -9px;
        left: -8px;

        width: 15px;
        height: 15px;

        border-width: 3px;
    }
}






/* ==================================================
   Solutions Cases Section
   ================================================== */

.flexel-solutions-cases {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 105px 32px 115px;

    overflow: hidden;
    background: #f5f9fa;
}

.flexel-solutions-cases__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* ==================================================
   Section heading
   ================================================== */

.flexel-solutions-cases__heading {
    max-width: 690px;
    margin: 0 0 58px;
}

.flexel-solutions-cases__eyebrow {
    margin: 0 0 22px;

    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-solutions-cases__title {
    margin: 0;

    color: #0b2638;
    font-size: clamp(44px, 4.5vw, 62px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

/* ==================================================
   Cases grid
   ================================================== */

.flexel-solutions-cases__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* ==================================================
   Case card
   ================================================== */

.flexel-solutions-cases__card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 335px;
    padding: 30px 30px 27px;

    overflow: hidden;

    border: 1px solid #d6e3e8;
    border-radius: 22px;
    background: #ffffff;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-solutions-cases__card:hover {
    border-color: rgba(8, 126, 164, 0.38);

    box-shadow:
        0 20px 42px rgba(11, 38, 56, 0.09);

    transform: translateY(-4px);
}

/* ==================================================
   Card number
   ================================================== */

.flexel-solutions-cases__number {
    position: absolute;
    top: 27px;
    right: 27px;
    z-index: 2;

    color: #087ea4;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

/* ==================================================
   Client logo
   ================================================== */

.flexel-solutions-cases__logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 132px;
    height: 76px;
    margin: 0 0 23px;
    padding: 12px;

    border-radius: 11px;
    background: #69afcc;
}

.flexel-solutions-cases__logo img {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 53px;

    object-fit: contain;
}

/* ==================================================
   Card content
   ================================================== */

.flexel-solutions-cases__label {
    margin: 0 0 11px;

    color: #12bd64;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.flexel-solutions-cases__card-title {
    max-width: 390px;
    margin: 0 0 13px;

    color: #0b2638;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.flexel-solutions-cases__text {
    max-width: 415px;
    margin: 0 0 28px;

    color: #4b6170;
    font-size: 13px;
    line-height: 1.55;
}

/* ==================================================
   Card link
   ================================================== */

.flexel-solutions-cases__link {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 4px;

    align-self: flex-start;
    margin-top: auto;

    color: #087ea4;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.flexel-solutions-cases__link:hover,
.flexel-solutions-cases__link:focus {
    color: #12bd64;
    transform: translateX(3px);
}

.flexel-solutions-cases__link span {
    font-size: 12px;
}

/* ==================================================
   Decorative corner circle
   ================================================== */

.flexel-solutions-cases__decoration {
    position: absolute;
    right: -55px;
    bottom: -55px;

    width: 150px;
    height: 150px;

    border: 1px solid rgba(8, 126, 164, 0.2);
    border-radius: 50%;

    pointer-events: none;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-solutions-cases {
        padding: 85px 24px 95px;
    }

    .flexel-solutions-cases__inner {
        max-width: 760px;
    }

    .flexel-solutions-cases__heading {
        margin-bottom: 48px;
    }

    .flexel-solutions-cases__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .flexel-solutions-cases__card {
        min-height: 320px;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-solutions-cases {
        padding: 65px 16px 75px;
    }

    .flexel-solutions-cases__heading {
        margin-bottom: 38px;
    }

    .flexel-solutions-cases__eyebrow {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .flexel-solutions-cases__title {
        font-size: clamp(38px, 11vw, 50px);
    }

    .flexel-solutions-cases__grid {
        gap: 15px;
    }

    .flexel-solutions-cases__card {
        min-height: 0;
        padding: 24px 20px 23px;
        border-radius: 20px;
    }

    .flexel-solutions-cases__number {
        top: 23px;
        right: 20px;
    }

    .flexel-solutions-cases__logo {
        width: 124px;
        height: 72px;
        margin-bottom: 21px;
    }

    .flexel-solutions-cases__card-title {
        font-size: 21px;
    }

    .flexel-solutions-cases__text {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .flexel-solutions-cases__link {
        font-size: 13px;
    }

    .flexel-solutions-cases__decoration {
        right: -65px;
        bottom: -65px;
    }
}






/* ==================================================
   Solutions Problems Section
   ================================================== */

.flexel-solutions-problems {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 105px 32px 115px;

    overflow: hidden;
    background: #0f6984;
    color: #ffffff;
}

.flexel-solutions-problems__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: 75px;
    align-items: center;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.flexel-solutions-problems__visual,
.flexel-solutions-problems__content {
    min-width: 0;
}

/* ==================================================
   Visual
   ================================================== */

.flexel-solutions-problems__visual {
    display: flex;
    justify-content: center;
}

.flexel-solutions-problems__frame {
    position: relative;

    width: 100%;
    max-width: 440px;
    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 28px 8px 28px 8px;
}

.flexel-solutions-problems__image {
    overflow: hidden;

    border-radius: 24px 7px 24px 7px;
    background: #ffffff;
}

.flexel-solutions-problems__image img {
    display: block;

    width: 100%;
    height: 365px;

    object-fit: cover;
    object-position: center;
}

.flexel-solutions-problems__badge {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 10px 22px;

    border-radius: 15px 0 23px 0;
    background: #12bd64;
    color: #ffffff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

/* ==================================================
   Content
   ================================================== */

.flexel-solutions-problems__eyebrow {
    margin: 0 0 22px;

    color: #61e4a8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
}

.flexel-solutions-problems__title {
    max-width: 540px;
    margin: 0 0 28px;

    color: #ffffff;
    font-size: clamp(43px, 4.3vw, 59px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

/* ==================================================
   Problems list
   ================================================== */

.flexel-solutions-problems__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexel-solutions-problems__list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    align-items: start;

    padding: 16px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.flexel-solutions-problems__list li:first-child {
    padding-top: 0;
}

.flexel-solutions-problems__number {
    padding-top: 2px;

    color: #61e4a8;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
}

.flexel-solutions-problems__text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.55;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-solutions-problems {
        padding: 85px 24px 95px;
    }

    .flexel-solutions-problems__inner {
        grid-template-columns: 1fr;
        gap: 55px;

        max-width: 760px;
    }

    .flexel-solutions-problems__frame {
        max-width: 540px;
    }

    .flexel-solutions-problems__content {
        text-align: center;
    }

    .flexel-solutions-problems__title {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .flexel-solutions-problems__list {
        text-align: left;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-solutions-problems {
        padding: 65px 16px 75px;
    }

    .flexel-solutions-problems__inner {
        gap: 42px;
    }

    .flexel-solutions-problems__frame {
        padding: 14px;

        border-radius: 22px 7px 22px 7px;
    }

    .flexel-solutions-problems__image {
        border-radius: 19px 6px 19px 6px;
    }

    .flexel-solutions-problems__image img {
        height: 290px;
    }

    .flexel-solutions-problems__badge {
        right: 2px;
        bottom: 2px;

        min-height: 38px;
        padding: 9px 16px;

        border-radius: 13px 0 19px 0;

        font-size: 10px;
    }

    .flexel-solutions-problems__eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .flexel-solutions-problems__title {
        margin-bottom: 24px;

        font-size: clamp(38px, 11vw, 50px);
    }

    .flexel-solutions-problems__list li {
        grid-template-columns: 27px minmax(0, 1fr);
        gap: 10px;

        padding: 15px 0;
    }

    .flexel-solutions-problems__text {
        font-size: 14px;
    }
}








/* ==================================================
   Solutions Examples Section
   ================================================== */

.flexel-solutions-examples {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 95px 32px 110px;

    overflow: hidden;
    background: #ffffff;
}

.flexel-solutions-examples__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* ==================================================
   Section heading
   ================================================== */

.flexel-solutions-examples__heading {
    max-width: 850px;
    margin: 0 0 48px;
}

.flexel-solutions-examples__eyebrow {
    margin: 0 0 20px;

    color: #087ea4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.17em;
    line-height: 1.4;
}

.flexel-solutions-examples__title {
    margin: 0;

    color: #0b2638;
    font-size: clamp(43px, 4.4vw, 60px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

/* ==================================================
   Cards grid
   ================================================== */

.flexel-solutions-examples__grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 18px;
}

/* ==================================================
   Example card
   ================================================== */

.flexel-solutions-examples__card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 195px;
    margin: 0;
    padding: 31px 24px 29px;

    overflow: hidden;

    border-top: 3px solid #087ea4;
    border-radius: 0 0 20px 20px;
    background: #e8f7fc;

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-solutions-examples__card:hover {
    background: #def3fa;

    box-shadow:
        0 16px 35px rgba(11, 38, 56, 0.08);

    transform: translateY(-4px);
}

/* ==================================================
   Card content
   ================================================== */

.flexel-solutions-examples__number {
    display: block;
    margin: 0 0 33px;

    color: #087ea4;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.flexel-solutions-examples__card-title {
    margin: 0 0 11px;

    color: #0b2638;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.flexel-solutions-examples__text {
    margin: 0;

    color: #4b6170;
    font-size: 13px;
    line-height: 1.55;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-solutions-examples {
        padding: 80px 24px 90px;
    }

    .flexel-solutions-examples__inner {
        max-width: 760px;
    }

    .flexel-solutions-examples__heading {
        margin-bottom: 42px;
    }

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

    .flexel-solutions-examples__card:last-child {
        grid-column: 1 / -1;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-solutions-examples {
        padding: 65px 16px 75px;
    }

    .flexel-solutions-examples__heading {
        margin-bottom: 36px;
    }

    .flexel-solutions-examples__eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
    }

    .flexel-solutions-examples__title {
        font-size: clamp(38px, 11vw, 50px);
    }

    .flexel-solutions-examples__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .flexel-solutions-examples__card,
    .flexel-solutions-examples__card:last-child {
        grid-column: auto;

        min-height: 0;
        padding: 27px 21px 25px;
    }

    .flexel-solutions-examples__number {
        margin-bottom: 27px;
    }

    .flexel-solutions-examples__card-title {
        font-size: 19px;
    }

    .flexel-solutions-examples__text {
        font-size: 14px;
    }
}







/* ==================================================
   Solutions CTA Section
   ================================================== */

.flexel-solutions-cta {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 95px 32px 105px;

    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            #e8f8fc 0%,
            #e4f8f7 58%,
            #d9f5e9 100%
        );
}

.flexel-solutions-cta__inner {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 850px;
    margin: 0 auto;

    text-align: center;
}

/* ==================================================
   CTA text
   ================================================== */

.flexel-solutions-cta__eyebrow {
    margin: 0 0 22px;

    color: #087ea4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.4;
}

.flexel-solutions-cta__title {
    max-width: 840px;
    margin: 0 auto 24px;

    color: #0b2638;
    font-size: clamp(43px, 4.4vw, 60px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.04;
}

.flexel-solutions-cta__text {
    max-width: 670px;
    margin: 0 auto 31px;

    color: #4b6170;
    font-size: 15px;
    line-height: 1.65;
}

/* ==================================================
   CTA button
   ================================================== */

.flexel-solutions-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 13px 27px;

    border-radius: 999px;
    background: #12bd64;
    color: #ffffff;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;

    box-shadow:
        0 12px 28px rgba(18, 189, 100, 0.2);

    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.flexel-solutions-cta__button:hover,
.flexel-solutions-cta__button:focus {
    background: #0fa958;
    color: #ffffff;

    box-shadow:
        0 16px 32px rgba(18, 189, 100, 0.27);

    transform: translateY(-2px);
}

/* ==================================================
   Decorative circle
   ================================================== */

.flexel-solutions-cta__decoration {
    position: absolute;
    top: -105px;
    right: -75px;

    width: 225px;
    height: 225px;

    border: 3px solid #087ea4;
    border-radius: 50%;

    pointer-events: none;
}

/* Допълнителен фин кръг */

.flexel-solutions-cta::after {
    position: absolute;
    right: -125px;
    bottom: -155px;

    width: 310px;
    height: 310px;

    border: 1px solid rgba(8, 126, 164, 0.16);
    border-radius: 50%;

    content: "";
    pointer-events: none;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-solutions-cta {
        padding: 85px 24px 95px;
    }

    .flexel-solutions-cta__inner {
        max-width: 760px;
    }

    .flexel-solutions-cta__decoration {
        top: -115px;
        right: -105px;

        width: 210px;
        height: 210px;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-solutions-cta {
        padding: 65px 16px 75px;
    }

    .flexel-solutions-cta__eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .flexel-solutions-cta__title {
        margin-bottom: 22px;

        font-size: clamp(37px, 10.5vw, 49px);
        line-height: 1.05;
    }

    .flexel-solutions-cta__text {
        margin-bottom: 28px;

        font-size: 15px;
        line-height: 1.6;
    }

    .flexel-solutions-cta__button {
        width: 100%;
        min-height: 54px;
    }

    .flexel-solutions-cta__decoration {
        top: -90px;
        right: -100px;

        width: 175px;
        height: 175px;

        border-width: 2px;
    }

    .flexel-solutions-cta::after {
        right: -145px;
        bottom: -175px;

        width: 270px;
        height: 270px;
    }
}





/* ==================================================
   Keep desktop header on one row
   ================================================== */

@media (min-width: 992px) {
    body.site .container-header {
        display: grid;
        grid-template-columns:
            minmax(160px, 1fr)
            auto
            minmax(160px, 1fr);
        align-items: center;
        min-height: 145px;
        padding: 0 72px;
    }

    body.site .container-header > .grid-child {
        display: contents;
    }

    body.site .container-header .navbar-brand {
        grid-column: 1;
        justify-self: start;
        margin: 0;
        padding: 0;
    }

    body.site .container-header .container-nav {
        display: flex;
        grid-column: 2;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 0;
        padding: 0;
    }

    body.site .container-header .navbar {
        margin: 0;
        padding: 0;
    }

    body.site .container-header .mod-languages {
        position: absolute;
        right: 72px;
        margin: 0;
    }
}







/* ==================================================
   About Mission Section
   ================================================== */

.flexel-about-mission {
    position: relative;
    left: 50%;

    box-sizing: border-box;
    width: 100vw;
    margin-left: -50vw;
    padding: 105px 32px 115px;

    overflow: hidden;
    background: #f8faf9;
}

.flexel-about-mission__inner {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr)
        minmax(0, 1.05fr);
    gap: 75px;
    align-items: center;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.flexel-about-mission__visual,
.flexel-about-mission__content {
    min-width: 0;
}

/* ==================================================
   Mission image
   ================================================== */

.flexel-about-mission__visual {
    position: relative;
    padding: 0 18px 18px 0;
}

.flexel-about-mission__image {
    position: relative;
    z-index: 2;

    width: 100%;
    overflow: hidden;

    border-radius: 28px 7px 28px 7px;
    background: #ffffff;

    box-shadow:
        0 24px 55px rgba(11, 38, 56, 0.1);
}

.flexel-about-mission__image img {
    display: block;

    width: 100%;
    height: 345px;

    object-fit: cover;
    object-position: center;
}

/* ==================================================
   Green decorative line
   ================================================== */

.flexel-about-mission__decoration {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;

    width: 68%;
    height: 48%;

    border-right: 3px solid #12bd64;
    border-bottom: 3px solid #12bd64;

    pointer-events: none;
}

/* ==================================================
   Mission content
   ================================================== */

.flexel-about-mission__eyebrow {
    margin: 0 0 22px;

    color: #087ea4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.17em;
    line-height: 1.4;
}

.flexel-about-mission__title {
    max-width: 530px;
    margin: 0 0 25px;

    color: #0b2638;
    font-size: clamp(43px, 4.4vw, 59px);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1.03;
}

.flexel-about-mission__text {
    max-width: 540px;
    margin: 0;

    color: #4b6170;
    font-size: 15px;
    line-height: 1.68;
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-about-mission {
        padding: 85px 24px 95px;
    }

    .flexel-about-mission__inner {
        grid-template-columns: 1fr;
        gap: 55px;

        max-width: 760px;
    }

    .flexel-about-mission__visual {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
    }

    .flexel-about-mission__content {
        text-align: center;
    }

    .flexel-about-mission__title,
    .flexel-about-mission__text {
        margin-right: auto;
        margin-left: auto;
    }

    .flexel-about-mission__image img {
        height: auto;
        min-height: 360px;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-about-mission {
        padding: 65px 16px 75px;
    }

    .flexel-about-mission__inner {
        gap: 42px;
    }

    .flexel-about-mission__visual {
        padding: 0 12px 12px 0;
    }

    .flexel-about-mission__image {
        border-radius: 22px 6px 22px 6px;
    }

    .flexel-about-mission__image img {
        height: 285px;
        min-height: 0;
    }

    .flexel-about-mission__decoration {
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .flexel-about-mission__eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
    }

    .flexel-about-mission__title {
        margin-bottom: 22px;

        font-size: clamp(38px, 11vw, 50px);
        line-height: 1.04;
    }

    .flexel-about-mission__text {
        font-size: 15px;
        line-height: 1.65;
    }
}










/* ==================================================
   About Goal Section
   ================================================== */

.flexel-about-goal {
    background: #ffffff;
}

/* ==================================================
   Goal values
   ================================================== */

.flexel-about-goal__values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin: 28px 0 0;
    padding: 0;

    list-style: none;
}

.flexel-about-goal__values li {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 9px 16px;

    border-radius: 999px;
    background: #e8f7fc;

    color: #087ea4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.flexel-about-goal__values li:hover {
    background: #d9f2fa;
    color: #0b2638;
    transform: translateY(-2px);
}

/* ==================================================
   Tablet
   ================================================== */

@media (max-width: 991px) {
    .flexel-about-goal__values {
        justify-content: center;
    }
}

/* ==================================================
   Mobile
   ================================================== */

@media (max-width: 600px) {
    .flexel-about-goal__values {
        gap: 8px;
        margin-top: 25px;
    }

    .flexel-about-goal__values li {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 12px;
    }
}