:root {
    --primary-color: #FF5500;

    --page-primary-bg: #FF5500;
    --page-secondary-bg: #c04000;
    --primary-dark: #FF5500;
    --page-fade: #fff6ed;
    --page-dark: #1A1A1A;
    --text-grey: #555555;

    --gradient: linear-gradient(90deg, #FF5500 0%, #FF5500 100%);
    --secondary-color: #111451;

    --font-instrument: 'Instrument Sans', sans-serif;
    --font-serif: 'Instrument Serif', serif;
    --font-tight: 'Inter Tight', sans-serif;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--font-tight);
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    height: auto;
    max-width: 100%;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

.primary-text {
    color: var(--primary-color);
}

.page-primary {
    background-color: var(--page-primary-bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.primary-dark {
    background-color: var(--primary-dark);
}

.page-fade {
    background-color: var(--page-fade);
}

.page-dark {
    background-color: var(--page-dark);
}

.text-theme {
    color: var(--page-dark);
}

.text-grey {
    color: var(--text-grey);
}

.muted-text {
    color: var(--page-dark);
    opacity: 0.3;
}


/* Fonts */
.font-instrument {
    font-family: var(--font-instrument);
}
.font-serif {
    font-family: var(--font-serif);
}
.font-tight {
    font-family: var(--font-tight);
}
h1,
.h1 {
    font-size: clamp(2.25rem, 0.2934rem + 4.0816vw, 4.375rem);
}

h2,
.h2 {
    font-size: clamp(2.125rem, 1.7797rem + 0.7203vw, 2.5rem);
}

h3,
.h3 {
    font-size: clamp(1.625rem, 1.3948rem + 0.4802vw, 1.875rem);
}
h4,
.h4 {
    font-size: clamp(1.375rem, 1.1448rem + 0.4802vw, 1.625rem);
}

h5,
.h5 {
    font-size: clamp(1.125rem, 0.8948rem + 0.4802vw, 1.375rem);
}

h6,
.h6 {
    font-size: clamp(1rem, 0.8849rem + 0.2401vw, 1.125rem);
}

.text-xl {
    font-size: clamp(2.125rem, -1.9421rem + 11.3171vw, 9.375rem);
}

.text-lg {
    font-size: clamp(2.125rem, 1.125rem + 5vw, 5.625rem);
}

a,
.text-md {
    font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
}

.text-sm {
    font-size: 0.875rem;
}

.w-bold {
    font-weight: 700 !important;
}

.spacer-xl {
    padding-block: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* header */
.logo {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
}
.logo img {
    height: 50px;
    width: auto;
}
.logo span {
    font-size: 28px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 20;
    padding: 18px 0;
}

.navigation {
    position: relative;
}

.nav-wrap {
    position: relative;
    max-width: 860px;
    margin: auto;
    padding: 10px 12px 10px 18px;
    border: 1px solid rgba(17, 20, 81, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 20px 55px rgba(17, 20, 81, 0.08);
    backdrop-filter: blur(18px);
}

.logo {
    white-space: nowrap;
}

.logo img {
    height: 40px;
}

.logo span {
    font-size: 23px;
    letter-spacing: 0;
}

.item-left,
.item-right {
    display: flex;
    flex: 0 0 auto;
}

.item-center {
    flex: 1 1 auto;
}

.menu > li {
    position: relative;
}

.menu > li.mega-menu {
    position: static;
}

.menu > li > a,
.nav-link-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 40px;
    border: 0;
    background: transparent;
    color: #101233;
    font: 600 14px/1 var(--font-tight);
    letter-spacing: 0;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.menu > li > a:hover,
.nav-link-button:hover,
.mega-menu.is-open .nav-link-button {
    color: var(--primary-color);
}

.nav-link-button svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.2;
    transition: transform 0.24s ease;
}

.mega-menu.is-open .nav-link-button svg {
    transform: rotate(180deg);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 11px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.button.lg {
    padding: 15px 25px;
    font-size: 16px;
}

.button.button-icon {
    padding: 0;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #f95200;
    color: #FFF;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), #e64600);
    box-shadow: 0 10px 24px rgba(255, 85, 0, 0.28);
}

.button-outline {
    color: #111451;
    background: #fff;
    border-color: rgba(17, 20, 81, 0.12);
    box-shadow: 0 8px 22px rgba(17, 20, 81, 0.07);
}

.button-outline:hover {
    border-color: rgba(255, 85, 0, 0.3);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 20, 81, 0.1);
    border-radius: 12px;
    color: #111451;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 20, 81, 0.08);
}

.menu-toggle svg {
    width: 20px;
    height: 20px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: min(92vw, 940px);
    padding-top: 18px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
}

.mega-menu.is-open .sub-menu {
    visibility: visible;
    opacity: 1;
}

.mega-menu-wrap {
    padding-top: 2px;
}

.mega-menu-panel {
    display: grid;
    grid-template-columns: 1.2fr 1.35fr 0.9fr;
    gap: 18px;
    overflow: hidden;
    min-height: 430px;
    padding: 20px;
    border: 1px solid rgba(17, 20, 81, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 32px 90px rgba(17, 20, 81, 0.14);
    backdrop-filter: blur(22px);
}

.mega-menu-column {
    min-width: 0;
}

.mega-menu-label {
    margin: 0 0 14px;
    color: rgba(17, 20, 81, 0.48);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-menu-main {
    padding: 2px 4px 0 0;
}

.mega-menu-premium {
    padding: 18px 18px 16px;
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(255, 85, 0, 0.1), transparent 36%),
        linear-gradient(135deg, #f6f7ff 0%, #fbfcff 100%);
}

.mega-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 78px;
    padding: 12px;
    border-radius: 12px;
    color: #111451;
    transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.mega-card + .mega-card {
    margin-top: 5px;
}

.mega-card:hover,
.mega-card.is-featured {
    background: #f5f7fb;
    box-shadow: inset 0 0 0 1px rgba(17, 20, 81, 0.04);
    transform: translateX(4px);
}

.mega-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(17, 20, 81, 0.1);
    border-radius: 11px;
    color: #111451;
    background: #fff;
    box-shadow: 0 8px 18px rgba(17, 20, 81, 0.06);
}

.mega-card.is-featured .mega-icon {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--primary-color), #d94600);
}

.mega-icon svg {
    width: 18px;
    height: 18px;
}

.mega-card strong,
.mega-menu-solutions a {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
}

.mega-card small {
    display: block;
    margin-top: 4px;
    color: rgba(26, 26, 26, 0.62);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.compact-card {
    min-height: 72px;
    /* padding-inline: 0; */
}

.compact-card:hover {
    background: rgba(255, 255, 255, 0.62);
}

.mega-menu-solutions {
    padding: 2px 0 0 4px;
}

.mega-menu-solutions a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 40px;
    color: #111451;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mega-menu-solutions a:hover {
    color: var(--primary-color);
    transform: translateX(4px);
}

.mega-menu-solutions svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    stroke-width: 2;
}

.mega-menu-solutions .all-solutions {
    margin-top: 12px;
    color: var(--primary-color);
}

.mega-menu-solutions .all-solutions svg {
    width: 16px;
    height: 16px;
}

.mega-menu-footer {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 6px 0;
    border-top: 1px solid rgba(17, 20, 81, 0.08);
}

.mega-footer-copy {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    color: rgba(26, 26, 26, 0.68);
    font-size: 14px;
    line-height: 1.35;
}

.mega-footer-copy strong {
    color: #111451;
}

.mega-footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #111451, var(--primary-color));
    box-shadow: 0 12px 24px rgba(17, 20, 81, 0.18);
}

.mega-footer-icon svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 1199.98px) {
    .nav-wrap {
        max-width: 820px;
    }

    .menu {
        gap: 20px;
    }

    .sub-menu {
        width: min(94vw, 900px);
    }
}

@media (max-width: 991.98px) {
    body.menu-active {
        overflow: hidden;
    }

    /* .header {
        min-height: auto;
        padding: 12px 0 28px;
    } */

    .nav-wrap {
        max-width: none;
        margin-top: 0;
        padding: 10px;
        border-radius: 16px;
    }

    .item-center {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: none;
        max-height: calc(100vh - 110px);
        overflow: auto;
        padding: 12px;
        border: 1px solid rgba(17, 20, 81, 0.09);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 24px 70px rgba(17, 20, 81, 0.14);
    }

    .item-center.is-open {
        display: block;
    }

    .item-right {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .menu {
        display: block;
    }

    .menu > li + li {
        margin-top: 4px;
    }

    .menu > li > a,
    .nav-link-button {
        justify-content: space-between;
        width: 100%;
        min-height: 46px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 15px;
    }

    .menu > li > a:hover,
    .nav-link-button:hover,
    .mega-menu.is-open .nav-link-button {
        background: #f5f7fb;
    }

    .sub-menu {
        position: static;
        width: 100%;
        display: none;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: none;
    }

    .mega-menu-wrap {
        overflow: hidden;
        padding-top: 0;
    }

    .mega-menu-panel {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: auto;
        margin-top: 8px;
        padding: 14px;
        border-radius: 14px;
        box-shadow: none;
        background: #fbfcff;
    }

    .mega-menu-premium,
    .mega-menu-main,
    .mega-menu-solutions {
        padding: 0;
    }

    .mega-menu-premium {
        padding: 12px;
    }

    .mega-card {
        min-height: 68px;
        padding: 10px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .mega-card:hover,
    .mega-card.is-featured {
        transform: none;
    }

    .mega-menu-footer {
        display: block;
        padding: 14px 0 0;
    }

    .mega-footer-copy {
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .button-outline {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .logo img {
        height: 34px;
    }

    .logo span {
        font-size: 20px;
    }

    .nav-wrap {
        padding: 8px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .item-center {
        max-height: calc(100vh - 92px);
    }

    .mega-menu-panel {
        padding: 12px;
    }

    .mega-card strong,
    .mega-menu-solutions a {
        font-size: 14px;
    }

    .mega-card small,
    .mega-footer-copy {
        font-size: 12px;
    }
}


/* split text */
.split-text {
  overflow: hidden;
}

.split-text .word {
  display: inline-block;
  /* margin-right: 8px; */
  opacity: 0;
  transform: translateY(60px);
}

.line-fill-text {
    overflow: hidden;
}

.line-fill-text .line-fill-line {
    display: block;
    opacity: 0.22;
    transform: translateY(10px);
    will-change: opacity, transform;
}

.line-fill-text .line-fill-word {
    display: inline-block;
}

/* homepage */
.hero {
    padding-top: 180px;
    padding-bottom: 72px;
    min-height: auto;
    position: relative;
    background-image: url(../images/agency-img/hero-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero::before {
    content: '';
    height: 500px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 85, 0, .3), transparent);
}

.hero-scroll-image {
    display: block;
    width: 100%;
    max-width: none;
    margin: 56px auto 0;
    transform-origin: center center;
    will-change: transform, opacity;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 140px;
        padding-bottom: 56px;
    }

    .hero-scroll-image {
        width: 100%;
        margin-top: 40px;
    }
}

/* continues slider */
.slider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.continues-slider .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function : linear;
}

.counter-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.counter-block {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(231, 231, 231, 1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
}

/* platform section */
.platform-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-image: url(../images/agency-img/platform-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.platform-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 85, 0, 0.08) 46%, transparent 62%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
    opacity: var(--platform-sheen-opacity, 0);
    transform: translateX(var(--platform-sheen-x, -16%));
    pointer-events: none;
}

.platform-copy {
    position: relative;
    z-index: 2;
}

.platform-visual {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    perspective: 1200px;
    will-change: transform;
}

.platform-visual::after {
    content: '';
    position: absolute;
    inset: 8% 5% 7%;
    z-index: -1;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(17, 20, 81, 0.14), rgba(255, 85, 0, 0.13));
    filter: blur(24px);
    opacity: 0.7;
    transform: translateY(18px) scale(0.94);
    pointer-events: none;
}

.platform-visual img {
    display: block;
    width: 100%;
    will-change: transform;
    transform-origin: center;
}

.icon-card {
    height: 100%;
    cursor: default;
    border-radius: 16px;
    will-change: transform;
}

.icon-card-img {
    height: 40px;
    width: 40px;
    color: #FE7810;
    background-color: rgba(254, 120, 16, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.platform-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 20, 81, 0.08);
    transform-origin: center;
    will-change: transform, box-shadow;
}

.platform-img {
    overflow: hidden;
}

.platform-img img,
.platform-card .button-icon,
.icon-card-img {
    will-change: transform;
}

.platform-content {
    padding: 20px;
    background: white;
    height: 100%;
}


.section-reveal-wrap {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    background:
        radial-gradient(circle at 50% 58%, rgba(255, 85, 0, 0.13), transparent 34%),
        linear-gradient(180deg, #fff 0%, #fff7f1 48%, #ffffff 100%);
    isolation: isolate;
}

.reveal-pin-stage {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
}

.reveal-copy-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 130px 20px 80px;
    text-align: center;
}

.reveal-kicker {
    color: var(--primary-color);
    font-size: clamp(0.8rem, 0.65rem + 0.45vw, 1.05rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.reveal-scale-text {
    display: grid;
    place-items: center;
    width: min(92vw, 1200px);
    min-height: clamp(4rem, 13vw, 11.5rem);
    max-width: 1200px;
    color: #20242b;
    font-size: clamp(3.2rem, 13vw, 11.5rem);
    font-weight: 900;
    line-height: 0.86;
    letter-spacing: 0;
    perspective: 900px;
    transform-origin: center center;
    will-change: transform, opacity;
}

.reveal-word {
    grid-area: 1 / 1;
    display: block;
    white-space: nowrap;
    opacity: 0;
    transform-origin: center center;
    will-change: transform, opacity;
}

.reveal-letter {
    display: inline-block;
    transform-origin: center bottom;
    will-change: transform, opacity;
}

.reveal-space {
    display: inline-block;
    width: 0.26em;
}

.reveal-next-section {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: 100svh;
    background: #ffffff;
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
    transform: scale(0.92);
    transform-origin: center center;
    will-change: transform, opacity, clip-path;
}

.reveal-next-section.spacer-xl {
    padding-block: 130px 80px;
}

.reveal-next-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(255, 85, 0, 0.08), transparent 32%),
        linear-gradient(315deg, rgba(17, 20, 81, 0.07), transparent 34%);
    pointer-events: none;
}

.reveal-next-section .container {
    position: relative;
    z-index: 1;
}

.showcase-content {
    max-width: 580px;
}

.showcase-label {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--primary-color);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.showcase-media {
    position: relative;
}

.showcase-media img {
    display: block;
    width: 100%;
}

@media (max-width: 991.98px) {
    .reveal-copy-layer {
        padding-top: 110px;
    }

    .reveal-scale-text {
        font-size: clamp(3.6rem, 18vw, 8rem);
        min-height: clamp(4.2rem, 18vw, 8rem);
    }

    .showcase-content {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .section-reveal-wrap {
        min-height: 100svh;
    }

    .reveal-pin-stage {
        min-height: 100svh;
    }

    .reveal-copy-layer {
        gap: 14px;
        padding: 96px 14px 64px;
    }

    .reveal-next-section.spacer-xl {
        padding-block: 104px 44px;
    }

    .reveal-scale-text {
        width: min(86vw, 292px);
        min-height: 4.5rem;
        font-size: clamp(2.6rem, 16.5vw, 3.35rem);
        line-height: 0.95;
    }

    .reveal-next-section {
        align-items: flex-start;
        overflow-y: hidden;
        min-height: 100svh;
    }

    .reveal-next-section .container {
        width: 100%;
        padding-inline: 12px;
    }

    .showcase-content h2 {
        font-size: clamp(1.55rem, 7.7vw, 2rem);
        line-height: 1.08;
    }

    .showcase-content .text-md {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .showcase-label {
        margin-bottom: 10px;
        font-size: 0.72rem;
    }

    .showcase-media {
        border-radius: 16px;
    }

    .showcase-media img {
        /* max-height: 31svh; */
        object-fit: cover;
        object-position: top center;
    }
}

/* Sticky Features Section */
.sticky-features-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255, 85, 0, 0.05), transparent 22%),
        radial-gradient(circle at 86% 78%, rgba(17, 20, 81, 0.05), transparent 24%),
        linear-gradient(180deg, #fcfcfe 0%, #ffffff 46%, #fbfcff 100%);
}

.sticky-features-shell {
    position: relative;
}

.sticky-features-header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 32px;
    align-items: end;
}

.sticky-features-header-copy {
    max-width: 760px;
}

.sticky-features-header h2 {
    margin-bottom: 18px;
    max-width: 12ch;
    font-size: clamp(2.3rem, 3.8vw, 3.8rem);
    line-height: 1.02;
}

.sticky-features-intro {
    max-width: 58ch;
    margin: 0;
    color: #6a6f7d;
    font-size: clamp(1rem, 1.35vw, 1.08rem);
    line-height: 1.75;
}

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

.feature-stat-card {
    padding: 18px 20px;
    border: 1px solid rgba(17, 20, 81, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgba(17, 20, 81, 0.04);
}

.feature-stat-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--page-dark);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 800;
    line-height: 1;
}

.feature-stat-card span {
    display: block;
    color: var(--text-grey);
    font-size: 0.82rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.sticky-features-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(44px, 6vw, 108px);
    align-items: start;
}

.sticky-features-media {
    position: sticky;
    top: 110px;
}

.sticky-media-frame {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sticky-media-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 26px;
    overflow: hidden;
    background: #eef2f7;
    box-shadow: 0 24px 60px rgba(17, 20, 81, 0.08);
}

.feature-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    clip-path: inset(100% 0 0 0);
    transform: translateY(24px) scale(1.02);
    transform-origin: center bottom;
    will-change: clip-path, opacity, transform;
}

