.contact .contact__form select,
.contact .contact__form .wpcf7-select {
    width: 100%;
    min-height: 56px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 13px 44px 13px 20px;
    margin-bottom: 20px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--btn-bg) 50%), linear-gradient(135deg, var(--btn-bg) 50%, transparent 50%);
    background-position: calc(100% - 24px) 24px, calc(100% - 18px) 24px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

/* Marque Slide V2 --------------------------------------------------------
 * The parent theme sizes each logo by its source dimensions. Keep the
 * reusable legacy widget unchanged and normalize only the V2 instance. */
.elementor-widget-kulan_marque_one_v2 .partner__body {
    width: 100%;
    max-width: none;
    padding: clamp(28px, 4vw, 56px) 0;
    overflow: hidden;
}

.elementor-widget-kulan_marque_one_v2 .partner {
    width: 100%;
    overflow: hidden;
}

.elementor-widget-kulan_marque_one_v2 .partner__wrapper {
    width: 100%;
    overflow: hidden;
}

.elementor-widget-kulan_marque_one_v2 .partner__content {
    width: max-content;
    min-width: 100%;
    align-items: center;
    gap: clamp(22px, 3vw, 56px);
}

.elementor-widget-kulan_marque_one_v2 .partner__content .slide {
    flex: 0 0 clamp(150px, 15vw, 240px);
    width: clamp(150px, 15vw, 240px);
    height: clamp(72px, 7vw, 112px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 1.2vw, 18px);
    background: var(--whiteColor, #fff);
    border: 1px solid color-mix(in srgb, var(--whiteColor, #fff) 82%, var(--primaryColor, #0b2730));
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.elementor-widget-kulan_marque_one_v2 .partner__content .partner__logo {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.18);
}

@media (max-width: 767px) {
    .elementor-widget-kulan_marque_one_v2 .partner__content {
        gap: 18px;
    }

    .elementor-widget-kulan_marque_one_v2 .partner__content .slide {
        flex-basis: 132px;
        width: 132px;
        height: 68px;
        padding: 8px 12px;
    }

    .elementor-widget-kulan_marque_one_v2 .partner__content .partner__logo {
        transform: scale(1.14);
    }
}

/* Final V2 rhythm correction: the original widget uses generous marketing
 * spacing that becomes excessive in the editorial service layout. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 {
    padding-top: clamp(56px, 5vw, 72px) !important;
    padding-bottom: clamp(56px, 5vw, 72px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    padding-top: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 > .container .row > div:last-child > div > div > p {
    margin-top: clamp(24px, 3vw, 36px) !important;
    padding: 0 0 0 clamp(18px, 2vw, 26px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
    margin-top: clamp(32px, 3.2vw, 42px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) {
    min-height: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div.pt__40 {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
}

/* Counter system: one visual language for the original Counter and Counter
 * V2 widgets. The stats are proof, so they get a quiet black canvas and a
 * strong signal-orange reading order instead of a flat color band. */
body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 96px) 0 !important;
    background: var(--durai-carbon) !important;
    border-top: 1px solid rgb(247 246 243 / 10%);
    border-bottom: 1px solid rgb(247 246 243 / 12%);
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter::before,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter::before {
    position: absolute;
    top: 0;
    right: -8vw;
    width: clamp(260px, 34vw, 520px);
    aspect-ratio: 1;
    border: 1px solid rgb(210 64 39 / 18%);
    border-radius: 50%;
    box-shadow: 0 0 0 24px rgb(210 64 39 / 4%), 0 0 0 52px rgb(210 64 39 / 2%);
    content: "";
    pointer-events: none;
    transform: translateY(-42%);
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box {
    position: relative;
    min-width: 0;
    padding: 10px clamp(18px, 2.2vw, 36px) 8px;
    text-align: left;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box:not(:first-child),
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box:not(:first-child) {
    border-left: 1px solid rgb(247 246 243 / 18%);
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box::before,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box::before {
    display: block;
    margin-bottom: 22px;
    color: var(--durai-signal);
    content: counter(counter-item, decimal-leading-zero);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
    counter-reset: counter-item;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box {
    counter-increment: counter-item;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter .t__40,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter .t__40 {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin: 0 !important;
    color: var(--durai-paper) !important;
    font-size: clamp(2.5rem, 4.5vw, 5.25rem) !important;
    font-weight: 800;
    letter-spacing: -.07em;
    line-height: .9;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__text,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__text {
    max-width: 15ch;
    margin: 16px 0 0 !important;
    color: var(--durai-muted-on-dark) !important;
    font-size: clamp(.85rem, 1.05vw, 1rem) !important;
    font-weight: 600;
    line-height: 1.35;
}

body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter {
    background: linear-gradient(110deg, #151719 0%, var(--durai-carbon) 70%) !important;
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 42px;
    }

    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box:nth-child(4),
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box:nth-child(4) {
        border-left: 0;
    }
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter {
        padding: 48px 0 !important;
    }

    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 32px;
    }

    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box {
        padding: 6px 16px;
    }

    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box:nth-child(3),
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box:nth-child(3) {
        border-left: 0;
    }
}

/* Keep the service hero within a strong first-screen composition instead of
 * inheriting the theme's oversized 608px image minimum. */
body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner {
    padding-top: clamp(42px, 4vw, 64px) !important;
    padding-bottom: clamp(58px, 7vw, 88px) !important;
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__right {
    min-height: clamp(420px, 42vw, 560px) !important;
    max-height: 560px;
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content .buttons_file + .buttons_file {
    margin-left: 8px;
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__right {
        min-height: min(76vw, 560px) !important;
        margin-top: 48px;
    }
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content .buttons_file {
        margin-right: 8px;
        margin-left: 0 !important;
    }

    body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__right {
        min-height: 360px !important;
        margin-top: 38px;
    }
}

/* Final V2 rhythm correction: the original widget uses generous marketing
 * spacing that becomes excessive in the editorial service layout. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 {
    padding-top: clamp(64px, 7vw, 96px) !important;
    padding-bottom: clamp(64px, 7vw, 96px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    padding-top: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 > .container .row > div:last-child > div > div > p {
    margin-top: clamp(24px, 3vw, 36px) !important;
    padding: 0 0 0 clamp(18px, 2vw, 26px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
    margin-top: clamp(42px, 5vw, 64px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) {
    min-height: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div.pt__40 {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
}

/* Keep counter labels readable after older page-specific proof-strip rules. */
body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__text,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__text {
    color: var(--durai-muted-on-dark) !important;
}

/* Hero actions: Elementor's saved paper-on-paper styles make both CTAs
 * disappear on the dark service template. Keep one filled action and one
 * readable outline, with a tighter gap after the lead copy. */
body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content_title p {
    margin-top: clamp(20px, 2vw, 28px);
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content_title h5 {
    margin-bottom: clamp(20px, 2.2vw, 28px);
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content .buttons_file {
    margin-top: clamp(22px, 2.4vw, 30px) !important;
    min-height: 52px;
    padding: 14px 22px !important;
    border-radius: 4px;
    font-size: .86rem;
    line-height: 1.2;
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content a.common__btn {
    background: var(--durai-signal) !important;
    border-color: var(--durai-signal) !important;
    color: var(--durai-paper) !important;
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content a.common__btn_yellow {
    background: transparent !important;
    border: 1px solid color-mix(in srgb, var(--durai-paper) 64%, transparent) !important;
    color: var(--durai-paper) !important;
}

body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content a.common__btn_yellow:hover,
body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content a.common__btn_yellow:focus-visible {
    background: var(--durai-paper) !important;
    border-color: var(--durai-paper) !important;
    color: var(--durai-carbon) !important;
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_hero_one_v2) .elementor-widget-kulan_hero_one_v2 .banner__content .buttons_file {
        margin-top: 18px !important;
    }
}

/* Strategy & Brand manifesto break: one full-width pause between the
 * alternating chapters. The block uses the existing theme palette only. */
/* V2 pages provide their own editorial opening. Do not prepend the theme's
 * generic page title/breadcrumb banner when a V2 hero is present. */
body:has(.elementor-widget-kulan_hero_one_v2) .page__header {
    display: none;
}

/* Keep About Two headings using the full content column in frontend and Elementor preview. */
body.page-id-1471 .home-customer-story .about__2 h2,
body.page-id-1471 .home-industry-pillars .about__2 h2,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40,
.elementor-widget-kulan_about_two_v2 .about__2 h2,
.elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
    max-width: 100% !important;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background:
        radial-gradient(circle at 82% 50%, color-mix(in srgb, var(--mainColor) 42%, transparent), transparent 34%),
        var(--primaryColor);
}

body:has(.strategy-editorial-section) .strategy-manifesto-section::before,
body:has(.strategy-editorial-section) .strategy-manifesto-section::after {
    position: absolute;
    width: clamp(180px, 22vw, 360px);
    height: clamp(180px, 22vw, 360px);
    border: 1px solid color-mix(in srgb, var(--btn-bg) 18%, transparent);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section::before {
    top: -55%;
    right: -4%;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section::after {
    bottom: -62%;
    left: -4%;
}

body:has(.strategy-editorial-section) .strategy-manifesto {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: clamp(70px, 8vw, 124px) 0;
}

body:has(.strategy-editorial-section) .strategy-manifesto__inner {
    max-width: 980px;
    margin: 0 auto;
}

body:has(.strategy-editorial-section) .strategy-manifesto__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(24px, 4vw, 48px);
    color: var(--btn-bg);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body:has(.strategy-editorial-section) .strategy-manifesto__index {
    color: var(--paragraphColor);
    opacity: .72;
}

body:has(.strategy-editorial-section) .strategy-manifesto h2 {
    max-width: 900px;
    margin: 0;
    color: var(--whiteColor);
    font-size: clamp(3rem, 7vw, 7.25rem);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .92;
}

body:has(.strategy-editorial-section) .strategy-manifesto h2 em {
    display: block;
    color: var(--btn-bg);
    font-style: normal;
}

body:has(.strategy-editorial-section) .strategy-manifesto p {
    max-width: 560px;
    margin: clamp(28px, 4vw, 48px) 0 0;
    color: var(--paragraphColor);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    line-height: 1.65;
}

body:has(.strategy-editorial-section) .strategy-manifesto__rule {
    width: min(100%, 860px);
    height: 1px;
    margin-top: clamp(36px, 5vw, 64px);
    background: linear-gradient(90deg, var(--btn-bg), color-mix(in srgb, var(--whiteColor) 12%, transparent), transparent);
}

@media (max-width: 575px) {
    body:has(.strategy-editorial-section) .strategy-manifesto {
        width: min(100% - 32px, 1240px);
        padding: 60px 0;
    }

    body:has(.strategy-editorial-section) .strategy-manifesto__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    body:has(.strategy-editorial-section) .strategy-manifesto h2 {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }
}

/* Keep body copy consistent across the theme and Elementor content widgets. */
body p {
    font-size: 18px !important;
    line-height: 1.75;
}

.about_1.about_1--image-right .row {
    flex-direction: row-reverse;
}

.about_1.about_1--image-right .about__img {
    right: 0;
    left: auto;
    border-radius: 0 35px 35px 0;
}

/* Give the About Two split layout a deliberate desktop gutter. */
@media (min-width: 1200px) {
    .about__2 .row {
        --bs-gutter-x: clamp(28px, 3.2vw, 64px);
    }
}

.about__2 .pt__30 > div:not(:last-child) {
    margin-bottom: clamp(24px, 2.2vw, 40px);
}

.about_1 .pt__30 > div:not(.pt__40) {
    margin-bottom: clamp(24px, 2.2vw, 40px);
}

.about__item-content > :first-child {
    margin-top: 0;
}

.about__item-content > :last-child {
    margin-bottom: 0;
}

.about_1 .about__item-content,
.about__2 .about__item-content,
.about_1 .about__item-content p,
.about__2 .about__item-content p,
.about_1 .about__item-content li,
.about__2 .about__item-content li {
    color: #d0d0d0 !important;
    font-size: 18px !important;
    line-height: 1.75;
}

.about_1 .about__item-content a,
.about__2 .about__item-content a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: color 180ms ease;
}

.about_1 .about__item-content a:hover,
.about_1 .about__item-content a:focus-visible,
.about__2 .about__item-content a:hover,
.about__2 .about__item-content a:focus-visible {
    color: var(--btn-bg, #f6d273);
}

.about__item-content ul,
.about__item-content ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
}

/* Reusable native-style replacement for the legacy About Two composition. */
.editorial-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 96px);
    align-items: center;
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(72px, 10vw, 150px) 0;
}

.editorial-split__media {
    min-height: 620px;
    overflow: hidden;
    border-radius: 28px 28px 120px 28px;
    background: color-mix(in srgb, var(--whiteColor) 6%, transparent);
}

.editorial-split__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.editorial-split__eyebrow {
    display: inline-block;
    margin-bottom: 28px;
    padding: 14px 20px;
    border-radius: 8px;
    color: var(--btn-bg);
    background: color-mix(in srgb, var(--whiteColor) 6%, transparent);
    font-weight: 700;
}

.editorial-split__content h2 {
    margin: 0 0 32px;
    color: var(--whiteColor);
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: .98;
}

.editorial-split__intro,
.editorial-split__item-content {
    color: var(--paragraphColor);
    font-size: 18px;
    line-height: 1.7;
}

.editorial-split__intro {
    margin-bottom: 40px;
}

.editorial-split__intro p,
.editorial-split__item-content p {
    margin: 0 0 1rem;
}

.editorial-split__item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid color-mix(in srgb, var(--whiteColor) 14%, transparent);
}

.editorial-split__index {
    color: var(--btn-bg);
    font-size: 1rem;
    font-weight: 800;
}

.editorial-split__item h3,
.editorial-split__item-title {
    display: block;
    margin: 0 0 8px;
    color: var(--whiteColor);
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
}

.editorial-split__item-title:hover,
.editorial-split__item-title:focus-visible {
    color: var(--btn-bg);
}

.editorial-split__button {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 16px 22px;
    border-radius: 8px;
    color: var(--whiteColor);
    background: var(--mainColor);
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease;
}

.editorial-split__button:hover,
.editorial-split__button:focus-visible {
    color: var(--primaryColor);
    background: var(--btn-bg);
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    .editorial-split {
        grid-template-columns: 1fr;
        width: min(100% - 24px, 1320px);
        padding: 72px 0;
    }

    .editorial-split__media,
    .editorial-split__media img {
        min-height: 420px;
    }
}

/* Signature editorial treatment for the Strategy & Brand opening section. */
@media (min-width: 992px) {
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split {
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
        gap: 0;
        width: min(1400px, calc(100% - 48px));
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media {
        min-height: 700px;
        border: 1px solid color-mix(in srgb, var(--btn-bg) 28%, transparent);
        border-radius: 32px 32px 150px 32px;
        box-shadow: 24px 24px 0 color-mix(in srgb, var(--btn-bg) 8%, transparent);
        transform: translateX(3%);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media img {
        min-height: 700px;
        filter: saturate(.92) contrast(1.04);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content {
        position: relative;
        z-index: 2;
        margin-left: -7%;
        padding: clamp(42px, 5vw, 76px);
        border: 1px solid color-mix(in srgb, var(--whiteColor) 12%, transparent);
        border-radius: 24px;
        background: linear-gradient(135deg, color-mix(in srgb, var(--mainColor) 78%, transparent), color-mix(in srgb, var(--primaryColor) 96%, transparent));
        box-shadow: 0 24px 70px color-mix(in srgb, var(--primaryColor) 22%, transparent);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content::before {
        position: absolute;
        top: 28px;
        bottom: 28px;
        left: 0;
        width: 4px;
        border-radius: 4px;
        background: var(--btn-bg);
        content: "";
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content h2 {
        max-width: 760px;
        font-size: clamp(3rem, 5vw, 5.25rem);
        letter-spacing: -.045em;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__item {
        padding: 28px 0;
    }
}

@media (max-width: 991px) {
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content {
        margin-top: -24px;
    }
}

/* v2 widget skin. The original widgets and their styles remain untouched. */
.elementor-widget-kulan_about_one_v2 .about_1,
.elementor-widget-kulan_about_two_v2 .about__2 {
    padding-top: clamp(88px, 9vw, 144px);
    padding-bottom: clamp(88px, 9vw, 144px);
}

.elementor-widget-kulan_about_one_v2 .about_1 .container,
.elementor-widget-kulan_about_two_v2 .about__2 .container {
    position: relative;
    z-index: 1;
}

.elementor-widget-kulan_about_one_v2 .about_1 .row,
.elementor-widget-kulan_about_two_v2 .about__2 .row {
    align-items: center;
}

.elementor-widget-kulan_about_one_v2 .about_1 .about__img,
.elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    border: 1px solid color-mix(in srgb, var(--btn-bg) 24%, transparent);
    box-shadow: 20px 20px 0 color-mix(in srgb, var(--mainColor) 32%, transparent);
    filter: saturate(.94) contrast(1.04);
}

.elementor-widget-kulan_about_one_v2 .about_1 .col-xl-5:last-child,
.elementor-widget-kulan_about_two_v2 .about__2 .col-xl-6:last-child {
    position: relative;
    z-index: 2;
    padding: clamp(32px, 4vw, 64px);
    border: 1px solid color-mix(in srgb, var(--whiteColor) 12%, transparent);
    border-radius: 24px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--mainColor) 42%, transparent), color-mix(in srgb, var(--primaryColor) 94%, transparent));
    box-shadow: 0 24px 64px color-mix(in srgb, var(--primaryColor) 24%, transparent);
}

.elementor-widget-kulan_about_one_v2 .about_1 .col-xl-5:last-child::before,
.elementor-widget-kulan_about_two_v2 .about__2 .col-xl-6:last-child::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--btn-bg);
    content: "";
}

.elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div,
.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div {
    padding: 20px 0;
    border-top: 1px solid color-mix(in srgb, var(--whiteColor) 12%, transparent);
}

.elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:first-child,
.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:first-child {
    margin-top: 16px;
}

@media (min-width: 1201px) {
    .elementor-widget-kulan_about_one_v2 .about_1 .col-xl-5:last-child {
        margin-left: -5%;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .col-xl-6:last-child {
        margin-left: -3%;
    }
}

@media (max-width: 1200px) {
    .elementor-widget-kulan_about_one_v2 .about_1 .about__img,
    .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        transform: none;
        filter: none;
    }
}

@media (max-width: 767px) {
    .elementor-widget-kulan_about_one_v2 .about_1 .col-xl-5:last-child,
    .elementor-widget-kulan_about_two_v2 .about__2 .col-xl-6:last-child {
        margin-top: -24px;
        padding: 28px 22px;
    }
}

/* Strategy & Brand art direction. Keep this page-specific so shared widgets
 * and their other Elementor placements are not changed. */
body:has(.strategy-editorial-section) {
    overflow-x: hidden;
}

html:has(.strategy-editorial-section) {
    overflow-x: hidden;
}

/* Give the About Two v2 system block a clear top edge instead of vertically
 * centering the image against its taller list of capabilities. */
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr) !important;
    align-items: start !important;
    column-gap: clamp(36px, 5vw, 96px) !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:first-child {
    align-self: start !important;
    padding-top: clamp(24px, 4vw, 72px) !important;
    position: sticky;
    top: 132px;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    height: clamp(380px, 39vw, 620px);
    object-fit: cover;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    align-self: start !important;
    margin-top: 0 !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 {
    overflow: visible;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 {
    overflow: visible;
    padding-top: clamp(92px, 10vw, 164px);
    padding-bottom: clamp(92px, 10vw, 164px);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 h2,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 h5,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 h2,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 h5 {
    color: var(--whiteColor);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 p,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 li,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .about__item-content,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .about__item-content p,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 p,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 li,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content p {
    color: var(--paragraphColor);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    display: grid;
    align-items: center;
    margin: 0;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    column-gap: clamp(32px, 6vw, 104px);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row > div,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .about__img,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    max-width: none;
    height: clamp(420px, 43vw, 700px);
    object-fit: cover;
    transform: none;
    filter: saturate(.94) contrast(1.04);
    border: 1px solid color-mix(in srgb, var(--btn-bg) 24%, transparent);
    box-shadow: 22px 22px 0 color-mix(in srgb, var(--mainColor) 32%, transparent);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    min-width: 0;
    padding: clamp(32px, 4vw, 62px);
    border: 1px solid color-mix(in srgb, var(--whiteColor) 13%, transparent);
    border-radius: 26px;
    background: linear-gradient(145deg, color-mix(in srgb, var(--mainColor) 46%, transparent), color-mix(in srgb, var(--primaryColor) 94%, transparent));
    box-shadow: 0 26px 70px color-mix(in srgb, var(--primaryColor) 26%, transparent);
    z-index: 2;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child::before,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: var(--btn-bg);
    content: "";
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div {
    padding: 22px 0;
    border-top: 1px solid color-mix(in srgb, var(--whiteColor) 14%, transparent);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40),
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
    margin-bottom: 0;
}

/* Chapter 01: image and copy overlap instead of sharing one hard edge. */
body:has(.strategy-editorial-section) .strategy-chapter-01 .about_1 .row > div:last-child {
    margin-left: -12%;
}

body:has(.strategy-editorial-section) .strategy-chapter-01 .about_1 .about__img {
    border-radius: 34px 34px 140px 34px;
}

/* Chapter 02: reverse the reading direction and let the copy lead. */
body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row {
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row > div:first-child {
    grid-column: 2;
}

body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row > div:last-child {
    grid-column: 1;
    grid-row: 1;
    margin-right: -12%;
}

body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .about__img {
    border-radius: 34px 34px 34px 140px;
    box-shadow: -22px 22px 0 color-mix(in srgb, var(--mainColor) 32%, transparent);
}

/* Chapter 03: make the image the stage and float a narrower narrative panel. */
body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row {
    display: block;
}

body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:first-child {
    width: min(100%, 980px);
    margin: 0 auto;
}

body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .about__img {
    height: clamp(360px, 42vw, 620px);
    border-radius: 34px 34px 160px 34px;
}

body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:last-child {
    width: min(760px, calc(100% - 48px));
    margin: -104px 6% 0 auto;
}

/* The final system block gets its own wide, grounded composition. */
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
    column-gap: clamp(34px, 6vw, 110px);
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    height: clamp(360px, 39vw, 620px);
    border-radius: 34px 34px 180px 34px;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row,
    body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row > div:first-child,
    body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row > div:last-child {
        grid-column: auto;
        grid-row: auto;
        margin: 0;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        margin-left: 0;
    }

    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:last-child {
        width: 100%;
        margin: -28px 0 0;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:first-child {
        padding-top: 0;
        position: static;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        grid-template-columns: 1fr !important;
        row-gap: 28px !important;
    }
}

@media (max-width: 575px) {
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        padding: 28px 22px;
        border-radius: 22px;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .about__img,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        height: 360px;
        box-shadow: 12px 12px 0 color-mix(in srgb, var(--mainColor) 32%, transparent);
    }

    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:last-child {
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }
}

.about__item-title-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
}

.about__item-title-link:hover,
.about__item-title-link:focus-visible {
    color: var(--btn-bg);
    transform: translateX(4px);
}

.about__item-title-link:focus-visible {
    outline: 2px solid var(--btn-bg);
    outline-offset: 4px;
}

.home-motion-section {
    overflow: hidden;
}

/* Prevent the industries section from inheriting a viewport-sized Elementor container. */
.home-industries-section,
.home-industries-section > .e-con {
    height: auto !important;
    min-height: 0 !important;
}

.home-industries-section .about__2 {
    padding-top: clamp(72px, 8vw, 130px);
    padding-bottom: clamp(72px, 8vw, 130px);
}

/* Keep the lower homepage sections compact instead of stacking theme defaults. */
.elementor .home-motion-section .py__130,
.elementor .home-motion-section .py__150,
.elementor .home-motion-section .contact,
.elementor .home-motion-section .work_process {
    padding-top: clamp(64px, 6vw, 96px);
    padding-bottom: clamp(64px, 6vw, 96px);
}

body:has(.strategy-editorial-section) .strategy-process .py__130,
body:has(.strategy-editorial-section) .strategy-process .py__150,
body:has(.strategy-editorial-section) .strategy-industries .py__130,
body:has(.strategy-editorial-section) .strategy-industries .py__150,
body:has(.strategy-editorial-section) .strategy-contact .py__130,
body:has(.strategy-editorial-section) .strategy-contact .py__150,
body:has(.strategy-editorial-section) .strategy-contact .contact,
body:has(.strategy-editorial-section) .strategy-contact .work_process {
    padding-top: clamp(64px, 6vw, 96px);
    padding-bottom: clamp(64px, 6vw, 96px);
}

body:has(.strategy-editorial-section) .strategy-faq-section {
    max-width: 1320px;
    margin: 0 auto;
}

body:has(.strategy-editorial-section) .strategy-faq-section > .e-con-inner {
    width: 100%;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-heading-title {
    color: var(--whiteColor);
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.05;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-accordion {
    display: grid;
    gap: 12px;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-title {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 20px 28px;
    border: 0;
    color: var(--whiteColor) !important;
    background: rgba(255, 255, 255, 0.025);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 700;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-title:hover,
body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-title.elementor-active {
    color: var(--btn-bg) !important;
    background: rgba(255, 191, 92, 0.08);
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-content {
    padding: 0 28px 24px;
    border: 0;
    color: var(--paragraphColor);
    font-size: 1rem;
    line-height: 1.75;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-accordion-icon {
    color: var(--btn-bg) !important;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-accordion-title,
body:has(.strategy-editorial-section) .strategy-faq-section .elementor-accordion-icon svg {
    color: inherit !important;
    fill: currentColor !important;
}

body:has(.strategy-editorial-section) .strategy-faq-section .elementor-active .elementor-accordion-title,
body:has(.strategy-editorial-section) .strategy-faq-section .elementor-active .elementor-accordion-icon {
    color: var(--btn-bg) !important;
}

@media (max-width: 767px) {
    body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-title {
        min-height: 64px;
        padding: 16px 18px;
    }

    body:has(.strategy-editorial-section) .strategy-faq-section .elementor-tab-content {
        padding: 0 18px 20px;
    }
}

/* Reusable styling for FAQ accordions inserted into Elementor templates. */
body .elementor-element:has(> .elementor-widget-accordion) {
    width: min(1320px, calc(100% - 32px));
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: clamp(64px, 7vw, 104px) !important;
    padding-bottom: clamp(64px, 7vw, 104px) !important;
}

body .elementor-element:has(> .elementor-widget-accordion) > .elementor-widget-heading .elementor-heading-title {
    color: var(--whiteColor) !important;
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.05;
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion {
    display: grid;
    gap: 12px;
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-title {
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 20px 28px;
    border: 0;
    color: var(--whiteColor) !important;
    background: rgba(255, 255, 255, 0.025);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    font-weight: 700;
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-title,
body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-icon {
    color: inherit !important;
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-icon svg {
    fill: currentColor !important;
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-title:hover,
body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-title.elementor-active,
body .elementor-element:has(> .elementor-widget-accordion) .elementor-active .elementor-accordion-title,
body .elementor-element:has(> .elementor-widget-accordion) .elementor-active .elementor-accordion-icon {
    color: var(--btn-bg) !important;
    background: rgba(255, 191, 92, 0.08);
}

body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-content {
    padding: 0 28px 24px;
    border: 0;
    color: var(--paragraphColor) !important;
    font-size: 1rem;
    line-height: 1.75;
}

/* Strategy & Brand: premium editorial rhythm. These overrides are deliberately
 * page-scoped; shared Kulan widgets keep their original composition elsewhere. */
@media (min-width: 992px) {
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split {
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        gap: clamp(48px, 7vw, 112px);
        width: min(1240px, calc(100% - 64px));
        padding: clamp(72px, 8vw, 116px) 0;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media {
        min-height: 0;
        aspect-ratio: 4 / 5;
        transform: none;
        border-radius: 30px 30px 120px 30px;
        box-shadow: 18px 18px 0 color-mix(in srgb, var(--mainColor) 34%, transparent);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media img {
        min-height: 0;
        filter: saturate(.9) contrast(1.05);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content {
        align-self: center;
        margin-left: 0;
        padding: 0 0 0 clamp(28px, 3vw, 52px);
        border: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content::before {
        top: 0;
        bottom: 0;
        width: 2px;
        background: var(--btn-bg);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__eyebrow {
        margin-bottom: 24px;
        padding: 0;
        color: var(--btn-bg);
        background: none;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content h2 {
        max-width: 680px;
        margin-bottom: 26px;
        font-size: clamp(3rem, 5vw, 5.5rem);
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__intro {
        max-width: 620px;
        margin-bottom: 26px;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__item {
        grid-template-columns: minmax(0, 1fr);
        padding: 20px 0;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__index {
        display: none;
    }

    /* Compact chapters: the narrative breathes without leaving blank screens. */
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 {
        padding-top: clamp(60px, 6vw, 92px);
        padding-bottom: clamp(60px, 6vw, 92px);
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1 .row,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        column-gap: clamp(32px, 5vw, 84px);
    }

    /* Chapters 01 and 02 remain alternating, but their text never sits over media. */
    body:has(.strategy-editorial-section) .strategy-chapter-01 .about_1 .row > div:last-child,
    body:has(.strategy-editorial-section) .strategy-chapter-02 .about_1 .row > div:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    /* Chapter 03 uses a wide image with a grounded text rail rather than a
     * floating card tucked underneath it. */
    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
        align-items: center;
        column-gap: clamp(32px, 5vw, 84px);
    }

    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:first-child {
        width: auto;
        margin: 0;
    }

    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .row > div:last-child {
        width: auto;
        margin: 0;
    }

    body:has(.strategy-editorial-section) .strategy-chapter-03 .about_1 .about__img {
        height: clamp(380px, 38vw, 580px);
    }

    /* Final capability chapter: explicit two-column grid, no vertical stacking. */
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        display: grid !important;
        grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
        align-items: center !important;
        margin: 0;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:first-child {
        position: static;
        padding-top: 0 !important;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        margin: 0;
    }
}

@media (max-width: 991px) {
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split {
        gap: 36px;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content {
        margin-top: 0;
        padding-left: 24px;
        border-left: 2px solid var(--btn-bg);
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_two_v2 .about__2 {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (max-width: 575px) {
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split {
        width: min(100% - 32px, 1320px);
        padding-top: 48px;
        padding-bottom: 48px;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media,
    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__media img {
        min-height: 0;
        aspect-ratio: 1 / 1.08;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content {
        padding-left: 18px;
    }

    body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__content h2 {
        font-size: clamp(2.45rem, 12vw, 3.5rem);
    }
}

body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__index {
    display: none;
}

body:has(.strategy-editorial-section) .strategy-editorial-section .editorial-split__item {
    grid-template-columns: minmax(0, 1fr);
}

/* Make Manifesto V2 a true full-width page break rather than a narrow text
 * block. The empty right side becomes a quiet visual field, not dead space. */
body:has(.strategy-editorial-section) .strategy-manifesto-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background:
        linear-gradient(90deg, color-mix(in srgb, var(--mainColor) 28%, transparent), transparent 58%),
        var(--primaryColor);
}

body:has(.strategy-editorial-section) .strategy-manifesto-section::before {
    position: absolute;
    top: 50%;
    right: clamp(-180px, -8vw, -80px);
    width: clamp(420px, 48vw, 780px);
    aspect-ratio: 1;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 20%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 48px color-mix(in srgb, var(--btn-bg) 4%, transparent), 0 0 0 96px color-mix(in srgb, var(--btn-bg) 3%, transparent);
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto {
    width: min(1440px, calc(100% - 96px));
    padding: clamp(76px, 8vw, 132px) 0;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr);
    column-gap: clamp(48px, 9vw, 160px);
    max-width: none;
    margin: 0;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__meta,
body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__rule {
    grid-column: 1 / -1;
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__meta {
    margin-bottom: clamp(32px, 5vw, 68px);
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto h2 {
    position: relative;
    z-index: 1;
    max-width: none;
    align-self: end;
    font-size: clamp(3.4rem, 7.4vw, 8.8rem);
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__content {
    position: relative;
    z-index: 1;
    align-self: end;
    max-width: 420px;
    padding: 0 0 10px clamp(24px, 3vw, 48px);
    border-left: 2px solid var(--btn-bg);
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__content,
body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__content p {
    margin: 0;
    color: var(--whiteColor) !important;
}

/* Respect About One V2's Image Position control on this page. The widget
 * exposes the setting as a modifier class, so the grid must follow that
 * class instead of assuming a chapter-specific order. */
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-left .row {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr) !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-left .row > div:first-child,
body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-left .row > div:last-child {
    grid-column: auto !important;
    grid-row: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row {
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr) !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:first-child {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:last-child {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-left .row,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row {
        grid-template-columns: 1fr !important;
    }

    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:first-child,
    body:has(.strategy-editorial-section) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:last-child {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__rule {
    margin-top: clamp(52px, 7vw, 100px);
}

@media (max-width: 991px) {
    body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto {
        width: min(100% - 48px, 1440px);
    }

    body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__inner {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__content {
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto {
        width: min(100% - 32px, 1440px);
        padding: 60px 0;
    }

    body:has(.strategy-editorial-section) .strategy-manifesto-section .strategy-manifesto__content {
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    body .elementor-element:has(> .elementor-widget-accordion) {
        width: min(1320px, calc(100% - 24px));
    }

    body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-title {
        min-height: 64px;
        padding: 16px 18px;
    }

    body .elementor-element:has(> .elementor-widget-accordion) .elementor-tab-content {
        padding: 0 18px 20px;
    }
}

/* Elementor's contact widget was given -100px side margins, which creates
 * horizontal overflow on the standalone service-category pages. Keep the
 * widget inside its Elementor container while preserving its vertical lift. */
body:has(.strategy-editorial-section) .elementor-widget-kulan_contact_one > .elementor-widget-container,
body.page-id-1498 .elementor-widget-kulan_contact_one > .elementor-widget-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Closed Bootstrap dropdown panels can extend the header's scrollable area at
 * the tablet breakpoint. Clip only the horizontal header overflow; vertical
 * dropdown positioning remains available. */
body:has(.strategy-editorial-section) .header__1,
body.page-id-1498 .header__1 {
    overflow-x: clip;
}

.home-motion-section img.bg__img,
.home-motion-section img.bg__2_img {
    will-change: transform;
    transition: transform 420ms cubic-bezier(.22, .61, .36, 1);
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
    .home-motion-section img.bg__img,
    .home-motion-section img.bg__2_img {
        transform: none !important;
        transition: none;
    }
}

.contact .contact__form select option,
.contact .contact__form .wpcf7-select option {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

body.page-id-3,
body.page-id-1396 {
    background: var(--primaryColor);
}

body.page-id-3 .legal-page-wrap,
body.page-id-1396 .legal-page-wrap {
    position: relative;
    overflow: clip;
    color: var(--paragraphColor);
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--btn-bg) 14%, transparent), transparent 28%),
        radial-gradient(circle at top right, color-mix(in srgb, var(--mainColor) 16%, transparent), transparent 26%),
        linear-gradient(180deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}

body.page-id-3 .legal-page-wrap::before,
body.page-id-1396 .legal-page-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 72px 72px;
    opacity: 0.12;
}

body.page-id-3 .legal-page-wrap > *,
body.page-id-1396 .legal-page-wrap > * {
    position: relative;
    z-index: 1;
}

body.page-id-3 .legal-hero,
body.page-id-1396 .legal-hero {
    padding: clamp(36px, 4.5vw, 62px) 0 clamp(18px, 3vw, 30px);
}

body.page-id-3 .legal-hero .text-center,
body.page-id-1396 .legal-hero .text-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: clamp(26px, 3.8vw, 40px) clamp(22px, 4vw, 52px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 78%, transparent), color-mix(in srgb, var(--secondaryColor) 42%, transparent));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

body.page-id-3 .legal-hero .text-center::before,
body.page-id-1396 .legal-hero .text-center::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 56px 56px;
    opacity: 0.1;
    pointer-events: none;
}

body.page-id-3 .legal-hero .text-center > *,
body.page-id-1396 .legal-hero .text-center > * {
    position: relative;
    z-index: 1;
}

body.page-id-3 .legal-kicker,
body.page-id-1396 .legal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--btn-bg);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-id-3 .legal-hero h1,
body.page-id-1396 .legal-hero h1 {
    display: block;
    width: auto;
    margin: 0;
    max-width: none;
    white-space: nowrap;
    font-size: clamp(2.4rem, 4.3vw, 4.2rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--whiteColor);
}

body.page-id-3 .legal-hero p,
body.page-id-1396 .legal-hero p {
    max-width: 62ch;
    margin: 0;
    color: var(--paragraphColor);
    font-size: 1rem;
    line-height: 1.8;
}

body.page-id-3 .legal-hero .d-inline-flex.justify-content-center.gap-2.transprent__btn,
body.page-id-1396 .legal-hero .d-inline-flex.justify-content-center.gap-2.transprent__btn,
body.page-id-3 .legal-hero .legal-meta.justify-content-center,
body.page-id-1396 .legal-hero .legal-meta.justify-content-center {
    margin: 0;
}

body.page-id-3 .legal-layout,
body.page-id-1396 .legal-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px;
    grid-template-areas: "content sidebar";
    gap: clamp(24px, 4vw, 40px);
    align-items: start;
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 clamp(84px, 10vw, 132px);
}

body.page-id-3 .legal-content,
body.page-id-1396 .legal-content {
    grid-area: content;
    min-width: 0;
    padding: clamp(28px, 4vw, 56px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 72%, transparent);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

body.page-id-3 .legal-content > p:first-child,
body.page-id-1396 .legal-content > p:first-child,
body.page-id-3 .legal-intro,
body.page-id-1396 .legal-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--paragraphColor);
}

body.page-id-3 .legal-content article + article,
body.page-id-1396 .legal-content article + article {
    margin-top: 2.2rem;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-id-3 .legal-content h2,
body.page-id-1396 .legal-content h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.3rem, 2vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--whiteColor);
}

body.page-id-3 .legal-content p,
body.page-id-1396 .legal-content p,
body.page-id-3 .legal-content li,
body.page-id-1396 .legal-content li {
    color: var(--paragraphColor);
    line-height: 1.85;
}

body.page-id-3 .legal-content ul,
body.page-id-1396 .legal-content ul,
body.page-id-3 .legal-content ol,
body.page-id-1396 .legal-content ol {
    padding-left: 1.25rem;
}

body.page-id-3 .legal-content li + li,
body.page-id-1396 .legal-content li + li {
    margin-top: 0.55rem;
}

body.page-id-3 .legal-content a,
body.page-id-1396 .legal-content a {
    color: var(--btn-bg);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

body.page-id-3 .legal-content a:hover,
body.page-id-1396 .legal-content a:hover {
    color: color-mix(in srgb, var(--btn-bg) 70%, white);
    border-bottom-color: currentColor;
}

body.page-id-3 .legal-sidebar,
body.page-id-1396 .legal-sidebar {
    grid-area: sidebar;
    position: sticky;
    top: 124px;
    align-self: start;
}

body.page-id-3 .legal-panel,
body.page-id-1396 .legal-panel,
body.page-id-3 .legal-sidebar,
body.page-id-1396 .legal-sidebar {
    min-width: 0;
}

body.page-id-3 .legal-panel,
body.page-id-1396 .legal-panel {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--secondaryColor) 82%, transparent);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

body.page-id-3 .legal-panel + .legal-panel,
body.page-id-1396 .legal-panel + .legal-panel {
    margin-top: 20px;
}

body.page-id-3 .legal-toc a,
body.page-id-1396 .legal-toc a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--paragraphColor);
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

body.page-id-3 .legal-toc a:hover,
body.page-id-1396 .legal-toc a:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(2px);
    color: var(--whiteColor);
}

body.page-id-3 .legal-card,
body.page-id-1396 .legal-card {
    margin-top: 20px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--btn-bg) 12%, transparent), color-mix(in srgb, var(--btn-bg) 4%, transparent));
    border: 1px solid color-mix(in srgb, var(--btn-bg) 16%, transparent);
}

body.page-id-3 .legal-callout,
body.page-id-1396 .legal-callout {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid color-mix(in srgb, var(--mainColor) 18%, transparent);
    background: linear-gradient(180deg, color-mix(in srgb, var(--mainColor) 12%, transparent), color-mix(in srgb, var(--mainColor) 4%, transparent));
    color: var(--paragraphColor);
}

@media (max-width: 1080px) {
    body.page-id-3 .legal-layout,
    body.page-id-1396 .legal-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "sidebar";
    }

    body.page-id-3 .legal-sidebar,
    body.page-id-1396 .legal-sidebar {
        position: static;
    }
}

@media (max-width: 640px) {
    body.page-id-3 .legal-layout,
    body.page-id-1396 .legal-layout {
        width: min(100% - 20px, 1140px);
        gap: 18px;
    }

    body.page-id-3 .legal-content,
    body.page-id-1396 .legal-content,
    body.page-id-3 .legal-panel,
    body.page-id-1396 .legal-panel {
        border-radius: 20px;
    }

    body.page-id-3 .legal-hero h1,
    body.page-id-1396 .legal-hero h1 {
        display: block;
        white-space: normal;
        max-width: 100%;
        font-size: clamp(2rem, 10vw, 3rem);
    }

    body.page-id-3 .legal-hero .text-center,
    body.page-id-1396 .legal-hero .text-center {
        padding: 22px 18px;
        border-radius: 24px;
        gap: 12px;
    }
}

.faq-page-wrap {
    position: relative;
    overflow: clip;
    color: var(--paragraphColor);
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--btn-bg) 16%, transparent), transparent 28%),
        radial-gradient(circle at top right, color-mix(in srgb, var(--mainColor) 18%, transparent), transparent 26%),
        linear-gradient(180deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}

.faq-page-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 72px 72px;
    opacity: 0.12;
}

.faq-page-wrap > * {
    position: relative;
    z-index: 1;
}

.faq-hero {
    padding: clamp(36px, 4.5vw, 62px) 0 clamp(22px, 3vw, 34px);
}

.faq-hero-card {
    position: relative;
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(26px, 3.8vw, 44px) clamp(22px, 4vw, 52px);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 84%, transparent), color-mix(in srgb, var(--secondaryColor) 48%, transparent));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.faq-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 56px 56px;
    opacity: 0.1;
    pointer-events: none;
}

.faq-hero-card > * {
    position: relative;
    z-index: 1;
}

.faq-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: start;
}

.faq-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--btn-bg);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.faq-hero h1 {
    margin: 14px 0 0;
    max-width: 12ch;
    font-size: clamp(2.6rem, 4.5vw, 4.4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--whiteColor);
}

.faq-hero p {
    max-width: 64ch;
    margin: 14px 0 0;
    color: var(--paragraphColor);
    font-size: 1rem;
    line-height: 1.85;
}

.faq-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.faq-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--paragraphColor);
    font-size: 0.94rem;
}

.faq-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.faq-pills a,
.faq-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.faq-pills .elementor-button,
.faq-action .elementor-button,
.faq-toc .elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--whiteColor);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.faq-pills a:hover,
.faq-action:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--btn-bg) 45%, transparent);
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
}

.faq-pills .elementor-button:hover,
.faq-action .elementor-button:hover,
.faq-toc .elementor-button:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--btn-bg) 45%, transparent);
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
}

.faq-stats {
    display: grid;
    gap: 14px;
}

.faq-stat {
    padding: 18px 18px 16px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 54%, transparent);
}

.faq-stat .eyebrow {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-bg);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.faq-stat strong {
    display: block;
    margin-top: 12px;
    color: var(--whiteColor);
    font-size: 1.12rem;
    line-height: 1.35;
}

.faq-stat p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.7;
    font-size: 0.96rem;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: clamp(28px, 4.5vw, 48px);
    align-items: start;
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 0 0 clamp(84px, 10vw, 132px);
}

.faq-content {
    min-width: 0;
    display: grid;
    gap: 20px;
}

.faq-hero-copy {
    display: grid;
    gap: 14px;
}

.faq-sidebar {
    position: sticky;
    top: 124px;
    align-self: start;
    display: grid;
    gap: 20px;
}

.faq-panel {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--secondaryColor) 82%, transparent);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.faq-panel h3 {
    margin: 0 0 12px;
    color: var(--whiteColor);
    font-size: 1.2rem;
    line-height: 1.2;
}

.faq-panel p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.8;
}

.faq-toc {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.faq-toc a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--paragraphColor);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.faq-toc a:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--btn-bg) 35%, transparent);
    background: color-mix(in srgb, var(--btn-bg) 7%, transparent);
}

.faq-toc a span {
    min-width: 0;
}

.faq-toc a i {
    flex: 0 0 auto;
    color: var(--btn-bg);
}

.faq-card {
    padding: clamp(28px, 3.8vw, 44px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 72%, transparent);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.faq-card + .faq-card {
    margin-top: 20px;
}

.faq-card h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    color: var(--whiteColor);
}

.faq-card .elementor-accordion {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.faq-card .elementor-accordion-item {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.faq-card .elementor-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: var(--whiteColor);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.5;
    border: 0;
}

.faq-card .elementor-tab-title:hover {
    background: rgba(255, 255, 255, 0.03);
}

.faq-card .elementor-tab-title.elementor-active {
    background: color-mix(in srgb, var(--btn-bg) 6%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-card .elementor-accordion-icon {
    color: var(--btn-bg);
}

.faq-card .elementor-tab-content {
    padding: 0 20px 20px;
    border-top: 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.faq-card .elementor-tab-content p:first-child {
    margin-top: 0;
}

.faq-card > p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.faq-item {
    margin-top: 14px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    color: var(--whiteColor);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.5;
}

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

.faq-item summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--btn-bg);
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-answer {
    padding: 0 20px 20px;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.faq-answer ul,
.faq-answer ol {
    margin: 12px 0 0;
    padding-left: 1.2rem;
}

.faq-answer li + li {
    margin-top: 0.45rem;
}

.faq-answer a {
    color: var(--btn-bg);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.faq-answer a:hover {
    color: color-mix(in srgb, var(--btn-bg) 70%, white);
    border-bottom-color: currentColor;
}

.faq-callout {
    margin-top: 22px;
    padding: clamp(22px, 3vw, 32px);
    border-radius: 28px;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 16%, transparent);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 36%),
        color-mix(in srgb, var(--primaryColor) 78%, transparent);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.faq-callout h3 {
    margin: 0;
    color: var(--whiteColor);
    font-size: 1.35rem;
}

.faq-callout p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.faq-callout .faq-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.faq-callout .common__btn,
.faq-callout .faq-action {
    min-height: 48px;
    padding: 0 18px;
}

.services-archive-page {
    position: relative;
    overflow: clip;
    color: var(--paragraphColor);
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--btn-bg) 16%, transparent), transparent 28%),
        radial-gradient(circle at top right, color-mix(in srgb, var(--mainColor) 18%, transparent), transparent 26%),
        linear-gradient(180deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}

.services-archive-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 72px 72px;
    opacity: 0.12;
}

.services-archive-page > * {
    position: relative;
    z-index: 1;
}

.services-archive-hero {
    padding: clamp(28px, 3.8vw, 52px) 0 clamp(18px, 2.4vw, 28px);
}

.services-archive-hero__card {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(22px, 3vw, 40px);
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 84%, transparent), color-mix(in srgb, var(--secondaryColor) 48%, transparent));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.services-archive-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(18px, 2.8vw, 32px);
    align-items: start;
}

.services-archive-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 14px 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--btn-bg);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-archive-hero__copy h1 {
    margin: 12px 0 0;
    max-width: 12ch;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
    color: var(--whiteColor);
}

.services-archive-hero__copy p {
    max-width: 68ch;
    margin: 12px 0 0;
    color: var(--paragraphColor);
    font-size: 1.02rem;
    line-height: 1.88;
}

.services-archive-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.services-archive-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--paragraphColor);
    font-size: 0.95rem;
}

.services-archive-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.services-archive-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.services-archive-hero__cta.common__btn {
    min-height: 52px;
    padding-inline: 22px;
}

.services-archive-hero__panel {
    display: grid;
    gap: 14px;
}

.services-archive-stat {
    padding: 18px 18px 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 54%, transparent);
}

.services-archive-stat .eyebrow {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-bg);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.services-archive-stat strong {
    display: block;
    margin-top: 12px;
    color: var(--whiteColor);
    font-size: 1.12rem;
    line-height: 1.38;
}

.services-archive-stat p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.72;
    font-size: 0.96rem;
}

.services-archive-listing,
.services-archive-more,
.services-archive-cta {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
}

.services-archive-listing {
    padding-top: clamp(28px, 3.2vw, 52px);
    padding-bottom: clamp(34px, 4.2vw, 58px);
}

.services-archive-elementor-copy {
    padding: clamp(18px, 3vw, 42px) 0 0;
}

.services-archive-section-head {
    display: grid;
    gap: 12px;
    max-width: 760px;
    margin-bottom: 24px;
}

.services-archive-section-head h2 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--whiteColor);
}

.services-archive-section-head p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.74;
    max-width: 70ch;
}

.services-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.services-archive-card {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 72%, transparent);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.services-archive-card__media {
    display: block;
    min-height: 100%;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mainColor) 24%, transparent), color-mix(in srgb, var(--primaryColor) 92%, transparent));
}

