@font-face {
    font-family: 'HT Rakik Bold';
    src: url('https://framerusercontent.com/assets/LuaBBiMPPBBc8upj5hchOCgvys.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HT Rakik SemiBold';
    src: url('https://framerusercontent.com/assets/Q9MWKysr8mBqiXBz8IbqOxJwo3g.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HT Rakik Medium';
    src: url('https://framerusercontent.com/assets/8wa9CRQtB3dfEFiE8JBqJSCQvVU.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HT Rakik Regular';
    src: url('https://framerusercontent.com/assets/CE9kDv8I3Q8owkIoUyyDNKaSg8.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --bg: #f5f5f7;
    --light: #efefef;
    --purple: #43206f;
    --purple2: #2f1458;
    --teal: #3d0b4a;
    --text: #111
}

* {
    box-sizing: border-box;
    font-feature-settings: "ss01" on, "ss02" on, "ss03" on, "ss04" on, "ss05" on, "swsh" on, "dlig" on, "dnom" on
}

html, body {
    margin: 0;
    background: var(--bg);
    direction: rtl;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision
}

body {
    font-family: 'HT Rakik Regular', sans-serif
}

img, video {
    max-width: 100%;
    display: block
}

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

button, input, textarea {
    font: inherit
}

.section-light, .services, .contact-cta, .site-footer, .hero {
    border-radius: 28px
}

.topbar {
    background: #f7f7f8;
    padding: 0 24px;
    margin-bottom: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.602187px 3.01094px -0.666667px, rgba(0, 0, 0, 0.11) 0px 2.28853px 11.4427px -1.33333px, rgba(0, 0, 0, 0.15) 0px 10px 50px -2px;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    gap: 20px
}

.brand, .eyebrow, h1, h2, h3, h4, .btn, .contact-link, .footer-logo, .form-logo {
    font-family: 'HT Rakik Bold', sans-serif
}

.brand {
    font-size: 52px;
    color: var(--purple);
    letter-spacing: -.06em
}

.nav {
    display: flex;
    gap: 32px;
    color: var(--purple);
    font-family: 'HT Rakik SemiBold', sans-serif
}

.nav a {
    transition: color .2s ease
}

.nav a:hover {
    color: var(--teal)
}

.nav-actions {
    display: flex;
    gap: 20px;
    align-items: center
}

.contact-link {
    color: var(--purple);
    border-bottom: 3px solid var(--purple);
    padding-bottom: 3px
}

.contact-link:hover {
    color: var(--teal);
    border-color: var(--teal)
}

.lang-pill {
    background: #fff;
    padding: 12px 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 8px
}

.lang-pill:hover {
    color: var(--teal)
}

.main {
    margin: 8px;
}

.hero {
    position: relative;
    overflow: hidden;
    height: 650px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .14)
}

.hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-warm-overlay, .hero-dark-overlay {
    position: absolute;
    inset: 0
}

.hero-warm-overlay {
    background: rgba(118, 86, 67, .28)
}

.hero-dark-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, .20) 0%, rgba(0, 0, 0, .26) 30%, rgba(0, 0, 0, .16) 55%, rgba(0, 0, 0, .32) 100%)
}

.hero-pattern-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24%;
    min-width: 340px
}

.hero-pattern-panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03))
}

.hero-logo-wrap {
    position: absolute;
    top: 22px;
    right: 34px;
    z-index: 2;
    color: #fff;
    text-align: right
}

.hero-logo {
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 118px;
    line-height: .82;
    letter-spacing: -.12em
}

.hero-logo-sub {
    margin-top: 0;
    font-size: 26px;
    line-height: 1
}

.hero-triangles {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: .22;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .55) 25%, transparent 25%), linear-gradient(225deg, rgba(255, 255, 255, .25) 25%, transparent 25%), linear-gradient(315deg, rgba(255, 255, 255, .18) 25%, transparent 25%), linear-gradient(45deg, rgba(255, 255, 255, .22) 25%, transparent 25%);
    background-size: 108px 108px;
    background-position: 0 0, 54px 0, 54px -54px, 0px 54px;
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 68%)
}

.hero-markers {
    position: absolute;
    left: 32px;
    right: 24%;
    top: 46%;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.hero-markers span {
    width: 0;
    height: 0;
    border-right: 18px solid rgba(255, 255, 255, .45);
    border-bottom: 18px solid transparent
}

.hero-bottom-copy {
    position: absolute;
    z-index: 2;
    left: 150px;
    right: 320px;
    bottom: 92px;
    color: #fff;
    text-align: center;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 57px;
    line-height: 1.24;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .18)
}

.hero-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid var(--teal);
    z-index: 2
}