.feature-slide:first-child {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
    transform: translateY(0) scale(1);
}

.feature-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.sticky-features-content {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.sticky-feature-block {
    position: relative;
    min-height: 54vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    opacity: 0.38;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

/* .sticky-feature-block::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 28px 0 0 28px;
    background: linear-gradient(180deg, #ff8d47 0%, #ff5500 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
} */

.sticky-feature-block.is-active {
    opacity: 1;
    transform: translateY(0);
}

.sticky-feature-block.is-active::before {
    opacity: 1;
}

.sticky-feature-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.feature-step {
    /* display: inline-flex; */
    display: none;

    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    background: #1a1f63;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    /* min-height: 42px; */
    /* padding: 0 20px; */
    /* border-radius: 50px; */
    /* background: rgba(255, 85, 0, 0.1); */
    color: var(--primary-color);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-heading {
    /* max-width: 12ch; */
    font-size: clamp(2.25rem, 3.3vw, 4rem);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
    color: var(--page-dark);
}

.feature-desc {
    /* max-width: 30ch; */
    color: #666c79;
    font-size: clamp(1.02rem, 1.1vw, 1.18rem);
    line-height: 1.7;
    margin-bottom: 28px;
}

.feature-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 28px;
    max-width: 760px;
}

.feature-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
    color: #343948;
    line-height: 1.35;
}

.feature-checklist li::before {
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center / 10px no-repeat;
    margin-top: 1px;
}

.button-feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 16px;
    border: 1px solid rgba(17, 20, 81, 0.12);
    background: #1f2025;
    color: #fff;
    font-size: 0.96rem;
    align-self: flex-start;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(17, 20, 81, 0.1);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button-feature:hover {
    background: #111319;
    border-color: #111319;
    box-shadow: 0 14px 30px rgba(17, 20, 81, 0.14);
    transform: translateY(-1px);
}

@media (max-width: 1199.98px) {
    .sticky-features-header {
        grid-template-columns: 1fr;
    }

    .sticky-features-stats {
        max-width: 760px;
    }
}

@media (max-width: 991.98px) {
    .sticky-features-wrap {
        grid-template-columns: 1fr;
    }

    .sticky-features-media {
        position: static;
        margin-bottom: 20px;
    }

    .sticky-features-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* .sticky-media-frame {
        padding: 18px;
        border-radius: 24px;
    } */

    .sticky-media-stage {
        aspect-ratio: 1/1;
    }

    .sticky-feature-block {
        min-height: auto;
        opacity: 1;
        transform: none;
    }

    .feature-checklist {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .sticky-features-header {
        gap: 22px;
    }

    .sticky-features-wrap {
        gap: 0;
    }

    .sticky-features-media {
        display: none;
    }

    .sticky-features-stats {
        grid-template-columns: 1fr;
    }

    .feature-stat-card {
        padding: 16px 18px;
    }

    .sticky-feature-block {
        min-height: auto;
        gap: 0;
    }

    .sticky-feature-block::before {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        margin-bottom: 34px;
        border-radius: 20px;
        background-color: #eef2f7;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0 18px 44px rgba(17, 20, 81, 0.09);
        opacity: 1;
    }

    .sticky-feature-block[data-feature="0"]::before {
        background-image: url("../images/agency-img/feature-1.webp");
    }

    .sticky-feature-block[data-feature="1"]::before {
        background-image: url("../images/agency-img/feature-2.webp");
    }

    .sticky-feature-block[data-feature="2"]::before {
        background-image: url("../images/agency-img/feature-3.webp");
    }

    .sticky-feature-block[data-feature="3"]::before {
        background-image: url("../images/agency-img/feature-4.webp");
    }

    .sticky-feature-block[data-feature="4"]::before {
        background-image: url("../images/agency-img/feature-5.webp");
    }

    .sticky-feature-block[data-feature="5"]::before {
        background-image: url("../images/agency-img/feature-6.webp");
    }

    .sticky-feature-block[data-feature="6"]::before {
        background-image: url("../images/agency-img/feature-7.webp");
    }

    .sticky-feature-block[data-feature="7"]::before {
        background-image: url("../images/agency-img/feature-8.webp");
    }

    .sticky-feature-block[data-feature="8"]::before {
        background-image: url("../images/agency-img/feature-9.webp");
    }
}

@media (max-width: 575.98px) {
    .sticky-features-header h2 {
        max-width: none;
    }

    .sticky-features-intro {
        font-size: 0.96rem;
    }

    .sticky-media-stage {
        aspect-ratio: 16 / 12;
        border-radius: 18px;
    }

    .feature-pill,
    .feature-step {
        min-height: 32px;
    }

    .feature-heading {
        font-size: 1.4rem;
    }

    .feature-checklist li {
        min-height: auto;
        padding: 0;
        font-size: 0.92rem;
    }

    .button-feature {
        width: 100%;
    }
}

/* Feature grid section */
.feature-grid-section {
    position: relative;
    overflow: hidden;
    --feature-grid-orb-opacity: 0.2;
    --feature-grid-orb-x: -8%;
    --feature-grid-orb-y: 0%;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 85, 0, 0.05), transparent 18%),
        radial-gradient(circle at 86% 78%, rgba(17, 20, 81, 0.05), transparent 20%),
        linear-gradient(180deg, #fdfdfe 0%, #ffffff 100%);
}

.feature-grid-section::before {
    content: '';
    position: absolute;
    inset: 8% auto auto 50%;
    width: min(44vw, 520px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 85, 0, 0.18) 0%, rgba(255, 85, 0, 0.04) 42%, transparent 72%);
    opacity: var(--feature-grid-orb-opacity);
    transform: translate3d(var(--feature-grid-orb-x), var(--feature-grid-orb-y), 0);
    filter: blur(22px);
    pointer-events: none;
}

