/* =============================================================================
   AboutUs.aspx — дополнувања врз style_webpage.css (навбар + hero + секции).
   ============================================================================= */

html {
    margin: 0;
    padding: 0;
}

/* About Us - language strip override (match requested design) */
.about-us-page .language-strip-section {
    padding-top: clamp(2.2rem, 5vw, 3.6rem);
    padding-bottom: clamp(0.9rem, 2.3vw, 1.4rem);
}

.about-us-page .language-strip-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    overflow: hidden;
    background: linear-gradient(90deg, #f26b4f 0%, #f6bc2e 100%);
    border-radius: 8px;
    box-shadow: none;
}

.about-us-page .language-strip-banner::before {
    content: "";
    position: absolute;
    right: 16%;
    top: -44px;
    width: 185px;
    height: 185px;
    border-radius: 58% 42% 46% 54% / 48% 44% 56% 52%;
    background: linear-gradient(135deg, rgba(246, 154, 62, 0.55) 0%, rgba(244, 126, 78, 0.38) 100%);
    transform: rotate(-22deg);
    pointer-events: none;
    z-index: 0;
}

.about-us-page .language-strip-banner::after {
    content: "";
    position: absolute;
    right: 29%;
    top: 42%;
    width: 112px;
    height: 74px;
    border-radius: 52% 48% 46% 54% / 54% 52% 48% 46%;
    background: linear-gradient(135deg, rgba(245, 142, 71, 0.45) 0%, rgba(242, 112, 87, 0.2) 100%);
    transform: rotate(-34deg);
    pointer-events: none;
    z-index: 0;
}

.about-us-page .language-strip-copy {
    position: relative;
    z-index: 1;
    max-width: 72%;
}

.about-us-page .language-strip-copy h2 {
    margin: 0 0 0.35rem;
    padding-bottom: 0.25rem;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    max-width: 520px;
}

.about-us-page .language-strip-copy p {
    margin: 0;
    color: #ffffff;
    opacity: 0.96;
    font-size: clamp(0.94rem, 1.05vw, 1.08rem);
    line-height: 1.32;
    letter-spacing: -0.005em;
    max-width: 780px;
}

.about-us-page .language-strip-btn {
    position: relative;
    z-index: 2;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 4px !important;
    background: #123773 !important;
    border: 1px solid #123773 !important;
    color: #ffffff !important;
    font-weight: 500;
}

.about-us-page .language-strip-btn:hover,
.about-us-page .language-strip-btn:focus-visible {
    background: #123773 !important;
    color: #ffffff !important;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .about-us-page .language-strip-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
    }

    .about-us-page .language-strip-banner::before {
        right: -22px;
        top: -56px;
        width: 150px;
        height: 150px;
        opacity: 0.42;
    }

    .about-us-page .language-strip-banner::after {
        right: 10%;
        top: 56%;
        width: 86px;
        height: 56px;
        opacity: 0.3;
    }

    .about-us-page .language-strip-copy {
        max-width: 100%;
    }

    .about-us-page .language-strip-copy h2 {
        font-size: 1.72rem;
        line-height: 1.12;
        margin-bottom: 0.55rem;
    }

    .about-us-page .language-strip-copy p {
        font-size: 0.82rem;
        line-height: 1.3;
        max-width: 100%;
    }

    .about-us-page .language-strip-btn {
        align-self: flex-end;
        margin-top: 0.3rem;
    }
}

/*
 * Бел грид десно: full-bleed ::before на 100vw; body не смее overflow-x: hidden за да не се сече последната колона.
 */
html:has(body.about-us-page) {
    scrollbar-gutter: stable;
}

body.about-us-page {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: visible !important;
    --bs-navbar-bg: transparent !important;
    font-family: "Rubik", "Montserrat", var(--font-body), system-ui, sans-serif;
}

body.about-us-page form#form1 {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Навбар во текот на документот (не fixed). relative + z-index за да не го покрие hero (кој има z-index: 1). Транспарентна позадина. */
body.about-us-page nav.navbar.navbar-expand-lg.main-nav,
body.about-us-page .navbar.main-nav.navbar-expand-lg.fixed-top,
body.about-us-page .navbar.main-nav {
    --bs-navbar-bg: transparent !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    margin-top: 0;
    z-index: 1050 !important;
    min-height: 80px;
    padding: var(--space-md) 0;
    overflow-x: visible !important;
    overflow-y: visible !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    transition: none;
}

