/* =========================================================
   FAQ — Alakaber Construction Industries
   Scoped with ak-faq- to avoid conflicts with the rest of the site
========================================================= */

.ak-faq-page {
    --faq-primary: #564895;
    --faq-primary-2: #6c5bb6;
    --faq-primary-dark: #3c326b;
    --faq-deep: #231e43;
    --faq-deep-2: #18152e;
    --faq-lilac: #c9bff5;
    --faq-soft: #f2eff9;
    --faq-soft-2: #faf9fc;
    --faq-border: #e8e3ef;
    --faq-ink: #211e2b;
    --faq-muted: #6d6877;
    --faq-success: #2d8b68;
    --faq-radius-xl: 32px;
    --faq-radius-lg: 24px;
    --faq-radius: 18px;
    --faq-shadow: 0 24px 70px rgba(43, 35, 74, .11);
    --faq-ease: cubic-bezier(.2, .68, .26, 1);
    color: var(--faq-ink);
    background: #fff;
    text-align: start;
    overflow-x: clip;
}

    .ak-faq-page *,
    .ak-faq-page *::before,
    .ak-faq-page *::after {
        box-sizing: border-box;
    }

html[lang="ar"] .ak-faq-page,
html[lang="ar"] .ak-faq-page * {
    unicode-bidi: normal;
}

.ak-faq-page :where(h1, h2, h3, p, figure, ul, ol) {
    margin-top: 0;
}

.ak-faq-page :where(button, input) {
    font: inherit;
}

.ak-faq-page button {
    cursor: pointer;
}

.ak-faq-page a {
    text-decoration: none;
}

    .ak-faq-page a:focus-visible,
    .ak-faq-page button:focus-visible,
    .ak-faq-page input:focus-visible {
        outline: 3px solid rgba(86, 72, 149, .32);
        outline-offset: 3px;
    }

.ak-faq-space {
    padding-block: clamp(72px, 8vw, 118px);
}

.ak-faq-flip {
    display: inline-block;
}

[dir="rtl"] .ak-faq-flip {
    transform: scaleX(-1);
}

[dir="rtl"] .ak-faq-flip-diagonal {
    transform: scaleX(-1);
}

.ak-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--faq-primary);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ak-faq-page[dir="rtl"] .ak-faq-eyebrow {
    letter-spacing: 0;
}

.ak-faq-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.ak-faq-eyebrow i + * {
    margin-inline-start: 0;
}

.ak-faq-eyebrow-light {
    color: var(--faq-lilac);
}

.ak-faq-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr);
    align-items: end;
    gap: 24px 64px;
    margin-bottom: clamp(36px, 5vw, 58px);
}

    .ak-faq-section-head h2 {
        max-width: 680px;
        margin-bottom: 0;
        color: var(--faq-ink);
        font-size: clamp(1.9rem, 3.8vw, 3rem);
        font-weight: 850;
        line-height: 1.14;
        letter-spacing: -.03em;
    }

.ak-faq-page[dir="rtl"] .ak-faq-section-head h2 {
    line-height: 1.35;
    letter-spacing: 0;
}

.ak-faq-section-head p {
    max-width: 500px;
    margin: 0;
    color: var(--faq-muted);
    font-size: 1rem;
    line-height: 1.85;
}

/* =========================================================
   HERO
========================================================= */

.ak-faq-hero {
    position: relative;
    padding-block: clamp(34px, 4vw, 58px) 0;
    color: #fff;
    background: radial-gradient(circle at 75% 20%, rgba(125, 105, 199, .3), transparent 30%), linear-gradient(135deg, var(--faq-deep-2), var(--faq-deep) 52%, #30285a);
    overflow: hidden;
}

.ak-faq-hero-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.85) 55%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.85) 55%, transparent 100%);
}

.ak-faq-orb {
    position: absolute;
    border: 1px solid rgba(201,191,245,.18);
    border-radius: 50%;
    pointer-events: none;
}

.ak-faq-orb-one {
    width: 480px;
    height: 480px;
    inset-inline-end: -170px;
    top: -170px;
}