.services-archive-card__image {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.services-archive-card__fallback {
    display: grid;
    place-items: center;
    min-height: 260px;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 18%, transparent), transparent 34%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 86%, transparent), color-mix(in srgb, var(--secondaryColor) 52%, transparent));
}

.services-archive-card__fallback span {
    display: inline-grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 28px;
    background: color-mix(in srgb, var(--btn-bg) 14%, transparent);
    color: var(--btn-bg);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.services-archive-card__body {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: clamp(20px, 2.5vw, 28px);
}

.services-archive-card__eyebrow {
    margin: 0;
    color: var(--btn-bg);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.services-archive-card__body h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.services-archive-card__body h3 a {
    color: var(--whiteColor);
    text-decoration: none;
}

.services-archive-card__body p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.84;
}

.services-archive-card__footer {
    margin-top: 2px;
}

.services-archive-card__footer a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--btn-bg);
    text-decoration: none;
    font-weight: 700;
}

.services-archive-empty {
    padding: clamp(20px, 2.6vw, 30px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 72%, transparent);
}

.services-archive-empty h3,
.services-archive-cta__card h2 {
    margin: 0;
    color: var(--whiteColor);
}

.services-archive-empty p,
.services-archive-cta__card p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.84;
}

.services-archive-more {
    margin-top: clamp(18px, 2.5vw, 34px);
    padding-top: clamp(18px, 3vw, 42px);
    padding-bottom: clamp(30px, 4vw, 54px);
}