.hero-whatsapp {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 58px;
    height: 58px;
    background: #2ac478;
    color: #fff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    z-index: 2;
    box-shadow: 0 14px 30px rgba(37, 211, 102, .22)
}

.section-light {
    padding: 52px 46px;
    overflow: hidden;
    margin-top: 12px

}

.split-intro {
    display: grid;
    grid-template-columns:1.02fr .98fr;
    gap: 30px;
    align-items: center;
    min-height: 300px
}

.intro-title {
    font-family: 'HT Rakik SemiBold', sans-serif;
    color: #391c5c;
    font-size: 96px;
    line-height: 1.02;
    letter-spacing: 0;
    text-align: right;
    white-space: nowrap
}

.intro-text {
    font-family: 'HT Rakik Regular', sans-serif;
    color: #6b6b6d;
    font-size: 20px;
    line-height: 1.55;
    text-align: start;
    max-width: 1080px;
    font-feature-settings: normal;
}

.cards-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 6px
}

.project-card {
    background: #f7f7f8;
    padding: 6px;
    border-radius: 24px;
    transition: transform .22s ease, box-shadow .22s ease
}

.project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, .06)
}

.project-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 22px 20px;
    border-radius: 18px;
    font-family: 'HT Rakik SemiBold', sans-serif
}

.project-head span {
    font-feature-settings: normal;
}

.project-head-dots {
    display: flex;
    gap: 7px
}

.project-head-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #dddde2;
    transition: background .18s ease, transform .18s ease
}

.project-card:hover .project-head-dots span {
    background: #b8ddd9
}

.project-card:hover .project-head-dots span:last-child {
    background: #7ec9c0
}

.project-media {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-top: 6px;
    background: #0b0b0f
}

.project-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform .45s ease, filter .28s ease
}

.project-media:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .42));
    transition: background .22s ease
}

.project-card:hover .project-media img {
    transform: scale(1.04);
    filter: blur(1.5px) brightness(.82)
}

.project-card:hover .project-media:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .54))
}

.badges {
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 2
}

.badges span {
    padding: 8px 16px;
    border-radius: 999px;
    background: #5d3a8b;
    color: #fff;
    font-size: 14px
}

.badges span:first-child {
    background: #3d0b4a
}

.project-brand {
    position: absolute;
    inset: auto 0 58px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transform: translateY(0);
    transition: transform .28s ease, opacity .22s ease
}

.project-brand .logo {
    font-weight: 700;
    font-size: 30px;
    line-height: .9;
    letter-spacing: -.04em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, .22)
}

.project-brand .sub {
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 22px;
    line-height: 1.1;
    margin-top: 8px
}

.project-title-overlay {
    position: absolute;
    bottom: 24px;
    right: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 34px;
    line-height: 1.05;
    transition: transform .28s ease, opacity .22s ease
}

.project-card:hover .project-brand {
    transform: translateY(-10px)
}

.project-card:hover .project-title-overlay {
    transform: translateY(8px);
    opacity: .96
}

.section-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px
}

.section-head.centered {
    display: block;
    text-align: center
}

.section-head.align-right {
    display: block;
    text-align: right
}

.eyebrow {
    font-size: 48px;
    color: var(--purple);
    line-height: 1
}

.eyebrow.light {
    color: #d8cde7;
    font-size: 34px
}

.section-head p {
    font-family: 'HT Rakik SemiBold';
    font-size: 20px;
    color: #59595e;
    margin: 12px 0 0;
    font-feature-settings: normal;
}

.partners-head {
    align-items: center
}

.partners-viewport {
    position: relative;
    overflow: hidden;
    cursor: grab;
    user-select: none
}

.partners-viewport.dragging {
    cursor: grabbing
}

.partners-viewport::before, .partners-viewport::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 2;
    pointer-events: none
}

.partners-viewport::before {
    right: 0;
    background: linear-gradient(to left, var(--light), rgba(239, 239, 239, 0))
}

.partners-viewport::after {
    left: 0;
    background: linear-gradient(to right, var(--light), rgba(239, 239, 239, 0))
}

.partners-rows-track {
    display: flex;
    will-change: transform;
    direction: ltr;
    transition: transform .5s ease
}

.partners-page {
    min-width: 100%;
    display: grid;
    grid-template-rows:repeat(3, 1fr);
    gap: 6px
}

.partners-row {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 6px
}

.partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 158px;
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02)
}

.partner-card img {
    max-width: 74%;
    max-height: 58px;
    object-fit: contain;
    opacity: .92;
    transition: transform .18s ease, opacity .18s ease
}

.partner-card:hover img {
    transform: scale(1.03);
    opacity: 1
}