.ak-faq-orb-two {
    width: 270px;
    height: 270px;
    inset-inline-end: 110px;
    bottom: 20px;
}

.ak-faq-breadcrumb {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: clamp(34px, 5vw, 56px);
    color: rgba(255,255,255,.6);
    font-size: .86rem;
}

    .ak-faq-breadcrumb a {
        color: rgba(255,255,255,.68);
    }

        .ak-faq-breadcrumb a:hover {
            color: #fff;
        }

    .ak-faq-breadcrumb span {
        color: #fff;
        font-weight: 700;
    }

.ak-faq-hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
    gap: clamp(44px, 7vw, 100px);
    align-items: center;
    min-height: 530px;
    padding-bottom: clamp(58px, 7vw, 92px);
}

.ak-faq-hero-content {
    max-width: 720px;
}

.ak-faq-hero .ak-faq-eyebrow {
    color: var(--faq-lilac);
}

    .ak-faq-hero .ak-faq-eyebrow::before {
        display: none;
    }

.ak-faq-hero h1 {
    max-width: 780px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(2.5rem, 5.5vw, 4.85rem);
    font-weight: 880;
    line-height: 1.02;
    letter-spacing: -.045em;
}

    .ak-faq-hero h1 span {
        display: block;
        color: var(--faq-lilac);
    }

.ak-faq-page[dir="rtl"] .ak-faq-hero h1 {
    font-size: clamp(2.25rem, 4.6vw, 4rem);
    line-height: 1.25;
    letter-spacing: 0;
}

.ak-faq-hero-lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255,255,255,.74);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.9;
}

.ak-faq-search-shell {
    position: relative;
    display: flex;
    align-items: center;
    width: min(100%, 680px);
    min-height: 68px;
    padding-inline: 22px 58px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    box-shadow: 0 22px 54px rgba(0,0,0,.24);
}

    .ak-faq-search-shell > i {
        flex: 0 0 auto;
        margin-inline-end: 13px;
        color: var(--faq-primary);
        font-size: 1.3rem;
    }

    .ak-faq-search-shell input {
        width: 100%;
        height: 64px;
        color: var(--faq-ink);
        background: transparent;
        border: 0;
        outline: 0;
        font-size: 1rem;
        font-weight: 650;
    }

        .ak-faq-search-shell input::placeholder {
            color: #9a95a3;
            font-weight: 500;
        }

.ak-faq-clear {
    position: absolute;
    inset-inline-end: 14px;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--faq-muted);
    background: var(--faq-soft);
    border: 0;
    border-radius: 12px;
    transform: translateY(-50%);
}

    .ak-faq-clear:hover {
        color: var(--faq-primary);
        background: #ebe6f8;
    }

.ak-faq-quick-searches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 17px;
    color: rgba(255,255,255,.56);
    font-size: .83rem;
}

    .ak-faq-quick-searches button {
        padding: 6px 11px;
        color: rgba(255,255,255,.82);
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 999px;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    }

        .ak-faq-quick-searches button:hover {
            color: #fff;
            background: rgba(255,255,255,.13);
            border-color: rgba(255,255,255,.23);
        }

/* Hero visual */
.ak-faq-hero-visual {
    position: relative;
    min-height: 430px;
}

.ak-faq-visual-card,
.ak-faq-code-card {
    position: absolute;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
}

.ak-faq-visual-main {
    top: 50%;
    inset-inline-start: 50%;
    width: min(310px, 74%);
    padding: 31px;
    color: var(--faq-ink);
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.52);
    border-radius: 30px;
    transform: translate(-50%, -50%) rotate(-3deg);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

[dir="rtl"] .ak-faq-visual-main {
    transform: translate(50%, -50%) rotate(3deg);
}