.services-archive-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.services-archive-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--whiteColor);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.services-archive-mini:hover {
    transform: translateY(-1px);
    border-color: color-mix(in srgb, var(--btn-bg) 35%, transparent);
    background: color-mix(in srgb, var(--btn-bg) 7%, transparent);
}

.services-archive-mini__index {
    flex: 0 0 auto;
    color: var(--btn-bg);
    font-weight: 800;
    letter-spacing: 0.08em;
}

.services-archive-mini__title {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 600;
}

.services-archive-mini i {
    flex: 0 0 auto;
    color: var(--btn-bg);
}

.services-archive-cta {
    padding-bottom: clamp(52px, 6vw, 84px);
}

.services-archive-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: clamp(20px, 2.8vw, 32px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 36%),
        color-mix(in srgb, var(--primaryColor) 78%, transparent);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.services-archive-shell {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
}

.services-archive-hero__card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.services-archive-hero__card::after {
    content: "";
    position: absolute;
    inset: auto -8% -22% auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--btn-bg) 18%, transparent), transparent 68%);
    pointer-events: none;
    filter: blur(12px);
    opacity: 0.45;
    animation: servicesArchivePulse 12s ease-in-out infinite;
}

.services-archive-hero--app .services-archive-hero__card {
    background:
        linear-gradient(180deg, rgba(20, 34, 32, 0.84), rgba(20, 34, 32, 0.72)),
        var(--services-archive-pattern) center right / 320px auto no-repeat,
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 12%, transparent), transparent 30%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 84%, transparent), color-mix(in srgb, var(--secondaryColor) 48%, transparent));
}

.services-archive-hero__copy {
    display: grid;
    align-content: start;
    gap: 0;
}

.services-archive-hero__copy .services-archive-lead {
    max-width: 62ch;
    margin: 16px 0 0;
    color: var(--paragraphColor);
    font-size: 1.04rem;
    line-height: 1.84;
}

.services-archive-meta span {
    gap: 10px;
}

.services-archive-meta span strong {
    color: var(--whiteColor);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.services-archive-meta span em {
    font-style: normal;
}

.services-archive-hero__visual {
    display: grid;
    gap: 12px;
}

.services-archive-visual__card,
.services-archive-featured,
.services-archive-band__card,
.services-archive-faq__item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 72%, transparent);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
}

.services-archive-visual__card {
    min-height: 440px;
    padding: 0;
    text-decoration: none;
}

.services-archive-visual__card--app {
    min-height: 420px;
}

.services-archive-visual__card img,
.services-archive-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-archive-visual__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 34, 32, 0.1) 0%, rgba(20, 34, 32, 0.82) 100%),
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 18%, transparent), transparent 36%);
    z-index: 1;
    pointer-events: none;
}

.services-archive-visual__badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 34, 32, 0.86);
    color: var(--btn-bg);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-archive-visual__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
}

.services-archive-visual__eyebrow,
.services-archive-featured__eyebrow,
.services-archive-band__eyebrow {
    margin: 0;
    color: var(--btn-bg);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.services-archive-visual__overlay h2,
.services-archive-featured__content h3,
.services-archive-band__card h3 {
    margin: 10px 0 0;
    color: var(--whiteColor);
    font-size: clamp(1.45rem, 2vw, 2.2rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.services-archive-visual__overlay p,
.services-archive-featured__content p,
.services-archive-band__card p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.8;
}

.services-archive-visual__link,
.services-archive-featured__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--btn-bg);
    font-weight: 700;
}

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

.services-archive-visual__stat {
    padding: 16px 16px 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 56%, transparent);
}

.services-archive-visual__stat p {
    margin: 0;
    color: var(--btn-bg);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.services-archive-visual__stat strong {
    display: block;
    margin-top: 10px;
    color: var(--whiteColor);
    line-height: 1.5;
}

.services-archive-visual__card--empty {
    display: grid;
    place-items: center;
    min-height: 500px;
    padding: 24px;
}

.services-archive-visual__fallback {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border-radius: 36px;
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-bg);
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.services-archive-band,
.services-archive-faq {
    padding: clamp(24px, 3.6vw, 54px) 0 0;
}

.services-archive-band__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.services-archive-band__card {
    padding: 20px;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.services-archive-band__card:hover,
.services-archive-featured:hover,
.services-archive-visual__card:hover,
.services-archive-card:hover,
.services-archive-mini:hover,
.services-archive-faq__item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--btn-bg) 28%, transparent);
}

