/* ============================
   GLOBAL
============================ */
body.page-template-page-commissions {
    background-color: #0a0a0a;
    color: #eaeaea;
    font-family: "Inter", sans-serif;
}

/* ============================
   HERO
============================ */
.commissions-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.commissions-hero-image {
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.commissions-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 2;
}

.commissions-hero-inner {
    position: relative;
    z-index: 3;
    text-align: left;
    max-width: 700px;
    color: #fff;
    padding-left: 8%;
}

.commissions-title {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 10px;
}

.commissions-title-line {
    width: 60px;
    height: 2px;
    background: #c6a15b;
    margin-bottom: 100px;
}

.commissions-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
    color: #dcdcdc;
}

.commissions-text {
    font-size: 18px;
    line-height: 1.7;
    color: #cfcfcf;
}

/* ============================
   CURRENT AREAS
============================ */
.commissions-areas {
    padding: 100px 8%;
    text-align: left; /* عنوان سمت چپ */
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

/* عنوان CURRENT AREAS فقط چپ */
.areas-title-left {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    padding-left: 0; /* اگر خواستی 8% هم می‌تونی بدی */
}

/* عنوان BEFORE INQUIRY مستقل از قبلی */
.areas-title-inquiry {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    text-align: left; /* یا center یا right — هرچی خواستی */
}
/* آیکون‌ها وسط چین */
.areas-grid {
    display: flex;
    justify-content: center; /* وسط چین */
    gap: 80px;
    width: 100%;
}

/* هر آیتم وسط چین */
.area-item {
    text-align: center; /* آیکون + متن وسط */
    color: #dcdcdc;
}

.area-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.area-label {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center; /* متن وسط */
}


/* ============================
   INQUIRY
============================ */
.commissions-inquiry {
    padding: 120px 8%;
}

.inquiry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.inquiry-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.inquiry-text {
    color: #dcdcdc;
}

.inquiry-text h2 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}

.inquiry-list {
    margin: 20px 0;
    padding-left: 20px;
    line-height: 1.8;
}

.inquiry-list li {
    list-style-type: "— ";
    margin-bottom: 6px;
}

/* ============================
   FOOTER
============================ */
.commissions-footer {
    padding: 80px 8% 60px;
    border-top: 1px solid #222;
}

/* ردیف بالا */
.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-icon {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ccc;
    text-decoration: none;
}

.footer-email {
    font-size: 14px;
    color: #fff;
}

/* خط وسط */
.footer-line {
    width: 100%;
    height: 1px;
    background: #222;
    margin: 20px 0;
}

/* ردیف پایین */
.footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #aaa;
}

.footer-left {
    flex: 1;
    text-align: left;
}

.footer-center {
    flex: 1;
    text-align: center;
    color: #fff;
}

.footer-right {
    flex: 1;
    text-align: right;
}

.footer-link {
    color: #c6a15b;
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