.ak-faq-visual-main > span {
    display: block;
    margin-bottom: 28px;
    color: var(--faq-primary);
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.ak-faq-visual-main strong {
    display: block;
    margin-bottom: 6px;
    color: var(--faq-deep);
    font-size: clamp(3rem, 6vw, 5.1rem);
    font-weight: 900;
    line-height: .95;
}

.ak-faq-visual-main small {
    display: block;
    max-width: 210px;
    color: var(--faq-muted);
    font-size: .86rem;
    line-height: 1.6;
}

.ak-faq-code-card {
    display: flex;
    flex-direction: column;
    min-width: 108px;
    padding: 16px 17px;
    color: #fff;
    background: rgba(86,72,149,.9);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 17px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .ak-faq-code-card span {
        font-size: 1.25rem;
        font-weight: 900;
    }

    .ak-faq-code-card small {
        margin-top: 4px;
        color: rgba(255,255,255,.72);
        font-size: .7rem;
        font-weight: 650;
    }

.ak-code-k1 {
    top: 13%;
    inset-inline-start: 3%;
    transform: rotate(-5deg);
}

.ak-code-w2 {
    top: 8%;
    inset-inline-end: 4%;
    background: rgba(57,132,169,.87);
    transform: rotate(4deg);
}

.ak-code-p1 {
    bottom: 12%;
    inset-inline-start: 1%;
    background: rgba(146,66,62,.88);
    transform: rotate(4deg);
}

.ak-code-g1 {
    bottom: 7%;
    inset-inline-end: 4%;
    background: rgba(80,71,138,.9);
    transform: rotate(-4deg);
}

.ak-faq-visual-ring {
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    width: 360px;
    height: 360px;
    border: 1px dashed rgba(201,191,245,.33);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

[dir="rtl"] .ak-faq-visual-ring {
    transform: translate(50%, -50%);
}

.ak-faq-visual-question {
    position: absolute;
    z-index: 1;
    top: 48%;
    inset-inline-start: 50%;
    color: rgba(255,255,255,.045);
    font-size: 26rem;
    font-weight: 900;
    line-height: .8;
    transform: translate(-50%, -50%);
    user-select: none;
}

[dir="rtl"] .ak-faq-visual-question {
    transform: translate(50%, -50%);
}

.ak-faq-trust-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -1px;
    background: rgba(255,255,255,.06);
    border-top: 1px solid rgba(255,255,255,.1);
    border-inline: 1px solid rgba(255,255,255,.07);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

    .ak-faq-trust-strip > div {
        display: flex;
        align-items: center;
        gap: 13px;
        min-height: 94px;
        padding: 20px 24px;
        border-inline-end: 1px solid rgba(255,255,255,.09);
    }

        .ak-faq-trust-strip > div:last-child {
            border-inline-end: 0;
        }

        .ak-faq-trust-strip > div > i {
            flex: 0 0 auto;
            color: var(--faq-lilac);
            font-size: 1.35rem;
        }

    .ak-faq-trust-strip span {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .ak-faq-trust-strip strong {
        color: #fff;
        font-size: .94rem;
    }

    .ak-faq-trust-strip small {
        color: rgba(255,255,255,.55);
        font-size: .76rem;
    }

/* =========================================================
   TOPICS BENTO
========================================================= */

.ak-faq-topics {
    background: var(--faq-soft-2);
}

.ak-faq-topic-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, auto);
    gap: 18px;
}

.ak-faq-topic-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    grid-column: span 4;
    min-width: 0;
    padding: clamp(24px, 2.7vw, 34px);
    color: var(--faq-ink);
    text-align: start;
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius-lg);
    overflow: hidden;
    transition: transform .35s var(--faq-ease), box-shadow .35s ease, border-color .35s ease;
}

    .ak-faq-topic-card:hover {
        border-color: rgba(86,72,149,.28);
        box-shadow: var(--faq-shadow);
        transform: translateY(-5px);
    }

.ak-faq-topic-wide {
    grid-column: span 5;
}

.ak-faq-topic-card:nth-child(2) {
    grid-column: span 3;
}

.ak-faq-topic-dark {
    grid-column: span 4;
}

.ak-faq-topic-card:nth-child(4) {
    grid-column: span 4;
}

.ak-faq-topic-card:nth-child(5) {
    grid-column: span 8;
}