.services-archive-band__card h3 {
    margin: 10px 0 0;
    font-size: 1.3rem;
}

.services-archive-band__card p {
    font-size: 0.96rem;
}

.services-archive-featured {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 0;
    margin-bottom: 18px;
    overflow: hidden;
}

.services-archive-app-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.services-archive-app-card {
    padding: 20px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 10%, transparent), transparent 34%),
        color-mix(in srgb, var(--primaryColor) 76%, transparent);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.14);
}

.services-archive-app-card__number {
    margin: 0;
    color: var(--btn-bg);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.services-archive-app-card h3 {
    margin: 12px 0 0;
    color: var(--whiteColor);
    font-size: 1.45rem;
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.services-archive-app-card p {
    margin: 10px 0 0;
    color: var(--paragraphColor);
    line-height: 1.84;
}

.services-archive-featured__media {
    display: block;
    min-height: 100%;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mainColor) 24%, transparent), color-mix(in srgb, var(--primaryColor) 92%, transparent));
}

.services-archive-featured__media img,
.services-archive-featured__fallback,
.services-archive-card__fallback {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.services-archive-featured__fallback,
.services-archive-card__fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top right, color-mix(in srgb, var(--btn-bg) 18%, transparent), transparent 34%),
        linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 86%, transparent), color-mix(in srgb, var(--secondaryColor) 52%, transparent));
}

.services-archive-featured__fallback span,
.services-archive-card__fallback span {
    display: inline-grid;
    place-items: center;
    width: 96px;
    height: 96px;
    border-radius: 30px;
    background: color-mix(in srgb, var(--btn-bg) 14%, transparent);
    color: var(--btn-bg);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.services-archive-featured__content {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: clamp(20px, 2.6vw, 30px);
}

.services-archive-featured__content h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
}

.services-archive-featured__content h3 a {
    color: var(--whiteColor);
    text-decoration: none;
}

.services-archive-featured__bullets {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-archive-featured__bullets li {
    position: relative;
    padding-left: 20px;
    color: var(--paragraphColor);
    line-height: 1.7;
}

.services-archive-featured__bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--btn-bg);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--btn-bg) 16%, transparent);
}

.services-archive-featured__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: 4px;
}

.services-archive-featured__link {
    text-decoration: none;
}

.services-archive-faq__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(18px, 2vw, 28px);
    align-items: start;
}

.services-archive-faq__intro {
    display: grid;
    gap: 18px;
}

.services-archive-faq__summary {
    padding: 22px 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: color-mix(in srgb, var(--primaryColor) 68%, transparent);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.services-archive-faq__summary-label {
    margin: 0 0 12px;
    color: var(--btn-bg);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.services-archive-faq__summary-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.services-archive-faq__summary-list li {
    position: relative;
    padding-left: 18px;
    color: var(--paragraphColor);
    line-height: 1.72;
}

.services-archive-faq__summary-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--btn-bg);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--btn-bg) 14%, transparent);
}

.services-archive-faq__accordion {
    display: grid;
    gap: 14px;
}

.services-archive-faq__item {
    padding: 0;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.services-archive-faq__item summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: start;
    gap: 16px;
    padding: 22px 24px;
    cursor: pointer;
    list-style: none;
}

.services-archive-faq__item summary::-webkit-details-marker {
    display: none;
}

.services-archive-faq__index {
    color: var(--btn-bg);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
    padding-top: 0.18rem;
}

.services-archive-faq__item summary span:nth-of-type(2) {
    color: var(--whiteColor);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.45;
}

.services-archive-faq__item summary i {
    flex: 0 0 auto;
    color: var(--btn-bg);
    transition: transform 0.25s ease, color 0.2s ease;
    margin-top: 0.12rem;
}

.services-archive-faq__item:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--btn-bg) 28%, transparent);
}

.services-archive-faq__item[open] {
    background: color-mix(in srgb, var(--primaryColor) 82%, var(--mainColor) 18%);
    border-color: color-mix(in srgb, var(--btn-bg) 28%, transparent);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.services-archive-faq__item[open] summary i {
    transform: rotate(45deg);
}

.services-archive-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.28s ease, opacity 0.22s ease;
}

.services-archive-faq__item[open] .services-archive-faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.services-archive-faq__answer > div {
    overflow: hidden;
    padding: 0 24px 22px;
}

.services-archive-faq__answer p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.84;
}

.services-archive-hero__grid,
.services-archive-grid,
.services-archive-rail,
.services-archive-band__grid {
    will-change: transform;
}

@keyframes servicesArchivePulse {
    0%,
    100% {
        opacity: 0.35;
        transform: scale(1);
    }
    50% {
        opacity: 0.62;
        transform: scale(1.08) translate3d(-8px, 10px, 0);
    }
}

@media (max-width: 991px) {
    .faq-hero-grid,
    .faq-layout,
    .services-archive-hero__grid,
    .services-archive-featured,
    .services-archive-app-grid,
    .services-archive-grid,
    .services-archive-band__grid,
    .services-archive-rail {
        grid-template-columns: 1fr;
    }

    .faq-sidebar {
        position: static;
    }

    .faq-hero h1 {
        max-width: none;
    }

    .services-archive-hero__visual {
        order: 2;
    }

    .services-archive-hero__card {
        padding: 24px;
    }

    .services-archive-hero--app .services-archive-hero__card {
        background:
            linear-gradient(180deg, rgba(20, 34, 32, 0.84), rgba(20, 34, 32, 0.72)),
            linear-gradient(180deg, color-mix(in srgb, var(--primaryColor) 84%, transparent), color-mix(in srgb, var(--secondaryColor) 48%, transparent));
    }

    .services-archive-visual__card,
    .services-archive-visual__card--empty {
        min-height: 360px;
    }

    .services-archive-visual__grid {
        grid-template-columns: 1fr;
    }

    .services-archive-card {
        grid-template-columns: 1fr;
    }

    .services-archive-cta__card {
        display: grid;
    }

    .services-archive-app-card {
        padding: 20px;
    }

    .services-archive-featured__media img,
    .services-archive-featured__fallback,
    .services-archive-card__fallback {
        min-height: 220px;
    }

    .services-archive-faq__layout {
        grid-template-columns: 1fr;
    }

    .services-archive-faq__item summary {
        padding: 20px;
        gap: 12px;
    }

    .services-archive-faq__answer > div {
        padding: 0 20px 20px;
    }
}

@media (max-width: 991px) {
    .faq-hero-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-sidebar {
        position: static;
    }

    .faq-hero h1 {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .faq-hero-card,
    .faq-card,
    .faq-panel {
        border-radius: 22px;
    }

    .faq-item summary,
    .faq-answer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .faq-toc a {
        padding: 12px 14px;
    }
}

/* Service detail page redesign */
.service-detail-page {
    position: relative;
    overflow: clip;
    color: var(--whiteColor);
    background:
        radial-gradient(circle at top left, rgba(255, 191, 92, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 26%),
        linear-gradient(180deg, var(--primaryColor) 0%, color-mix(in srgb, var(--secondaryColor) 92%, black) 100%);
}

.service-detail-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 100%);
    background-size: 84px 84px;
    opacity: 0.08;
}

.service-detail-page > * {
    position: relative;
    z-index: 1;
}

.service-detail-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.service-detail-hero {
    position: relative;
    padding: clamp(28px, 4vw, 52px) 0 clamp(28px, 6vw, 84px);
}

.service-detail-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
}

.service-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(28px, 5vw, 68px);
    align-items: center;
}

.service-detail-hero__copy {
    min-width: 0;
}

.service-detail-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: var(--paragraphColor);
    font-size: 0.95rem;
    line-height: 1.45;
}

.service-detail-hero__breadcrumb a {
    color: var(--whiteColor);
    text-decoration: none;
}

.service-detail-hero__breadcrumb a:hover {
    color: var(--btn-bg);
}

.service-detail-hero__breadcrumb span[aria-hidden="true"] {
    color: rgba(255, 255, 255, 0.34);
}

.service-detail-hero__breadcrumb-current {
    color: color-mix(in srgb, var(--whiteColor) 88%, rgba(255, 255, 255, 0.14));
}

.service-detail-hero__breadcrumb .d-inline-flex,
.service-detail-hero__breadcrumb .transprent__btn {
    justify-content: flex-start !important;
}

.service-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.service-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: var(--whiteColor);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.service-detail-chip--link {
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.service-detail-chip--link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 191, 92, 0.45);
    background: rgba(255, 191, 92, 0.08);
}

.service-detail-chip--quiet {
    color: var(--paragraphColor);
}

.service-detail-hero h1 {
    margin: 0;
    max-width: 10ch;
    font-size: clamp(2.7rem, 6vw, 5.5rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.service-detail-hero__lead {
    max-width: 58ch;
    margin: 22px 0 0;
    color: var(--paragraphColor);
    font-size: 1.04rem;
    line-height: 1.9;
}

.service-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.service-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.service-detail-btn span {
    font-weight: 700;
}

.service-detail-btn--ghost {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    color: var(--whiteColor);
}

.service-detail-btn--ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 191, 92, 0.42);
    background: rgba(255, 191, 92, 0.08);
    color: var(--whiteColor);
}

.service-detail-hero__visual {
    min-width: 0;
}

.service-detail-hero__media,
.service-detail-hero__fallback {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    min-height: 520px;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-detail-hero__media:hover,
.service-detail-hero__fallback:hover {
    transform: translateY(-6px);
    box-shadow: 0 36px 92px rgba(0, 0, 0, 0.34);
}

.service-detail-hero__media::after,
.service-detail-hero__fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.06) 0%, rgba(10, 10, 10, 0.15) 52%, rgba(10, 10, 10, 0.7) 100%),
        linear-gradient(135deg, rgba(255, 191, 92, 0.08), transparent 35%);
    pointer-events: none;
}

.service-detail-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.service-detail-hero__caption,
.service-detail-hero__fallback > div {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 12, 16, 0.48);
    backdrop-filter: blur(12px);
}

.service-detail-hero__caption span,
.service-detail-hero__fallback span {
    color: var(--btn-bg);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-detail-hero__caption strong,
.service-detail-hero__fallback strong {
    color: var(--whiteColor);
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.service-detail-hero__fallback {
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 191, 92, 0.2), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.service-detail-hero__fallback > div {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
}

.service-detail-hero__fallback p {
    position: relative;
    z-index: 1;
    max-width: 30ch;
    margin: 0 0 84px;
    color: var(--paragraphColor);
    line-height: 1.8;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(20px, 4vw, 36px);
    align-items: start;
    padding-bottom: clamp(72px, 8vw, 112px);
}

.service-detail-panel {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.service-detail-panel--wide {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.service-detail-panel--compact {
    padding: 20px;
    border-radius: 24px;
}

.service-detail-panel__eyebrow {
    margin: 0 0 12px;
    color: var(--btn-bg);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-detail-panel h2 {
    margin: 0 0 18px;
    color: var(--whiteColor);
    font-size: 1.4rem;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.service-detail-nav,
.service-detail-related,
.service-detail-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-detail-nav {
    display: grid;
    gap: 10px;
}

.service-detail-nav--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.service-detail-nav--inline a {
    flex: 1 1 180px;
}

.service-detail-nav a,
.service-detail-related a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    border-radius: 16px;
    border: 1px solid transparent;
    color: var(--whiteColor);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

.service-detail-nav a:hover,
.service-detail-related a:hover {
    transform: translateX(4px);
    border-color: rgba(255, 191, 92, 0.36);
    background: rgba(255, 191, 92, 0.07);
}

.service-detail-nav i,
.service-detail-related i {
    color: var(--btn-bg);
    font-size: 0.92rem;
}

.service-detail-related {
    display: grid;
    gap: 10px;
}

.service-detail-related span {
    display: block;
    min-width: 0;
    font-weight: 600;
    line-height: 1.35;
}

.service-detail-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-detail-related-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.service-detail-related-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 191, 92, 0.36);
    background: rgba(255, 191, 92, 0.06);
}

.service-detail-related-card__link {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.service-detail-related-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.service-detail-related-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.04) 0%, rgba(10, 10, 10, 0.18) 100%);
    pointer-events: none;
}

.service-detail-related-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-related-card__body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.service-detail-related-card__body h3 {
    margin: 0;
    color: var(--whiteColor);
    font-size: 1.08rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.service-detail-related-card__body p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.75;
}

.service-detail-related-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--btn-bg);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.service-detail-panel__footer {
    margin-top: 18px;
}

.service-detail-contact {
    display: grid;
    gap: 12px;
}

.service-detail-contact li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: var(--paragraphColor);
    line-height: 1.6;
}

.service-detail-contact i {
    color: var(--btn-bg);
    margin-top: 3px;
}

.service-detail-main {
    display: grid;
    gap: clamp(20px, 4vw, 36px);
    min-width: 0;
}

.service-detail-section {
    padding-top: clamp(34px, 5vw, 64px);
    scroll-margin-top: 110px;
    width: 100%;
}

.service-detail-section--split {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: clamp(22px, 4vw, 40px);
    align-items: start;
}

.service-detail-section--split .service-detail-section__head {
    max-width: none;
}

.service-detail-section__content {
    min-width: 0;
}

.service-detail-section__intro {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.service-detail-section__media {
    min-width: 0;
}

.service-detail-section__head {
    max-width: 56ch;
    margin-bottom: 24px;
}

.service-detail-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    color: var(--btn-bg);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-detail-section__head h2 {
    margin: 0;
    color: var(--whiteColor);
    font-size: clamp(1.85rem, 3vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.service-detail-prose {
    display: grid;
    gap: 18px;
}

.service-detail-prose p {
    margin: 0;
    color: var(--paragraphColor);
    font-size: 1.03rem;
    line-height: 1.9;
}

.service-detail-highlight-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.service-detail-media-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 28px;
    min-height: 260px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.service-detail-media-card--compact {
    min-height: 210px;
}

.service-detail-media-card--large {
    min-height: 320px;
}

.service-detail-media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.05) 0%, rgba(10, 10, 10, 0.22) 46%, rgba(10, 10, 10, 0.56) 100%);
    pointer-events: none;
}

.service-detail-media-card__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.service-detail-media-card__caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(10, 12, 16, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--whiteColor);
    font-size: 0.92rem;
    line-height: 1.5;
    backdrop-filter: blur(12px);
}

.service-detail-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-detail-section#highlights {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
    gap: clamp(18px, 3vw, 30px);
    padding: clamp(26px, 4vw, 42px);
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top left, rgba(234, 195, 105, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(63, 121, 114, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
    counter-reset: highlight-feature;
}

.service-detail-section#highlights::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 22%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.12));
    pointer-events: none;
}

.service-detail-section#highlights > * {
    position: relative;
    z-index: 1;
}

.service-detail-section#highlights .service-detail-section__head {
    grid-column: 1 / -1;
    max-width: 62ch;
    margin-bottom: 6px;
}

.service-detail-section#highlights .service-detail-section__intro {
    max-width: 58ch;
}

.service-detail-section#highlights .service-detail-highlight-media {
    margin-bottom: 0;
}

.service-detail-section#highlights .service-detail-highlight-media__single {
    margin-bottom: 0;
}

.service-detail-section#highlights .service-detail-feature-grid {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 16px;
}

.service-detail-highlight-media__single {
    width: 100%;
    margin-bottom: 18px;
}

.service-detail-highlight-media__single .service-detail-media-card__image {
    aspect-ratio: 16 / 9;
    min-height: 0;
}

.service-detail-feature {
    position: relative;
    display: grid;
    gap: 0;
    min-height: 0;
    padding: 24px 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.02);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(10px);
}

.service-detail-feature__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.service-detail-feature__icon {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 36%),
        rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-detail-feature__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-detail-feature h3 {
    margin: 0;
    color: var(--whiteColor);
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.service-detail-feature p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.service-detail-section#highlights .service-detail-feature::before {
    counter-increment: highlight-feature;
    content: counter(highlight-feature, decimal-leading-zero);
    position: absolute;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-bg);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.service-detail-showcase {
    overflow: hidden;
}

.service-detail-showcase__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
    gap: clamp(20px, 4vw, 36px);
    align-items: stretch;
}

.service-detail-showcase__layout--stack {
    grid-template-columns: minmax(0, 1fr);
}

.service-detail-showcase__layout--stack .service-detail-showcase__media {
    width: min(100%, 760px);
}

.service-detail-showcase__copy {
    display: grid;
    gap: 16px;
    align-content: start;
}

.service-detail-showcase__note {
    margin: 0 0 16px;
    color: var(--paragraphColor);
    line-height: 1.8;
}

.service-detail-video {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    border-radius: 32px;
    box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22);
}

.service-detail-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 10, 10, 0.05) 0%, rgba(10, 10, 10, 0.18) 52%, rgba(10, 10, 10, 0.7) 100%);
    pointer-events: none;
}