.partners-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px
}

.partners-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #d1dfde;
    padding: 0;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease
}

.partners-dots .dot.active {
    background: var(--teal);
    transform: scale(1.15)
}

.partners-dots .dot:hover {
    background: #8ecfc8
}

@media (max-width: 1024px) {
    .partners-page {
        gap: 6px
    }

    .partners-row {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 700px) {
    .partners-row {
        grid-template-columns:repeat(2, 1fr)
    }

    .partner-card {
        height: 130px
    }
}

.services {
    background: var(--purple2);
    padding: 40px 40px 48px;
    margin-top: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: url('https://framerusercontent.com/images/vrhxHFTuxnCduP4nljUulqZcuQ.jpg?width=1912&height=1402');
    background-size: cover;
    background-position: center
}

.services:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(34, 12, 61, .72)
}

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

.services-head {
    text-align: right;
    margin-bottom: 34px
}

.services-head h2 {
    font-size: 108px;
    line-height: .92;
    margin: 10px 0 0;
    font-family: 'HT Rakik Bold', sans-serif
}

.services-grid {
    display: grid;
    grid-template-columns:300px 1fr;
    gap: 40px
}

.service-tags {
    font-family: 'HT Rakik SemiBold';
    text-align: right
}

.service-tags > div:first-child {
    font-size: 22px;
    color: #d8cde7;
    margin-bottom: 14px
}

.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.pills span {
    background: #fff;
    color: #2d1453;
    padding: 8px 14px;
    border-radius: 999px;
    transition: transform .2s ease, box-shadow .2s ease
}

.pills span:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .16)
}

.accordion-item {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding: 18px 0 16px;
    transition: opacity .18s ease, border-color .18s ease
}

.accordion-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.acc-header {
    width: 100%;
    background: none;
    border: 0;
    color: rgba(255, 255, 255, .96);
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: 'HT Rakik SemiBold';
    font-size: 32px;
    padding: 0;
    cursor: pointer;
    transition: color .18s ease, transform .18s ease
}

.acc-header .acc-index {
    font-size: 13px;
    color: rgba(255, 255, 255, .35);
    flex-shrink: 0;
    white-space: nowrap;
}

.acc-header::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #a4efe5;
    position: absolute;
    left: 0;
    opacity: .95;
    transition: transform .18s ease
}

.acc-header:hover {
    color: #a4efe5;
    transform: translateX(-2px)
}

.acc-header span:nth-child(2) {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.acc-content {
    display: none;
    margin-top: 16px;
    padding-right: 26px
}

.accordion-item.active .acc-header {
    color: #fff
}

.accordion-item.active .acc-header::after {
    transform: rotate(180deg)
}

.accordion-item.active .acc-content {
    display: block;
    animation: servicesFade .22s ease
}

.acc-content p {
    color: #ded3ec;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.55
}

.acc-content img {
    border-radius: 28px;
    width: 100%;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18)
}

@keyframes servicesFade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.philosophy-grid {
    display: grid;
    grid-template-columns:1fr 420px;
    gap: 40px
}

.stats {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 16px
}

.stat {
    background: #fff;
    border-radius: 20px;
    padding: 24px
}

.stat strong {
    display: block;
    font-family: 'HT Rakik Bold';
    font-size: 32px
}

.stat.big strong {
    font-size: 48px
}

.stat span {
    color: #6b6b6d
}

.philo-image img, .about-image img {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px
}

.blog-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px
}

.blog-head h2 {
    font-size: 56px;
    margin: 0;
    font-family: 'HT Rakik Bold', sans-serif
}

.blog-head p {
    color: #6b6b6d;
    margin-top: 10px
}

.btn {
    background: var(--purple);
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px
}

.blog-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px
}

.blog-big {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    height: 420px
}

.blog-big img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-big-title {
    position: absolute;
    right: 24px;
    bottom: 24px;
    color: #fff;
    font-family: 'HT Rakik Bold';
    font-size: 28px;
    z-index: 1
}

.blog-card {
    background: #fff;
    border-radius: 26px;
    overflow: hidden
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.blog-card .copy {
    padding: 20px
}

.blog-card time {
    color: #9ca3af;
    font-size: 12px
}

.blog-card h3 {
    font-family: 'HT Rakik SemiBold';
    font-size: 20px;
    line-height: 1.5
}

.contact-form {
    background: #fff;
    color: #111;
    border-radius: 28px;
    padding: 32px
}

.form-logo {
    font-size: 46px;
    color: #43206f;
    text-align: right
}

.contact-form h3 {
    text-align: right;
    font-size: 34px;
    margin: 0 0 20px
}

.contact-form input, .contact-form textarea {
    width: 100%;
    background: #f3f4f6;
    border: 0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px
}

.contact-form button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #3d0b4a;
    color: #fff;
    padding: 14px 18px;
    font-family: 'HT Rakik Bold';
    cursor: pointer
}