.ak-faq-topic-icon {
    position: absolute;
    top: 25px;
    inset-inline-start: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--faq-primary);
    background: var(--faq-soft);
    border-radius: 14px;
    font-size: 1.35rem;
}

.ak-faq-topic-index {
    position: absolute;
    top: 29px;
    inset-inline-end: 29px;
    color: var(--faq-primary);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.ak-faq-topic-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 8px;
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    font-weight: 850;
}

.ak-faq-topic-card small {
    position: relative;
    z-index: 2;
    max-width: 400px;
    color: var(--faq-muted);
    font-size: .9rem;
    line-height: 1.7;
}

.ak-faq-topic-arrow {
    position: absolute;
    inset-inline-end: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--faq-primary);
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: 50%;
    font-size: 1.08rem;
    transition: transform .3s var(--faq-ease), background-color .3s ease, color .3s ease;
}

.ak-faq-topic-card:hover .ak-faq-topic-arrow {
    color: #fff;
    background: var(--faq-primary);
    border-color: var(--faq-primary);
    transform: translate(3px, -3px);
}

[dir="rtl"] .ak-faq-topic-card:hover .ak-faq-topic-arrow {
    transform: translate(-3px, -3px);
}

.ak-faq-topic-purple {
    color: #fff;
    background: linear-gradient(145deg, var(--faq-primary), #6c5db0);
    border-color: transparent;
}

    .ak-faq-topic-purple .ak-faq-topic-icon {
        color: #fff;
        background: rgba(255,255,255,.12);
    }

    .ak-faq-topic-purple .ak-faq-topic-index,
    .ak-faq-topic-purple small {
        color: rgba(255,255,255,.72);
    }

    .ak-faq-topic-purple .ak-faq-topic-arrow {
        color: #fff;
        background: rgba(255,255,255,.12);
        border-color: rgba(255,255,255,.17);
    }

.ak-faq-topic-dark {
    color: #fff;
    background: var(--faq-deep);
    border-color: transparent;
}

    .ak-faq-topic-dark .ak-faq-topic-icon {
        color: var(--faq-lilac);
        background: rgba(255,255,255,.08);
    }

    .ak-faq-topic-dark .ak-faq-topic-index {
        color: var(--faq-lilac);
    }

    .ak-faq-topic-dark small {
        color: rgba(255,255,255,.62);
    }

    .ak-faq-topic-dark .ak-faq-topic-arrow {
        color: var(--faq-deep);
    }

.ak-faq-topic-photo {
    color: #fff;
    background: linear-gradient(90deg, rgba(35,30,67,.95), rgba(35,30,67,.64)), url('/images/staticPage/execution-hero.webp') center/cover no-repeat;
    border-color: transparent;
}

[dir="rtl"] .ak-faq-topic-photo {
    background: linear-gradient(270deg, rgba(35,30,67,.95), rgba(35,30,67,.64)), url('/images/staticPage/execution-hero.webp') center/cover no-repeat;
}

.ak-faq-topic-photo .ak-faq-topic-icon {
    color: #fff;
    background: rgba(255,255,255,.11);
}

.ak-faq-topic-photo .ak-faq-topic-index,
.ak-faq-topic-photo small {
    color: rgba(255,255,255,.73);
}

.ak-faq-topic-photo .ak-faq-topic-arrow {
    color: var(--faq-deep);
}

/* =========================================================
   MAIN FAQ
========================================================= */

.ak-faq-main {
    background: #fff;
    scroll-margin-top: 90px;
}

.ak-faq-filter-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
    padding: 10px;
    background: var(--faq-soft-2);
    border: 1px solid var(--faq-border);
    border-radius: 18px;
}

.ak-faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ak-faq-filter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 13px;
    color: var(--faq-muted);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: .84rem;
    font-weight: 750;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .ak-faq-filter i {
        font-size: 1.02rem;
    }

    .ak-faq-filter em {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 22px;
        height: 22px;
        padding-inline: 6px;
        color: #8b8595;
        background: #fff;
        border: 1px solid var(--faq-border);
        border-radius: 999px;
        font-size: .68rem;
        font-style: normal;
    }

    .ak-faq-filter:hover {
        color: var(--faq-primary);
        background: #fff;
    }

    .ak-faq-filter.is-active {
        color: #fff;
        background: var(--faq-primary);
        border-color: var(--faq-primary);
        box-shadow: 0 8px 22px rgba(86,72,149,.18);
    }

        .ak-faq-filter.is-active em {
            color: var(--faq-primary);
            border-color: transparent;
        }

