/* ======================================== */
/* content                                  */
/* ======================================== */

.about-content {
    position: relative;
    direction: rtl;
    overflow: hidden;
    padding: 10px 0 110px;
}

.about-content::before {
    content: "";
    position: absolute;
    top: 95px;
    right: -130px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(26, 74, 66, 0.07);
    filter: blur(12px);
    pointer-events: none;
}

.about-content::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: 60px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(223, 234, 230, 0.9);
    filter: blur(10px);
    pointer-events: none;
}

.about-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.about-visual,
.about-info {
    min-width: 0;
}

/* ======================================== */
/* image side                               */
/* ======================================== */

.about-image-card {
    position: relative;
    padding: 14px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 245, 242, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow:
        0 26px 65px rgba(16, 47, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #dfeae6;
    isolation: isolate;
}

.about-image-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, transparent 42%, rgba(16, 47, 42, 0.28) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 45%);
    pointer-events: none;
}

.about-img {
    width: 100%;
    min-height: 455px;
    display: block;
    object-fit: cover;
    transition: transform 0.85s cubic-bezier(0.2, 1, 0.3, 1);
}

.about-image-card:hover .about-img {
    transform: scale(1.055);
}

.about-img-decoration {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 3;
    width: 92px;
    height: 92px;
    border-top: 4px solid rgba(255, 255, 255, 0.92);
    border-right: 4px solid rgba(255, 255, 255, 0.92);
    border-radius: 0 18px 0 0;
    pointer-events: none;
}

.about-floating-badge {
    position: absolute;
    right: 34px;
    bottom: 34px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 138px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.92);
    box-shadow:
        0 18px 40px rgba(16, 47, 42, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
}

.about-badge-number {
    color: #1a4a42;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.1;
}

.about-badge-text {
    color: rgba(16, 47, 42, 0.72);
    font-size: 0.86rem;
    font-weight: 800;
}

/* ======================================== */
/* text side                                */
/* ======================================== */

.about-info-card {
    position: relative;
    overflow: hidden;
    padding: 42px 42px 38px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 245, 242, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow:
        0 24px 60px rgba(16, 47, 42, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
}

.about-info-card::before {
    content: "";
    position: absolute;
    top: -90px;
    left: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(26, 74, 66, 0.08);
    pointer-events: none;
}

.section-title-wrapper {
    position: relative;
    margin-bottom: 26px;
}

.title-watermark {
    position: absolute;
    top: -28px;
    right: -4px;
    z-index: 0;
    color: rgba(16, 47, 42, 0.045);
    font-size: clamp(2.7rem, 5.5vw, 4.8rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 5px;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.section-subtitle {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(26, 74, 66, 0.08);
    color: #1a4a42;
    font-size: 0.86rem;
    font-weight: 900;
}

.section-subtitle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a4a42;
    box-shadow: 0 0 0 5px rgba(26, 74, 66, 0.1);
}

.section-title {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #102f2a;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: -0.4px;
}

.section-title::after {
    content: "";
    display: block;
    width: 78px;
    height: 4px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(0 18px1a4a42, rgba(26, 74, 66, 0.18));
}

.about-description {
    position: relative;
    z-index: 1;
}

.about-description p {
    margin: 0 0 18px;
    color: rgba(16, 47, 42, 0.74);
    font-size: 15px;
    font-weight: 500;
    line-height: 2.12;
    text-align: justify;
}

.about-description p:last-child {
    margin-bottom: 0;
}

/* ======================================== */
/* features                                 */
/* ======================================== */

.about-features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 16px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow:
        0 16px 34px rgba(16, 47, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(26, 74, 66, 0.16);
    box-shadow:
        0 22px 44px rgba(16, 47, 42, 0.11),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.feature-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1a4a42;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 12px 22px rgba(26, 74, 66, 0.22);
}

.feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-title {
    color: #102f2a;
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.5;
}

.feature-text {
    color: rgba(16, 47, 42, 0.62);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.8;
}
