/* =====================================
   Dar Arabia — About Company Section
   ===================================== */

.dar-home-about {
    position: relative;
    overflow: hidden;
    padding: 92px 0 94px;
    background: #ffffff;
}

.dar-home-about::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(219, 91, 43, .09),
            transparent 70%
        );
    pointer-events: none;
}

.dar-home-about::after {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -180px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(40, 20, 111, .08),
            transparent 70%
        );
    pointer-events: none;
}

.dar-about-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(360px, .92fr)
        minmax(0, 1.08fr);
    align-items: center;
    gap: 76px;
}

/* =====================================
   Architectural Visual
   ===================================== */

.dar-about-visual {
    position: relative;
    min-height: 520px;
}

.dar-about-visual-frame {
    position: absolute;
    inset: 0 52px 42px 0;
    overflow: hidden;
    border-radius: 34px;
    background:
        linear-gradient(
            150deg,
            #291470 0%,
            #392087 58%,
            #4b2ca2 100%
        );
    box-shadow:
        0 30px 75px rgba(40, 20, 111, .20);
}

.dar-about-visual-frame::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -100px;
    width: 270px;
    height: 270px;
    border: 45px solid rgba(255, 255, 255, .045);
    border-radius: 50%;
}

.dar-about-visual-frame::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    border: 48px solid rgba(219, 91, 43, .14);
    border-radius: 50%;
}

.dar-about-skyline {
    position: absolute;
    inset: 55px 35px 0;
}

.dar-about-building {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 13px 13px 0 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .21),
            rgba(255, 255, 255, .07)
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .15);
}

.dar-about-building::before {
    content: "";
    position: absolute;
    inset: 15px 12px;
    opacity: .65;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, .23) 0 5px,
            transparent 5px 19px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, .15) 0 7px,
            transparent 7px 21px
        );
}

.dar-about-building-one {
    right: 3%;
    width: 28%;
    height: 60%;
}

.dar-about-building-two {
    right: 34%;
    width: 31%;
    height: 89%;
    background:
        linear-gradient(
            180deg,
            rgba(219, 91, 43, .42),
            rgba(219, 91, 43, .11)
        );
}

.dar-about-building-three {
    left: 2%;
    width: 27%;
    height: 72%;
}

.dar-about-visual-label {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.dar-about-floating-card {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: min(275px, 75%);
    padding: 20px;
    border: 1px solid rgba(40, 20, 111, .09);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow:
        0 22px 55px rgba(28, 13, 78, .16);
}

.dar-about-floating-card-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(219, 91, 43, .12);
    color: var(--dar-secondary);
}

.dar-about-floating-card-icon svg {
    width: 24px;
    height: 24px;
}

.dar-about-floating-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--dar-primary);
    font-size: 16px;
    font-weight: 700;
}

.dar-about-floating-card p {
    margin: 0;
    color: var(--dar-muted);
    font-size: 12px;
    line-height: 1.8;
}

/* =====================================
   About Copy
   ===================================== */

.dar-about-copy {
    position: relative;
}

.dar-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: var(--dar-secondary);
    font-size: 13px;
    font-weight: 700;
}

.dar-section-kicker::before {
    content: "";
    width: 32px;
    height: 2px;
    border-radius: 99px;
    background: var(--dar-secondary);
}

.dar-about-copy h2 {
    max-width: 720px;
    margin: 0 0 20px;
    color: var(--dar-primary);
    font-size: clamp(31px, 4.1vw, 51px);
    font-weight: 800;
    line-height: 1.45;
}

.dar-about-copy h2 span {
    color: var(--dar-secondary);
}

.dar-about-lead {
    max-width: 760px;
    margin: 0;
    color: var(--dar-muted);
    font-size: 16px;
    line-height: 2.05;
}

.dar-about-services {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 29px;
}

.dar-about-service {
    display: grid;
    grid-template-columns:
        44px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 14px;
    border: 1px solid #ebe7f1;
    border-radius: 17px;
    background: #ffffff;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.dar-about-service:hover {
    border-color: rgba(219, 91, 43, .24);
    box-shadow:
        0 13px 34px rgba(40, 20, 111, .08);
    transform: translateY(-3px);
}

.dar-about-service-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(40, 20, 111, .09);
    color: var(--dar-primary);
}