.feature-grid-heading {
    max-width: 760px;
    margin: 0 auto 56px;
}

.feature-grid-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    margin-bottom: 20px;
    border: 1px solid rgba(17, 20, 81, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #1d2230;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 10px 28px rgba(17, 20, 81, 0.05);
}

.feature-grid-heading h2 {
    font-size: clamp(2.4rem, 4.6vw, 5rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 0;
}

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

.feature-grid-card {
    display: grid;
    align-content: start;
    gap: 22px;
    padding: 22px;
    height: 100%;
    border: 1px solid rgba(17, 20, 81, 0.07);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 48px rgba(17, 20, 81, 0.05);
    will-change: transform, opacity;
    transform-origin: center center;
}

.feature-grid-card.card-large {
    grid-column: span 5;
}

.feature-grid-card.card-wide {
    grid-column: span 7;
}


.feature-grid-media {
    position: relative;
    overflow: hidden;
    height: 272px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 245, 239, 0.8), rgba(255, 255, 255, 0.3));
}

.feature-grid-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transform: scale(1.01);
    will-change: transform;
}

.feature-grid-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    will-change: transform, opacity;
}

.feature-grid-copy h3 {
    margin: 0 0 12px;
    color: #23262f;
    font-size: clamp(1.4rem, 1.75vw, 1.8rem);
    font-weight: 700;
    line-height: 1.18;
}