.contact-form small {
    display: block;
    text-align: center;
    color: #6b7280;
    margin-top: 12px
}

.contact-copy {
    text-align: right
}

.contact-copy h2 {
    font-size: 86px;
    line-height: 1.05;
    margin: 0;
    font-family: 'HT Rakik Bold', sans-serif
}

.contact-copy .sub {
    color: #e5e7eb;
    margin-top: 12px
}

.contact-columns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px
}

.contact-columns strong {
    display: block;
    margin-bottom: 10px
}

.site-footer {
    padding: 40px 10px 24px
}

.footer-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px
}

.foot-col {
    text-align: right
}

.mail {
    font-family: 'HT Rakik Bold';
    font-size: 28px;
    color: #3b1f5c;
    margin-top: 8px
}

.phone {
    font-family: 'HT Rakik Medium';
    font-size: 18px
}

.map-placeholder {
    height: 180px;
    background: #e5e7eb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    margin-top: 16px
}

.foot-col h4 {
    margin: 0 0 14px;
    font-family: 'HT Rakik Bold'
}

.foot-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px
}

.footer-logo {
    margin-top: 18px;
    font-size: 62px;
    color: #43206f
}

.copyline {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    border-top: 1px solid #e5e7eb;
    padding-top: 16px;
    margin-top: 28px
}

@media (max-width: 1024px) {
    .nav {
        display: none
    }

    .split-intro, .cards-grid, .philosophy-grid, .about-card, .blog-grid, .footer-grid, .services-grid, .contact-grid {
        grid-template-columns:1fr
    }

    .intro-title {
        text-align: center;
        font-size: 86px
    }

    .intro-text {
        font-size: 24px;
        max-width: none
    }

    .services-head h2 {
        font-size: 72px
    }

    .contact-copy h2 {
        font-size: 60px
    }

    .contact-form {
        max-width: none
    }

    .hero-bottom-copy {
        font-size: 44px;
        left: 60px;
        right: 60px
    }

    .hero {
        min-height: 500px
    }

    .hero-logo {
        font-size: 86px
    }

    .hero-logo-sub {
        font-size: 20px
    }

    .hero-pattern-panel {
        width: 30%;
        min-width: 220px
    }
}

.flat-title {
    font-weight: 700;
    letter-spacing: -.03em
}

.project-head small {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    font-family: 'HT Rakik Regular', sans-serif
}

.services-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 16px 30px;
    border-radius: 999px;
    background: #fff;
    color: #2d1453;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 24px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.services-cta-btn:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
    background: #a4efe5;
    color: #2a1446;
}

.accordion-item {
    overflow: hidden;
}

.accordion-item.active {
    border-top-color: rgba(164, 239, 229, .32);
}

.acc-content {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-right: 28px;
    transition: max-height .42s ease, opacity .24s ease, margin-top .24s ease;
    animation: none;
}

.accordion-item.active .acc-content {
    max-height: 1200px;
    opacity: 1;
    margin-top: 16px;
}

.acc-header {
    position: relative;
}

.acc-header:hover .acc-index,
.accordion-item.active .acc-index {
    color: rgba(255, 255, 255, .5);
}

.accordion-item:hover .acc-header {
    color: #c9fbf4;
}

.accordion-item:hover .acc-header::after {
    transform: translateX(-2px);
}

.accordion-item.active .acc-header::after {
    transform: rotate(180deg);
}

.acc-header:hover {
    transform: none;
}

.acc-header span:last-child {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-cta-btn {
    position: relative;
    overflow: hidden;
}

.acc-figure img {
    width: 800px;
    height: 350px;
}

.services-cta-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #a4efe5;
    transform: translateY(102%);
    transition: transform .26s ease;
    z-index: 0;
}

.services-cta-btn .btn-text {
    position: relative;
    z-index: 1;
}

.services-cta-btn:hover::before {
    transform: translateY(0);
}

.services-cta-btn:hover {
    transform: translateY(-2px);
    color: #2a1446;
}

.acc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.accordion-item.active .acc-pills {
    opacity: 1;
    transform: translateY(0);
}

.acc-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d1453;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
}

.acc-content {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding-right: 28px;
    transition: max-height .42s ease, opacity .24s ease, margin-top .24s ease;
    animation: none;
}

.accordion-item.active .acc-content {
    max-height: 1400px;
    opacity: 1;
    margin-top: 16px;
}

