/* ==========================================================================
   Course answer blocks, reviews page, footer enquiry band

   Kept in its own file, loaded after ui-fixes.css, because theme.css and
   site-ui.css are replaced by an external sync and would take anything added
   inside them with it. Loading last also means these rules win the cascade
   without needing inflated selectors.
   ========================================================================== */

/* ==================================================================
   Course page lead answer + quick facts
   The competitor winning AI Overview opens with a single sentence that
   states what the course is, how long it runs and what it leads to, then
   a facts strip. Both are lift-ready for an answer engine; marketing
   prose is not. These carry the same facts already in the page tables.
   ================================================================== */

body#bg .sya-answer-lead {
    font-size: 17.5px;
    line-height: 1.62;
    color: var(--course-ink);
    margin: 0 0 20px;
    padding-left: 16px;
    border-left: 3px solid var(--course-gold);
}

.sya-quick-facts {
    list-style: none;
    margin: 0 0 26px;
    padding: 18px 4px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 18px 22px;
    border-top: 1px solid rgba(123, 109, 97, 0.18);
    border-bottom: 1px solid rgba(123, 109, 97, 0.18);
}

.sya-quick-facts > li {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

body#bg .sya-quick-facts span {
    font-size: 10.5px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--course-gold);
    font-weight: 500;
}

body#bg .sya-quick-facts b {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 16.5px;
    line-height: 1.3;
    color: var(--course-ink);
}

/* the early-bird condition travels with the price, never detached from it */
body#bg .sya-quick-facts em {
    font-style: normal;
    font-size: 11.5px;
    line-height: 1.4;
    color: var(--course-text-muted, #6c635b);
}

@media (max-width: 575px) {
    .sya-quick-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 16px;
    }
    body#bg .sya-answer-lead {
        font-size: 16px;
    }
}

/* ------------------------------------------------------------------
   "Who this course is for" - the question a buyer asks that none of
   the course pages answered, phrased as reader-recognisable situations
   rather than marketing personas.
   ------------------------------------------------------------------ */

.sya-who-for {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.sya-who-for > li {
    background: var(--course-card, #fff);
    border: 1px solid rgba(123, 109, 97, 0.14);
    border-top: 3px solid var(--course-gold);
    border-radius: 0 0 12px 12px;
    padding: 22px 22px 24px;
}

body#bg .sya-who-for h3 {
    font-size: 17.5px;
    line-height: 1.34;
    margin: 0 0 9px;
}

body#bg .sya-who-for p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.62;
    color: var(--course-text-muted, #6c635b);
}

body#bg .sya-after-cert {
    max-width: 74ch;
    margin: 30px auto 0;
    font-size: 15.5px;
    line-height: 1.68;
    text-align: left;
}

@media (max-width: 991px) {
    .sya-who-for {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .sya-who-for {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* ==================================================================
   Reviews page (sri-yoga-ashram-reviews.html)
   The review feed itself is a third-party embed, so everything around
   it has to carry the page: context above, courses below.
   ================================================================== */

.sya-review-facts {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sya-review-facts > li {
    background: var(--course-card, #fff);
    border: 1px solid rgba(123, 109, 97, 0.14);
    border-radius: 14px;
    padding: 26px 24px 24px;
}

.sya-review-fact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(199, 156, 102, 0.14);
    color: var(--course-gold);
    font-size: 17px;
    margin-bottom: 16px;
}

body#bg .sya-review-facts h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 9px;
}

body#bg .sya-review-facts p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.62;
    color: var(--course-text-muted, #6c635b);
}

/* Reserve height so the page does not collapse before the feed loads */
.sya-review-embed {
    min-height: 420px;
}

.sya-review-fallback {
    max-width: 62ch;
    margin: 0 auto;
    text-align: center;
}

.sya-review-courses {
    list-style: none;
    margin: 38px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body#bg .sya-review-courses a {
    display: block;
    height: 100%;
    background: var(--course-card, #fff);
    border: 1px solid rgba(123, 109, 97, 0.14);
    border-left: 3px solid var(--course-gold);
    border-radius: 0 12px 12px 0;
    padding: 20px 22px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

body#bg .sya-review-courses a:hover,
body#bg .sya-review-courses a:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(63, 56, 50, 0.08);
}

body#bg .sya-review-courses strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 17.5px;
    line-height: 1.32;
    color: var(--course-ink);
    margin-bottom: 5px;
}

body#bg .sya-review-courses span {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: var(--course-text-muted, #6c635b);
}

@media (max-width: 991px) {
    .sya-review-facts,
    .sya-review-courses {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .sya-review-facts,
    .sya-review-courses {
        grid-template-columns: 1fr;
    }
    .sya-review-embed {
        min-height: 300px;
    }
}

/* ------------------------------------------------------------------
   Footer enquiry band - the footer is where undecided visitors land,
   and it previously offered them no way to ask anything.
   ------------------------------------------------------------------ */
body#bg .sya-footer-cta {
    background-color: #423a33;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sya-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
    padding: 24px 0;
}

body#bg .sya-footer-cta-title {
    font-family: var(--font-heading);
    font-size: 21px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
}

body#bg .sya-footer-cta-sub {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.62);
    margin: 4px 0 0;
}