.feature-grid-copy p {
    max-width: 34ch;
    margin: 0;
    color: #666c79;
    font-size: 1rem;
    line-height: 1.6;
}

.feature-grid-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 14px 34px rgba(221, 113, 25, 0.24);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.feature-grid-arrow.dark-arrow {
    background: #1f2025;
    box-shadow: 0 14px 34px rgba(17, 20, 81, 0.16);
}

.feature-grid-arrow:hover {
    transform: translateY(-2px) scale(1.04);
}

.feature-grid-arrow svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.1;
}

@media (max-width: 991.98px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid-card.card-large,
    .feature-grid-card.card-wide {
        grid-column: auto;
    }

    .feature-grid-heading {
        margin-bottom: 36px;
    }
}

@media (max-width: 575.98px) {
    .feature-grid-section.spacer-xl {
        padding-block: 76px;
    }

    .feature-grid-heading h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .feature-grid-kicker {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.82rem;
    }

    .feature-grid-card {
        gap: 18px;
        padding: 16px;
        border-radius: 22px;
    }

    .feature-grid-media {
        min-height: 220px;
        border-radius: 16px;
    }

    .feature-grid-body {
        gap: 14px;
    }

    .feature-grid-copy h3 {
        font-size: 1.26rem;
    }

    .feature-grid-copy p {
        font-size: 0.94rem;
    }

    .feature-grid-arrow {
        width: 44px;
        height: 44px;
    }
}