.acc-copy {
    max-width: 780px
}


.projects-page {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

@media (max-width: 1024px) {
    .projects-page {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .projects-page {
        grid-template-columns: 1fr;
    }
}


.philosophy {
    padding: 24px 30px 22px;
}

.philosophy-wrap {
    display: grid;
    grid-template-columns:minmax(0, 1fr) 470px;
    gap: 26px;
    align-items: start;
}

.philosophy-stats {
    padding-top: 8px;
}

.stats-top-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 8px;
}

.stat-mini-card {
    position: relative;
    min-height: 144px;
    border-radius: 24px;
    background: #fff;
    padding: 34px 44px 26px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
}

.stat-mini-number {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 66px;
    line-height: .92;
    letter-spacing: -.06em;
    color: #090909;
    text-align: end;
}

.flat-number {
    font-feature-settings: normal;
}

.stat-mini-index {
    position: absolute;
    top: 32px;
    right: 34px;
    color: #8b8385;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.stats-desc-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 8px;
    margin-top: 8px;
}

.stat-desc-card {
    min-height: 170px;
    border-radius: 24px;
    background: #fff;
    padding: 40px 40px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
}

.stat-desc-title {
    text-align: right;
    color: #101010;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 34px;
    line-height: 1.25;
}

.stat-desc-copy {
    text-align: start;
    color: #66666b;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 18px;
    line-height: 1.45;
}

.stats-metrics-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 26px 46px;
    margin-top: 44px;
    padding: 0 4px;
}

.metric-col {
    display: grid;
    gap: 22px;
}

.metric-item {
    min-height: 116px;
}

.metric-number {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: .92;
    letter-spacing: -.06em;
    color: #43206f;
}

.metric-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: #4a4a4f;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.metric-icon {
    color: #3d0b4a;
    font-size: 22px;
    line-height: 1;
}

.stats-divider {
    margin-top: 22px;
    height: 1px;
    background: #dfdfe2;
}

.philosophy-image-card {
    position: relative;
    height: 720px;
    border-radius: 30px;
    overflow: hidden;
}

.philosophy-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philo-corner-arrow {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #3d0b4a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 10px 18px rgba(8, 169, 154, .22);
}

@media (max-width: 1200px) {
    .philosophy-wrap {
        grid-template-columns:1fr 390px
    }

    .stat-desc-copy {
        font-size: 24px
    }

    .metric-number {
        font-size: 62px
    }
}

@media (max-width: 1024px) {
    .philosophy-wrap {
        grid-template-columns:1fr
    }

    .philosophy-image-card {
        height: 520px
    }
}

@media (max-width: 700px) {
    .stats-top-grid, .stats-desc-grid, .stats-metrics-grid {
        grid-template-columns:1fr
    }

    .metric-col {
        grid-template-columns:1fr 1fr
    }

    .metric-number {
        font-size: 52px
    }

    .stat-mini-number {
        font-size: 54px
    }

    .stat-desc-title {
        font-size: 28px
    }

    .stat-desc-copy {
        font-size: 22px
    }
}

.fullwidth-services {
    display: block
}

.fullwidth-services .accordion {
    width: 100%;
    max-width: 100%
}

.services {
    padding: 42px 22px 52px
}

.acc-content {
    padding-right: 0
}

.acc-inner {
    display: grid;
    grid-template-columns:minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.acc-side {
    padding-top: 10px;
}

.acc-side-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #a4efe5;
    margin: 0 0 20px auto;
    filter: drop-shadow(0 2px 6px rgba(164, 239, 229, .18));
}

.acc-side-title {
    color: #d8cde7;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 22px;
    margin-bottom: 14px;
}

.acc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .28s ease, transform .28s ease;
}

.accordion-item.active .acc-pills {
    opacity: 1;
    transform: translateY(0);
}

.acc-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2d1453;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
}

.acc-main {
    min-width: 0
}

.acc-copy {
    max-width: 100%
}

@media (max-width: 980px) {
    .acc-inner {
        grid-template-columns:1fr
    }

    .acc-side {
        order: 2
    }

    .acc-main {
        order: 1
    }
}

/**********************************--about section--*********************************************/
.about {
    padding: 22px 34px 30px;
}

.about-head {
    margin-bottom: 18px;
}

.about-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #43206f;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 30px;
}

.about-kicker-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #3d0b4a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.about-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 8px;
}

.about-title-row h3 {
    margin: 0;
    color: #111;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 58px;
    line-height: 1;
}