.ak-faq-result-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-inline: 9px;
    color: var(--faq-muted);
    font-size: .8rem;
}

    .ak-faq-result-meta strong {
        color: var(--faq-primary);
        font-size: 1rem;
    }

.ak-faq-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(38px, 5vw, 72px);
    align-items: start;
}

.ak-faq-list {
    border-top: 1px solid var(--faq-border);
}

.ak-faq-item {
    border-bottom: 1px solid var(--faq-border);
}

    .ak-faq-item[hidden] {
        display: none !important;
    }

.ak-faq-question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    gap: 22px;
    width: 100%;
    padding: 26px 4px;
    color: var(--faq-ink);
    text-align: start;
    background: transparent;
    border: 0;
}

.ak-faq-question-copy {
    display: block;
}

    .ak-faq-question-copy small {
        display: block;
        margin-bottom: 6px;
        color: var(--faq-primary);
        font-size: .7rem;
        font-weight: 850;
        letter-spacing: .05em;
    }

    .ak-faq-question-copy strong {
        display: block;
        max-width: 850px;
        font-size: clamp(1.03rem, 1.45vw, 1.18rem);
        font-weight: 820;
        line-height: 1.6;
    }

.ak-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--faq-primary);
    background: var(--faq-soft);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: color .3s ease, background-color .3s ease, transform .35s var(--faq-ease);
}

.ak-faq-question:hover .ak-faq-toggle {
    color: #fff;
    background: var(--faq-primary);
}

.ak-faq-item.is-open .ak-faq-toggle {
    color: #fff;
    background: var(--faq-primary);
    transform: rotate(45deg);
}

.ak-faq-item.is-open .ak-faq-question-copy strong {
    color: var(--faq-primary-dark);
}

.ak-faq-answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .42s var(--faq-ease);
}

.ak-faq-item.is-open .ak-faq-answer-wrap {
    grid-template-rows: 1fr;
}

.ak-faq-answer-inner {
    overflow: hidden;
}

    .ak-faq-answer-inner > p {
        max-width: 900px;
        margin: 0;
        padding: 0 70px 16px 4px;
        color: var(--faq-muted);
        font-size: .98rem;
        line-height: 1.9;
    }

[dir="rtl"] .ak-faq-answer-inner > p {
    padding: 0 4px 16px 70px;
}

.ak-faq-answer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin: 0 4px 24px;
    color: var(--faq-primary);
    font-size: .9rem;
    font-weight: 800;
}

    .ak-faq-answer-link:hover {
        color: var(--faq-primary-dark);
        text-decoration: underline;
        text-underline-offset: 5px;
    }

/* Empty */
.ak-faq-empty {
    padding: 64px 24px;
    text-align: center;
    background: var(--faq-soft-2);
    border: 1px dashed var(--faq-border);
    border-radius: var(--faq-radius-lg);
}

    .ak-faq-empty > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
        color: var(--faq-primary);
        background: var(--faq-soft);
        border-radius: 20px;
        font-size: 1.65rem;
    }

    .ak-faq-empty h3 {
        margin-bottom: 8px;
        font-size: 1.35rem;
        font-weight: 850;
    }

    .ak-faq-empty p {
        max-width: 520px;
        margin: 0 auto 22px;
        color: var(--faq-muted);
        line-height: 1.8;
    }

/* Sidebar */
.ak-faq-sidebar {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 18px;
}

.ak-faq-help-card {
    position: relative;
    padding: 30px;
    color: #fff;
    background: radial-gradient(circle at 85% 5%, rgba(201,191,245,.18), transparent 32%), var(--faq-deep);
    border-radius: var(--faq-radius-lg);
    overflow: hidden;
}

