.aj-service-page {
    max-width: 1200px;
    margin: 28px auto 0;
    padding: 0 20px 40px;
}
.aj-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: #7b6558;
    font-size: 15px;
}
.aj-breadcrumbs a { color: #800000; font-weight: 600; }
.aj-breadcrumb-sep { opacity: .7; }
.aj-service-hero {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff6df 0%, #fffdf8 58%, #f9e5ba 100%);
    border: 1px solid rgba(128, 0, 0, .12);
    box-shadow: 0 18px 45px rgba(74, 32, 10, .09);
}
.aj-service-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -90px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(128, 0, 0, .07);
}
.aj-service-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #800000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
.aj-service-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #800000;
    font-family: 'Yatra One', serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.2;
}
.aj-service-hero p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    color: #47352f;
    font-size: 19px;
    text-align: left;
}
.aj-service-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.aj-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 11px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}
.aj-btn-primary {
    background: #800000;
    color: #fff;
    box-shadow: 0 10px 22px rgba(128, 0, 0, .18);
}
.aj-btn-primary:hover { background: #a30d0d; color: #fff; }
.aj-btn-secondary {
    background: #fff;
    color: #800000;
    border: 1px solid rgba(128, 0, 0, .18);
}
.aj-btn-secondary:hover { background: #fff7ef; color: #800000; }
.aj-service-highlights {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.aj-service-highlights span {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    color: #6b301f;
    border: 1px solid rgba(128, 0, 0, .12);
    font-size: 15px;
    font-weight: 600;
}
.aj-service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
    margin-top: 28px;
}
.aj-service-main { min-width: 0; }
.aj-section {
    margin-top: 28px;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(64, 35, 20, .06);
    border: 1px solid rgba(128, 0, 0, .08);
}
.aj-section-head h2 {
    margin: 0 0 8px;
    color: #800000;
    font-family: 'Yatra One', serif;
    font-size: 28px;
}
.aj-section-head p {
    margin: 0 0 18px;
    color: #6b5a50;
    text-align: left;
}
.aj-feature-grid,
.aj-process-grid,
.aj-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.aj-feature-card,
.aj-process-card,
.aj-related-card {
    padding: 20px;
    border-radius: 18px;
    background: #fffaf2;
    border: 1px solid rgba(128, 0, 0, .08);
}
.aj-feature-card span {
    display: inline-block;
    margin-bottom: 8px;
    color: #b15b1b;
    font-size: 14px;
    font-weight: 700;
}
.aj-feature-card h3,
.aj-process-card h3,
.aj-related-card h3 {
    margin: 0 0 8px;
    color: #800000;
    font-size: 21px;
}
.aj-feature-card p,
.aj-process-card p,
.aj-related-card p {
    margin: 0;
    color: #50413a;
    text-align: left;
}
.aj-process-card strong {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #800000;
    color: #fff;
}
.aj-content-story {
    line-height: 1.8;
}
.aj-content-story p {
    color: #473a34;
    text-align: left;
    font-size: 18px;
}
.aj-content-story .aj-tradition-note {
    margin: 20px 0 0;
    padding: 18px;
    border-left: 5px solid #e67e22;
    border-radius: 14px;
    background: #fff7e7;
    color: #800000;
    font-weight: 700;
}
.aj-faq-list { display: grid; gap: 12px; }
.aj-faq-item {
    padding: 0 18px;
    border-radius: 16px;
    background: #fffaf2;
    border: 1px solid rgba(128, 0, 0, .1);
}
.aj-faq-item summary {
    cursor: pointer;
    padding: 17px 0;
    color: #800000;
    font-weight: 700;
}
.aj-faq-item p {
    margin: 0 0 18px;
    text-align: left;
    color: #50413a;
}
.aj-related-card {
    display: block;
    color: inherit;
}
.aj-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(64,35,20,.08);
}
.aj-service-sidebar {
    position: sticky;
    top: 110px;
}
.aj-side-card {
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(64, 35, 20, .06);
    border: 1px solid rgba(128, 0, 0, .08);
}
.aj-side-card h3 {
    margin: 0 0 12px;
    color: #800000;
    font-family: 'Yatra One', serif;
    font-size: 24px;
}
.aj-side-list { margin: 0; padding: 0; list-style: none; }
.aj-side-list li + li { border-top: 1px solid #f0e6dc; }
.aj-side-list a {
    display: block;
    padding: 11px 0;
    color: #800000;
    font-weight: 700;
}
.aj-model-preview {
    overflow: hidden;
    border-radius: 18px;
    background: #fffaf2;
}
.aj-model-preview img {
    display: block;
    width: 100%;
    height: auto;
}
.aj-service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
    padding: 28px;
    border-radius: 22px;
    background: #800000;
    color: #fff;
}
.aj-service-cta h2 {
    margin: 0 0 8px;
    color: #f1c40f;
    font-family: 'Yatra One', serif;
    font-size: 28px;
}
.aj-service-cta p {
    margin: 0;
    color: #fff7ef;
    text-align: left;
}
.aj-service-cta .aj-btn-primary {
    background: #f1c40f;
    color: #800000;
    white-space: nowrap;
}
.aj-service-cta .aj-btn-primary:hover {
    background: #ffd84f;
    color: #800000;
}
@media (max-width: 900px) {
    .aj-service-layout { grid-template-columns: 1fr; }
    .aj-service-sidebar { position: static; }
}
@media (max-width: 700px) {
    .aj-service-page { padding: 0 14px 30px; }
    .aj-service-hero { padding: 24px; border-radius: 20px; }
    .aj-service-hero p { font-size: 17px; }
    .aj-section { padding: 20px; border-radius: 18px; }
    .aj-feature-grid,
    .aj-process-grid,
    .aj-related-grid { grid-template-columns: 1fr; }
    .aj-service-cta { flex-direction: column; align-items: flex-start; }
}

.aj-legacy-content {
    color: #473a34;
    line-height: 1.9;
}
.aj-legacy-content p {
    margin: 0 0 16px;
    font-size: 18px;
    text-align: justify;
}
.aj-legacy-content h2 {
    margin: 28px 0 14px;
    color: #800000;
    font-family: 'Yatra One', serif;
    font-size: 26px;
}
.aj-legacy-content .points-table {
    width: 100%;
    margin: 20px 0;
    padding: 15px;
    border-radius: 16px;
    background: #fdf8e4;
    border: 1px dashed #e67e22;
}
.aj-legacy-content .points-table td {
    padding: 8px;
    color: #800000;
    font-size: 17px;
    font-weight: 700;
}
.aj-legacy-content p[style] {
    border-radius: 14px;
    background: #fff7e7;
}
@media (max-width: 700px) {
    .aj-legacy-content p { font-size: 17px; text-align: left; }
    .aj-legacy-content .points-table,
    .aj-legacy-content .points-table tbody,
    .aj-legacy-content .points-table tr,
    .aj-legacy-content .points-table td {
        display: block;
        width: 100% !important;
    }
}

/* Gemstone correction: preserve original article presentation without breaking the new layout. */
.highlight-red {
    color: #ff0000;
    font-weight: 700;
}
.aj-gemstone-legacy-first {
    margin-top: 28px;
}
.aj-gemstone-legacy-content {
    min-height: 170px;
}
.aj-legacy-image {
    float: left;
    display: block;
    width: 235px;
    max-width: 100%;
    height: auto;
    margin: 4px 22px 14px 0;
    padding: 5px;
    border: 3px solid #e67e22;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.aj-clear {
    clear: both;
}
.aj-side-list-text li {
    padding: 11px 0;
    color: #50413a;
    font-weight: 600;
}
.aj-side-copy {
    margin: 0 0 10px;
    color: #6b5a50;
    text-align: center;
    font-size: 15px;
}
.aj-dob-widget-wrap {
    padding: 15px;
    border-radius: 12px;
    background: #fdf8e4;
    text-align: center;
}
@media (max-width: 700px) {
    .aj-legacy-image {
        float: none;
        margin: 0 auto 18px;
    }
}


/* Original-content preservation helpers used on legacy articles. */
.aj-legacy-image-portrait {
    width: 200px;
}
.aj-original-highlight {
    color: #ff0000 !important;
    font-weight: 700;
}
.aj-original-quote {
    margin: 20px 0;
    padding: 18px;
    border-left: 5px solid #e67e22;
    border-radius: 14px;
    background: #fdf8e4;
}
.aj-original-quote p {
    margin: 0;
    color: #800000;
    font-weight: 700;
    text-align: left;
}
.aj-original-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}
.aj-inline-link {
    color: #e67e22;
    font-weight: 700;
    font-size: 18px;
}
.aj-inline-link:hover { color: #800000; }
.aj-original-question-box {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    background: #fdf8e4;
    border: 1px solid #e67e22;
}
.aj-original-question-box select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-family: 'Mukta', sans-serif;
    font-size: 16px;
}
@media (max-width: 700px) {
    .aj-original-question-box { grid-template-columns: 1fr; }
}