.about-card {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    border-radius: 34px;
    display: grid;
    grid-template-columns: 56% 44%;
    align-items: center;
    background: linear-gradient(180deg, #4a2578 0%, #2f1257 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
    padding: 0;
}

/* الدوائر */
.about-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.about-circle-lg {
    width: 620px;
    height: 620px;
    left: -120px;
    top: -40px;
    background: rgba(255, 255, 255, .08);
}

.about-circle-sm {
    width: 360px;
    height: 360px;
    left: 140px;
    top: 70px;
    background: rgba(255, 255, 255, .05);
}

/* الشكل المائل بالخلفية */
.about-shape {
    position: absolute;
    left: 38%;
    top: 26%;
    width: 36%;
    height: 46%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    clip-path: polygon(0 55%, 70% 0, 100% 10%, 35% 100%);
    opacity: .35;
    z-index: 0;
}

/* الجهة اليسرى */
.about-visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    height: 100%;
}

.about-visual-inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-main-logo {
    width: 260px;
    max-width: 75%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .95;
    transform: rotate(-8deg);
    drop-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

/* الجهة اليمنى */
.about-copy {
    position: relative;
    z-index: 1;
    padding: 54px 56px 54px 30px;
    text-align: right;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-copy p {
    margin: 0 0 18px;
    color: #fff;
    font-family: "HT Rakik Medium", sans-serif;
    font-size: 17px;
    line-height: 1.9;
}

.about-copy h1,
.about-copy h2,
.about-copy h3,
.about-copy h4,
.about-copy strong {
    color: #fff;
}

/* موبايل */
@media (max-width: 991px) {
    .about-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .about-visual {
        min-height: 260px;
        padding: 36px 20px 10px;
    }

    .about-main-logo {
        width: 180px;
        max-width: 60%;
    }

    .about-copy {
        padding: 26px 24px 34px;
    }

    .about-title-row h3 {
        font-size: 38px;
    }

    .about-kicker {
        font-size: 22px;
    }

    .about-circle-lg {
        width: 420px;
        height: 420px;
        left: -100px;
        top: -60px;
    }

    .about-circle-sm {
        width: 240px;
        height: 240px;
        left: 60px;
        top: 120px;
    }

    .about-shape {
        left: 24%;
        top: 18%;
        width: 52%;
        height: 32%;
    }
}

/*******************************************************************************/


.contact-video-cta {
    position: relative;
    overflow: hidden;
    padding: 54px 42px 42px;
    border-radius: 34px;
    color: #fff;
    margin-top: 12px;
    min-height: 760px;
    background: #35195a;
}

.contact-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: contactVideoZoom 22s linear infinite alternate;
}

.contact-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(47, 23, 78, .78), rgba(47, 23, 78, .82));
}

.contact-video-shape {
    position: absolute;
    inset: auto 6% 18% auto;
    width: 52%;
    height: 56%;
    background: rgba(255, 255, 255, .05);
    transform: skewX(-18deg);
    border-radius: 26px;
    filter: blur(.2px);
}

@keyframes contactVideoZoom {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.06)
    }
}

.contact-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 46px;
    align-items: start;
}

.contact-columns .svg-div {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

.contact-form {
    background: #fff;
    color: #111;
    border-radius: 28px;
    padding: 30px 30px 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    min-height: 640px;
}

.form-logo {
    font-size: 46px;
    color: #43206f;
    text-align: right;
    font-family: Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.08em;
}

.contact-form h3 {
    text-align: right;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    background: #f3f4f6;
    border: 0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
}

.contact-form textarea {
    min-height: 90px;
    resize: none;
}

.contact-form button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: #3d0b4a;
    color: #fff;
    padding: 16px 18px;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 24px;
    cursor: pointer;
}

.contact-form small {
    display: block;
    text-align: center;
    color: #6b7280;
    margin-top: 16px;
    font-size: 12px;
}

.contact-copy {
    text-align: right;
    padding: 50px 10px 0 0;
}

.contact-copy h2 {
    font-size: 132px;
    line-height: 1.5;
    margin: 0;
    font-family: 'HT Rakik Bold', sans-serif;
    color: #fff;
}

.contact-copy .sub {
    color: #e9def8;
    margin-top: 26px;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 30px;
}

.contact-columns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 34px;
    margin-top: 90px;
}

.contact-columns strong {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 26px;
}

.contact-columns p {
    color: #efe8fb;
    font-family: 'HT Rakik Medium', sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns:1fr;
        gap: 28px
    }

    .contact-copy {
        padding-top: 10px
    }

    .contact-copy h2 {
        font-size: 84px
    }

    .contact-columns {
        grid-template-columns:1fr;
        gap: 22px;
        margin-top: 34px
    }

    .contact-video-cta {
        min-height: auto;
        padding: 28px
    }
}