.ak-faq-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    color: var(--faq-deep);
    background: var(--faq-lilac);
    border-radius: 17px;
    font-size: 1.45rem;
}

.ak-faq-help-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 850;
    line-height: 1.35;
}

.ak-faq-help-card p {
    margin-bottom: 24px;
    color: rgba(255,255,255,.67);
    font-size: .92rem;
    line-height: 1.8;
}

.ak-faq-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255,255,255,.75);
    font-size: .86rem;
    font-weight: 750;
}

    .ak-faq-whatsapp:hover {
        color: #fff;
    }

.ak-faq-links-card {
    padding: 12px 22px;
    background: var(--faq-soft-2);
    border: 1px solid var(--faq-border);
    border-radius: var(--faq-radius-lg);
}

.ak-faq-card-label {
    display: block;
    padding: 14px 2px 10px;
    color: #908a99;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .1em;
}

.ak-faq-links-card > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    color: var(--faq-ink);
    border-top: 1px solid var(--faq-border);
    font-size: .88rem;
    font-weight: 750;
}

    .ak-faq-links-card > a span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .ak-faq-links-card > a span i {
            color: var(--faq-primary);
            font-size: 1.08rem;
        }

    .ak-faq-links-card > a:hover {
        color: var(--faq-primary);
    }

/* Buttons */
.ak-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 820;
    transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

    .ak-faq-btn:hover {
        transform: translateY(-2px);
    }

.ak-faq-btn-light {
    color: var(--faq-deep);
    background: #fff;
}

    .ak-faq-btn-light:hover {
        color: var(--faq-primary);
    }

.ak-faq-btn-secondary {
    color: #fff;
    background: var(--faq-primary);
}

    .ak-faq-btn-secondary:hover {
        color: #fff;
        background: var(--faq-primary-dark);
    }

.ak-faq-btn-outline {
    color: #fff;
    background: transparent;
    border-color: rgba(255,255,255,.35);
}

    .ak-faq-btn-outline:hover {
        color: #fff;
        background: rgba(255,255,255,.08);
        border-color: rgba(255,255,255,.65);
    }

/* =========================================================
   CTA
========================================================= */

.ak-faq-cta {
    position: relative;
    padding-block: clamp(72px, 8vw, 110px);
    color: #fff;
    background: linear-gradient(135deg, var(--faq-primary-dark), var(--faq-deep));
    overflow: hidden;
}

.ak-faq-cta-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 110px 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 65%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 65%);
}

[dir="rtl"] .ak-faq-cta-grid {
    -webkit-mask-image: linear-gradient(270deg, transparent 0%, #000 65%);
    mask-image: linear-gradient(270deg, transparent 0%, #000 65%);
}

.ak-faq-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    align-items: center;
    gap: 34px 72px;
}

.ak-faq-cta h2 {
    max-width: 760px;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 860;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.ak-faq-page[dir="rtl"] .ak-faq-cta h2 {
    line-height: 1.4;
    letter-spacing: 0;
}

.ak-faq-cta p {
    max-width: 700px;
    margin-bottom: 0;
    color: rgba(255,255,255,.7);
    line-height: 1.85;
}

.ak-faq-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

/* =========================================================
   REVEAL ANIMATION
========================================================= */

.ak-faq-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease var(--faq-delay, 0ms), transform .65s var(--faq-ease) var(--faq-delay, 0ms);
}

    .ak-faq-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {
    .ak-faq-hero-layout {
        grid-template-columns: minmax(0, 1.1fr) minmax(350px, .8fr);
    }

    .ak-faq-content-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 40px;
    }

    .ak-faq-topic-card {
        grid-column: span 6 !important;
    }

        .ak-faq-topic-card:last-child {
            grid-column: 1 / -1 !important;
        }
}