/* AI hands transition */
.ai-hands-section {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    background: rgb(0, 0, 2);
}

.ai-hands-frames-section {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    background: rgb(0, 0, 2);
}

.ai-hands-stage {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    padding: 0;
    background: rgb(0, 0, 2);
    isolation: isolate;
    will-change: background-color;
}

.ai-hands-frames-stage {
    position: relative;
    overflow: hidden;
    min-height: 100svh;
    padding: 0;
    background: rgb(0, 0, 2);
    isolation: isolate;
    will-change: background-color;
}

.ai-hands-title {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 0.08em 0.18em;
    margin: 0;
    padding: 120px 22px 70px;
    color: #20242b;
    font-size: clamp(3rem, 10.5vw, 10rem);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: 0;
    text-align: center;
    pointer-events: none;
    will-change: color, opacity, transform;
}

.ai-hands-title::after {
    content: '';
    flex-basis: 100%;
    order: 3;
}

.ai-hands-word {
    display: inline-block;
    will-change: transform, opacity;
}

.ai-hands-word:nth-child(n + 4) {
    order: 4;
}

.ai-hands-video-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.02);
    mix-blend-mode: normal;
    will-change: transform, opacity;
    pointer-events: none;
    background: rgb(0, 0, 2);
}

.ai-hands-frame-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(1.02);
    mix-blend-mode: normal;
    will-change: transform, opacity;
    pointer-events: none;
    background: rgb(0, 0, 2);
}