/* Final pass refinements */
.contact-video-cta {
    min-height: 720px
}

.contact-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: center
}

.contact-form {
    border-radius: 30px
}

.contact-form input, .contact-form textarea {
    height: 56px;
    font-family: 'HT Rakik Medium', sans-serif;
    font-size: 16px
}

.contact-form textarea {
    height: 116px;
    padding-top: 16px
}

.contact-form button {
    height: 58px
}

.contact-copy {
    padding: 22px 8px 0 0
}

.contact-columns {
    margin-top: 64px
}

.contact-columns strong {
    font-size: 24px
}

.contact-columns p {
    font-size: 17px;
    color: #f4effa
}

.site-footer {
    padding-top: 28px
}

.footer-grid {
    grid-template-columns:1.35fr 1fr .85fr;
    gap: 52px;
    padding: 0 34px 24px
}

.footer-phone {
    font-size: 22px
}

.footer-email {
    font-size: 32px
}

.footer-location-title {
    font-size: 22px
}

.footer-map iframe {
    height: 280px;
    border-radius: 18px
}

.footer-title {
    margin-top: 44px
}

.footer-nav a, .footer-social a {
    font-size: 24px
}

.footer-logo-block {
    margin-top: 30px
}

.footer-logo-main {
    font-size: 150px
}

.footer-logo-sub {
    font-size: 19px
}

.footer-bottom-bar {
    padding: 14px 24px;
    font-size: 12px
}

@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns:1fr;
        gap: 26px
    }

    .contact-copy {
        padding-top: 0
    }

    .footer-grid {
        grid-template-columns:1fr;
        gap: 20px;
        padding: 0 24px 20px
    }

    .footer-logo-main {
        font-size: 110px
    }
}


/* Final typography pass based on Framer presets */
:root {
    --nob-p-body-desktop: 14px;
    --nob-p-body-tablet: 13px;
    --nob-p-body-mobile: 12px;
    --nob-p-line: 1.4em;
    --nob-p-spacing: 20px;
}

/* White paragraphs on dark sections */
.about-copy p,
.contact-columns p,
.contact-copy .sub,
.video-content p,
.contact-form small {
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
    font-feature-settings: normal;
    font-size: var(--nob-p-body-desktop);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: var(--nob-p-line);
}

.contact-copy .sub {
    font-size: 28px;
}

/* General body paragraphs */
body, p, li, input, textarea, small {
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
}

.about-copy .ceo,
.footer-title,
.footer-phone {
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
    font-feature-settings: normal;
}

@media (max-width: 1199px) and (min-width: 810px) {
    .about-copy p,
    .contact-columns p,
    .contact-copy .sub,
    .video-content p,
    .contact-form small {
        font-size: var(--nob-p-body-tablet);
    }
}

@media (max-width: 809px) {
    .about-copy p,
    .contact-columns p,
    .contact-copy .sub,
    .video-content p,
    .contact-form small {
        font-size: var(--nob-p-body-mobile);
    }
}


/* Footer final polish */
.site-footer {
    padding: 28px 0 0;
    background: #f5f5f7;
}

.footer-grid {
    display: grid;
    grid-template-columns:1.35fr 1fr .85fr;
    gap: 54px;
    padding: 0 34px 26px;
    align-items: start;
}

.footer-col {
    position: relative;
    text-align: right;
}

.footer-corner {
    position: absolute;
    top: 4px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #d8e9e7;
    opacity: .95;
}

.footer-title {
    color: #7b7a81;
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
    font-feature-settings: normal;
    font-size: 18px;
    margin: 42px 0 18px;
}

.footer-contact .footer-phone {
    margin-top: 42px;
}

.footer-phone {
    color: #111;
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
    font-feature-settings: normal;
    font-size: 22px;
    line-height: 1.4;
}

.footer-email {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: #3f216f;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 28px;
    line-height: 1;
    text-underline-offset: 10px;
}

.footer-email span {
    text-decoration: underline;
}


.footer-email-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #3d0b4a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex: 0 0 22px;
    text-decoration: none;
}

.footer-location-title {
    margin-top: 30px;
    color: #3f216f;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 22px;
    line-height: 1.2;
}

.footer-location-title span {
    color: #b8b8be;
}

.footer-map {
    margin-top: 14px;
}

.footer-map iframe {
    width: 100%;
    max-width: 560px;
    height: 280px;
    border: 0;
    border-radius: 18px;
    display: block;
}

.footer-nav, .footer-social {
    display: grid;
    gap: 16px;
}

.footer-nav a, .footer-social a {
    color: #3f216f;
    font-family: 'HT Rakik Bold', sans-serif;
    font-size: 16px;
    line-height: 1.32;
}