.sya-footer-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body#bg .sya-footer-cta-primary,
body#bg .sya-footer-cta-ghost {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    padding: 13px 22px;
    border-radius: 8px;
    white-space: nowrap;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

body#bg .sya-footer-cta-primary {
    background-color: var(--course-gold);
    color: #2b2018;
    border: 1px solid var(--course-gold);
}

body#bg .sya-footer-cta-primary:hover,
body#bg .sya-footer-cta-primary:focus-visible {
    background-color: #d9b183;
    border-color: #d9b183;
    color: #2b2018;
}

body#bg .sya-footer-cta-ghost {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

body#bg .sya-footer-cta-ghost:hover,
body#bg .sya-footer-cta-ghost:focus-visible {
    border-color: var(--course-gold);
    color: var(--course-gold);
}

/* Accreditation marks - these badges are dark-outlined artwork, so they
   need a light backing to stay legible on the ink footer. */
.sya-footer-accred {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

body#bg .sya-footer-accred img {
    width: 52px;
    height: 52px;
    max-height: none;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 50%;
    padding: 3px;
}

@media (max-width: 767px) {
    .sya-footer-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 0;
    }
    body#bg .sya-footer-cta-title {
        font-size: 19px;
    }
    .sya-footer-cta-actions {
        width: 100%;
    }
    body#bg .sya-footer-cta-primary,
    body#bg .sya-footer-cta-ghost {
        flex: 1 1 auto;
        justify-content: center;
    }
}

.sya-footer-widget {
    margin-bottom: 30px;
}

.sya-footer-widget-title {
    color: #ffffff !important;
    font-family: var(--font-heading);
    font-size: 20px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.sya-footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background-color: var(--course-gold);
}

.sya-footer-logo {
    margin-bottom: 20px;
    max-width: 220px;
}

.sya-footer-logo img {
    max-height: 60px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.sya-footer-about-text {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.sya-footer-social {
    display: flex;
    gap: 6px;
    margin-top: 15px;
}

.sya-footer-social a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 6px !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    display: grid !important;
    place-items: center !important;
    transition: background 0.22s, border-color 0.22s, color 0.22s, transform 0.22s !important;
    text-decoration: none !important;
}

.sya-footer-social a:hover {
    background-color: var(--nh-gold) !important;
    border-color: var(--nh-gold) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(199, 156, 102, 0.3) !important;
}

.sya-footer-social svg {
    width: 13px !important;
    height: 13px !important;
    fill: currentColor !important;
    display: block !important;
}

.sya-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sya-footer-links li {
    margin-bottom: 12px;
    padding-left: 0 !important;
    border: 0 !important;
    list-style: none !important;
}

.sya-footer-links li a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
    display: inline-block;
}

.sya-footer-links li a:hover {
    color: var(--course-gold) !important;
    transform: translateX(4px);
}

.sya-footer-contact-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sya-footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.7) !important;
    list-style: none !important;
}

.sya-footer-contact-info li i {
    color: var(--course-gold) !important;
    font-size: 16px;
    margin-top: 4px;
    flex-shrink: 0;
}

.sya-footer-contact-info li a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.sya-footer-contact-info li a:hover {
    color: var(--course-gold) !important;
}