.ai-hands-video-wrap::after,
.ai-hands-frame-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.72) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

.ai-hands-video {
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
}

.ai-hands-frame-image {
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.05);
}

.post-hands-section {
    background: rgb(0, 0, 2);
    color: #fff;
}

.agency-cta-section {
    position: relative;
}
.agency-cta-section::before {
    content: '';
    height: 300px;
    width: 100%;
    background: linear-gradient(0deg, #080711, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dark-section-title {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 5.4rem);
    line-height: 0.95;
}

.dark-section-copy {
    color: rgba(255, 255, 255, 0.68);
}

.dashboard-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.dashboard-stat {
    min-height: 132px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(14px);
}

.dashboard-stat span {
    display: block;
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 0.9;
}

.dashboard-stat p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.35;
}

.dashboard-preview-stack {
    position: relative;
    isolation: isolate;
}

/* .dashboard-preview-stack::before {
    content: '';
    position: absolute;
    inset: 10% 4% -8%;
    z-index: -1;
    border-radius: 34px;
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 85, 0, 0.34), transparent 34%),
        radial-gradient(circle at 16% 80%, rgba(255, 255, 255, 0.12), transparent 30%);
    filter: blur(24px);
} */

.dashboard-preview-stack img {
    display: block;
    width: 100%;
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    /* border-radius: 24px; */
    /* background: rgba(255, 255, 255, 0.06); */
    /* box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42); */
}