.service-detail-video__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.service-detail-video__button {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(15, 16, 18, 0.58);
    color: var(--whiteColor);
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.service-detail-video__button:hover {
    transform: translateY(-2px) scale(1.03);
    border-color: rgba(255, 191, 92, 0.45);
    background: rgba(255, 191, 92, 0.12);
    color: var(--whiteColor);
}

.service-detail-video__button i {
    font-size: 1.35rem;
}

.service-detail-video--link {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top right, rgba(255, 191, 92, 0.16), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.service-detail-video__fallback {
    display: grid;
    gap: 8px;
    max-width: 30rem;
    padding: 28px;
    color: var(--paragraphColor);
    text-align: center;
}

.service-detail-video__fallback strong {
    color: var(--whiteColor);
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.service-detail-process__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(20px, 4vw, 36px);
    align-items: start;
}

.service-detail-process__layout--stack {
    grid-template-columns: minmax(0, 1fr);
}

.service-detail-process__layout--stack .service-detail-process {
    max-width: 760px;
}

.service-detail-support {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-detail-process__figure {
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    min-height: 100%;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.service-detail-process__figure img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.service-detail-process {
    display: grid;
}

.service-detail-step {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-detail-step:first-child {
    border-top: 0;
    padding-top: 0;
}

.service-detail-step__number {
    color: var(--btn-bg);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
}

.service-detail-step__body h3 {
    margin: 0 0 10px;
    color: var(--whiteColor);
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.service-detail-step__body p {
    margin: 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.service-detail-faq {
    overflow: hidden;
}

.service-detail-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    max-width: 980px;
}

.service-detail-faq__summary {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(8, 16, 16, 0.15) 0%, rgba(8, 16, 16, 0.55) 100%),
        radial-gradient(circle at top right, rgba(255, 191, 92, 0.14), transparent 34%),
        rgba(255, 255, 255, 0.04);
    background-size: cover;
    background-position: center;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.14);
}

.service-detail-faq__summary::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 100%);
    background-size: 48px 48px;
    opacity: 0.12;
    pointer-events: none;
}

.service-detail-faq__summary > * {
    position: relative;
    z-index: 1;
}

.service-detail-faq__summary--image .service-detail-faq__summary-label,
.service-detail-faq__summary--image p:last-child {
    color: var(--whiteColor);
}

.service-detail-faq__summary-label {
    margin: 0 0 12px;
    color: var(--btn-bg);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-detail-faq__summary p:last-child {
    margin: 0;
    max-width: 28ch;
    color: color-mix(in srgb, var(--whiteColor) 82%, rgba(255, 255, 255, 0.12));
    font-size: 1.02rem;
    line-height: 1.85;
}

.service-detail-highlight-media__single {
    min-height: 340px;
    margin-bottom: 18px;
}

.service-detail-faq__accordion {
    display: grid;
    gap: 14px;
    width: 100%;
}

.service-detail-faq__item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.service-detail-faq__item summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px 20px;
    color: var(--whiteColor);
    font-size: 1.03rem;
    font-weight: 600;
    line-height: 1.5;
}

.service-detail-faq__item summary::-webkit-details-marker {
    display: none;
}

.service-detail-faq__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    border-radius: 16px;
    background: rgba(255, 191, 92, 0.12);
    color: var(--btn-bg);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.service-detail-faq__item summary i {
    color: var(--btn-bg);
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.service-detail-faq__item[open] summary i {
    transform: rotate(45deg);
}

.service-detail-faq__item[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 191, 92, 0.05);
}

.service-detail-faq__answer {
    padding: 0 20px 20px 86px;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.service-detail-faq__answer p {
    margin: 0;
}

.service-detail-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(34px, 6vw, 72px);
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(255, 191, 92, 0.12), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
}

.service-detail-cta--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
    align-items: center;
}

.service-detail-cta__content {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.service-detail-cta__copy {
    max-width: 54ch;
}

.service-detail-cta__copy h2 {
    margin: 0 0 12px;
    color: var(--whiteColor);
    font-size: clamp(1.7rem, 2.6vw, 2.7rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.service-detail-cta__copy p:last-child {
    margin-bottom: 0;
    color: var(--paragraphColor);
    line-height: 1.85;
}

.service-detail-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}

.service-detail-cta__media {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 280px;
    border-radius: 24px;
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
}

.service-detail-cta__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.04) 0%, rgba(10, 10, 10, 0.22) 100%);
    pointer-events: none;
}

.service-detail-cta__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.service-detail-shapes {
    position: relative;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    pointer-events: none;
}

.service-detail-shape {
    position: absolute;
    opacity: 0.32;
    filter: saturate(0.75);
}

.service-detail-shape--dots {
    top: -30px;
    left: 0;
    width: 90px;
}

.service-detail-shape--ring {
    right: 8px;
    bottom: 160px;
    width: 84px;
}

.service-detail-shape--process {
    left: 52%;
    bottom: 20px;
    width: 110px;
}

@keyframes serviceDetailRise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-detail-hero__copy,
.service-detail-hero__visual,
.service-detail-panel,
.service-detail-section,
.service-detail-cta,
.service-detail-support {
    animation: serviceDetailRise 0.8s ease both;
}

@media (max-width: 1199px) {
    .service-detail-shell {
        width: min(100%, calc(100% - 24px));
    }

    .service-detail-hero__grid,
    .service-detail-process__layout,
    .service-detail-process__layout--stack {
        grid-template-columns: 1fr;
    }

    .service-detail-section--split,
    .service-detail-showcase__layout,
    .service-detail-showcase__layout--stack,
    .service-detail-cta--split,
    .service-detail-faq__layout {
        grid-template-columns: 1fr;
    }

    .service-detail-faq__summary {
        min-height: 280px;
    }

    .service-detail-hero h1 {
        max-width: 12ch;
    }

    .service-detail-hero__media,
    .service-detail-hero__fallback {
        min-height: 420px;
    }

    .service-detail-hero__image {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .service-detail-hero {
        padding-top: 22px;
    }

    .service-detail-hero h1 {
        max-width: none;
        font-size: clamp(2.4rem, 15vw, 3.7rem);
    }

    .service-detail-hero__actions,
    .service-detail-cta,
    .service-detail-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .service-detail-cta__actions .common__btn,
    .service-detail-cta__actions .service-detail-btn,
    .service-detail-hero__actions .common__btn,
    .service-detail-hero__actions .service-detail-btn {
        width: 100%;
        justify-content: center;
    }

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

    .service-detail-highlight-media,
    .service-detail-related-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-highlight-media__single {
        width: 100%;
    }

    .service-detail-section#highlights {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .service-detail-section#highlights .service-detail-section__head {
        grid-column: auto;
    }

    .service-detail-showcase__layout--stack .service-detail-showcase__media,
    .service-detail-process__layout--stack .service-detail-process {
        width: 100%;
        max-width: none;
    }

    .service-detail-support {
        grid-template-columns: 1fr;
    }

    .service-detail-step {
        grid-template-columns: 1fr;
    }

    .service-detail-step__number {
        font-size: 1.35rem;
    }

    .service-detail-hero__media,
    .service-detail-hero__fallback,
    .service-detail-video,
    .service-detail-process__figure,
    .service-detail-media-card,
    .service-detail-cta__media {
        border-radius: 24px;
    }

    .service-detail-panel,
    .service-detail-feature,
    .service-detail-cta {
        border-radius: 24px;
    }

    .service-detail-faq__summary,
    .service-detail-faq__item {
        border-radius: 24px;
    }

    .service-detail-faq__summary {
        min-height: 240px;
    }

    .service-detail-hero__media,
    .service-detail-hero__fallback,
    .service-detail-hero__image,
    .service-detail-video__image,
    .service-detail-media-card__image,
    .service-detail-cta__image {
        min-height: 340px;
    }

    .service-detail-hero__caption,
    .service-detail-hero__fallback > div {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 16px;
        border-radius: 18px;
    }

    .service-detail-faq__item summary {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        padding: 16px;
        font-size: 0.98rem;
    }

    .service-detail-faq__index {
        min-width: 44px;
        min-height: 44px;
        border-radius: 14px;
    }

    .service-detail-faq__answer {
        padding: 0 16px 18px 60px;
    }

    .service-detail-shapes {
        display: none;
    }
}

/* Client palette bridge --------------------------------------------------
 * Theme Options now use carbon / paper / signal tokens. The original Kulan
 * selectors were authored for the previous teal / yellow pairing, so keep
 * the shared widgets intact and correct their composition here. */
:root {
    --durai-carbon: var(--primaryColor, #0e0f12);
    --durai-paper: var(--mainColor, #f7f6f3);
    --durai-signal: var(--btn-bg, #c8442a);
    --durai-white: var(--whiteColor, #faf9f5);
    --durai-muted-on-dark: color-mix(in srgb, var(--durai-white) 82%, transparent);
}

/* About Us: the legacy Choose One card uses the paper surface now, so its
 * award and bullet copy must use carbon rather than the dark-section white. */
body.page-id-22 .elementor-widget-kulan_choose_one .feature .t__22,
body.page-id-22 .elementor-widget-kulan_choose_one .feature p {
    color: var(--durai-carbon) !important;
}

body.page-id-22 .elementor-widget-kulan_choose_one .feature .border__bottom {
    border-bottom-color: color-mix(in srgb, var(--durai-carbon) 18%, transparent);
}

/* Client brief: sections marked remove/hide stay in Elementor but are not
 * rendered publicly. The original data remains available for later reuse. */
.client-hidden-section {
    display: none !important;
}

/* Bold service editorial sections use one calm horizontal composition rather
 * than the repeated overlap treatment used by the older service layouts. */
.service-bold-editorial .editorial-split {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(36px, 6vw, 96px);
    width: min(1440px, calc(100% - 48px));
    padding: clamp(96px, 11vw, 168px) 0;
}

.service-bold-editorial .editorial-split__media,
.service-bold-editorial .editorial-split__media img {
    min-height: clamp(440px, 48vw, 720px);
}

.service-bold-editorial .editorial-split__media {
    border-radius: 32px 32px 170px 32px;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 32%, transparent);
    box-shadow: 24px 24px 0 color-mix(in srgb, var(--btn-bg) 12%, transparent);
}

.service-bold-editorial .editorial-split__content {
    align-self: center;
    max-width: 680px;
}

.service-bold-editorial .editorial-split__content h2 {
    max-width: 9ch;
    font-size: clamp(3.25rem, 6vw, 6.8rem);
    line-height: .9;
    letter-spacing: -.06em;
}

.service-bold-editorial .editorial-split__intro {
    max-width: 48ch;
    font-size: clamp(1.12rem, 1.55vw, 1.4rem);
}

/* The manifesto is the full-width page break requested by the client. Keep
 * the statement dominant while moving the supporting copy into a deliberate
 * second column instead of leaving it stranded beneath the headline. */
.service-bold-manifesto .strategy-manifesto {
    width: min(1440px, calc(100% - 48px));
    padding: clamp(100px, 12vw, 190px) 0;
}

.service-bold-manifesto .strategy-manifesto__inner {
    display: block;
    max-width: none;
    grid-template-columns: none !important;
}

.service-bold-manifesto .strategy-manifesto__content {
    display: none !important;
    grid-column: auto !important;
}

.service-bold-manifesto .strategy-manifesto h2 {
    width: 100%;
    max-width: none;
    grid-column: auto !important;
    font-size: clamp(3.2rem, 8vw, 9rem);
    line-height: .88;
}

.service-bold-manifesto .strategy-manifesto__inner {
    display: block !important;
}

.service-bold-manifesto .strategy-manifesto__rule {
    width: 100% !important;
}

/* Keep the service manifesto pages on a pure black field. The parent V2
 * treatment adds a gray gradient and ring graphic that are not wanted here. */
.service-bold-manifesto,
.service-bold-manifesto.strategy-manifesto-section,
.service-bold-manifesto .strategy-manifesto {
    background: #000 !important;
    background-image: none !important;
}

.service-bold-manifesto::before,
.service-bold-manifesto::after,
.service-bold-manifesto.strategy-manifesto-section::before,
.service-bold-manifesto.strategy-manifesto-section::after {
    display: none !important;
}

/* Homepage: make the customer story horizontal and let the four industries
 * read as a compact set of pillars instead of a second alternating chapter. */
body.page-id-1471 .home-customer-story .about__2,
body.page-id-1471 .home-industry-pillars .about__2 {
    padding-top: clamp(72px, 8vw, 128px);
    padding-bottom: clamp(72px, 8vw, 128px);
}

body.page-id-1471 .home-customer-story .about__2 .row,
body.page-id-1471 .home-industry-pillars .about__2 .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 96px);
    align-items: center;
    margin: 0;
}

body.page-id-1471 .home-customer-story .about__2 .row > div,
body.page-id-1471 .home-industry-pillars .about__2 .row > div {
    width: auto;
    max-width: none;
    padding: 0;
}

body.page-id-1471 .home-customer-story .about__2 h2 {
    max-width: 100% !important;
    font-size: clamp(2.8rem, 5vw, 5.8rem);
    line-height: .94;
    letter-spacing: -.055em;
}

body.page-id-1471 .home-industry-pillars .about__2 h2 {
    max-width: 100% !important;
    color: var(--whiteColor) !important;
    font-size: clamp(2.8rem, 5vw, 5.8rem) !important;
    font-weight: 900 !important;
    line-height: .94 !important;
    letter-spacing: -.055em;
}

body.page-id-1471 .home-customer-story .about__2 p {
    max-width: 46ch;
    font-size: clamp(1.15rem, 1.6vw, 1.45rem) !important;
}

body.page-id-1471 .home-customer-story .about__2 .bg__2_img,
body.page-id-1471 .home-industry-pillars .about__2 .bg__2_img {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(360px, 42vw, 650px);
    object-fit: cover;
    border-radius: 30px 30px 150px 30px;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 30%, transparent);
}

body.page-id-1471 .home-customer-story .about__2 .circle__shap,
body.page-id-1471 .home-customer-story .about__2 .star__agal,
body.page-id-1471 .home-industry-pillars .about__2 .circle__shap,
body.page-id-1471 .home-industry-pillars .about__2 .star__agal {
    display: none;
}

body.page-id-1471 .home-industry-pillars .about__2 div.pt__30 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.page-id-1471 .home-industry-pillars .about__2 div.pt__30 > div {
    min-height: 150px;
    margin: 0 !important;
    padding: 24px !important;
    border: 1px solid color-mix(in srgb, var(--whiteColor) 12%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--whiteColor) 5%, transparent);
}

body.page-id-1471 .home-industry-pillars .about__2 div.pt__30 h5 {
    color: var(--whiteColor);
}

body.page-id-1471 .home-industry-pillars .about__2 div.pt__30 p {
    font-size: 16px !important;
}

/* The chapter called out in the Content & Growth brief gets the same bold
 * editorial weight as the manifesto without changing its content structure. */
.service-bold-chapter .about_1 {
    padding-top: clamp(96px, 11vw, 168px);
    padding-bottom: clamp(96px, 11vw, 168px);
}

.service-bold-chapter .about_1 h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 5.5vw, 6rem);
    line-height: .92;
    letter-spacing: -.06em;
}