.dar-about-service:nth-child(even)
.dar-about-service-icon {
    background: rgba(219, 91, 43, .10);
    color: var(--dar-secondary);
}

.dar-about-service-icon svg {
    width: 22px;
    height: 22px;
}

.dar-about-service strong {
    display: block;
    margin-bottom: 3px;
    color: var(--dar-text);
    font-size: 14px;
    font-weight: 700;
}

.dar-about-service span {
    display: block;
    color: var(--dar-muted);
    font-size: 11px;
    line-height: 1.65;
}

.dar-about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.dar-about-primary,
.dar-about-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 49px;
    padding: 11px 20px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        color .2s ease,
        background .2s ease;
}

.dar-about-primary {
    border: 1px solid var(--dar-primary);
    background: var(--dar-primary);
    color: #ffffff;
    box-shadow:
        0 11px 25px rgba(40, 20, 111, .20);
}

.dar-about-primary:hover {
    background: var(--dar-primary-dark);
    box-shadow:
        0 15px 32px rgba(40, 20, 111, .27);
    transform: translateY(-2px);
}

.dar-about-secondary {
    border: 1px solid #ded8e7;
    background: #ffffff;
    color: var(--dar-primary);
}

.dar-about-secondary:hover {
    border-color: rgba(219, 91, 43, .30);
    color: var(--dar-secondary);
    transform: translateY(-2px);
}

.dar-about-actions svg {
    width: 17px;
    height: 17px;
}

/* =====================================
   Company Highlights
   ===================================== */

.dar-company-highlights {
    position: relative;
    z-index: 3;
    margin-top: 72px;
}

.dar-highlights-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #ebe7f1;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 18px 50px rgba(40, 20, 111, .07);
}

.dar-highlight-item {
    position: relative;
    min-height: 140px;
    padding: 25px;
}

.dar-highlight-item:not(:last-child) {
    border-left: 1px solid #ebe7f1;
}

.dar-highlight-number {
    display: block;
    margin-bottom: 9px;
    color: rgba(40, 20, 111, .13);
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
}

.dar-highlight-item strong {
    display: block;
    margin-bottom: 7px;
    color: var(--dar-primary);
    font-size: 15px;
    font-weight: 700;
}

.dar-highlight-item p {
    margin: 0;
    color: var(--dar-muted);
    font-size: 12px;
    line-height: 1.75;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 1040px) {
    .dar-about-grid {
        gap: 40px;
    }

    .dar-highlights-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .dar-highlight-item:nth-child(2) {
        border-left: 0;
    }

    .dar-highlight-item:nth-child(-n + 2) {
        border-bottom: 1px solid #ebe7f1;
    }
}

@media (max-width: 860px) {
    .dar-home-about {
        padding: 72px 0;
    }

    .dar-about-grid {
        grid-template-columns: 1fr;
    }

    .dar-about-copy {
        order: 1;
    }

    .dar-about-visual {
        order: 2;
        width: min(600px, 100%);
        min-height: 480px;
        margin-inline: auto;
    }

    .dar-about-copy {
        text-align: center;
    }

    .dar-section-kicker {
        justify-content: center;
    }

    .dar-about-copy h2,
    .dar-about-lead {
        margin-inline: auto;
    }

    .dar-about-actions {
        justify-content: center;
    }

    .dar-about-services {
        text-align: right;
    }
}

@media (max-width: 620px) {
    .dar-home-about {
        padding: 60px 0;
    }

    .dar-about-copy h2 {
        font-size: 32px;
    }

    .dar-about-services {
        grid-template-columns: 1fr;
    }

    .dar-about-visual {
        min-height: 390px;
    }

    .dar-about-visual-frame {
        inset: 0 15px 45px;
        border-radius: 27px;
    }

    .dar-about-floating-card {
        right: 0;
        width: 230px;
    }

    .dar-highlights-grid {
        grid-template-columns: 1fr;
    }

    .dar-highlight-item {
        min-height: auto;
    }

    .dar-highlight-item:not(:last-child) {
        border-bottom: 1px solid #ebe7f1;
        border-left: 0;
    }

    .dar-about-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dar-about-primary,
    .dar-about-secondary {
        width: 100%;
    }
}