.dashboard-floating-card {
    position: absolute;
    display: grid;
    gap: 4px;
    min-width: 148px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(10, 10, 16, 0.78);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.dashboard-floating-card span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dashboard-floating-card strong {
    color: #fff;
    font-size: 1.3rem;
}

.card-sales {
    left: -18px;
    bottom: 12%;
}

.card-health {
    right: -12px;
    top: 12%;
}

.ai-promo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ai-promo-card {
    display: grid;
    align-content: start;
    min-height: 260px;
    gap: 16px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
}

.ai-promo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), #ff8a00);
    box-shadow: 0 16px 34px rgba(255, 85, 0, 0.28);
}

.ai-promo-icon svg {
    width: 21px;
    height: 21px;
}

.ai-promo-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.ai-promo-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.55;
}

.agency-cta-panel {
    padding: clamp(28px, 5vw, 60px);
    border: 1px solid rgba(255, 85, 0, 0.16);
    border-radius: 28px;
    background:
        radial-gradient(circle at 80% 18%, rgba(255, 85, 0, 0.16), transparent 25%),
        linear-gradient(135deg, #fff5ef 0%, #fff 100%);
    color: #20242b;
}

.agency-cta-copy h2 {
    max-width: 760px;
    margin-bottom: 22px;
    /* font-size: clamp(2.5rem, 5.5vw, 6rem); */
    /* line-height: 0.95; */
}

.agency-cta-copy p {
    max-width: 650px;
    margin-bottom: 34px;
    color: #5f6470;
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
    line-height: 1.55;
}

.agency-cta-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    max-width: 760px;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 52px rgba(17, 20, 81, 0.09);
}

.agency-cta-search input {
    min-width: 0;
    min-height: 58px;
    border: 0;
    padding: 0 18px;
    color: #20242b;
    font: 600 1rem/1 var(--font-tight);
    outline: none;
}

.agency-cta-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 28px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), #ff9900);
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(255, 85, 0, 0.3);
}

.agency-cta-search svg {
    width: 22px;
    height: 22px;
}

.agency-cta-art {
    min-height: 440px;
}

.cta-illustration-window {
    position: relative;
    height: 100%;
    min-height: 440px;
}

.cta-person {
    position: absolute;
    right: 14%;
    bottom: 9%;
    width: 250px;
    height: 300px;
}

.cta-head {
    position: absolute;
    top: 0;
    left: 82px;
    width: 78px;
    height: 96px;
    border: 7px solid #0c0d11;
    border-radius: 44% 44% 48% 48%;
    background: #fff;
}

.cta-body {
    position: absolute;
    left: 40px;
    bottom: 0;
    width: 180px;
    height: 190px;
    border-radius: 90px 90px 60px 60px;
    background: #0c0d11;
}

.cta-laptop {
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 180px;
    height: 88px;
    border: 7px solid #0c0d11;
    border-radius: 8px 8px 18px 18px;
    background: #fff;
    transform: skewX(11deg);
}

.cta-laptop::after {
    content: '';
    position: absolute;
    left: 72px;
    top: 34px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0c0d11;
}

.cta-chart-line {
    position: absolute;
    top: 16%;
    left: 14%;
    width: 170px;
    height: 76px;
    border-bottom: 7px solid #ffd5c8;
    border-radius: 0 0 0 12px;
}