@media (max-width: 991px) {
    .service-bold-editorial .editorial-split,
    body.page-id-1471 .home-customer-story .about__2 .row,
    body.page-id-1471 .home-industry-pillars .about__2 .row {
        grid-template-columns: 1fr;
    }

    .service-bold-manifesto .strategy-manifesto__inner {
        display: block;
    }

    .service-bold-editorial .editorial-split__content h2,
    body.page-id-1471 .home-customer-story .about__2 h2,
    .service-bold-chapter .about_1 h2 {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .service-bold-editorial .editorial-split,
    .service-bold-manifesto .strategy-manifesto {
        width: min(100% - 32px, 1440px);
    }

    body.page-id-1471 .home-industry-pillars .about__2 div.pt__30 {
        grid-template-columns: 1fr;
    }
}

/* The new brand system reserves paper for navigation and signal for actions.
 * This overrides the parent's old rule that used the accent for the navbar. */
.navbar-area {
    background-color: var(--durai-paper) !important;
}

/* Shared About One V2 redesign. This is intentionally scoped to the V2
 * widget so legacy About widgets keep their original theme treatment. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(96px, 10vw, 168px) 0 !important;
    background: #000 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1::before {
    position: absolute;
    top: 12%;
    left: -12%;
    width: min(58vw, 820px);
    aspect-ratio: 1;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 16%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 42px color-mix(in srgb, var(--btn-bg) 5%, transparent), 0 0 0 86px color-mix(in srgb, var(--btn-bg) 3%, transparent);
    content: "";
    pointer-events: none;
    z-index: -1;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .container {
    width: min(1320px, calc(100% - 48px));
    max-width: none;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: clamp(32px, 6vw, 96px);
    align-items: center !important;
    margin: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__img {
    display: block;
    width: 100% !important;
    height: clamp(440px, 48vw, 690px) !important;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 32px 32px 170px 32px;
    box-shadow: 20px 20px 0 color-mix(in srgb, var(--whiteColor) 28%, transparent), 0 30px 80px rgb(0 0 0 / 35%);
    filter: saturate(.92) contrast(1.04);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child {
    position: relative;
    z-index: 2;
    padding: clamp(32px, 4vw, 64px) !important;
    border: 1px solid color-mix(in srgb, var(--whiteColor) 13%, transparent);
    border-left: 3px solid var(--btn-bg);
    border-radius: 8px 28px 28px 8px;
    background: linear-gradient(145deg, #1b1d20 0%, #111214 100%);
    box-shadow: 0 26px 72px rgb(0 0 0 / 32%);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child::before {
    display: none;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .transparent__btn {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 clamp(24px, 3vw, 40px);
    padding: 10px 14px;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 24%, transparent);
    border-radius: 4px;
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
    color: var(--btn-bg) !important;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    max-width: 18ch;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(2.5rem, 4.25vw, 4.75rem) !important;
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .95;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 > .container .row > div:last-child > div > div > p {
    max-width: 44ch;
    margin: clamp(24px, 3vw, 38px) 0 0 !important;
    color: color-mix(in srgb, var(--whiteColor) 76%, transparent) !important;
    font-size: clamp(1.05rem, 1.35vw, 1.28rem);
    line-height: 1.55;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
    margin-top: clamp(30px, 4vw, 52px);
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) {
    margin: 0 !important;
    padding: 20px 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--whiteColor) 14%, transparent);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40):last-of-type {
    border-bottom: 1px solid color-mix(in srgb, var(--whiteColor) 14%, transparent);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) > .d-flex {
    margin: 0 0 10px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h5.t__22 {
    margin: 0;
    color: var(--whiteColor) !important;
    font-size: clamp(1.05rem, 1.35vw, 1.3rem) !important;
    font-weight: 700;
    line-height: 1.2;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__item-content,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__item-content p {
    margin: 0 !important;
    color: color-mix(in srgb, var(--whiteColor) 68%, transparent) !important;
    font-size: .98rem !important;
    line-height: 1.55;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__40 {
    padding-top: 28px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .common__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 4px;
    background: var(--btn-bg) !important;
    color: var(--whiteColor) !important;
    font-weight: 700;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:first-child {
    grid-column: 2;
    grid-row: 1;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:last-child {
    grid-column: 1;
    grid-row: 1;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .circle__shap,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .rat_agal,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .star__shap {
    opacity: .16;
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
        grid-template-columns: 1fr;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:first-child,
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1--image-right .row > div:last-child {
        grid-column: auto;
        grid-row: auto;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__img {
        height: clamp(360px, 70vw, 560px) !important;
    }
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .container {
        width: min(100% - 32px, 1320px);
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child {
        padding: 28px 22px !important;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__img {
        height: 360px !important;
        border-radius: 24px 24px 96px 24px;
        box-shadow: 12px 12px 0 color-mix(in srgb, var(--whiteColor) 28%, transparent);
    }
}

.navbar-area .navbar .navbar-nav .nav-link,
.navbar-area .navbar .navbar-nav .nav-item > a,
.navbar-area .header__bottom_logo h5 {
    color: var(--durai-carbon) !important;
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--durai-paper) !important;
    border-color: var(--durai-signal) !important;
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu a {
    color: var(--durai-carbon) !important;
}

body.page-id-1471,
body.page-id-1488,
body.page-id-1498,
body.page-id-1604,
body.page-id-1609 {
    background-color: var(--durai-carbon);
}

body.page-id-1471 .common__btn,
body.page-id-1488 .common__btn,
body.page-id-1498 .common__btn,
body.page-id-1604 .common__btn,
body.page-id-1609 .common__btn {
    background-color: var(--durai-signal) !important;
    border-color: var(--durai-signal) !important;
    color: var(--durai-paper) !important;
}

body.page-id-1471 .common__btn:hover,
body.page-id-1488 .common__btn:hover,
body.page-id-1498 .common__btn:hover,
body.page-id-1604 .common__btn:hover,
body.page-id-1609 .common__btn:hover {
    background-color: var(--durai-carbon) !important;
    border-color: var(--durai-carbon) !important;
    color: var(--durai-paper) !important;
}

/* Secondary actions are outlines at rest and resolve to paper on hover. The
 * widget's yellow variant otherwise receives a paper fill and paper text
 * from Elementor's saved style controls, making it appear blank. */
body.page-id-1471 .common__btn_yellow,
body.page-id-1488 .common__btn_yellow,
body.page-id-1498 .common__btn_yellow,
body.page-id-1604 .common__btn_yellow,
body.page-id-1609 .common__btn_yellow {
    background-color: transparent !important;
    border: 1px solid var(--durai-paper) !important;
    color: var(--durai-paper) !important;
}

body.page-id-1471 .common__btn_yellow::after,
body.page-id-1488 .common__btn_yellow::after,
body.page-id-1498 .common__btn_yellow::after,
body.page-id-1604 .common__btn_yellow::after,
body.page-id-1609 .common__btn_yellow::after {
    background-color: var(--durai-paper) !important;
}

body.page-id-1471 .common__btn_yellow:hover,
body.page-id-1488 .common__btn_yellow:hover,
body.page-id-1498 .common__btn_yellow:hover,
body.page-id-1604 .common__btn_yellow:hover,
body.page-id-1609 .common__btn_yellow:hover {
    background-color: var(--durai-paper) !important;
    border-color: var(--durai-paper) !important;
    color: var(--durai-carbon) !important;
}

/* Copy on carbon surfaces must use the light side of the palette. */
body.page-id-1471 .banner__content_title,
body.page-id-1471 .about__item .pt__35,
body.page-id-1471 .about__item-content,
body.page-id-1471 .elementor-widget-kulan_processs_two p,
body.page-id-1488 .banner__content_title,
body.page-id-1488 .about__item .pt__35,
body.page-id-1488 .about__item-content,
body.page-id-1498 .banner__content_title,
body.page-id-1498 .about__item .pt__35,
body.page-id-1498 .about__item-content,
body.page-id-1604 .banner__content_title,
body.page-id-1604 .about__item .pt__35,
body.page-id-1604 .about__item-content,
body.page-id-1609 .banner__content_title,
body.page-id-1609 .about__item .pt__35,
body.page-id-1609 .about__item-content,
body.page-id-1488 .elementor-widget-kulan_editorial_split p,
body.page-id-1498 .elementor-widget-kulan_editorial_split p,
body.page-id-1604 .elementor-widget-kulan_editorial_split p,
body.page-id-1609 .elementor-widget-kulan_editorial_split p {
    color: var(--durai-muted-on-dark) !important;
}

body.page-id-1471 .banner__content_title p,
body.page-id-1488 .banner__content_title p,
body.page-id-1498 .banner__content_title p,
body.page-id-1604 .banner__content_title p,
body.page-id-1609 .banner__content_title p {
    color: var(--durai-muted-on-dark) !important;
}

body.page-id-1488 .elementor-widget-kulan_about_one_v2 .about__item-content,
body.page-id-1498 .elementor-widget-kulan_about_one_v2 .about__item-content,
body.page-id-1604 .elementor-widget-kulan_about_one_v2 .about__item-content,
body.page-id-1609 .elementor-widget-kulan_about_one_v2 .about__item-content {
    color: var(--durai-muted-on-dark) !important;
}

/* Proof strips are signal moments, so their labels and numbers use carbon. */
body.page-id-1471 .counter__box,
body.page-id-1471 .counter__box .counter__text,
body.page-id-1471 .counter__box .t__40 {
    color: var(--durai-carbon) !important;
}

body.page-id-1471 .counter__box .t__40 {
    opacity: 1;
}

/* Final counter cascade: preserve readable labels over legacy page rules. */
body.page-id-1471 .elementor-widget-kulan_counter .counter__box .counter__text,
body.page-id-1471 .elementor-widget-kulan_counter_v2 .counter__box .counter__text,
body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__text,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__text {
    color: var(--durai-muted-on-dark) !important;
}

/* Size the row from its real content count instead of creating empty tracks. */
body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(4)) .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(4)) .counter__wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(5)) .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(5)) .counter__wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper,
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(4)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(4)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(5)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(5)) .counter__wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper,
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(4)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(4)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter:has(.counter__box:nth-child(5)) .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2:has(.counter__box:nth-child(5)) .counter__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Counter refinement: give each proof point room to breathe. */
body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter {
    padding-top: clamp(48px, 5.5vw, 76px) !important;
    padding-bottom: clamp(48px, 5.5vw, 76px) !important;
}

