
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PAGE-LEVEL STYLES — massage-spa-ajman
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Breadcrumb */
.page-breadcrumb {
    background: #f8f9fa;
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
    font-size: 13px;
    color: #888;
}
.page-breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.page-breadcrumb ol li + li::before { content: " › "; padding: 0 6px; color: #bbb; }
.page-breadcrumb a { color: #b8951f; text-decoration: none; }
.page-breadcrumb a:hover { text-decoration: underline; }

/* Trust bar */
.trust-bar {
    background: #1a1a1a;
    color: #d4af37;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 15px;
    border-bottom: 2px solid #d4af37;
}
.trust-bar span { color: #fff; margin: 0 10px; }

/* Page hero */
.page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d1f0a 60%, #1a1a1a 100%);
    padding: 48px 0 36px;
    text-align: center;
    border-bottom: 3px solid #d4af37;
}
.page-hero h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.25;
    font-family: Georgia, serif;
}
.page-hero h1 span { color: #d4af37; }
.page-hero .hero-sub {
    color: #ccc;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.hero-trust-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.hero-pill {
    background: rgba(212,175,55,.15);
    border: 1.5px solid #d4af37;
    color: #d4af37;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    white-space: nowrap;
}
.hero-cta-row {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-gold {
    background: #d4af37;
    color: #1a1a1a;
    font-weight: 800;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    border: none;
    transition: background .2s;
}
.btn-gold:hover { background: #b8951f; color: #fff; text-decoration: none; }
.btn-outline-gold {
    background: transparent;
    color: #d4af37;
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    border: 2px solid #d4af37;
    transition: all .2s;
}
.btn-outline-gold:hover { background: #d4af37; color: #1a1a1a; text-decoration: none; }

/* Stats bar */
.stats-bar {
    background: #d4af37;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}
.stat-box {
    flex: 1 1 120px;
    text-align: center;
    padding: 16px 18px;
    border-right: 1px solid rgba(0,0,0,.15);
}
.stat-box:last-child { border-right: none; }
.stat-box strong { display: block; font-size: 22px; font-weight: 800; color: #1a1a1a; }
.stat-box span { font-size: 11px; color: #3a2a00; text-transform: uppercase; letter-spacing: .5px; }

/* Content sections */
.content-section { padding: 48px 0; }
.content-section:nth-child(even) { background: #fafafa; }
.section-label {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.content-section h2 {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}
.content-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 10px;
}
.content-section h4 {
    font-size: 15px;
    font-weight: 700;
    color: #b8951f;
    margin: 16px 0 6px;
}
.content-section p { color: #444; line-height: 1.75; font-size: 15px; text-align: justify; }
.content-section ul { padding-left: 18px; }
.content-section ul li { color: #444; line-height: 1.7; font-size: 15px; margin-bottom: 4px; }

/* Service cards grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 28px 0;
}
.service-card {
    background: #fff;
    border: 1.5px solid #e8d98a;
    border-radius: 10px;
    padding: 22px 18px;
    transition: box-shadow .2s, transform .15s;
}
.service-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-2px); }
.service-card .svc-icon { font-size: 28px; margin-bottom: 10px; }
.service-card h3 { font-size: 15px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px; }
.service-card p { font-size: 13px; color: #555; margin: 0 0 14px; text-align: left; line-height: 1.5; }
.service-card a {
    display: inline-block;
    background: #d4af37;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 5px;
    text-decoration: none;
}
.service-card a:hover { background: #b8951f; color: #fff; text-decoration: none; }

/* Why-choose table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 20px 0;
}
.comparison-table th {
    background: #1a1a1a;
    color: #d4af37;
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
}
.comparison-table td {
    padding: 11px 16px;
    border-bottom: 1px solid #eee;
    color: #444;
    vertical-align: top;
}
.comparison-table tr:nth-child(even) td { background: #fafafa; }
.comparison-table .check { color: #2a9d45; font-weight: 700; }
.comparison-table .cross { color: #c0392b; }

/* Benefits 2-col list */
.benefits-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
}
.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    border: 1px solid #e8d98a;
    border-radius: 8px;
    padding: 14px 16px;
}
.benefit-item .b-icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.benefit-item h4 { font-size: 13px; font-weight: 700; color: #1a1a1a; margin: 0 0 3px; }
.benefit-item p { font-size: 12px; color: #555; margin: 0; text-align: left; line-height: 1.4; }

/* Review cards */
.review-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.review-card-sm {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.rc-avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: #d4af37; color: #fff;
    font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rc-name { font-size: 13px; font-weight: 700; color: #1a1a1a; }
.rc-date { font-size: 11px; color: #999; }
.rc-stars { color: #fbbc04; font-size: 13px; margin-bottom: 6px; }
.rc-text { font-size: 12px; color: #444; line-height: 1.55; text-align: left; }

/* Guide box */
.guide-box {
    background: #fff9ee;
    border: 2px solid #e8d98a;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 36px 0;
}
.guide-box h2 {
    font-family: Georgia, serif;
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.guide-box p { font-size: 14px; color: #555; margin-bottom: 16px; }
.guide-box ul { list-style: none; padding: 0; margin: 0; }
.guide-box ul li {
    border-bottom: 1px solid #f0e8c0;
    padding: 9px 0;
    font-size: 14px;
}
.guide-box ul li:last-child { border-bottom: none; }
.guide-box ul li a {
    color: #b8951f;
    font-weight: 600;
    text-decoration: none;
}
.guide-box ul li a:hover { text-decoration: underline; }
.guide-box ul li span { color: #888; font-size: 12px; margin-left: 8px; }

/* FAQ */
.faq-section { padding: 48px 0; background: #fafafa; }
.faq-section h2 {
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.faq-item { background: #fff; border: 1px solid #e8e8e8; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }
.faq-q {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-q::after { content: "＋"; font-size: 18px; color: #d4af37; flex-shrink: 0; }
.faq-a { padding: 0 20px 16px; font-size: 14px; color: #555; line-height: 1.65; display: none; }
.faq-item.open .faq-q::after { content: "－"; }
.faq-item.open .faq-a { display: block; }

/* CTA section */
.cta-section {
    background: linear-gradient(135deg, #1a1a1a, #2d1f0a);
    padding: 48px 0;
    text-align: center;
}
.cta-section h2 { color: #d4af37; font-size: 26px; font-weight: 700; font-family: Georgia, serif; margin-bottom: 12px; }
.cta-section p { color: #ccc; font-size: 15px; max-width: 520px; margin: 0 auto 24px; }

/* Responsive */
@media(max-width: 991px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .review-row { grid-template-columns: repeat(2, 1fr); }
    .benefits-cols { grid-template-columns: 1fr; }
}
@media(max-width: 575px) {
    .page-hero h1 { font-size: 22px; }
    .page-hero .hero-sub { font-size: 14px; }
    .services-grid { grid-template-columns: 1fr; }
    .review-row { grid-template-columns: 1fr; }
    .stat-box { flex: 1 1 45%; }
    .guide-box { padding: 18px 16px; }
    .comparison-table { font-size: 12px; }
    .comparison-table th, .comparison-table td { padding: 8px 10px; }
}