.cta-chart-line::before {
    content: '';
    position: absolute;
    inset: 0;
    border-top: 7px solid #ffd5c8;
    border-radius: 50%;
    transform: rotate(-8deg);
}

.cta-rings {
    position: absolute;
    top: 9%;
    right: 4%;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 7px solid #ffd5c8;
    box-shadow: inset 24px 0 0 #ffd5c8;
}

.cta-lines {
    position: absolute;
    right: 0;
    top: 36%;
    width: 130px;
    height: 68px;
    border-top: 7px solid #ffd5c8;
    border-bottom: 7px solid #ffd5c8;
}

.cta-lines::before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 100%;
    border-top: 7px solid #ffd5c8;
}

.site-footer {
    /* padding: 0 0 42px; */
    background: rgb(0, 0, 2);
    color: #fff;
}

.footer-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 62px);
    /* border: 1px solid rgba(255, 255, 255, 0.09); */
    /* border-radius: 28px; */
    background:
        radial-gradient(circle at 55% 68%, rgba(255, 85, 0, 0.28), transparent 28%),
        radial-gradient(circle at 30% 74%, rgba(86, 121, 255, 0.22), transparent 24%),
        #080711;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.footer-top h2 {
    max-width: 640px;
    font-size: clamp(1.8rem, 3.4vw, 3.4rem);
    line-height: 1.04;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-nav a,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.footer-brand-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-top: 76px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 900;
}

.footer-brand img {
    width: 42px;
    height: 42px;
}

.footer-brand-row p {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.footer-brand-row svg {
    width: 16px;
    height: 16px;
}

.footer-wordmark {
    margin-top: 32px;
    color: #fff;
    font-size: clamp(4rem, 16vw, 13rem);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.86rem;
}

.footer-bottom div {
    display: flex;
    gap: 16px;
}

@media (max-width: 991.98px) {
    .dashboard-stat-grid,
    .ai-promo-grid,
    .agency-cta-panel {
        grid-template-columns: 1fr;
    }

    .dashboard-preview-stack {
        margin-top: 18px;
    }

    .card-sales {
        left: 16px;
    }

    .card-health {
        right: 16px;
    }

    .ai-promo-card {
        min-height: auto;
    }

    .agency-cta-art {
        min-height: 360px;
    }

    .cta-illustration-window {
        min-height: 360px;
    }

    .footer-top,
    .footer-brand-row,
    .footer-bottom {
        display: grid;
    }

    .footer-brand-row {
        margin-top: 56px;
    }

    .ai-hands-title {
        font-size: clamp(3rem, 14vw, 7rem);
        padding-top: 110px;
    }

    .ai-hands-video {
        height: 100svh;
    }

    .ai-hands-frame-image {
        height: 100svh;
    }
}

@media (max-width: 575.98px) {
    .dark-section-title {
        font-size: clamp(2rem, 11vw, 3.2rem);
    }

    .dashboard-stat-grid {
        gap: 10px;
    }

    .dashboard-stat {
        min-height: auto;
        padding: 18px;
    }

    .dashboard-floating-card {
        position: static;
        margin-top: 12px;
    }

    .ai-promo-grid {
        gap: 12px;
    }

    .ai-promo-card {
        padding: 22px;
        border-radius: 18px;
    }

    .agency-cta-panel {
        min-height: auto;
        padding: 24px;
        border-radius: 22px;
    }

    .agency-cta-copy h2 {
        font-size: clamp(2rem, 12vw, 3.4rem);
    }

    .agency-cta-copy p {
        font-size: 1rem;
    }

    .agency-cta-search {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .agency-cta-search input,
    .agency-cta-search button {
        min-height: 52px;
        width: 100%;
    }

    .agency-cta-art,
    .cta-illustration-window {
        min-height: 300px;
    }

    .cta-person {
        right: 4%;
        transform: scale(0.78);
        transform-origin: right bottom;
    }

    .cta-chart-line {
        left: 0;
        transform: scale(0.72);
        transform-origin: left top;
    }

    .cta-rings,
    .cta-lines {
        transform: scale(0.7);
        transform-origin: right top;
    }

    .footer-panel {
        padding: 24px;
        border-radius: 22px;
    }

    .footer-nav,
    .footer-bottom div {
        gap: 12px;
    }

    .footer-wordmark {
        font-size: clamp(3.8rem, 22vw, 6rem);
    }

    .ai-hands-title {
        padding: 92px 16px 58px;
        font-size: clamp(2.5rem, 16vw, 4.4rem);
        line-height: 0.94;
    }

    .ai-hands-video {
        height: 100svh;
    }

    .ai-hands-frame-image {
        height: 100svh;
    }
}