body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter {
    padding-top: clamp(48px, 5.5vw, 76px) !important;
    padding-bottom: clamp(48px, 5.5vw, 76px) !important;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
    column-gap: clamp(24px, 3.2vw, 64px);
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box {
    padding: 0 !important;
    border-left: 0 !important;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__box::before,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__box::before {
    margin-bottom: 16px;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter .t__40,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter .t__40 {
    white-space: nowrap;
    font-size: clamp(2.35rem, 3.35vw, 4.25rem) !important;
    letter-spacing: -.06em;
}

body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__text,
body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__text {
    max-width: 19ch;
    margin-top: 14px !important;
    font-size: clamp(.8rem, .95vw, .95rem) !important;
    line-height: 1.3;
}

@media (max-width: 575px) {
    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__wrapper,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__wrapper {
        column-gap: 28px;
        row-gap: 40px;
    }

    body:has(.elementor-widget-kulan_counter) .elementor-widget-kulan_counter .counter__text,
    body:has(.elementor-widget-kulan_counter_v2) .elementor-widget-kulan_counter_v2 .counter__text {
        max-width: 14ch;
    }
}

/* Home marquee: use transparent white logo variants instead of CSS filters.
 * The original uploaded SVGs mix dark fills and embedded panels, which an
 * <img> filter cannot normalize without leaving visible blocks. */
body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide {
    position: relative;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .partner__logo {
    opacity: 0;
    filter: none;
    mix-blend-mode: normal;
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide::before {
    content: "";
    position: absolute;
    inset: clamp(10px, 1.2vw, 18px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide:has(.partner__logo[src$="cmp1.svg"])::before {
    background-image: url("../img/home-marquee/cmp1-white.svg");
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide:has(.partner__logo[src$="cmp2.svg"])::before {
    background-image: url("../img/home-marquee/cmp2-white.svg");
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide:has(.partner__logo[src$="cmp3.svg"])::before {
    background-image: url("../img/home-marquee/cmp3-white.svg");
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide:has(.partner__logo[src$="cmp4.svg"])::before {
    background-image: url("../img/home-marquee/cmp4-white.svg");
}

body:has(.elementor-widget-kulan_marque_one_v2) .elementor-widget-kulan_marque_one_v2 .slide:has(.partner__logo[src$="cmp5.svg"])::before {
    background-image: url("../img/home-marquee/cmp5-white.svg");
}

/* Navigation dropdown rhythm -------------------------------------------- */
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 10px !important;
    border-radius: 0 0 14px 14px;
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 2px 0;
    padding: 10px 14px !important;
    border-radius: 8px;
    line-height: 1.25;
    color: var(--durai-carbon) !important;
}

.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover,
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
    color: var(--durai-paper) !important;
    background-color: var(--durai-signal) !important;
}

/* About One V2: use the same bold, horizontal editorial language as the
 * manifesto sections. The image remains available in Elementor but does not
 * compete with the statement on the public page. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 {
    min-height: 0;
    padding: clamp(112px, 13vw, 220px) 0 clamp(96px, 10vw, 160px) !important;
    background: #000 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1::after {
    position: absolute;
    right: -8%;
    bottom: 12%;
    width: min(42vw, 620px);
    aspect-ratio: 1;
    border: 1px solid color-mix(in srgb, var(--btn-bg) 16%, transparent);
    border-radius: 50%;
    box-shadow: 0 0 0 46px color-mix(in srgb, var(--btn-bg) 4%, transparent);
    content: "";
    pointer-events: none;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
    display: block !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:first-child {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child::before {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .transparent__btn {
    margin-bottom: clamp(34px, 5vw, 70px);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none !important;
    display: block !important;
    font-size: clamp(3rem, 6.3vw, 7.6rem) !important;
    letter-spacing: -.075em;
    line-height: .87;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 > .container .row > div:last-child > div > div > p {
    max-width: 620px;
    margin: clamp(42px, 6vw, 86px) 0 0 !important;
    padding-left: clamp(18px, 2vw, 30px);
    border-left: 3px solid var(--btn-bg);
    color: color-mix(in srgb, var(--whiteColor) 78%, transparent) !important;
    font-size: clamp(1.15rem, 1.8vw, 1.65rem);
    line-height: 1.45;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 clamp(24px, 4vw, 72px);
    margin-top: clamp(64px, 9vw, 128px);
    padding: 0 !important;
    border-top: 1px solid color-mix(in srgb, var(--whiteColor) 18%, transparent);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) {
    min-height: 170px;
    margin: 0 !important;
    padding: 24px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid color-mix(in srgb, var(--whiteColor) 14%, transparent);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div.pt__40 {
    grid-column: 1 / -1;
    padding-top: 34px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .circle__shap,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .rat_agal,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .star__shap {
    display: none !important;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
        max-width: 12ch;
        font-size: clamp(3rem, 13vw, 5.2rem) !important;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
        grid-template-columns: 1fr;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div.pt__40 {
        grid-column: auto;
    }
}

/* About One V3: a roadmap treatment for pages that need a different rhythm
 * from the V2 manifesto-style sections. */
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 {
    position: relative;
    overflow: hidden;
    padding: clamp(88px, 10vw, 156px) 0 !important;
    background: #101f23 !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
    height: 100%;
    background: linear-gradient(180deg, rgb(200 68 42 / 12%), transparent 48%, rgb(200 68 42 / 8%));
    content: "";
    pointer-events: none;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .container {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 48px));
    max-width: none;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row {
    display: grid !important;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr) !important;
    gap: clamp(36px, 7vw, 112px);
    align-items: center !important;
    margin: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row > div {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row > div:first-child {
    grid-column: 1;
    grid-row: 1;
    overflow: hidden;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .about__img {
    display: block;
    position: relative !important;
    inset: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    height: clamp(380px, 43vw, 610px) !important;
    object-fit: cover;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 18px 18px 150px 18px;
    box-shadow: 14px 14px 0 rgb(200 68 42 / 25%);
    filter: saturate(.9) contrast(1.05);
    transition: opacity 700ms cubic-bezier(.22, .61, .36, 1), transform 700ms cubic-bezier(.22, .61, .36, 1), filter 700ms ease;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row:hover .about__img {
    transform: none;
    filter: saturate(.9) contrast(1.05);
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row > div:last-child {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 2;
    padding: clamp(8px, 1vw, 16px) 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row > div:last-child::before {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .transparent__btn {
    margin-bottom: 30px;
    padding: 9px 12px;
    border: 1px solid rgb(200 68 42 / 45%);
    border-radius: 3px;
    background: rgb(200 68 42 / 10%);
    color: var(--btn-bg) !important;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2.t__40 {
    max-width: 14ch !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(2.7rem, 4.8vw, 5.6rem) !important;
    letter-spacing: -.06em;
    line-height: .91;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 > .container .row > div:last-child > div > div > p {
    max-width: 48ch;
    margin: 32px 0 0 !important;
    color: rgb(255 255 255 / 72%) !important;
    font-size: 1.08rem;
    line-height: 1.55;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .pt__30 {
    margin-top: 42px;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .pt__30 > div:not(.pt__40) {
    position: relative;
    margin: 0 !important;
    padding: 20px 0 20px 52px !important;
    border-top: 1px solid rgb(255 255 255 / 16%);
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .pt__30 > div:not(.pt__40)::before {
    display: none !important;
    content: none !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .about__list-number {
    position: absolute;
    top: 22px;
    left: 0;
    color: var(--btn-bg);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.1;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .pt__30 > div:not(.pt__40):last-of-type {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .pt__30 > div.pt__40 {
    padding-top: 30px !important;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1--image-right .row > div:first-child {
    grid-column: 2;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1--image-right .row > div:last-child {
    grid-column: 1;
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .circle__shap,
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .rat_agal,
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .star__shap {
    opacity: .12;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .row {
        grid-template-columns: 1fr !important;
    }

    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1--image-right .row > div:first-child,
    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1--image-right .row > div:last-child {
        grid-column: auto;
    }

    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .about__img {
        height: 360px !important;
        border-radius: 18px 18px 96px 18px;
    }

    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2.t__40 {
        max-width: none !important;
        font-size: clamp(2.8rem, 12vw, 4.8rem) !important;
    }
}

/* About Two V2: turn the service engagement section into a focused command
 * center instead of another large gray text card. */
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 {
    position: relative;
    overflow: hidden;
    padding: clamp(96px, 11vw, 176px) 0 !important;
    background: #0e0f11 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2::before {
    position: absolute;
    right: -12%;
    bottom: -28%;
    width: min(58vw, 820px);
    aspect-ratio: 1;
    border: 1px solid rgb(200 68 42 / 22%);
    border-radius: 50%;
    box-shadow: 0 0 0 48px rgb(200 68 42 / 5%), 0 0 0 96px rgb(200 68 42 / 3%);
    content: "";
    pointer-events: none;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .container {
    position: relative;
    z-index: 1;
    width: min(1320px, calc(100% - 48px));
    max-width: none;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    display: grid !important;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
    gap: clamp(36px, 7vw, 112px);
    align-items: center !important;
    margin: 0 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    display: block;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: clamp(400px, 48vw, 650px) !important;
    object-fit: cover;
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 28px 28px 170px 28px;
    box-shadow: 18px 18px 0 rgb(200 68 42 / 22%);
    filter: saturate(.9) contrast(1.05);
    transition: opacity 700ms cubic-bezier(.22, .61, .36, 1), transform 700ms cubic-bezier(.22, .61, .36, 1), filter 700ms ease;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row:hover .bg__2_img {
    transform: none;
    filter: saturate(.9) contrast(1.05);
}

/* Service imagery responds to scrolling into view, never to pointer drift. */
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about__img.is-scroll-ready,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .bg__2_img.is-scroll-ready {
    opacity: 0;
    transform: translateY(18px);
}

body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about__img.is-scroll-visible,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .bg__2_img.is-scroll-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about__img,
    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .bg__2_img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    position: relative;
    padding: clamp(34px, 4vw, 62px) !important;
    border: 1px solid rgb(255 255 255 / 13%) !important;
    border-left: 3px solid var(--btn-bg) !important;
    border-radius: 8px 26px 26px 8px !important;
    background: linear-gradient(145deg, #1b1d20, #111214) !important;
    box-shadow: 0 28px 80px rgb(0 0 0 / 38%);
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::before {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn {
    display: inline-flex;
    margin: 0 0 28px;
    padding: 9px 12px;
    border: 1px solid rgb(200 68 42 / 42%);
    border-radius: 3px;
    background: rgb(200 68 42 / 9%);
    color: var(--btn-bg) !important;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(2.6rem, 4.5vw, 5.2rem) !important;
    letter-spacing: -.06em;
    line-height: .92;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 > .container .row > div:last-child > div > div > p {
    max-width: 48ch;
    margin: 28px 0 0 !important;
    color: rgb(255 255 255 / 72%) !important;
    font-size: 1.08rem;
    line-height: 1.55;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 {
    margin-top: 34px;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
    margin: 0 !important;
    padding: 18px 0 !important;
    border-top: 1px solid rgb(255 255 255 / 14%);
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40):last-of-type {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 h5.t__22 {
    margin: 0;
    color: var(--whiteColor) !important;
    font-size: 1.12rem !important;
    font-weight: 700;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content p {
    margin: 0 !important;
    color: rgb(255 255 255 / 66%) !important;
    font-size: .96rem !important;
    line-height: 1.5;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__40 {
    padding-top: 28px !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .circle__shap,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .star__agal,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .rat_agal {
    opacity: .12;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        grid-template-columns: 1fr !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        height: 360px !important;
        border-radius: 22px 22px 100px 22px;
        box-shadow: 12px 12px 0 rgb(200 68 42 / 22%);
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        margin-top: -46px;
        padding: 28px 22px !important;
    }
}

/* Final service-template override: the manifesto is a black editorial break,
 * not the legacy gray gradient treatment. */
body:has(.strategy-manifesto-section) .strategy-manifesto-section,
body:has(.strategy-manifesto-section) .strategy-manifesto-section .strategy-manifesto {
    background: #000 !important;
    background-image: none !important;
}

body:has(.strategy-manifesto-section) .strategy-manifesto-section::before,
body:has(.strategy-manifesto-section) .strategy-manifesto-section::after {
    display: none !important;
}

body:has(.strategy-manifesto-section) .strategy-manifesto-section .strategy-manifesto__inner {
    display: block !important;
    max-width: none !important;
}

body:has(.strategy-manifesto-section) .strategy-manifesto-section .strategy-manifesto__content {
    display: none !important;
}

body:has(.strategy-manifesto-section) .strategy-manifesto-section .strategy-manifesto h2 {
    width: 100% !important;
    max-width: none !important;
    font-size: clamp(3.2rem, 8vw, 9rem) !important;
    line-height: .88;
}

body:has(.strategy-manifesto-section) .strategy-manifesto-section .strategy-manifesto__rule {
      width: 100% !important;
}

/* Final About One V2 correction: keep its image as the visual anchor. The
 * previous full-width experiment hid this column and left a large void on
 * pages using the reusable service template. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr) !important;
    align-items: center;
    gap: clamp(34px, 6vw, 112px);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:first-child {
    display: block !important;
    width: auto !important;
    padding: 0 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child {
    width: auto !important;
    min-width: 0;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__img {
    display: block !important;
    width: 100% !important;
    height: clamp(360px, 42vw, 620px) !important;
    margin: 0 !important;
    object-fit: cover;
    object-position: center;
    border-radius: 30px 30px 30px 0;
    box-shadow: 18px 18px 0 rgba(210, 64, 39, .28);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child > div {
    max-width: 760px;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    max-width: 12ch !important;
    font-size: clamp(2.75rem, 5.2vw, 6.6rem) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40):first-child:nth-last-child(2) {
    grid-column: 1 / -1;
    width: 100% !important;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
        grid-template-columns: 1fr !important;
        gap: 52px;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__img {
        height: min(108vw, 520px) !important;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
        max-width: 15ch !important;
        font-size: clamp(2.6rem, 12vw, 5rem) !important;
    }
}

/* Final V2 rhythm correction. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 {
    padding-top: clamp(56px, 5vw, 72px) !important;
    padding-bottom: clamp(56px, 5vw, 72px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 > .container .row > div:last-child > div > div > p {
    margin-top: clamp(24px, 3vw, 36px) !important;
    padding: 0 0 0 clamp(18px, 2vw, 26px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 {
    margin-top: clamp(32px, 3.2vw, 42px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div:not(.pt__40) {
    min-height: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .pt__30 > div.pt__40 {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
}

/* About One V2 list correction: stack the editable repeater items as full
 * vertical rows instead of presenting them as side-by-side columns. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list {
    --about-list-offset: calc(clamp(48px, 5vw, 74px) + clamp(18px, 2.5vw, 34px));
    display: block !important;
    margin-top: clamp(34px, 4vw, 58px) !important;
    padding: 0 !important;
    border-top: 1px solid rgb(255 255 255 / 16%);
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-item {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: clamp(24px, 3vw, 38px) 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgb(255 255 255 / 16%) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading {
    display: grid !important;
    grid-template-columns: clamp(48px, 5vw, 74px) minmax(0, 1fr);
    gap: clamp(18px, 2.5vw, 34px);
    align-items: start !important;
    margin: 0 0 clamp(18px, 2vw, 26px) !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-number {
    color: var(--btn-bg);
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.1;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading .icon__box {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading h5.t__22 {
    margin: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(1.8rem, 2.6vw, 2.75rem) !important;
    line-height: 1.05;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-item .about__item-content {
    width: calc(100% - var(--about-list-offset)) !important;
    max-width: none !important;
    margin: 0 0 0 var(--about-list-offset) !important;
    color: rgb(255 255 255 / 74%) !important;
    font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
    line-height: 1.65;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-item .about__item-content p {
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list > div.pt__40 {
    padding-top: clamp(34px, 4vw, 56px) !important;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list {
        --about-list-offset: 58px;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 16px;
    }

    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-item .about__item-content {
        font-size: 1.08rem !important;
        line-height: 1.58;
    }
}

/* Readable section labels across the home and service page templates. */
body.page-id-1471 .transparent__btn,
body.page-id-1488 .transparent__btn,
body.page-id-1498 .transparent__btn,
body.page-id-1604 .transparent__btn,
body.page-id-1609 .transparent__btn,
body.page-id-1471 .editorial-split__eyebrow,
body.page-id-1488 .editorial-split__eyebrow,
body.page-id-1498 .editorial-split__eyebrow,
body.page-id-1604 .editorial-split__eyebrow,
body.page-id-1609 .editorial-split__eyebrow,
body.page-id-1471 .service-detail-section__eyebrow,
body.page-id-1488 .service-detail-section__eyebrow,
body.page-id-1498 .service-detail-section__eyebrow,
body.page-id-1604 .service-detail-section__eyebrow,
body.page-id-1609 .service-detail-section__eyebrow,
body.page-id-1471 .service-detail-panel__eyebrow,
body.page-id-1488 .service-detail-panel__eyebrow,
body.page-id-1498 .service-detail-panel__eyebrow,
body.page-id-1604 .service-detail-panel__eyebrow,
body.page-id-1609 .service-detail-panel__eyebrow,
body.page-id-1471 .services-archive-kicker,
body.page-id-1488 .services-archive-kicker,
body.page-id-1498 .services-archive-kicker,
body.page-id-1604 .services-archive-kicker,
body.page-id-1609 .services-archive-kicker,
body.page-id-1471 .services-archive-visual__eyebrow,
body.page-id-1488 .services-archive-visual__eyebrow,
body.page-id-1498 .services-archive-visual__eyebrow,
body.page-id-1604 .services-archive-visual__eyebrow,
body.page-id-1609 .services-archive-visual__eyebrow,
body.page-id-1471 .services-archive-featured__eyebrow,
body.page-id-1488 .services-archive-featured__eyebrow,
body.page-id-1498 .services-archive-featured__eyebrow,
body.page-id-1604 .services-archive-featured__eyebrow,
body.page-id-1609 .services-archive-featured__eyebrow,
body.page-id-1471 .services-archive-band__eyebrow,
body.page-id-1488 .services-archive-band__eyebrow,
body.page-id-1498 .services-archive-band__eyebrow,
body.page-id-1604 .services-archive-band__eyebrow,
body.page-id-1609 .services-archive-band__eyebrow,
body.page-id-1471 .services-archive-card__eyebrow,
body.page-id-1488 .services-archive-card__eyebrow,
body.page-id-1498 .services-archive-card__eyebrow,
body.page-id-1604 .services-archive-card__eyebrow,
body.page-id-1609 .services-archive-card__eyebrow,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .transparent__btn,
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .transparent__btn,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 42rem);
    padding: 12px 18px !important;
    border: 1px solid rgb(255 118 92 / 68%) !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, rgb(200 68 42 / 26%), rgb(255 255 255 / 7%)) !important;
    background-color: rgb(200 68 42 / 18%) !important;
    color: var(--whiteColor) !important;
    font-size: clamp(.92rem, .5vw + .78rem, 1.08rem) !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 999px rgb(200 68 42 / 10%);
    text-shadow: 0 1px 12px rgb(0 0 0 / 36%);
}

body.page-id-1471 .services-archive-stat .eyebrow,
body.page-id-1488 .services-archive-stat .eyebrow,
body.page-id-1498 .services-archive-stat .eyebrow,
body.page-id-1604 .services-archive-stat .eyebrow,
body.page-id-1609 .services-archive-stat .eyebrow {
    color: var(--whiteColor) !important;
    font-size: clamp(.9rem, .45vw + .76rem, 1.02rem) !important;
    font-weight: 800 !important;
    letter-spacing: .12em !important;
    text-shadow: 0 1px 12px rgb(0 0 0 / 36%);
}

body.single-services .service-detail-section__eyebrow,
body.single-services .service-detail-panel__eyebrow {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 42rem);
    margin-bottom: 14px !important;
    padding: 10px 14px !important;
    border: 1px solid rgb(255 118 92 / 62%) !important;
    border-radius: 6px !important;
    background-color: rgb(200 68 42 / 16%) !important;
    color: var(--whiteColor) !important;
    font-size: clamp(.9rem, .42vw + .76rem, 1.02rem) !important;
    font-weight: 850 !important;
    letter-spacing: .12em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 999px rgb(200 68 42 / 8%);
    text-shadow: 0 1px 12px rgb(0 0 0 / 36%);
}

@media (max-width: 767px) {
    body.page-id-1471 .transparent__btn,
    body.page-id-1488 .transparent__btn,
    body.page-id-1498 .transparent__btn,
    body.page-id-1604 .transparent__btn,
    body.page-id-1609 .transparent__btn,
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .transparent__btn,
    body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 .transparent__btn,
    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn {
        padding: 11px 14px !important;
        font-size: .86rem !important;
        letter-spacing: .1em !important;
    }

    body.single-services .service-detail-section__eyebrow,
    body.single-services .service-detail-panel__eyebrow {
        padding: 9px 12px !important;
        font-size: .84rem !important;
        letter-spacing: .1em !important;
    }
}

/* Global Kulan widget labels: keep V1/V2/V3 component eyebrows readable everywhere. */
body .elementor-widget[class*="elementor-widget-kulan_"] .transparent__btn,
body .elementor-widget[class*="elementor-widget-kulan_"] .transprent__btn,
body .elementor-widget[class*="elementor-widget-kulan_"] .editorial-split__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .service-detail-section__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .service-detail-panel__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .services-archive-kicker,
body .elementor-widget[class*="elementor-widget-kulan_"] .services-archive-visual__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .services-archive-featured__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .services-archive-band__eyebrow,
body .elementor-widget[class*="elementor-widget-kulan_"] .services-archive-card__eyebrow {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 42rem);
    padding: 12px 18px !important;
    border: 1px solid rgb(255 118 92 / 68%) !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, rgb(200 68 42 / 26%), rgb(255 255 255 / 7%)) !important;
    background-color: rgb(200 68 42 / 18%) !important;
    color: var(--whiteColor) !important;
    font-size: clamp(.92rem, .5vw + .78rem, 1.08rem) !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 999px rgb(200 68 42 / 10%);
    text-shadow: 0 1px 12px rgb(0 0 0 / 36%);
}

body.single-services .service__details .transparent__btn,
body.single-services .service__details .transprent__btn {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    max-width: min(100%, 42rem);
    padding: 12px 18px !important;
    border: 1px solid rgb(255 118 92 / 68%) !important;
    border-radius: 6px !important;
    background: linear-gradient(135deg, rgb(200 68 42 / 26%), rgb(255 255 255 / 7%)) !important;
    background-color: rgb(200 68 42 / 18%) !important;
    color: var(--whiteColor) !important;
    font-size: clamp(.92rem, .5vw + .78rem, 1.08rem) !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 999px rgb(200 68 42 / 10%);
    text-shadow: 0 1px 12px rgb(0 0 0 / 36%);
}

@media (max-width: 767px) {
    body .elementor-widget[class*="elementor-widget-kulan_"] .transparent__btn,
    body .elementor-widget[class*="elementor-widget-kulan_"] .transprent__btn,
    body.single-services .service__details .transparent__btn,
    body.single-services .service__details .transprent__btn {
        padding: 11px 14px !important;
        font-size: .86rem !important;
        letter-spacing: .1em !important;
    }
}

/* Keep service FAQ accordions aligned with the page content width. */
body .strategy-faq-section.e-con-full,
body .strategy-faq-section.e-con,
body .elementor-element.e-con-full:has(> .elementor-widget-accordion),
body .elementor-element.e-con:has(> .elementor-widget-accordion) {
    display: flex !important;
    width: calc(100% - 64px) !important;
    max-width: 1320px !important;
    margin-inline: auto !important;
    left: auto !important;
    right: auto !important;
    align-self: center !important;
}

body .strategy-faq-section > .e-con-inner,
body .elementor-element:has(> .elementor-widget-accordion) > .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
}

body.single-services .service-detail-faq,
body.single-services .service-detail-faq__layout {
    width: min(980px, 100%) !important;
    max-width: 980px !important;
}

@media (max-width: 767px) {
    body .strategy-faq-section.e-con-full,
    body .strategy-faq-section.e-con,
    body .elementor-element.e-con-full:has(> .elementor-widget-accordion),
    body .elementor-element.e-con:has(> .elementor-widget-accordion) {
        width: calc(100% - 24px) !important;
    }
}

/* Final Home About Two heading normalization.
 * Prevents narrow ch caps and mid-word breaks in the two adjacent Home sections. */
body.page-id-1471 .home-customer-story .about__2 h2,
body.page-id-1471 .home-customer-story .about__2 h2.t__40,
body.page-id-1471 .home-industry-pillars .about__2 h2,
body.page-id-1471 .home-industry-pillars .about__2 h2.t__40,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40 {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
    color: var(--whiteColor) !important;
    font-size: clamp(2.95rem, 3.9vw, 4.45rem) !important;
    font-weight: 900 !important;
    letter-spacing: 0.005em !important;
    line-height: 0.98 !important;
}

body.page-id-1471 .home-customer-story .about__2 .row,
body.page-id-1471 .home-industry-pillars .about__2 .row {
    grid-template-columns: minmax(0, 0.98fr) minmax(560px, 1.02fr) !important;
    gap: clamp(42px, 5.2vw, 88px) !important;
}

@media (max-width: 1199px) {
    body.page-id-1471 .home-customer-story .about__2 .row,
    body.page-id-1471 .home-industry-pillars .about__2 .row {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    body.page-id-1471 .home-customer-story .about__2 h2,
    body.page-id-1471 .home-customer-story .about__2 h2.t__40,
    body.page-id-1471 .home-industry-pillars .about__2 h2,
    body.page-id-1471 .home-industry-pillars .about__2 h2.t__40,
    .elementor-widget-kulan_about_two_home_v2 .about__2 h2,
    .elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40 {
        font-size: clamp(2.4rem, 10.2vw, 3.4rem) !important;
        letter-spacing: 0 !important;
        line-height: 1 !important;
    }
}

/* Unified heading system for editorial/about sections. */
.editorial-split .editorial-split__content h2,
.editorial-split .editorial-split__content h2.t__40,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40,
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2,
body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2.t__40,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40,
.elementor-widget-kulan_about_two .about__2 h2,
.elementor-widget-kulan_about_two .about__2 h2.t__40,
body.page-id-1471 .home-customer-story .about__2 h2,
body.page-id-1471 .home-customer-story .about__2 h2.t__40,
body.page-id-1471 .home-industry-pillars .about__2 h2,
body.page-id-1471 .home-industry-pillars .about__2 h2.t__40 {
    display: block !important;
    width: 100% !important;
    max-width: min(100%, 13.5ch) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
    color: var(--whiteColor) !important;
    font-size: clamp(3.6rem, 3.9vw, 4.65rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
    line-height: 0.98 !important;
}

/* Marque Slide polish: uniform logo stage, smoother continuous loop, no giant uneven assets. */
.elementor-widget-kulan_marque_one .partner__body,
.elementor-widget-kulan_marque_one_v2 .partner__body {
    width: 100%;
    max-width: none;
    padding: clamp(38px, 5vw, 76px) 0 !important;
    overflow: hidden;
    background:
        linear-gradient(90deg, #101113 0%, rgba(16, 17, 19, 0) 12%, rgba(16, 17, 19, 0) 88%, #101113 100%),
        radial-gradient(circle at 16% 50%, rgba(200, 68, 42, 0.1), transparent 32%);
}

.elementor-widget-kulan_marque_one .partner,
.elementor-widget-kulan_marque_one_v2 .partner,
.elementor-widget-kulan_marque_one .partner__wrapper,
.elementor-widget-kulan_marque_one_v2 .partner__wrapper {
    width: 100%;
    overflow: hidden !important;
}

.elementor-widget-kulan_marque_one .partner__content,
.elementor-widget-kulan_marque_one_v2 .partner__content {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    gap: clamp(28px, 4vw, 72px) !important;
    animation: kulan-marquee-scroll var(--kulan-marquee-duration, 42s) linear infinite !important;
    will-change: transform;
}

.elementor-widget-kulan_marque_one .partner__content:hover,
.elementor-widget-kulan_marque_one_v2 .partner__content:hover {
    animation-play-state: paused !important;
}

.elementor-widget-kulan_marque_one .partner__content .slide,
.elementor-widget-kulan_marque_one_v2 .partner__content .slide {
    position: relative;
    display: flex !important;
    flex: 0 0 clamp(176px, 14vw, 230px) !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(176px, 14vw, 230px) !important;
    height: clamp(82px, 6.2vw, 106px) !important;
    padding: clamp(14px, 1.5vw, 22px) !important;
    border: 1px solid rgba(255, 250, 244, 0.1) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.035) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden !important;
}

.elementor-widget-kulan_marque_one .partner__content .slide::before,
.elementor-widget-kulan_marque_one_v2 .partner__content .slide::before {
    display: none !important;
}

.elementor-widget-kulan_marque_one .partner__content .partner__logo,
.elementor-widget-kulan_marque_one_v2 .partner__content .partner__logo {
    display: block !important;
    width: min(100%, 150px) !important;
    height: 58px !important;
    max-width: 100% !important;
    max-height: 58px !important;
    object-fit: contain !important;
    object-position: center !important;
    opacity: 0.94 !important;
    filter: grayscale(1) brightness(1.08) contrast(1.04);
    mix-blend-mode: normal !important;
    transform: none !important;
}

@keyframes kulan-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {
    .elementor-widget-kulan_marque_one .partner__content,
    .elementor-widget-kulan_marque_one_v2 .partner__content {
        gap: 18px !important;
        animation-duration: var(--kulan-marquee-duration, 42s) !important;
    }

    .elementor-widget-kulan_marque_one .partner__content .slide,
    .elementor-widget-kulan_marque_one_v2 .partner__content .slide {
        flex-basis: 148px !important;
        width: 148px !important;
        height: 72px !important;
        padding: 12px !important;
        border-radius: 14px !important;
    }

    .elementor-widget-kulan_marque_one .partner__content .partner__logo,
    .elementor-widget-kulan_marque_one_v2 .partner__content .partner__logo {
        width: min(100%, 118px) !important;
        height: 42px !important;
        max-height: 42px !important;
    }
}

/* Service pages: stabilize About One V2 headline scale.
 * Earlier overrides let this grow too large in Elementor/wide service layouts. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2,
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
    display: block !important;
    width: 100% !important;
    max-width: min(100%, 13.5ch) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
    color: var(--whiteColor) !important;
    font-size: clamp(3.6rem, 3.9vw, 4.65rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.035em !important;
    line-height: 0.98 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row > div:last-child > div {
    width: 100% !important;
    max-width: 720px !important;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2,
    body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40 {
        max-width: 100% !important;
        font-size: clamp(2.55rem, 11vw, 3.9rem) !important;
        letter-spacing: -0.02em !important;
        line-height: 1 !important;
    }
}

/* Home About One: remove the small generated index before list headings. */
body.page-id-1471 .elementor-widget-kulan_about_one .about_1 .about__list-number {
    display: none !important;
}

/* About One V2 service alignment: keep image/copy columns and list rows aligned. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .row {
    align-items: start !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading {
    gap: clamp(18px, 2.5vw, 34px) !important;
}

/* About One V2 service list scale: keep repeater text secondary to the main headline. */
body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-heading h5.t__22 {
    font-size: clamp(1.45rem, 1.9vw, 2.05rem) !important;
    letter-spacing: -0.025em !important;
    line-height: 1.08 !important;
}

body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 .about__list-item .about__item-content {
    font-size: clamp(1rem, 1.22vw, 1.18rem) !important;
    line-height: 1.58 !important;
}

/* Home About Two heading rhythm guard: keep both related components identical. */
body.page-id-1471 .home-customer-story .about__2 h2,
body.page-id-1471 .home-customer-story .about__2 h2.t__40,
body.page-id-1471 .home-industry-pillars .about__2 h2,
body.page-id-1471 .home-industry-pillars .about__2 h2.t__40,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2,
.elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40 {
    line-height: 0.98 !important;
}

@media (max-width: 767px) {
    body.page-id-1471 .home-customer-story .about__2 h2,
    body.page-id-1471 .home-customer-story .about__2 h2.t__40,
    body.page-id-1471 .home-industry-pillars .about__2 h2,
    body.page-id-1471 .home-industry-pillars .about__2 h2.t__40,
    .elementor-widget-kulan_about_two_home_v2 .about__2 h2,
    .elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40 {
        line-height: 1 !important;
    }
}

.fa.fa-clock-o {
    display: none !important;
}

.contact .contact__form .common__btn {
    background-color: #C8442A;
  border: 1px solid #C8442A;
}

/* Final page rhythm: tighten the large FAQ-to-contact whitespace consistently. */
.elementor-widget-kulan_contact_one .address:not(:has(.add__card)),
.elementor-widget-kulan_contact_one_v2 .address:not(:has(.add__card)) {
    display: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.elementor-widget-kulan_hero_one_v2) .strategy-faq-section {
    padding-top: clamp(56px, 5vw, 76px) !important;
    padding-bottom: clamp(48px, 4.5vw, 64px) !important;
}

body:has(.elementor-widget-kulan_hero_one_v2) .strategy-contact .contact,
body.page-id-1471 .elementor-widget-kulan_contact_one .contact {
    padding-top: clamp(52px, 5vw, 72px) !important;
    padding-bottom: clamp(64px, 6vw, 88px) !important;
}

@media (max-width: 767px) {
    body:has(.elementor-widget-kulan_hero_one_v2) .strategy-faq-section {
        padding-top: 48px !important;
        padding-bottom: 40px !important;
    }

    body:has(.elementor-widget-kulan_hero_one_v2) .strategy-contact .contact,
    body.page-id-1471 .elementor-widget-kulan_contact_one .contact {
        padding-top: 44px !important;
        padding-bottom: 56px !important;
    }
}

/* Hero eyebrow system: distinct from section pills, with a softer signal treatment. */
.elementor-widget-kulan_hero_one .banner__content_title h5,
.elementor-widget-kulan_hero_one_v2 .banner__content_title h5,
.elementor-widget-kulan_hero_one_home_v2 .banner__content_title h5,
.elementor-widget-kulan_hero_two .banner__content_title h5,
.elementor-widget-kulan_hero_two_v2 .banner__content_title h5,
.elementor-widget-kulan_service_category_hero .services-archive-kicker,
.elementor-widget-kulan_service_category_hero_v2 .services-archive-kicker {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 clamp(24px, 2.8vw, 38px) !important;
    padding: 12px 18px 12px 16px !important;
    border: 1px solid rgb(250 249 245 / 13%) !important;
    border-left: 0 !important;
    border-radius: 999px 18px 18px 999px !important;
    background:
        linear-gradient(90deg, rgb(200 68 42 / 22%), rgb(250 249 245 / 7%) 48%, rgb(250 249 245 / 3%)),
        rgb(13 15 16 / 72%) !important;
    color: var(--durai-paper, #faf9f5) !important;
    font-size: clamp(.82rem, .95vw, .96rem) !important;
    font-weight: 850 !important;
    letter-spacing: .13em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%), 0 18px 46px rgb(0 0 0 / 24%) !important;
    backdrop-filter: blur(14px);
}

.elementor-widget-kulan_hero_one .banner__content_title h5::before,
.elementor-widget-kulan_hero_one_v2 .banner__content_title h5::before,
.elementor-widget-kulan_hero_one_home_v2 .banner__content_title h5::before,
.elementor-widget-kulan_hero_two .banner__content_title h5::before,
.elementor-widget-kulan_hero_two_v2 .banner__content_title h5::before,
.elementor-widget-kulan_service_category_hero .services-archive-kicker::before,
.elementor-widget-kulan_service_category_hero_v2 .services-archive-kicker::before {
    content: "" !important;
    flex: 0 0 10px !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: var(--durai-signal, #c8442a) !important;
    box-shadow: 0 0 0 6px rgb(200 68 42 / 15%), 0 0 24px rgb(200 68 42 / 46%) !important;
}

.elementor-widget-kulan_hero_one .banner__content_title h5::after,
.elementor-widget-kulan_hero_one_v2 .banner__content_title h5::after,
.elementor-widget-kulan_hero_one_home_v2 .banner__content_title h5::after,
.elementor-widget-kulan_hero_two .banner__content_title h5::after,
.elementor-widget-kulan_hero_two_v2 .banner__content_title h5::after,
.elementor-widget-kulan_service_category_hero .services-archive-kicker::after,
.elementor-widget-kulan_service_category_hero_v2 .services-archive-kicker::after {
    content: "" !important;
    position: absolute !important;
    left: 30px !important;
    right: 18px !important;
    bottom: -8px !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgb(200 68 42 / 80%), rgb(250 249 245 / 0)) !important;
}

@media (max-width: 767px) {
    .elementor-widget-kulan_hero_one .banner__content_title h5,
    .elementor-widget-kulan_hero_one_v2 .banner__content_title h5,
    .elementor-widget-kulan_hero_one_home_v2 .banner__content_title h5,
    .elementor-widget-kulan_hero_two .banner__content_title h5,
    .elementor-widget-kulan_hero_two_v2 .banner__content_title h5,
    .elementor-widget-kulan_service_category_hero .services-archive-kicker,
    .elementor-widget-kulan_service_category_hero_v2 .services-archive-kicker {
        gap: 10px !important;
        margin-bottom: 22px !important;
        padding: 11px 15px 11px 14px !important;
        font-size: .78rem !important;
        letter-spacing: .1em !important;
    }
}

/* Final About Two V2 service skin: editorial image + engagement brief panel. */
.elementor-widget-kulan_about_two_v2 .about__2 {
    isolation: isolate !important;
    position: relative !important;
    overflow: hidden !important;
    padding: clamp(78px, 8vw, 132px) 0 !important;
    background:
        radial-gradient(circle at 82% 78%, rgb(200 68 42 / 12%), transparent 34%),
        radial-gradient(circle at 12% 18%, rgb(37 98 93 / 10%), transparent 30%),
        #0d0f10 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2::before {
    content: "" !important;
    position: absolute !important;
    right: -18vw !important;
    bottom: -24vw !important;
    width: min(62vw, 820px) !important;
    aspect-ratio: 1 !important;
    border: 1px solid rgb(200 68 42 / 20%) !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 54px rgb(200 68 42 / 4%), 0 0 0 108px rgb(200 68 42 / 2%) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .container {
    position: relative !important;
    z-index: 1 !important;
    width: min(1360px, calc(100% - 48px)) !important;
    max-width: none !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row {
    display: grid !important;
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr) !important;
    gap: clamp(32px, 5.6vw, 92px) !important;
    align-items: stretch !important;
    margin: 0 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row > div {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row > div:first-child {
    align-self: stretch !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(500px, 48vw, 720px) !important;
    object-fit: cover !important;
    border: 1px solid rgb(250 249 245 / 14%) !important;
    border-radius: 30px 30px 168px 30px !important;
    box-shadow: 20px 22px 0 rgb(200 68 42 / 22%), 0 30px 80px rgb(0 0 0 / 32%) !important;
    filter: saturate(.94) contrast(1.06) !important;
    transform: none !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    align-self: stretch !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: clamp(34px, 4.6vw, 70px) !important;
    border: 1px solid rgb(250 249 245 / 13%) !important;
    border-left: 0 !important;
    border-radius: 10px 34px 34px 10px !important;
    background:
        linear-gradient(135deg, rgb(250 249 245 / 5%), transparent 42%),
        linear-gradient(180deg, rgb(28 31 34 / 92%), rgb(12 13 14 / 94%)) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 32px 90px rgb(0 0 0 / 36%) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 5px !important;
    border-radius: 5px !important;
    background: linear-gradient(180deg, var(--btn-bg), rgb(200 68 42 / 28%), transparent) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::after {
    content: "" !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 92px !important;
    height: 92px !important;
    border-top: 1px solid rgb(250 249 245 / 10%) !important;
    border-right: 1px solid rgb(250 249 245 / 10%) !important;
    border-radius: 0 20px 0 0 !important;
    pointer-events: none !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn {
    display: inline-flex !important;
    align-self: flex-start !important;
    margin: 0 0 clamp(22px, 2.3vw, 34px) !important;
    padding: 11px 15px !important;
    border: 1px solid rgb(200 68 42 / 58%) !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, rgb(200 68 42 / 22%), rgb(200 68 42 / 8%)) !important;
    color: var(--durai-paper, #faf9f5) !important;
    font-size: .76rem !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
    display: block !important;
    width: 100% !important;
    max-width: min(100%, 12.8ch) !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(3.05rem, 4vw, 4.7rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    line-height: .96 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 > .container .row > div:last-child > div > div > p {
    max-width: 54ch !important;
    margin: clamp(22px, 2.7vw, 36px) 0 0 !important;
    color: rgb(247 246 243 / 72%) !important;
    font-size: clamp(1.02rem, 1.18vw, 1.18rem) !important;
    line-height: 1.56 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 {
    counter-reset: about-two-v2-list !important;
    margin-top: clamp(28px, 3vw, 46px) !important;
    padding: 0 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
    counter-increment: about-two-v2-list !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    margin: 0 !important;
    padding: 22px 0 !important;
    border-top: 1px solid rgb(250 249 245 / 13%) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40)::before {
    content: counter(about-two-v2-list, decimal-leading-zero) !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    color: var(--btn-bg) !important;
    font-size: .86rem !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1.8 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40):last-of-type {
    border-bottom: 1px solid rgb(250 249 245 / 13%) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) > .d-flex,
.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) > .about__item-content {
    grid-column: 2 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) > .d-flex {
    margin: 0 0 8px !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .icon__box {
    display: none !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 h5.t__22 {
    margin: 0 !important;
    color: var(--whiteColor) !important;
    font-size: clamp(1.06rem, 1.22vw, 1.22rem) !important;
    font-weight: 850 !important;
    letter-spacing: -0.018em !important;
    line-height: 1.15 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .about__item-content,
.elementor-widget-kulan_about_two_v2 .about__2 .about__item-content p {
    margin: 0 !important;
    color: rgb(247 246 243 / 62%) !important;
    font-size: clamp(.96rem, 1.05vw, 1.08rem) !important;
    line-height: 1.52 !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .pt__40 {
    padding-top: clamp(26px, 3vw, 38px) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .common__btn {
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgb(200 68 42 / 18%) !important;
}

.elementor-widget-kulan_about_two_v2 .about__2 .circle__shap,
.elementor-widget-kulan_about_two_v2 .about__2 .star__agal,
.elementor-widget-kulan_about_two_v2 .about__2 .rat_agal {
    opacity: .1 !important;
    pointer-events: none !important;
}

@media (max-width: 991px) {
    .elementor-widget-kulan_about_two_v2 .about__2 {
        padding: 72px 0 !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .container {
        width: min(100% - 28px, 720px) !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .row {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        min-height: 380px !important;
        height: 380px !important;
        border-radius: 24px 24px 110px 24px !important;
        box-shadow: 12px 14px 0 rgb(200 68 42 / 22%), 0 24px 60px rgb(0 0 0 / 28%) !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        justify-content: flex-start !important;
        padding: 30px 22px !important;
        border-radius: 10px 24px 24px 10px !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
        max-width: none !important;
        font-size: clamp(2.55rem, 10vw, 3.6rem) !important;
    }

    .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
        grid-template-columns: 38px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        padding: 18px 0 !important;
    }
}

/* Specificity lock for older service-template overrides that also target About Two V2. */
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 {
    padding: clamp(78px, 8vw, 132px) 0 !important;
    background:
        radial-gradient(circle at 82% 78%, rgb(200 68 42 / 12%), transparent 34%),
        radial-gradient(circle at 12% 18%, rgb(37 98 93 / 10%), transparent 30%),
        #0d0f10 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .container {
    width: min(1360px, calc(100% - 48px)) !important;
    max-width: none !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    display: grid !important;
    grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr) !important;
    gap: clamp(32px, 5.6vw, 92px) !important;
    align-items: stretch !important;
    margin: 0 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    width: 100% !important;
    height: 100% !important;
    min-height: clamp(500px, 48vw, 720px) !important;
    object-fit: cover !important;
    border: 1px solid rgb(250 249 245 / 14%) !important;
    border-radius: 30px 30px 168px 30px !important;
    box-shadow: 20px 22px 0 rgb(200 68 42 / 22%), 0 30px 80px rgb(0 0 0 / 32%) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: clamp(34px, 4.6vw, 70px) !important;
    border: 1px solid rgb(250 249 245 / 13%) !important;
    border-left: 0 !important;
    border-radius: 10px 34px 34px 10px !important;
    background:
        linear-gradient(135deg, rgb(250 249 245 / 5%), transparent 42%),
        linear-gradient(180deg, rgb(28 31 34 / 92%), rgb(12 13 14 / 94%)) !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 32px 90px rgb(0 0 0 / 36%) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::before {
    display: block !important;
    width: 5px !important;
    background: linear-gradient(180deg, var(--btn-bg), rgb(200 68 42 / 28%), transparent) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
    max-width: min(100%, 12.8ch) !important;
    font-size: clamp(3.05rem, 4vw, 4.7rem) !important;
    letter-spacing: -0.04em !important;
    line-height: .96 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    column-gap: 18px !important;
    padding: 22px 0 !important;
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 {
        padding: 72px 0 !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .container {
        width: min(100% - 28px, 720px) !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        min-height: 380px !important;
        height: 380px !important;
        border-radius: 24px 24px 110px 24px !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        padding: 30px 22px !important;
        border-radius: 10px 24px 24px 10px !important;
    }
}

/* About Two V2 final direction: open editorial brief, not a generic card. */
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 {
    padding: clamp(72px, 7vw, 118px) 0 !important;
    background:
        linear-gradient(90deg, rgb(247 246 243 / 2%) 0 1px, transparent 1px) 0 0 / 104px 104px,
        radial-gradient(circle at 84% 74%, rgb(200 68 42 / 10%), transparent 32%),
        #0d0f10 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
    grid-template-columns: minmax(360px, .94fr) minmax(0, 1.06fr) !important;
    gap: clamp(38px, 6vw, 104px) !important;
    align-items: center !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
    min-height: clamp(520px, 46vw, 700px) !important;
    border-color: rgb(200 68 42 / 28%) !important;
    border-radius: 34px 34px 190px 34px !important;
    box-shadow: 18px 18px 0 rgb(200 68 42 / 18%), 0 34px 90px rgb(0 0 0 / 36%) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
    justify-content: center !important;
    min-height: clamp(500px, 44vw, 660px) !important;
    padding: clamp(18px, 2.4vw, 34px) 0 clamp(18px, 2.4vw, 34px) clamp(34px, 4.2vw, 66px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::before {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 3px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, transparent, var(--btn-bg) 16%, rgb(200 68 42 / 42%) 76%, transparent) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child::after {
    display: none !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn {
    margin-bottom: clamp(20px, 2vw, 28px) !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--btn-bg) !important;
    font-size: .78rem !important;
    letter-spacing: .18em !important;
    box-shadow: none !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .transparent__btn::after {
    content: "" !important;
    display: inline-block !important;
    width: 42px !important;
    height: 1px !important;
    margin-left: 14px !important;
    vertical-align: middle !important;
    background: rgb(200 68 42 / 70%) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 h2.t__40 {
    max-width: min(100%, 13.2ch) !important;
    font-size: clamp(3.15rem, 4.25vw, 4.95rem) !important;
    line-height: .95 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 > .container .row > div:last-child > div > div > p {
    max-width: 50ch !important;
    color: rgb(247 246 243 / 70%) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 {
    margin-top: clamp(30px, 3.6vw, 52px) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgb(247 246 243 / 12%) !important;
    transition: border-color 180ms ease, transform 180ms ease;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40):hover {
    border-top-color: rgb(200 68 42 / 42%) !important;
    transform: translateX(6px);
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40)::before {
    color: rgb(200 68 42 / 92%) !important;
    font-size: .82rem !important;
    line-height: 1.5 !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 h5.t__22 {
    font-size: clamp(1.12rem, 1.32vw, 1.34rem) !important;
}

body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content,
body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .about__item-content p {
    max-width: 58ch !important;
    color: rgb(247 246 243 / 58%) !important;
}

@media (max-width: 991px) {
    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .bg__2_img {
        min-height: 360px !important;
        height: 360px !important;
        border-radius: 24px 24px 110px 24px !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .row > div:last-child {
        min-height: auto !important;
        padding: 8px 0 8px 26px !important;
    }

    body:has(.elementor-widget-kulan_about_two_v2) .elementor-widget-kulan_about_two_v2 .about__2 .pt__30 > div:not(.pt__40) {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        transform: none !important;
    }
}

@media (max-width: 767px) {
  .footer__info_group {
    margin-top: 50px;
  }
  .responsive-navbar .offcanvas-body .social-profile li a i {
  color: #000;
}

.editorial-split .editorial-split__content h2, .editorial-split .editorial-split__content h2.t__40, body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2, body:has(.elementor-widget-kulan_about_one_v2) .elementor-widget-kulan_about_one_v2 .about_1 h2.t__40, body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2, body:has(.elementor-widget-kulan_about_one_v3) .elementor-widget-kulan_about_one_v3 .about_1 h2.t__40, .elementor-widget-kulan_about_two_home_v2 .about__2 h2, .elementor-widget-kulan_about_two_home_v2 .about__2 h2.t__40, .elementor-widget-kulan_about_two .about__2 h2, .elementor-widget-kulan_about_two .about__2 h2.t__40, body.page-id-1471 .home-customer-story .about__2 h2, body.page-id-1471 .home-customer-story .about__2 h2.t__40, body.page-id-1471 .home-industry-pillars .about__2 h2, body.page-id-1471 .home-industry-pillars .about__2 h2.t__40{
    font-size:50px !important;
}
.footer__info_subscribe {
  max-width: 100% !important;
}
body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-title, body .elementor-element:has(> .elementor-widget-accordion) .elementor-accordion-icon{
    margin-right: 15px;
}
}