@media (max-width: 991.98px) {
    .ak-faq-section-head,
    .ak-faq-hero-layout,
    .ak-faq-cta-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .ak-faq-hero-layout {
        min-height: 0;
    }

    .ak-faq-hero-content {
        max-width: 760px;
    }

    .ak-faq-hero-visual {
        min-height: 380px;
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
    }

    .ak-faq-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .ak-faq-trust-strip > div:nth-child(2) {
            border-inline-end: 0;
        }

        .ak-faq-trust-strip > div:nth-child(-n+2) {
            border-bottom: 1px solid rgba(255,255,255,.09);
        }

    .ak-faq-filter-shell {
        display: block;
        padding: 10px;
    }

    .ak-faq-filters {
        flex-wrap: nowrap;
        padding-bottom: 3px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .ak-faq-filter {
        flex: 0 0 auto;
    }

    .ak-faq-result-meta {
        display: none;
    }

    .ak-faq-content-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .ak-faq-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ak-faq-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .ak-faq-space {
        padding-block: 68px;
    }

    .ak-faq-hero {
        padding-top: 26px;
    }

    .ak-faq-breadcrumb {
        margin-bottom: 32px;
    }

    .ak-faq-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.25rem);
    }

    .ak-faq-page[dir="rtl"] .ak-faq-hero h1 {
        font-size: clamp(2.1rem, 9.5vw, 3rem);
    }

    .ak-faq-search-shell {
        min-height: 60px;
        padding-inline: 16px 52px;
        border-radius: 15px;
    }

        .ak-faq-search-shell input {
            height: 58px;
            font-size: .93rem;
        }

    .ak-faq-hero-visual {
        min-height: 330px;
    }

    .ak-faq-visual-main {
        width: min(280px, 72%);
        padding: 25px;
        border-radius: 24px;
    }

    .ak-faq-visual-ring {
        width: 290px;
        height: 290px;
    }

    .ak-faq-code-card {
        min-width: 90px;
        padding: 12px 13px;
    }

    .ak-code-k1,
    .ak-code-w2 {
        top: 8%;
    }

    .ak-code-p1,
    .ak-code-g1 {
        bottom: 8%;
    }

    .ak-faq-trust-strip {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 20px 20px 0 0;
    }

        .ak-faq-trust-strip > div {
            min-height: 76px;
            padding: 16px 19px;
            border-inline-end: 0;
            border-bottom: 1px solid rgba(255,255,255,.09);
        }

            .ak-faq-trust-strip > div:last-child {
                border-bottom: 0;
            }

    .ak-faq-section-head {
        margin-bottom: 34px;
    }

        .ak-faq-section-head h2 {
            font-size: clamp(1.75rem, 8vw, 2.2rem);
        }

    .ak-faq-topic-grid {
        grid-template-columns: minmax(0, 1fr);
        grid-auto-rows: auto;
        gap: 14px;
    }

    .ak-faq-topic-card,
    .ak-faq-topic-card:nth-child(n) {
        grid-column: 1 / -1 !important;
        min-height: 210px;
    }

        .ak-faq-topic-card small {
            padding-inline-end: 42px;
        }

    .ak-faq-filter-shell {
        margin-inline: -4px;
    }

    .ak-faq-question {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 13px;
        padding-block: 22px;
    }

    .ak-faq-toggle {
        width: 40px;
        height: 40px;
    }

    .ak-faq-answer-inner > p,
    [dir="rtl"] .ak-faq-answer-inner > p {
        padding: 0 4px 14px;
    }

    .ak-faq-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .ak-faq-help-card {
        padding: 25px;
    }

    .ak-faq-cta-actions .ak-faq-btn {
        flex: 1 1 100%;
    }
}

@media (max-width: 429.98px) {
    .ak-faq-hero-visual {
        min-height: 300px;
    }

    .ak-faq-code-card {
        min-width: 80px;
    }

        .ak-faq-code-card small {
            display: none;
        }

    .ak-faq-visual-main strong {
        font-size: 3.2rem;
    }

    .ak-faq-quick-searches > span {
        flex-basis: 100%;
    }
}

@media (hover: none) {
    .ak-faq-topic-card:hover,
    .ak-faq-btn:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ak-faq-page *,
    .ak-faq-page *::before,
    .ak-faq-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .ak-faq-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}