@media (min-width: 992px) {
    body.about-us-page .navbar.main-nav > .container {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0.75rem !important;
    }

    body.about-us-page .navbar.main-nav .navbar-brand {
        flex-shrink: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    body.about-us-page .navbar.main-nav .navbar-brand .navbar-logo {
        opacity: 1 !important;
        display: inline-block !important;
        vertical-align: middle;
    }

    body.about-us-page .navbar.main-nav .navbar-collapse {
        flex-grow: 1 !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    body.about-us-page .navbar.main-nav > .container > .d-none.d-lg-flex.align-items-center {
        flex-shrink: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

body.about-us-page .navbar.main-nav.scrolled {
    --bs-navbar-bg: transparent !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

body.about-us-page .navbar.main-nav .container,
body.about-us-page .navbar.main-nav .navbar-collapse {
    background-color: transparent !important;
    background: transparent !important;
}

/* Родителот е нормален блок; гридот „излегува“ на истата ширина како fixed navbar */
body.about-us-page .page-wrapper.product-detail-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--white);
}
body.about-us-page .page-wrapper.product-detail-page::before {
    --s: calc(100vw / 11); /* ← vw наместо % за конзистентност */

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    min-height: min(100vh, 56rem);
    z-index: 0;
    pointer-events: none;

    background-color: #FFFFFF;
    background-image:
        linear-gradient(to bottom, #FFFFFF 51%, #FFE193 65%, #FFC328 78%, #FFE193 87%, #FFFFFF 99%),
        linear-gradient(to bottom, #FFFFFF 44%, #FFE193 53%, #FFC328 69%, #FFE193 80%, #FFFFFF 99%),
        linear-gradient(to bottom, #FFFFFF 28%, #FFE193 49%, #FFC328 64%, #FFE193 73%, #FFFFFF 92%),
        linear-gradient(to bottom, #FFFFFF 24%, #FFE193 46%, #FFC328 58%, #FFE193 69%, #FFFFFF 91%),
        linear-gradient(to bottom, #FFFFFF 22%, #FFE193 39%, #FFC328 62%, #FFE193 78%, #FFFFFF 92%),
        linear-gradient(to bottom, #FFFFFF 16%, #FFE193 37%, #FFC328 53%, #FFE193 70%, #FFFFFF 88%),
        linear-gradient(to bottom, #FFFFFF 14%, #FFE193 31%, #FFC328 44%, #FFE193 54%, #FFFFFF 83%),
        linear-gradient(to bottom, #FFFFFF  8%, #FFE193 26%, #FFC328 43%, #FFE193 65%, #FFFFFF 86%),
        linear-gradient(to bottom, #FFFFFF  3%, #FFE193 22%, #FFC328 39%, #FFE193 53%, #FFFFFF 76%),
        linear-gradient(to bottom, #FFFFFF  6%, #FFE193 27%, #FFC328 48%, #FFE193 65%, #FFFFFF 87%),
        linear-gradient(to bottom, #FFFFFF 13%, #FFE193 36%, #FFC328 53%, #FFE193 73%, #FFFFFF 85%);

    background-size:
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%;

    background-position:
        calc(var(--s) * 0)  0,
        calc(var(--s) * 1)  0,
        calc(var(--s) * 2)  0,
        calc(var(--s) * 3)  0,
        calc(var(--s) * 4)  0,
        calc(var(--s) * 5)  0,
        calc(var(--s) * 6)  0,
        calc(var(--s) * 7)  0,
        calc(var(--s) * 8)  0,
        calc(var(--s) * 9)  0,
        calc(var(--s) * 10) 0; /* ← наместо "right top" */

    background-repeat: no-repeat;
}
/* Навбарот мора да остане над слоевите; не го туркај со z-index: 1 */
body.about-us-page .page-wrapper.product-detail-page > *:not(.navbar) {
    position: relative;
    z-index: 1;
}

/* Legacy / помошни (ако се користат постари маркери) */
.about-us-hero-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 var(--space-md);
}

.about-us-page-title {
    color: var(--text-dark);
    font-weight: 600;
    font-size: var(--text-5xl);
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin: 0 0 var(--space-md);
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.5);
}

.about-us-page-lead {
    color: var(--text-dark);
    font-size: var(--text-xl);
    line-height: 1.5;
    margin: 0 auto;
    opacity: 0.92;
    max-width: 640px;
}

.about-us-page .about-section {
    min-height: 0;
    padding-top: var(--space-lg);
}

/* ========== Hero — позадина е на .page-wrapper::before (под навбар); тука нема дупликат ========== */

/* Хедерот е над ::before по z-index; мора да е транспарентен за да не „затвара“ гридот под навбарот */
body.about-us-page .about-us-figma .au-hero.hero-wrapper {
    background: transparent;
    background-color: transparent;
}

.about-us-figma .au-hero.hero-wrapper::before {
    content: none;
}

.about-us-figma .au-hero.hero-wrapper::after {
    content: none;
}

.about-us-figma .au-hero.hero-wrapper > * {
    position: relative;
    z-index: 2;
}

/* Прва секција (hero): висина до екран — навбарот е статички, нема резерва за fixed бар */
body.about-us-page .about-us-figma .au-hero.hero-wrapper--compact {
    min-height: min(108svh, 72rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-us-figma .au-hero {
    padding-top: clamp(2rem, 6vw, 4.25rem);
    padding-bottom: clamp(3.5rem, 9vw, 6.25rem);
}

.about-us-figma .au-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 0.5rem;
}

.about-us-figma .au-hero-copy {
    font-family: "Rubik", "Montserrat", system-ui, sans-serif;
}

.au-hero-title {
    font-size: clamp(2rem, 3.7vw, 3.05rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
    max-width: 24ch;
}

.au-hero-title-dark {
    color: #0b0b2a;
}

.au-hero-title-accent {
    display: inline;
    margin-left: 0.15em;
    white-space: nowrap;
    background: linear-gradient(10deg, #EE6849 0%, #FFC328 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 992px) {
    .about-us-figma .au-hero-title-accent {
        display: block;
        margin-left: 0;
        margin-top: 0.15em;
    }
}

.about-us-figma .au-hero .au-hero-lead {
    color: #0b0b2a;
    font-weight: 400;
}

.au-hero-lead-brand {
    font-weight: 700;
    color: #0b0b2a;
}

.au-hero-lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
    color: #4a4a4a;
    line-height: 1.55;
    max-width: 36rem;
    margin-bottom: 1.75rem;
}

.au-btn-dark {
    background: #123773 !important;
    color: #fff !important;
    border: 1px solid #123773 !important;
    border-radius: 4px !important;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(28, 12, 79, 0.25);
}

.au-btn-dark.btn-request-demo {
    padding: 12px 36px;
    min-width: 160px;
    min-height: 48px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
}

    .au-btn-dark:hover {
        background: #123773 !important;
        color: #fff !important;
        opacity: 0.95;
    }

.about-us-figma .au-hero .au-btn-dark {
    background: #123773 !important;
    box-shadow: 0 8px 24px rgba(11, 11, 42, 0.35);
}

    .about-us-figma .au-hero .au-btn-dark:hover {
        background: #123773 !important;
        color: #fff;
    }

.about-us-figma .au-hero-actions {
    align-items: center;
}

.about-us-figma .au-hero .au-btn-explore {
    background: rgb(0 0 0 / 0%) !important;
    color: #f27c42 !important;
    border: 2px solid #f27c42 !important;
    border-radius: 4px !important;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(18, 55, 115, 0.14);
    padding: 12px 36px;
    min-width: 160px;
    min-height: 48px;
    font-size: 1rem;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

    .about-us-figma .au-hero .au-btn-explore:hover,
    .about-us-figma .au-hero .au-btn-explore:focus-visible {
        color: #ffffff !important;
        background: #f27c42 !important;
        border-color: #f27c42 !important;
        opacity: 1;
        filter: none;
        box-shadow: 0 6px 20px rgba(242, 124, 66, 0.28);
    }

.au-btn-outline {
    background: #123773 !important;
    color: #ffffff !important;
    border: 1px solid #123773 !important;
    border-radius: 4px !important;
    padding: 0.65rem 1.75rem;
    font-weight: 500;
}

    .au-btn-outline:hover {
        background: #123773 !important;
        border-color: #123773 !important;
        color: #ffffff !important;
        opacity: 0.95;
    }

.au-btn-explore {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 4px !important;
    padding: 0.65rem 1.75rem;
    font-weight: 500;
    box-shadow: none;
}

    .au-btn-explore:hover {
        color: #ffffff !important;
        background: transparent !important;
        border-color: #ffffff !important;
        filter: none;
        opacity: 0.95;
    }

.au-hero-mockup {
    display: block;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

@keyframes about-au-hero-mockup-drift {
    0%, 100% {
        transform: perspective(1100px) rotateY(-7deg) rotateX(2deg) translateY(0);
    }

    50% {
        transform: perspective(1100px) rotateY(-6.25deg) rotateX(2.25deg) translateY(-10px);
    }
}

.about-us-figma .au-hero-mockup {
    transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
    transform-origin: 60% 50%;
}

@media (prefers-reduced-motion: no-preference) {
    .about-us-figma .au-hero-mockup {
        animation: about-au-hero-mockup-drift 6.5s ease-in-out infinite;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-us-figma .au-hero-mockup {
        animation: none;
    }
}

@media (min-width: 1200px) {
    .about-us-figma .au-hero-mockup {
        max-width: 118%;
        margin-right: -8%;
    }
}

/* ========== Секции ========== */

.au-section {
    padding: clamp(3rem, 8vw, 5rem) 0;
}

.au-global {
    background: transparent;
}

/* Global data — градиент банер (мапа + KPI) */
.au-global-banner {
    background: linear-gradient(90deg, #FFC328 0%, #EE6849 100%);
    border-radius: 20px;
    padding: clamp(2rem, 4.5vw, 3.25rem) clamp(1.75rem, 4vw, 3rem);
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(244, 115, 62, 0.22);
}

.au-global-banner__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.au-global-banner__title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.12;
    margin-bottom: 0.85rem;
    letter-spacing: -0.02em;
}

.au-global-banner__lead {
    font-size: clamp(0.95rem, 1.5vw, 1.0625rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.96);
    margin-bottom: 0;
    max-width: 26rem;
}

.au-global-banner__copy .au-global-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.75rem;
    padding-top: 1.25rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 100%;
}

.au-global-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 0.15rem 0.35rem;
    min-width: 0;
}

.au-global-stat__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    height: 48px;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.au-global-stat__icon img {
    display: block;
    width: auto;
    height: 48px;
    max-width: 160px;
    object-fit: contain;
    mix-blend-mode: lighten;
}

.au-global-stat__value {
    font-size: clamp(0.95rem, 1.55vw, 1.2rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.au-global-stat__label {
    font-size: clamp(0.62rem, 1.1vw, 0.75rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 0.35rem;
    line-height: 1.3;
    max-width: 6.25rem;
}

@media (min-width: 992px) {
    .au-global-banner .row {
        align-items: center;
    }

    .au-global-banner__copy .au-global-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin-top: 1.65rem;
        padding-top: 1.25rem;
    }

    .au-global-banner__copy .au-global-stat {
        padding: 0.2rem 0.3rem;
        min-height: 5.75rem;
    }

    .au-global-banner__copy .au-global-stat:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.42);
    }

    .au-global-banner__map-col {
        padding-left: 0;
        padding-right: 0;
        margin-left: -1.5rem;
    }

    .au-global-banner__map {
        justify-content: flex-start;
    }

    .au-global-banner__map-img {
        width: 132%;
        max-width: none;
        margin-left: -4%;
        margin-right: 0;
        object-position: left center;
    }
}

.au-global-banner__map-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.au-global-banner__map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 200px;
    overflow: visible;
}

.au-global-banner__map-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

@keyframes about-au-map-drift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
        filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.1));
    }

    50% {
        transform: translate3d(0, -6px, 0) scale(1.006);
        filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.12));
    }
}

@media (prefers-reduced-motion: no-preference) {
    body.about-us-page .au-global-banner__map-img {
        transform-origin: left center;
        animation: about-au-map-drift 7s ease-in-out infinite;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.about-us-page .au-global-banner__map-img {
        animation: none;
    }
}

@media (max-width: 991.98px) {
    .au-global-banner__map-img {
        object-position: center center;
        max-height: 380px;
    }
}

.au-display-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.au-body-lg {
    font-size: 1.0625rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2rem;
    max-width: 36rem;
}

/* Исклучи глобалниот #FAFAFA од style_webpage.css */
body.about-us-page .social-platforms-section.au-social-platforms {
    background: #ffffff !important;
}

/* Media Monitoring — stripe grid + слика без црна позадина (како Figma) */
body.about-us-page .au-social-platforms {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding-top: clamp(3rem, 6vw, 5.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

/* Grid само зад Media Monitoring (горниот дел) */
body.about-us-page .au-social-platforms .social-platforms-media {
    position: relative;
    z-index: 1;
    padding-bottom: 0.5rem;
}

body.about-us-page .au-social-platforms .social-platforms-media::before {
    --s: calc(100vw / 11);
    --au-social-grid-opacity: 0.42;

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: var(--au-social-grid-opacity);

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 8%,
        #000 18%,
        #000 82%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.55) 8%,
        #000 18%,
        #000 82%,
        rgba(0, 0, 0, 0.5) 92%,
        transparent 100%
    );

    background-color: #ffffff;
    background-image:
        linear-gradient(to top, #FFFFFF 13%, #FFD25E 36%, #FFC328 53%, #FFD25E 73%, #FFFFFF 100%),
        linear-gradient(to top, #FFFFFF 6%, #FFD25E 27%, #FFC328 48%, #FFD25E 65%, #FFFFFF 87%),
        linear-gradient(to top, #FFFFFF 3%, #FFD25E 22%, #FFC328 39%, #FFD25E 53%, #FFFFFF 76%),
        linear-gradient(to top, #FFFFFF 8%, #FFD25E 26%, #FFC328 43%, #FFD25E 65%, #FFFFFF 86%),
        linear-gradient(to top, #FFFFFF 14%, #FFD25E 31%, #FFC328 44%, #FFD25E 54%, #FFFFFF 83%),
        linear-gradient(to top, #FFFFFF 16%, #FFD25E 37%, #FFC328 53%, #FFD25E 70%, #FFFFFF 80%),
        linear-gradient(to top, #FFFFFF 22%, #FFD25E 39%, #FFC328 62%, #FFD25E 78%, #FFFFFF 92%),
        linear-gradient(to top, #FFFFFF  24%, #FFD25E 46%, #FFC328 58%, #FFD25E 69%, #FFFFFF 91%),
        linear-gradient(to top, #FFFFFF  28%, #FFD25E 49%, #FFC328 64%, #FFD25E 73%, #FFFFFF 92%),
        linear-gradient(to top, #FFFFFF  44%, #FFD25E 53%, #FFC328 69%, #FFD25E 80%, #FFFFFF 99%),
        linear-gradient(to top, #FFFFFF 51%, #FFD25E 65%, #FFC328 78%, #FFD25E 87%, #FFFFFF 99%);

    background-size:
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%,
        var(--s) 100%;

    background-position:
        calc(var(--s) * 0)  0,
        calc(var(--s) * 1)  0,
        calc(var(--s) * 2)  0,
        calc(var(--s) * 3)  0,
        calc(var(--s) * 4)  0,
        calc(var(--s) * 5)  0,
        calc(var(--s) * 6)  0,
        calc(var(--s) * 7)  0,
        calc(var(--s) * 8)  0,
        calc(var(--s) * 9)  0,
        calc(var(--s) * 10) 0;

    background-repeat: no-repeat;
}

body.about-us-page .au-social-platforms .social-platforms-media > * {
    position: relative;
    z-index: 1;
}

body.about-us-page .au-social-platforms .container {
    position: relative;
    z-index: 1;
}

body.about-us-page .au-social-platforms .social-platforms-block {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 2vw, 1.5rem);
}

body.about-us-page .au-social-platforms .social-platforms-title {
    color: #130033;
    font-size: clamp(1.5rem, 2.35vw, 2.375rem);
    line-height: 1.3;
    margin-bottom: 1rem;
}

body.about-us-page .au-social-platforms .social-platforms-subtitle {
    color: #8b8b96;
    font-size: clamp(0.8125rem, 1.02vw, 0.9375rem);
    line-height: 1.45;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1.25rem, 3vw, 2rem) !important;
}

body.about-us-page .au-social-platforms .social-platforms-visual {
    position: relative;
    z-index: 2;
    width: min(100%, 1520px);
    max-width: min(98vw, 1520px);
    margin: clamp(0.5rem, 2vw, 1.25rem) auto 0;
    padding: 0;
    background: transparent;
}

@media (max-width: 767.98px) {
    body.about-us-page .au-social-platforms {
        padding-top: clamp(2.5rem, 8vw, 3.5rem);
        padding-bottom: clamp(2rem, 6vw, 3rem);
    }

    body.about-us-page .au-social-platforms .social-platforms-subtitle {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

/* How Analytics.Live works — целосно бела позадина */
body.about-us-page .au-social-platforms .au-how-inline {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: #ffffff;
}

body.about-us-page .au-social-platforms .au-how-inline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
}

body.about-us-page .au-social-platforms .au-how-inline-title {
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #130033;
    line-height: 1.2;
    margin: 0 0 clamp(2rem, 4vw, 3rem);
}

body.about-us-page .au-social-platforms .au-how-pill-wrap {
    width: min(100%, 1280px);
    max-width: 98vw;
    margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
    padding: 0;
    background: #ffffff;
    filter: drop-shadow(0 6px 22px rgba(19, 0, 51, 0.07));
    min-width: 0;
}

/* Еден gradient pill + бели разделувачи (прави; закривени со .au-how-pill--curved) */
body.about-us-page .au-social-platforms .au-how-pill {
    --au-pill-h: clamp(76px, 9.5vw, 100px);
    --au-pill-notch: clamp(30px, 4.2vw, 44px);
    --au-pill-line: clamp(5px, 0.55vw, 7px);
    --au-pill-line-h: 94%;

    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--au-pill-h);
    border-radius: 999px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #ee6849 0%,
        #3f83ff 100%
    );
    isolation: isolate;
}

body.about-us-page .au-social-platforms .au-how-pill__seg {
    position: relative;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background: transparent;
}

/* Прави бели линии (стандардно) */
body.about-us-page .au-social-platforms .au-how-pill__seg:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: var(--au-pill-line);
    height: var(--au-pill-line-h);
    transform: translate(50%, -50%);
    background: #ffffff;
    border-radius: 999px;
    z-index: 2;
    pointer-events: none;
}

/* Закривени бели (полукруг) — додај .au-how-pill--curved на bar */
body.about-us-page .au-social-platforms .au-how-pill.au-how-pill--curved .au-how-pill__seg:not(:last-child)::after {
    width: var(--au-pill-notch);
    height: var(--au-pill-notch);
    border-radius: 50%;
}

body.about-us-page .au-social-platforms .au-how-pill__seg img {
    position: relative;
    z-index: 2;
    width: clamp(40px, 5vw, 52px);
    height: auto;
    filter: brightness(0) invert(1);
    pointer-events: none;
}

body.about-us-page .au-social-platforms .au-how-inline-heading {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 700;
    color: #130033;
    margin-bottom: 0.75rem;
}

body.about-us-page .au-social-platforms .au-how-inline-text {
    font-size: clamp(0.9rem, 1.05vw, 1rem);
    color: #666666;
    line-height: 1.55;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

body.about-us-page .au-social-platforms .au-how-inline-grid {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* How Analytics.Live — голем екран: текстови центрирани под иконите */
@media (min-width: 768px) {
    body.about-us-page .au-social-platforms .au-how-pill-wrap,
    body.about-us-page .au-social-platforms .au-how-inline-grid {
        width: min(100%, 1280px);
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
    }

    body.about-us-page .au-social-platforms .au-how-inline-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(1rem, 2.5vw, 2rem);
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    body.about-us-page .au-social-platforms .au-how-inline-grid > .au-how-step-copy {
        width: 100%;
        max-width: none;
        flex: none;
        padding-inline: 0;
    }
}

/* How Analytics.Live — телефон: 3 pills во еден ред, текстови под нив */
@media (max-width: 767.98px) {
    body.about-us-page .au-social-platforms .au-how-inline {
        margin-top: clamp(1.25rem, 4vw, 2rem);
        padding-top: clamp(1rem, 3vw, 1.75rem);
        padding-left: clamp(0.35rem, 2.5vw, 0.75rem);
        padding-right: clamp(0.35rem, 2.5vw, 0.75rem);
    }

    body.about-us-page .au-social-platforms .au-how-inline-title {
        font-size: clamp(1.15rem, 5vw, 1.5rem);
        line-height: 1.25;
        margin-bottom: clamp(1rem, 4vw, 1.5rem);
        padding-inline: 0.15rem;
    }

    body.about-us-page .au-social-platforms .au-how-pill-wrap {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(1rem, 3.5vw, 1.35rem);
        padding: 0;
        filter: drop-shadow(0 4px 14px rgba(19, 0, 51, 0.06));
    }

    body.about-us-page .au-social-platforms .au-how-pill {
        --au-pill-h: clamp(46px, 13vw, 56px);
        --au-pill-line: clamp(4px, 1.1vw, 5px);
        --au-pill-line-h: 92%;

        flex-direction: row;
        align-items: stretch;
        width: 100%;
        height: var(--au-pill-h);
        min-height: var(--au-pill-h);
        border-radius: 999px;
        overflow: hidden;
        gap: 0;
        background: linear-gradient(90deg, #ee6849 0%, #c47e9e 45%, #3f83ff 100%);
        box-shadow: none;
    }

    body.about-us-page .au-social-platforms .au-how-pill__seg {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        min-height: 0;
        margin: 0 !important;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }

    body.about-us-page .au-social-platforms .au-how-pill__seg:not(:last-child)::after {
        display: block;
        height: var(--au-pill-line-h);
    }

    body.about-us-page .au-social-platforms .au-how-pill__seg--collect,
    body.about-us-page .au-social-platforms .au-how-pill__seg--process,
    body.about-us-page .au-social-platforms .au-how-pill__seg--deliver {
        background: transparent;
    }

    body.about-us-page .au-social-platforms .au-how-pill__seg img {
        width: clamp(20px, 6.5vw, 28px);
    }

    body.about-us-page .au-social-platforms .au-how-inline-grid {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        --bs-gutter-x: clamp(0.35rem, 2vw, 0.65rem);
        --bs-gutter-y: 0;
    }

    body.about-us-page .au-social-platforms .au-how-step-copy {
        padding-inline: clamp(0.1rem, 1vw, 0.35rem);
    }

    body.about-us-page .au-social-platforms .au-how-inline-heading {
        font-size: clamp(0.7rem, 3.2vw, 0.9rem);
        margin-bottom: 0.35rem;
        line-height: 1.2;
    }

    body.about-us-page .au-social-platforms .au-how-inline-text {
        font-size: clamp(0.625rem, 2.6vw, 0.75rem);
        line-height: 1.45;
        max-width: 100%;
        padding-inline: 0;
    }
}

@media (max-width: 380px) {
    body.about-us-page .au-social-platforms .au-how-pill {
        --au-pill-h: 44px;
    }

    body.about-us-page .au-social-platforms .au-how-pill__seg img {
        width: 18px;
    }

    body.about-us-page .au-social-platforms .au-how-inline-text {
        font-size: 0.6rem;
        line-height: 1.4;
    }
}

.au-how {
    background: #fff;
}

.au-section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.au-how-title {
    color: #1a1a3f;
    font-weight: 700;
    margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

/* Портокалов прстен + мала иконка по центар (Collect / Process / Deliver) */
.au-how-icon-ring {
    position: relative;
    width: min(260px, 78vw);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.au-how-ring-img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes about-au-how-ring-breathe {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: no-preference) {
    body.about-us-page .au-how-ring-img {
        transform-origin: center center;
        animation: about-au-how-ring-breathe 2.65s ease-in-out infinite;
    }

    body.about-us-page .au-how-grid .col-md-4:nth-child(1) .au-how-ring-img {
        animation-delay: 0s;
    }

    body.about-us-page .au-how-grid .col-md-4:nth-child(2) .au-how-ring-img {
        animation-delay: 0.28s;
    }

    body.about-us-page .au-how-grid .col-md-4:nth-child(3) .au-how-ring-img {
        animation-delay: 0.56s;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.about-us-page .au-how-ring-img {
        animation: none;
    }
}

.au-how-inner-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* помало од централниот диск за да има „одмор“ како на дизајнот (~¼–⅓ од пречникот) */
    width: 28%;
    max-width: 76px;
    height: auto;
    pointer-events: none;
}

.au-how-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a3f;
    margin-bottom: 0.75rem;
}

.au-how-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.55;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.au-capabilities {
    --au-cap-border-grad: linear-gradient(135deg, #3f83ff 0%, #ee6849 100%);
    --au-cap-line-grad: linear-gradient(90deg, #3f83ff 0%, #ee6849 100%);

    position: relative;
    background-color: #fff7e8;
    background-image: url("../img/about_us/pikasa website background yellow version 1.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* повисока секција — повеќе воздух од соседните */
    padding-top: clamp(5rem, 14vw, 9rem);
    padding-bottom: clamp(5rem, 14vw, 9rem);
}

.au-capabilities-title,
.au-cap-row {
    position: relative;
    z-index: 1;
}

/* Еднаква висина на колоните → текст-блокот со flex расте → линиите во ист хоризонтален ред */
.au-cap-row > .col {
    display: flex;
}

.au-capabilities-title {
    color: #1a1a3f;
    font-weight: 700;
}

/* Градиент рамка: надворешен слој = градиент, внатрешност = бело + заоблено */
.au-cap-card {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    padding: 1px;
    background: var(--au-cap-border-grad);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .au-cap-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 36px rgba(63, 131, 255, 0.12);
    }

    .au-cap-card:focus-within,
    .au-cap-card:active {
        transform: translateY(-4px);
        box-shadow: 0 14px 36px rgba(63, 131, 255, 0.12);
    }

.au-cap-card-inner {
    flex: 1 1 auto;
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.au-cap-card-body {
    padding: 1.35rem 1.25rem 1.1rem;
    flex: 1 1 auto;
    text-align: left;
    min-height: 0;
}

.au-cap-card-divider {
    flex: 0 0 auto;
    height: 1px;
    border: 0;
    margin: 0;
    background: var(--au-cap-line-grad);
}

.au-cap-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #123773;
    margin-bottom: 0.65rem;
}

.au-cap-card-text {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.55;
}

.au-cap-card-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 1.35rem) 1rem;
    min-height: 5.5rem;
}

    .au-cap-card-icon img {
        display: block;
        width: auto;
        height: auto;
        max-width: 72px;
        max-height: 72px;
        object-fit: contain;
    }

.au-cap-card-icon--detect img {
    max-width: 96px;
    max-height: 96px;
}

.au-teams {
    background: #fff;
    padding-top: clamp(5rem, 14vw, 9rem);
    padding-bottom: clamp(5rem, 14vw, 9rem);
}

.au-teams-title {
    color: #1a1a3f;
    font-weight: 700;
    margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
}

.au-teams-grid > .col {
    position: relative;
}

@media (min-width: 992px) {
    .au-teams-grid > .col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
        transform: translateY(-50%);
        width: 1px;
        height: min(72%, 17rem);
        background: #e5e5e5;
        pointer-events: none;
    }
}

.au-team-cell {
    padding: 0.5rem 0.85rem 1rem;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.au-team-icon-gradient {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    margin-bottom: 1.1rem;
    background: linear-gradient(180deg, #ee6849 0%, #3f83ff 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.au-team-icon-gradient--pr {
    -webkit-mask-image: url("../img/about_us/PRCommunications.png");
    mask-image: url("../img/about_us/PRCommunications.png");
}

.au-team-icon-gradient--media {
    -webkit-mask-image: url("../img/about_us/Media _Organizations.png");
    mask-image: url("../img/about_us/Media _Organizations.png");
}

.au-team-icon-gradient--gov {
    -webkit-mask-image: url("../img/about_us/GovermentPolicy.png");
    mask-image: url("../img/about_us/GovermentPolicy.png");
}

.au-team-icon-gradient--ngo {
    -webkit-mask-image: url("../img/about_us/NGOs Research.png");
    mask-image: url("../img/about_us/NGOs Research.png");
}

.au-team-icon-gradient--corp {
    -webkit-mask-image: url("../img/about_us/CorporateStrategy.png");
    mask-image: url("../img/about_us/CorporateStrategy.png");
}

.au-team-name {
    font-size: clamp(1.05rem, 1.9vw, 1.3rem);
    font-weight: 700;
    color: #123773;
    line-height: 1.28;
    margin-bottom: 0.65rem;
    max-width: 16rem;
}

.au-team-desc {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.55;
    max-width: 16rem;
}

.au-designed {
    --au-designed-pad-v: clamp(5rem, 14vw, 9rem);

    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    background-color: #2e4fe0;
    background-image: url("../img/about_us/designed_from_real_decisions_background.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: var(--au-designed-pad-v);
    padding-bottom: var(--au-designed-pad-v);
}

.au-designed-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.au-designed-lead {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.96);
    margin-bottom: 1.75rem;
    max-width: 36rem;
}

.au-designed-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.0625rem;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 0.95rem;
}

    .au-designed-checklist li:last-child {
        margin-bottom: 0;
    }

.au-designed-check-strong {
    font-weight: 700;
}

.au-designed .au-check--sign {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .au-designed .au-check--sign img {
        display: block;
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

.au-designed-copy {
    align-self: center;
}

@media (min-width: 992px) {
    .au-designed-visual {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-self: stretch;
        padding-right: 0;
        margin-bottom: calc(-1 * var(--au-designed-pad-v));
    }
}

.au-designed-visual {
    position: relative;
}

.au-designed-shot-frame {
    padding: 14px 14px 0 14px;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-bottom: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -6px 36px rgba(0, 0, 0, 0.12);
}

.au-designed-shot {
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.au-designed-shot-img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .au-designed-shot-frame {
        border-radius: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.48);
        padding-bottom: 14px;
    }

    .au-designed-shot {
        border-radius: 14px;
    }
}

.au-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.0625rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.au-check {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--primary-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.au-pikasa-strip {
    background: #fff;
    padding-top: clamp(3rem, 7vw, 4.5rem);
    padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

.au-pikasa-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.au-pikasa-brand-link {
    color: inherit;
}

.au-pikasa-mark {
    display: block;
    width: clamp(58px, 7vw, 72px);
    height: auto;
    object-fit: contain;
}

.au-pikasa-wordmark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
}

.au-pikasa-name {
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 700;
    color: #130033;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.au-pikasa-powered {
    font-size: clamp(0.65rem, 1.05vw, 0.72rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #130033;
}

body.about-us-page .au-pikasa-powered,
body.about-us-page .lm-powered-text,
body.about-us-page .powered {
    color: #130033 !important;
}

.au-pikasa-inline-brand {
    font-weight: 700;
    color: inherit;
}

.au-pikasa-company-link {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.au-pikasa-company-link:hover,
.au-pikasa-company-link:focus-visible {
    color: #123773;
}

.au-pikasa-rule {
    width: 1px;
    align-self: stretch;
    min-height: 4.5rem;
    background: #d1d5db;
}

.au-pikasa-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    max-width: none;
}

.au-prefooter-cta {
    padding-top: clamp(3rem, 8vw, 5rem);
    padding-bottom: clamp(3rem, 8vw, 5rem);
    background: #fff;
}

.au-prefooter-box {
    border-radius: 12px;
    background: linear-gradient(90deg, #ffd44d 0%, #ffb347 42%, #ee6849 100%);
    padding: clamp(1.7rem, 3.2vw, 2.35rem) clamp(1.35rem, 3.2vw, 2rem);
    border: none;
    box-shadow: 0 14px 36px rgba(238, 104, 73, 0.2);
}

.au-prefooter-title {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.au-prefooter-lead {
    font-size: 1.0625rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.98);
    line-height: 1.55;
}

    .au-prefooter-lead strong {
        font-weight: 700;
        color: #fff;
    }

.au-prefooter-btn-demo {
    background: #123773 !important;
    color: #fff !important;
    border: 1px solid #123773 !important;
    border-radius: 4px !important;
    min-width: 160px;
    min-height: 48px;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    box-shadow: 0 8px 28px rgba(11, 11, 42, 0.35);
}

    .au-prefooter-btn-demo:hover {
        background: #123773 !important;
        color: #fff !important;
        opacity: 0.95;
    }

.au-prefooter-btn-explore {
    background: #123773 !important;
    color: #fff !important;
    border: 1px solid #123773 !important;
    border-radius: 4px !important;
    padding: 0.52rem 1.45rem;
    font-weight: 600;
    box-shadow: none !important;
    filter: none !important;
}

    .au-prefooter-btn-explore:hover {
        background: rgba(255, 255, 255, 0.18) !important;
        color: #fff !important;
        border-color: #fff !important;
    }

.about-us-figma .navbar-nav.au-nav-center .nav-link {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: clamp(0.875rem, 1.4vw, 1rem);
}

.about-us-figma .navbar-nav .nav-link.active::after,
.about-us-figma .navbar-nav .nav-link:hover::after {
    background-color: #123773;
    height: 5px;
    border-radius: 3px;
}

@media (max-width: 991.98px) {
    body.about-us-page .navbar.main-nav .navbar-collapse,
    body.about-us-page .navbar.main-nav .navbar-collapse.show,
    body.about-us-page .navbar.main-nav .navbar-collapse.collapsing {
        background: #ffffff !important;
        background-color: #ffffff !important;
        border-radius: 14px;
        box-shadow: 0 12px 32px rgba(16, 24, 40, 0.12);
        margin-top: 0.55rem;
        padding: 0.75rem 0.85rem 0.95rem;
    }

    body.about-us-page .navbar.main-nav .navbar-collapse .navbar-nav .nav-link {
        color: #130033 !important;
    }

    body.about-us-page .navbar.main-nav .navbar-collapse .btn {
        background: #123773 !important;
        color: #ffffff !important;
        border-color: #123773 !important;
        border-radius: 4px !important;
    }

    .about-us-figma .au-hero-row {
        text-align: left;
    }

    .about-us-figma .au-hero-actions {
        justify-content: flex-start;
    }

    .about-us-figma .au-hero-mockup {
        margin-right: auto;
    }

    body.about-us-page .page-wrapper.product-detail-page::before {
        min-height: min(92vh, 48rem);
    }

    body.about-us-page .about-us-figma .au-hero.hero-wrapper--compact {
        min-height: auto;
    }

    .about-us-figma .au-hero {
        padding-top: clamp(1.5rem, 5vw, 2.5rem);
        padding-bottom: clamp(2.25rem, 7vw, 3.25rem);
    }

    .au-hero-title {
        max-width: 20ch;
        margin-bottom: 1rem;
    }

    .au-hero-lead {
        margin-bottom: 1.25rem;
        max-width: 100%;
    }

    .about-us-figma .au-hero-actions {
        gap: 0.75rem !important;
        flex-wrap: wrap !important;
        align-items: center;
    }

    .about-us-figma .au-hero-actions .btn {
        width: auto;
        text-align: center;
        white-space: nowrap;
        padding: 0.55rem 1.25rem;
        font-size: 0.98rem;
        line-height: 1.2;
    }

    .about-us-figma .au-hero .au-btn-explore {
        min-width: 0;
        min-height: 46px;
        padding: 10px 28px;
        font-size: 0.98rem;
        border-width: 2px !important;
    }

    .au-global-banner {
        border-radius: 16px;
        padding: clamp(1.35rem, 4vw, 2rem);
    }

    .au-global-banner__title {
        font-size: clamp(1.5rem, 5.2vw, 2.1rem);
    }

    .au-global-banner__lead {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .au-global-banner__copy .au-global-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1rem !important;
    }

    .au-global-banner__copy .au-global-stat {
        padding: 0.3rem 0.4rem;
        min-width: 0;
    }

    .au-global-banner__copy .au-global-stat:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .au-section.au-capabilities,
    .au-section.au-teams,
    .au-section.au-designed {
        padding-top: clamp(3.5rem, 9vw, 5rem);
        padding-bottom: clamp(3.5rem, 9vw, 5rem);
    }

    .au-cap-row {
        row-gap: 1rem;
    }

    .au-cap-card-title {
        font-size: 1.12rem;
    }

    .au-cap-card-text {
        font-size: 0.9rem;
    }

    .au-team-cell {
        padding: 0.5rem 0.35rem 0.75rem;
    }

    .au-team-icon-gradient {
        width: 60px;
        height: 60px;
    }

    .au-team-desc {
        max-width: 100%;
    }

    .au-designed-copy {
        order: 1;
    }

    .au-designed-visual {
        order: 2;
        margin-top: clamp(1.25rem, 4.2vw, 2.1rem);
        align-self: flex-end;
        margin-bottom: calc(-1 * clamp(3.5rem, 9vw, 5rem));
    }

    .au-pikasa-text {
        font-size: 0.96rem;
    }

    .au-prefooter-box {
        border-radius: 14px;
    }

    .au-prefooter-title {
        font-size: clamp(1.45rem, 5vw, 2rem);
    }

    .au-prefooter-lead {
        font-size: 1rem;
    }

    .au-pikasa-inner {
        gap: 1.25rem !important;
        align-items: flex-start !important;
    }

    .au-pikasa-text {
        max-width: 52ch;
    }

    .au-prefooter-cta {
        padding-top: clamp(2rem, 6vw, 3rem);
        padding-bottom: clamp(2.2rem, 6vw, 3.2rem);
    }

    .au-prefooter-title {
        margin-bottom: 0.55rem !important;
    }

    .au-prefooter-lead {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-us-figma .au-hero-visual {
        display: flex;
        justify-content: center;
    }

    .about-us-figma .au-hero-mockup {
        width: min(620px, 82%);
        max-width: min(620px, 82%);
        margin-left: auto;
        margin-right: auto;
    }

    .au-cap-row > .col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .au-cap-row > .col:nth-child(4) {
        margin-left: 16.6667%;
    }

    .au-teams-grid > .col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .au-teams-grid > .col:nth-child(4) {
        margin-left: 16.6667%;
    }

    .au-designed-shot-frame {
        border-radius: 22px 22px 0 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .au-designed-shot {
        border-radius: 14px 14px 0 0;
    }

    .au-pikasa-strip {
        padding-top: 2.1rem;
        padding-bottom: 2.25rem;
    }

    .au-pikasa-inner {
        align-items: flex-start !important;
        gap: 1rem !important;
    }

    .au-pikasa-mark {
        width: 52px;
    }

    .au-pikasa-name {
        font-size: 1.2rem;
    }

    .au-pikasa-powered {
        font-size: 0.56rem;
        letter-spacing: 0.06em;
    }

    .au-pikasa-rule {
        min-height: 3.1rem;
    }

    .au-pikasa-text {
        font-size: 0.82rem;
        line-height: 1.5;
        max-width: 64ch;
    }

    .au-prefooter-cta {
        padding-top: 1.4rem;
        padding-bottom: 2rem;
    }

    .au-prefooter-box {
        padding: 0.95rem 1rem;
        border-radius: 8px;
    }

    .au-prefooter-title {
        font-size: clamp(1.28rem, 3.2vw, 1.55rem);
        line-height: 1.14;
        margin-bottom: 0.4rem !important;
    }

    .au-prefooter-lead {
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .au-prefooter-cta .row {
        --bs-gutter-y: 0.4rem;
        align-items: center !important;
    }

    .au-prefooter-cta .d-flex.flex-wrap {
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
    }

    .au-prefooter-btn-demo,
    .au-prefooter-btn-explore {
        font-size: 0.72rem;
        line-height: 1.1;
        white-space: nowrap;
    }

    .au-prefooter-btn-demo {
        padding: 0.44rem 0.95rem;
    }

    .au-prefooter-btn-explore {
        padding: 0.4rem 0.9rem;
        border-width: 1.5px !important;
    }
}

@media (max-width: 767.98px) {
    .au-how-title {
        font-size: clamp(1.85rem, 6.2vw, 2.1rem);
        margin-bottom: 1.35rem;
    }

    body.about-us-page .navbar.main-nav {
        min-height: 68px;
        padding: 0.55rem 0;
    }

    .about-us-figma .au-hero-inner {
        padding-top: 0;
    }

    .au-hero-title {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
        line-height: 1.18;
        letter-spacing: -0.01em;
    }

    .au-hero-title-accent {
        display: inline-block;
        margin-left: 0;
        margin-top: 0.2rem;
        white-space: normal;
    }

    .au-hero-lead {
        font-size: 0.96rem;
        line-height: 1.52;
    }

    .about-us-figma .au-hero-mockup {
        max-width: min(540px, 100%);
    }

    .au-section {
        padding: clamp(2.35rem, 9vw, 3.25rem) 0;
    }

    .au-section-title {
        margin-bottom: 1.6rem;
    }

    .au-global-banner__copy .au-global-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.85rem 0.5rem;
        margin-top: 1.2rem;
        padding-top: 1.1rem;
    }

    .au-global-banner__copy .au-global-stat {
        padding: 0.2rem 0.25rem;
        min-width: 0;
    }

    .au-global-banner__copy .au-global-stat:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    .au-global-stat__icon {
        max-width: 100%;
        height: 40px;
        margin-bottom: 0.4rem;
    }

    .au-global-stat__icon img {
        height: 40px;
        max-width: 100%;
    }

    .au-global-stat__value {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem);
    }

    .au-global-stat__label {
        font-size: 0.72rem;
        line-height: 1.3;
        margin-top: 0.35rem;
        max-width: 100%;
        word-break: break-word;
        hyphens: auto;
    }

    .au-global-banner__map {
        min-height: 0;
    }

    .au-how-icon-ring {
        width: min(170px, 32vw);
    }

    .au-how-heading {
        font-size: 1.2rem;
    }

    .au-how-text {
        font-size: 0.92rem;
        line-height: 1.42;
    }

    .about-us-figma .au-how-grid {
        --bs-gutter-x: 0.85rem;
        --bs-gutter-y: 0;
        flex-wrap: nowrap;
    }

    .about-us-figma .au-how-grid > [class*="col-"],
    .about-us-figma .au-how-grid > .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .about-us-figma .au-how-card {
        text-align: center;
    }

    .about-us-figma .au-how-card .au-how-icon-ring {
        margin-bottom: 1rem !important;
    }

    .about-us-figma .au-how-heading {
        font-size: 1.22rem;
        margin-bottom: 0.55rem;
    }

    .about-us-figma .au-how-text {
        font-size: 0.66rem;
        line-height: 1.4;
        max-width: 100%;
    }

    .au-cap-card-body {
        padding: 1rem 0.9rem 0.85rem;
    }

    .au-cap-card-icon {
        min-height: 4.6rem;
    }

    .au-cap-card-icon img {
        max-width: 60px;
        max-height: 60px;
    }

    .au-cap-card-icon--detect img {
        max-width: 76px;
        max-height: 76px;
    }

    .au-team-name {
        font-size: 1rem;
        margin-bottom: 0.45rem;
        max-width: 100%;
    }

    .au-team-desc {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .au-designed-lead,
    .au-checklist li,
    .au-designed-checklist li {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .au-designed .au-check--sign,
    .au-designed .au-check--sign img {
        width: 24px;
        height: 24px;
    }

    .au-designed-title {
        font-size: clamp(1.65rem, 6vw, 2.05rem);
        margin-bottom: 0.95rem;
    }

    .au-designed-lead {
        margin-bottom: 1.15rem;
        max-width: 100%;
    }

    .au-designed-checklist li {
        margin-bottom: 0.72rem;
    }

    .au-designed-visual {
        margin-top: 0.25rem;
    }

    .au-designed-shot-frame {
        border-radius: 20px 20px 0 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .au-designed-shot {
        border-radius: 12px 12px 0 0;
    }

    .au-pikasa-mark {
        width: 56px;
    }

    .au-pikasa-name {
        font-size: 1.25rem;
    }

    .au-pikasa-powered {
        font-size: 0.6rem;
        color: #130033 !important;
    }

    .au-prefooter-box {
        padding: 1.15rem 1rem;
        border-radius: 11px;
        box-shadow: 0 12px 28px rgba(238, 104, 73, 0.18);
    }

    .au-prefooter-title {
        font-size: clamp(1.25rem, 5vw, 1.6rem);
        margin-bottom: 0.55rem !important;
    }

    .au-prefooter-lead {
        font-size: 0.9rem;
        line-height: 1.42;
    }

    .au-prefooter-cta .row {
        --bs-gutter-y: 0.85rem;
    }

    .au-prefooter-cta .d-flex.flex-wrap {
        gap: 0.55rem !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }

    .au-prefooter-btn-demo,
    .au-prefooter-btn-explore {
        white-space: nowrap;
        font-size: 0.78rem;
        line-height: 1.15;
    }

    .au-prefooter-btn-demo {
        padding: 0.52rem 1rem;
    }

    .au-prefooter-btn-explore {
        padding: 0.48rem 0.95rem;
        border-width: 1.75px !important;
    }

    .au-prefooter-btn-demo,
    .au-prefooter-btn-explore,
    .about-us-figma .au-hero .au-btn-dark,
    .about-us-figma .au-hero .au-btn-explore {
        width: auto;
        justify-content: center;
    }

    .about-us-figma .au-hero-actions {
        gap: 0.6rem !important;
        flex-wrap: wrap !important;
    }

    .about-us-figma .au-hero-actions .btn,
    .about-us-figma .au-hero-actions a.btn {
        flex: 0 0 auto;
        min-width: 0;
        padding: 0.52rem 1.05rem;
        font-size: 0.9rem;
        line-height: 1.15;
        border-width: 1.5px;
    }

    .about-us-figma .au-hero-actions .btn.btn-request-demo,
    .about-us-figma .au-hero-actions a.btn.btn-request-demo {
        min-width: 160px !important;
        min-height: 48px !important;
        padding: 12px 36px !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
    }

    .about-us-figma .au-hero-actions .btn.au-btn-explore,
    .about-us-figma .au-hero-actions a.au-btn-explore {
        min-width: 148px !important;
        min-height: 48px !important;
        padding: 10px 24px !important;
        font-size: 0.95rem !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        border-width: 2px !important;
    }
}

@media (max-width: 575.98px) {
    body.about-us-page .product-detail-page .footer-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        border-left-width: 0 !important;
        border-right-width: 0 !important;
        border-bottom-width: 0 !important;
        border-radius: 0 !important;
    }

    body.about-us-page .product-detail-page .footer-section::before {
        border-radius: 0 !important;
    }

    .au-capabilities-title,
    .au-teams-title {
        font-size: clamp(1.15rem, 5.8vw, 1.55rem);
        line-height: 1.2;
        margin-bottom: 1.4rem;
    }

    .au-how-title {
        font-size: clamp(1.15rem, 5.8vw, 1.55rem);
        line-height: 1.2;
        margin-bottom: 1.4rem;
    }

    .au-global-banner {
        border-radius: 12px;
        padding: 1.15rem 1rem;
    }

    .au-global-banner__title {
        font-size: 1.4rem;
    }

    .au-global-banner__lead {
        font-size: 0.86rem;
        line-height: 1.45;
    }

    .au-global-stat {
        padding: 0.15rem 0.2rem;
    }

    .au-global-stat__icon {
        height: 36px;
        margin-bottom: 0.3rem;
    }

    .au-global-stat__icon img {
        height: 36px;
    }

    .au-global-stat__value {
        font-size: 0.95rem;
    }

    .au-global-stat__label {
        font-size: 0.68rem;
        line-height: 1.25;
    }

    .au-cap-row {
        --bs-gutter-x: 0.55rem;
        --bs-gutter-y: 0.6rem;
        margin-left: 0;
        margin-right: 0;
    }

    .au-cap-row > .col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.2);
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.2);
    }

    .au-cap-row > .col:nth-child(4) {
        margin-left: 16.6667%;
    }

    .au-cap-card-body {
        padding: 0.78rem 0.62rem 0.68rem;
    }

    .au-cap-card-title {
        font-size: 0.86rem;
        margin-bottom: 0.42rem;
    }

    .au-cap-card-text {
        font-size: 0.58rem;
        line-height: 1.35;
    }

    .au-cap-card-icon {
        min-height: 3.15rem;
        padding: 0.62rem 0.45rem;
    }

    .au-cap-card-icon img {
        max-width: 38px;
        max-height: 38px;
    }

    .au-cap-card-icon--detect img {
        max-width: 48px;
        max-height: 48px;
    }

    .au-team-cell {
        padding-left: 0;
        padding-right: 0;
    }

    .au-teams-grid {
        --bs-gutter-x: 0.6rem;
        --bs-gutter-y: 0.75rem;
    }

    .au-teams-grid > .col {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .au-teams-grid > .col:nth-child(4) {
        margin-left: 16.6667%;
    }

    .au-team-cell {
        padding: 0.35rem 0.15rem 0.55rem;
    }

    .au-team-icon-gradient {
        width: 52px;
        height: 52px;
        margin-bottom: 0.75rem;
    }

    .au-team-name {
        font-size: 0.72rem;
        line-height: 1.25;
        margin-bottom: 0.35rem;
    }

    .au-team-desc {
        font-size: 0.49rem;
        line-height: 1.35;
    }

    .au-pikasa-inner {
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 0.85rem !important;
    }

    .au-pikasa-brand {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .au-pikasa-brand-link {
        gap: 0.45rem !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .au-pikasa-mark {
        width: 48px;
    }

    .au-pikasa-name {
        font-size: 1.12rem;
    }

    .au-pikasa-powered {
        font-size: 0.56rem;
        letter-spacing: 0.05em;
        color: #130033 !important;
    }

    .au-pikasa-rule.d-none.d-md-block {
        display: block !important;
        min-height: 3.3rem;
    }

    .au-pikasa-text {
        font-size: 0.74rem;
        line-height: 1.45;
        max-width: 30ch;
    }

    .about-us-figma .au-hero-actions {
        gap: 0.65rem !important;
        flex-direction: column;
        align-items: stretch !important;
    }

    .about-us-figma .au-hero-actions .btn,
    .about-us-figma .au-hero-actions a.btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 12px 20px;
        font-size: 0.92rem;
        border-width: 1.5px;
        min-height: 48px;
    }

    .about-us-figma .au-hero-actions .btn.btn-request-demo,
    .about-us-figma .au-hero-actions a.btn.btn-request-demo,
    .about-us-figma .au-hero-actions .btn.au-btn-explore,
    .about-us-figma .au-hero-actions a.au-btn-explore {
        min-width: 0 !important;
        width: 100%;
        padding: 12px 20px !important;
        font-size: 0.95rem !important;
        min-height: 48px !important;
    }

    .about-us-figma .au-hero-actions .btn.au-btn-explore,
    .about-us-figma .au-hero-actions a.au-btn-explore {
        border-width: 2px !important;
    }

    .about-us-figma .au-how-grid {
        --bs-gutter-x: 0.55rem;
    }

    .about-us-figma .au-how-icon-ring {
        width: min(126px, 30vw);
    }

    .about-us-figma .au-how-heading {
        font-size: 1.08rem;
        margin-bottom: 0.45rem;
    }

    .about-us-figma .au-how-text {
        font-size: 0.6rem;
        line-height: 1.35;
    }

    .au-prefooter-title {
        font-size: clamp(1.18rem, 4.8vw, 1.42rem);
    }

    .au-prefooter-lead {
        font-size: 0.84rem;
    }

    .au-designed-title {
        font-size: clamp(1.45rem, 5.6vw, 1.8rem);
        line-height: 1.15;
        margin-bottom: 0.85rem;
    }

    .au-designed-lead,
    .au-checklist li,
    .au-designed-checklist li {
        font-size: 0.82rem;
        line-height: 1.4;
    }

    .au-designed .au-check--sign,
    .au-designed .au-check--sign img {
        width: 20px;
        height: 20px;
    }

    .au-designed-shot-frame {
        border-radius: 16px 16px 0 0;
        padding: 10px 10px 0;
    }

    .au-designed-shot {
        border-radius: 10px 10px 0 0;
    }

    .au-designed-visual {
        margin-top: 1.45rem;
        margin-bottom: calc(-1 * clamp(3.5rem, 9vw, 5rem));
    }
}