.sya-footer-bottom {
    background-color: rgba(0, 0, 0, 0.2) !important;
    padding: 24px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sya-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.sya-footer-copy p {
    color: rgba(255, 255, 255, 0.5) !important;
    margin: 0;
    font-size: 13px;
}

.sya-footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sya-footer-legal a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.sya-footer-legal a:hover {
    color: var(--course-gold) !important;
}

.sya-footer-divider {
    color: rgba(255, 255, 255, 0.15);
    font-size: 12px;
}

@media (max-width: 768px) {
    .sya-footer-top {
        padding: 50px 0 20px !important;
    }
    .sya-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .sya-footer-legal {
        justify-content: center;
    }
    .sya-footer-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 220px !important;
    }
    .sya-footer-logo img {
        margin: 0 auto !important;
    }
    .sya-footer-about-text {
        text-align: center;
    }
    .sya-footer-social {
        justify-content: center;
    }
    .sya-footer-contact-info li {
        justify-content: flex-start !important;
        text-align: left !important;
    }
}

/* ════════════ SECTION 2.1: YOGA CAPITAL OF THE WORLD ════════════ */
.sya-capital-section {
    position: relative;
    padding: 80px 0;
    background-image: url(../images/background/background-2.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

.sya-capital-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.sya-capital-header h2 {
    font-family: 'Marcellus', Georgia, serif;
    font-size: 36px;
    color: var(--course-ink);
    margin-bottom: 15px;
    font-weight: 500;
}

.sya-capital-lead {
    font-size: 16px;
    line-height: 1.8;
    color: var(--nh-muted);
    margin-top: 20px;
}

.sya-capital-grid {
    align-items: center;
}

.sya-capital-image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(63, 56, 50, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(123, 109, 97, 0.1);
}

.sya-capital-image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(63, 56, 50, 0.15);
}

.sya-capital-image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.sya-capital-image-card:hover img {
    transform: scale(1.02);
}

.sya-capital-image-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.sya-capital-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--nh-white);
    color: var(--course-ink);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(63, 56, 50, 0.12);
    font-family: var(--font-primary);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.sya-capital-badge i {
    color: var(--nh-gold);
}

.sya-capital-content {
    padding-left: 20px;
}

@media (max-width: 991px) {
    .sya-capital-content {
        padding-left: 0;
    }
}

.sya-capital-subtitle {
    font-family: 'Marcellus', Georgia, serif;
    font-size: 22px;
    color: var(--course-ink);
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.sya-capital-content p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--nh-muted);
    margin-bottom: 16px;
}

.sya-capital-list-title {
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 600;
    color: var(--course-ink);
    margin-bottom: 25px;
    letter-spacing: 0.2px;
}

.sya-capital-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 991px) {
    .sya-capital-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sya-capital-list-grid {
        grid-template-columns: 1fr;
    }
}

.sya-capital-list-item {
    background: var(--nh-white);
    padding: 24px;
    border-radius: 10px;
    border: 1px solid rgba(123, 109, 97, 0.1);
    box-shadow: 0 4px 15px rgba(63, 56, 50, 0.03);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sya-capital-list-item:hover {
    transform: translateY(-4px);
    border-color: var(--nh-gold);
    box-shadow: 0 10px 25px rgba(199, 156, 102, 0.12);
}

.sya-capital-list-num {
    font-family: 'Marcellus', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--nh-gold);
    line-height: 1;
    display: block;
}

.sya-capital-list-text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--course-ink);
    font-weight: 500;
    margin: 0 !important;
}

.sya-capital-why-best {
    border-top: 1px solid rgba(123, 109, 97, 0.12);
    padding-top: 40px;
    margin-top: 20px;
}

.sya-capital-intro-text, .sya-capital-outro-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--nh-muted);
    margin-bottom: 25px;
}

/* ------------------------------------------------------------------
   Cross-link band: shown on a page that currently ranks for terms
   another page should own. Sends both Google and the visitor to the
   URL that can actually answer the query.
   ------------------------------------------------------------------ */

body#bg .sya-crosslink-section {
    padding: 22px 0 !important;
    border-top: 1px solid rgba(123, 109, 97, 0.14);
    border-bottom: 1px solid rgba(123, 109, 97, 0.14);
}

body#bg .sya-crosslink {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--course-ink);
}

body#bg .sya-crosslink strong {
    font-weight: 500;
}

body#bg .sya-crosslink a {
    color: var(--course-gold);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-right: 14px;
    white-space: nowrap;
}

body#bg .sya-crosslink a:hover,
body#bg .sya-crosslink a:focus-visible {
    color: var(--course-ink);
}

@media (max-width: 575px) {
    body#bg .sya-crosslink a {
        display: block;
        margin: 6px 0 0;
        white-space: normal;
    }
}
