/* AstroLeaf Enterprise - Wealth & Dhana Yogas Calculator Stylesheet
 * Clean White / Slate / Saffron Design System
 * Typography System: Outfit (Headings), Be Vietnam Pro (Subheadings/Lead), Plus Jakarta Sans (UI Body & Inputs)
 */

:root {
    --wy-gold: #D97706;
    --wy-amber: #F59E0B;
    --wy-dark: #0F172A;
    --wy-cream: #FFFBF4;
    --wy-dark-muted: #475569;
    --wy-border-color: #CBD5E1;
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-subheading: 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

html body {
    background-color: #FFFBF4 !important;
    color: var(--wy-dark) !important;
    font-family: var(--font-body) !important;
}

html body .wealth-dhana-body {
    background-color: #FFFBF4 !important;
    color: var(--wy-dark) !important;
    line-height: 1.6 !important;
    padding-bottom: 60px !important;
    font-family: var(--font-body) !important;
}

/* Breadcrumbs Bar */
html body .astroleaf-breadcrumb-bar {
    background: #FFFFFF !important;
    border-top: 1px solid #E2E8F0 !important;
    border-bottom: 1px solid #E2E8F0 !important;
    padding: 12px 24px !important;
    font-size: 0.84rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-family: var(--font-body) !important;
}

html body .astroleaf-breadcrumb-bar > div {
    max-width: 840px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #475569 !important;
    flex-wrap: wrap !important;
}

html body .astroleaf-breadcrumb-bar a {
    color: #475569 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
}

html body .astroleaf-breadcrumb-bar a:hover {
    color: #D97706 !important;
    text-decoration: underline !important;
}

/* Hero Section */
html body .wy-hero {
    background: linear-gradient(135deg, #65250C 0%, #4A1A08 100%) !important;
    padding: 65px 24px 55px 24px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    color: #FFFFFF !important;
}

html body .pkr-hero-title {
    font-family: var(--font-heading) !important;
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 800 !important;
    color: #FFBA5F !important;
    -webkit-text-fill-color: #FFBA5F !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

html body .pkr-hero-sub,
html body .wy-hero-desc {
    font-family: var(--font-subheading) !important;
    font-size: 1.05rem !important;
    color: #FFE2C2 !important;
    -webkit-text-fill-color: #FFE2C2 !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

/* Form Card */
html body .ud-form-card,
html body .aap-form-card,
html body .kl-form-card,
html body .wy-form-card {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 16px !important;
    padding: 22px 24px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    font-family: var(--font-body) !important;
}

@media (max-width: 640px) {
    html body .ud-form-card,
    html body .aap-form-card,
    html body .kl-form-card,
    html body .wy-form-card {
        padding: 18px 16px !important;
    }
}

html body .form-card-eyebrow {
    color: #D97706 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
    font-family: var(--font-heading) !important;
}

html body .form-card-title,
html body .aap-card-title {
    font-family: var(--font-heading) !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
}

/* Form Inputs & Selects */
html body select,
html body select.aap-select,
html body select.vnc-select,
html body select.wy-select,
html body select.ud-select,
html body .aap-select,
html body .vnc-select,
html body .wy-select,
html body #wealth-dhana-form select {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    line-height: normal !important;
    padding-left: 14px !important;
    padding-right: 34px !important;
    margin: 0 !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    font-family: var(--font-body) !important;
    color: #1E293B !important;
    background-color: #FFFFFF !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px 14px !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    outline: none !important;
    box-sizing: border-box !important;
}

html body input[type="text"],
html body input[type="number"],
html body input[type="time"],
html body .aap-input,
html body .vnc-input,
html body .wy-input,
html body .ud-input,
html body #wealth-dhana-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    line-height: normal !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin: 0 !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    font-family: var(--font-body) !important;
    color: #1E293B !important;
    background-color: #FFFFFF !important;
    outline: none !important;
    box-sizing: border-box !important;
}

/* Submit Button */
html body .ud-btn-submit,
html body .kl-btn-submit,
html body .pay-now-hero-btn {
    display: inline-flex !important;
    width: 100% !important;
    height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #F97316 !important;
    background-color: #F97316 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 1.02rem !important;
    font-family: var(--font-body) !important;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

html body .ud-btn-submit:hover:not(:disabled),
html body .kl-btn-submit:hover:not(:disabled),
html body .pay-now-hero-btn:hover:not(:disabled) {
    background: #EA580C !important;
    background-color: #EA580C !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.4) !important;
    color: #FFFFFF !important;
}

html body .ud-btn-submit:disabled,
html body .ud-btn-submit[disabled],
html body .kl-btn-submit:disabled,
html body .kl-btn-submit[disabled],
html body .pay-now-hero-btn:disabled,
html body .pay-now-hero-btn[disabled] {
    opacity: 0.82 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    pointer-events: none !important;
}

/* Standalone Report Promotion Card */
.ale-rep-promo-wrapper {
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.ale-rep-card-unified {
    background: #FFFFFF !important;
    border: 1.5px solid rgba(195, 122, 46, 0.25) !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    box-shadow: 0 4px 16px rgba(54, 25, 11, 0.05) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}

.ale-rep-card-unified:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(195, 122, 46, 0.12) !important;
    border-color: rgba(249, 115, 22, 0.5) !important;
}

.ale-rep-card-left {
    flex: 0 0 68px !important;
    width: 68px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ale-rep-cover-image {
    width: 68px !important;
    height: 92px !important;
    object-fit: contain !important;
    border-radius: 6px !important;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.12)) !important;
    display: block !important;
}

.ale-rep-card-right {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
}

.ale-rep-card-header {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.ale-rep-card-title {
    font-family: var(--font-heading) !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    color: #2E1836 !important;
    margin: 0 0 3px 0 !important;
    line-height: 1.25 !important;
}

.ale-rep-card-desc {
    font-family: var(--font-body) !important;
    font-size: 0.82rem !important;
    color: #4B5563 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.ale-rep-card-action {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-shrink: 0 !important;
}

.ale-rep-price-group {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 6px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
}

.ale-rep-current-price {
    font-family: var(--font-heading) !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #65250C !important;
    line-height: 1 !important;
}

.ale-rep-original-price {
    font-family: var(--font-heading) !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #9CA3AF !important;
    text-decoration: line-through !important;
}

.ale-rep-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #F97316 !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font-family: var(--font-body) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.28) !important;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
}

.ale-rep-cta-button:hover {
    background: #EA580C !important;
    color: #FFFFFF !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.35) !important;
}

/* SEO Articles Section */
.wy-seo-articles {
    max-width: 840px !important;
    margin: 36px auto 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wy-article-section {
    background: #FFFFFF !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 16px !important;
    padding: 26px 30px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

.wy-article-h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin: 0 0 16px 0 !important;
    border-bottom: 1.5px solid #65250C !important;
    padding-bottom: 8px !important;
}

.wy-article-body {
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1.05rem !important;
    color: #475569 !important;
    line-height: 1.8 !important;
}

.wy-article-body p {
    margin: 0 0 16px 0 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
    font-size: 1.05rem !important;
    color: #475569 !important;
    line-height: 1.8 !important;
}

.wy-item-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 16px 0 20px 0 !important;
}

.wy-item-list li {
    position: relative !important;
    padding-left: 26px !important;
    margin-bottom: 12px !important;
    line-height: 1.8 !important;
    font-size: 1.05rem !important;
    color: #475569 !important;
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.wy-item-list li::before {
    content: "◈" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #65250C !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
}

.vng-inline-link, .wy-article-body a {
    color: #65250C !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: color 0.2s ease !important;
}

.vng-inline-link:hover, .wy-article-body a:hover {
    color: #C37A2E !important;
}

/* Global Astroleaf Master Data Table Styling */
.wy-table-responsive,
.wy-comparison-table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    margin: 22px 0 !important;
    border-radius: 12px !important;
    border: 1.5px solid #65250C !important;
    background: #FFFFFF !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
}

.wy-table,
.wy-comparison-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.95rem !important;
    min-width: 540px !important;
    text-align: left !important;
}

.wy-table th,
.wy-comparison-table th {
    background: #65250C !important;
    color: #FFFFFF !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.86rem !important;
    letter-spacing: 0.05em !important;
    padding: 14px 18px !important;
    border: none !important;
    text-align: left !important;
}

.wy-table td,
.wy-comparison-table td {
    padding: 14px 18px !important;
    border-bottom: 1px solid #E6DFD5 !important;
    color: #475569 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    vertical-align: top !important;
}

.wy-table tr:nth-child(even) td,
.wy-comparison-table tr:nth-child(even) td {
    background: #FFFDF9 !important;
}

.wy-table tbody tr:hover td,
.wy-comparison-table tbody tr:hover td {
    background: #FFEFD6 !important;
}

.wy-badge-chip {
    display: inline-block !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    font-weight: 800 !important;
    font-size: 0.78rem !important;
    font-family: 'Outfit', sans-serif !important;
}

.wy-badge-chip.gold {
    background: #FFEFD6 !important;
    color: #65250C !important;
    border: 1px solid #FFBA5F !important;
}

/* Dynamic Results Dashboard Styles */
.wy-results-wrapper {
    max-width: 840px !important;
    margin: 0 auto 36px auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wy-hero-spotlight-card {
    background: linear-gradient(135deg, #65250C 0%, #431407 100%) !important;
    border-radius: 16px !important;
    padding: 22px 24px !important;
    margin-bottom: 22px !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 24px rgba(101, 37, 12, 0.16) !important;
    box-sizing: border-box !important;
}

.wy-hero-spotlight-flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
}

.wy-hero-spotlight-text {
    flex: 1 1 260px !important;
}

.wy-hero-spotlight-title {
    font-family: var(--font-heading) !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.25 !important;
}

.wy-hero-spotlight-desc {
    font-size: 0.92rem !important;
    color: #FFE2C2 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    font-family: var(--font-body) !important;
}

.wy-hero-badges-row {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.wy-hero-badge-box {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(253, 230, 138, 0.35) !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    text-align: center !important;
    min-width: 90px !important;
}

.wy-hero-badge-label {
    font-size: 0.7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #FDE68A !important;
    display: block !important;
    font-weight: 700 !important;
    font-family: var(--font-body) !important;
}

.wy-hero-badge-value {
    font-family: var(--font-heading) !important;
    font-size: 1.4rem !important;
    color: #FFFFFF !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
}

/* Four Pillars Grid */
.wy-pillar-section {
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

.wy-pillar-title {
    font-family: var(--font-heading) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 0 10px 0 !important;
}

.wy-pillar-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.wy-pillar-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 12px !important;
    padding: 12px 10px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.wy-pillar-house {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    display: block !important;
    font-family: var(--font-body) !important;
}

.wy-pillar-name {
    font-family: var(--font-heading) !important;
    font-size: 0.98rem !important;
    color: #0F172A !important;
    display: block !important;
    margin: 3px 0 2px 0 !important;
    font-weight: 700 !important;
}

.wy-pillar-ruler {
    font-size: 0.82rem !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
    font-family: var(--font-body) !important;
}

.wy-pillar-status {
    display: inline-block !important;
    background: #FEF3C7 !important;
    color: #92400E !important;
    border: 1px solid #F59E0B !important;
    padding: 1px 7px !important;
    border-radius: 4px !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    font-family: var(--font-body) !important;
}

/* D1 Kundli Card */
.wy-d1-card {
    background: #FFFFFF !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 14px !important;
    padding: 18px 20px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.wy-d1-title {
    font-family: var(--font-heading) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 0 2px 0 !important;
}

.wy-d1-desc {
    font-size: 0.84rem !important;
    color: #64748B !important;
    margin: 0 0 12px 0 !important;
    font-family: var(--font-body) !important;
}

/* Indu Lagna Card */
.wy-indu-card {
    background: #FFFFFF !important;
    border: 1px solid #CBD5E1 !important;
    border-radius: 14px !important;
    padding: 18px 20px !important;
    margin-bottom: 22px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
    box-sizing: border-box !important;
}

.wy-indu-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.wy-indu-title {
    font-family: var(--font-heading) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 !important;
}

.wy-indu-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}

.wy-indu-box {
    background: #FFFDF9 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    box-sizing: border-box !important;
}

.wy-indu-label {
    font-size: 0.7rem !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    display: block !important;
    font-family: var(--font-body) !important;
}

.wy-indu-val {
    color: #0F172A !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    font-family: var(--font-body) !important;
}

.wy-indu-sub {
    font-size: 0.8rem !important;
    color: #D97706 !important;
    font-weight: 700 !important;
    margin-top: 2px !important;
    font-family: var(--font-body) !important;
}

.wy-indu-influences {
    font-size: 0.85rem !important;
    color: #334155 !important;
    line-height: 1.5 !important;
    background: #F8FAFC !important;
    border-left: 3px solid #D97706 !important;
    padding: 8px 12px !important;
    border-radius: 0 6px 6px 0 !important;
    font-family: var(--font-body) !important;
}

/* Yogas List */
.wy-yogas-section {
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
}

.wy-yogas-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    margin-bottom: 12px !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

.wy-yogas-title {
    font-family: var(--font-heading) !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 !important;
}

.wy-yogas-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    box-sizing: border-box !important;
}

.wy-yoga-card {
    background: #FFFFFF !important;
    border: 1.5px solid #CBD5E1 !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    box-sizing: border-box !important;
}

.wy-yoga-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
}

.wy-yoga-name-group {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.wy-yoga-idx {
    background: #FEF3C7 !important;
    color: #92400E !important;
    border: 1px solid #F59E0B !important;
    padding: 1px 6px !important;
    border-radius: 4px !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    font-family: var(--font-heading) !important;
}

.wy-yoga-heading {
    font-family: var(--font-heading) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 !important;
}

.wy-yoga-tag {
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-family: var(--font-body) !important;
}

.wy-yoga-rule-box {
    background: #FFFDF9 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
    padding: 7px 10px !important;
    margin-bottom: 6px !important;
    font-size: 0.84rem !important;
    color: #334155 !important;
    line-height: 1.45 !important;
    font-family: var(--font-body) !important;
}

.wy-yoga-impact-box {
    font-size: 0.86rem !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    font-family: var(--font-body) !important;
}

/* Caution Card */
.wy-caution-card {
    background: #FFFBFB !important;
    border: 1.5px solid #FCA5A5 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    box-sizing: border-box !important;
}

.wy-caution-heading {
    font-family: var(--font-heading) !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    color: #991B1B !important;
    margin: 0 !important;
}

/* FAQ Accordion Styling */
html body .pkr-faq-section {
    width: 100% !important;
    max-width: 840px !important;
    margin: 40px auto 60px auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
    background: transparent !important;
}

html body .pkr-section-header {
    text-align: center !important;
    margin-bottom: 24px !important;
}

html body .pkr-pill-label {
    display: inline-block !important;
    background: #FFFDF9 !important;
    border: 1.5px solid #CBD5E1 !important;
    color: #65250C !important;
    padding: 4px 14px !important;
    border-radius: 50px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 8px !important;
    font-family: var(--font-heading) !important;
}

html body .pkr-section-title {
    font-family: var(--font-heading) !important;
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
}

html body .pkr-section-desc {
    font-family: var(--font-body) !important;
    font-size: 0.94rem !important;
    color: #555555 !important;
    margin: 6px auto 0 auto !important;
    text-align: center !important;
}

html body .pkr-faq-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 840px !important;
    margin: 0 auto !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

html body .vng-faq-entry,
html body .pkr-faq-item,
html body .wy-faq-item {
    background: #FFF8EA !important;
    background-color: #FFF8EA !important;
    border: 1.5px solid #E4D5C1 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.25s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

html body .vng-faq-entry.active,
html body .pkr-faq-item.active,
html body .wy-faq-item.active {
    background: #FFFDF8 !important;
    background-color: #FFFDF8 !important;
    border-color: #C98A58 !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.08) !important;
}

html body .vng-faq-toggle,
html body .pkr-faq-question,
html body .wy-faq-trigger {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 20px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    outline: none !important;
    box-sizing: border-box !important;
    gap: 14px !important;
}

html body .vng-faq-toggle span:first-child,
html body .pkr-faq-question span:first-child {
    font-family: var(--font-heading) !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    line-height: 1.35 !important;
    flex: 1 !important;
    text-align: left !important;
}

html body .vng-faq-symbol,
html body .faq-icon {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFFDF8 !important;
    border: 1px solid #D8C3AB !important;
    border-radius: 50% !important;
    font-family: Arial, sans-serif !important;
    font-size: 1.25rem !important;
    color: #9C4C1D !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
}

html body .vng-faq-entry.active .vng-faq-symbol,
html body .pkr-faq-item.active .faq-icon,
html body .vng-faq-entry.active .faq-icon {
    color: #FFFFFF !important;
    background: #65250C !important;
    border-color: #65250C !important;
    transform: rotate(180deg) !important;
}

html body .pkr-faq-answer,
html body .wy-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 20px 18px 20px !important;
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    color: #475569 !important;
    line-height: 1.7 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

html body .pkr-faq-answer p,
html body .wy-faq-answer p {
    margin: 0 !important;
    font-family: var(--font-body) !important;
    font-size: 0.95rem !important;
    color: #475569 !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

html body .pkr-faq-answer[hidden],
html body .wy-faq-answer[hidden],
html body .pkr-faq-item:not(.active) .pkr-faq-answer[hidden],
html body .vng-faq-entry:not(.active) .pkr-faq-answer[hidden] {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Mobile Media Queries */
@media (max-width: 640px) {
    html body .wy-hero {
        padding: 42px 16px 36px 16px !important;
    }

    html body .pkr-hero-title {
        font-size: 1.75rem !important;
        margin-bottom: 10px !important;
    }

    html body .pkr-hero-sub,
    html body .wy-hero-desc {
        font-size: 0.92rem !important;
        line-height: 1.5 !important;
    }

    .wy-hero-spotlight-card {
        padding: 16px 14px !important;
    }

    .wy-hero-spotlight-title {
        font-size: 1.25rem !important;
    }

    .wy-hero-badges-row {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .wy-pillar-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .wy-indu-grid {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    .wy-article-section {
        padding: 18px 16px !important;
    }

    .wy-article-h2 {
        font-size: 1.3rem !important;
    }

    .wy-article-body p,
    .wy-item-list li {
        font-size: 0.92rem !important;
    }

    html body .pkr-faq-section {
        padding: 0 14px !important;
        margin: 30px auto 40px auto !important;
    }

    html body .vng-faq-toggle,
    html body .pkr-faq-question {
        padding: 14px 14px !important;
        gap: 10px !important;
    }

    html body .vng-faq-toggle span:first-child,
    html body .pkr-faq-question span:first-child {
        font-size: 0.96rem !important;
    }

    html body .vng-faq-symbol,
    html body .faq-icon {
        flex: 0 0 24px !important;
        width: 24px !important;
        height: 24px !important;
        font-size: 1.1rem !important;
    }

    html body .pkr-faq-answer {
        padding: 0 14px 14px 14px !important;
        font-size: 0.88rem !important;
    }
}

@media (max-width: 380px) {
    .wy-pillar-grid {
        grid-template-columns: 1fr !important;
    }
}

@keyframes wy-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

html body .input-error,
html body input.input-error,
html body select.input-error {
    border-color: #DC2626 !important;
    background-color: #FEF2F2 !important;
}