.footer-social a span {
    color: #b8b8be;
}

.footer-logo-block {
    margin-top: 28px;
}

.footer-logo-main {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 150px;
    line-height: .78;
    letter-spacing: -.12em;
    color: #43206f;
    font-feature-settings: normal;
}

.footer-logo-sub {
    margin-top: 6px;
    color: #43206f;
    font-family: "HT Rakik Medium", "HT Rakik Medium Placeholder", sans-serif;
    font-feature-settings: normal;
    font-size: 19px;
    letter-spacing: 0;
}

.footer-bottom-bar {
    background: #3d0b4a;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    font-family: 'HT Rakik SemiBold', sans-serif;
    font-size: 16px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns:1fr;
        gap: 24px;
        padding: 0 24px 22px;
    }

    .footer-map iframe {
        max-width: 100%;
    }

    .footer-logo-main {
        font-size: 110px;
    }
}

/* YouTube background video */
.yt-bg-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.yt-bg-wrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100%;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: 0;
}


/* ===== Portfolio card open-overlay ===== */
.project-open-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;
}

.project-card:hover .project-open-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.portfolio-open {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .18), 0 6px 24px rgba(0, 0, 0, .45);
}

.portfolio-open:hover {
    transform: scale(1.12);
    background: #f0eaff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .22), 0 8px 30px rgba(0, 0, 0, .5);
}

.portfolio-open svg {
    color: #3d0b4a;
}

.portfolio-open-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-shadow: 0 1px 6px rgba(0, 0, 0, .6);
    pointer-events: none;
}

/* ===== حكايتنا - INTRO CARD ===== */
.intro-card {
    background: linear-gradient(135deg, #3a1c66 0%, #2c124f 100%);
    border-radius: 28px;
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 480px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .13);
}

/* الدوائر الزخرفية */
.intro-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    pointer-events: none;
}

.intro-circle--lg {
    width: 480px;
    height: 480px;
    left: -120px;
    top: -100px;
}

.intro-circle--sm {
    width: 260px;
    height: 260px;
    left: 80px;
    top: 160px;
    background: rgba(255, 255, 255, .04);
}

/* الجانب البصري */
.intro-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 1;
}

.intro-logo-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-logo-img {
    width: 220px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: .18;
    transform: scale(1.6);
    transition: opacity .4s ease;
}

.intro-card:hover .intro-logo-img {
    opacity: .24;
}

/* الجانب النصي */
.intro-content {
    padding: 56px 52px 56px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    position: relative;
    z-index: 1;
}

[dir="rtl"] .intro-content {
    padding: 56px 24px 56px 52px;
    text-align: right;
}

.intro-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}

[dir="rtl"] .intro-eyebrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.intro-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b48ef5;
    flex-shrink: 0;
}

.intro-heading {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}

.intro-body {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, .72);
    max-width: 520px;
}

/* Responsive */
@media (max-width: 900px) {
    .intro-card {
        grid-template-columns: 1fr;
    }

    .intro-visual {
        min-height: 220px;
        padding: 36px;
    }

    .intro-logo-img {
        width: 160px;
        transform: scale(1.4);
    }

    .intro-content {
        padding: 36px 32px 48px;
    }

    [dir="rtl"] .intro-content {
        padding: 36px 32px 48px;
    }

    .intro-heading {
        font-size: 32px;
    }
}

/* =============================================
   CUSTOM CURSOR
   ============================================= */
body.has-custom-cursor,
body.has-custom-cursor * {
    cursor: none !important;
}

#cursor-dot {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--purple, #43206f);
    box-shadow: 0 0 12px rgba(67,32,111,0.7), 0 0 4px rgba(255,255,255,0.5);
    transition: opacity .2s;
    will-change: transform;
}

#cursor-ring {
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1.5px solid rgba(67,32,111,0.45);
    background: rgba(67,32,111,0.07);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgba(67,32,111,0.12);
    transition: background-color .3s ease, border-color .3s ease, border-radius .3s ease;
    will-change: transform;
}

#cursor-ring .cursor-label {
    font-size: 7px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(67,32,111,0.9);
    font-family: 'HT Rakik SemiBold', sans-serif;
    line-height: 1;
    white-space: nowrap;
}

#cursor-ring .cursor-play {
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 2px;
}

#cursor-ring.cursor-active {
    transform-origin: center center;
}

@media (hover: none) and (pointer: coarse) {
    #cursor-dot, #cursor-ring { display: none !important; }
    body.has-custom-cursor,
    body.has-custom-cursor * { cursor: auto !important; }
}
