/**
 * AstroLeaf Enterprise - Arudha Lagna Calculator Stylesheet
 * Clean White / Slate / Saffron Design System
 */

:root {
    --al-saffron: #D97706;
    --al-saffron-light: #FBBF24;
    --al-saffron-dark: #B45309;
    --al-saffron-bg: rgba(217, 119, 6, 0.06);
    --al-dark: #0F172A;
    --al-dark-muted: #475569;
    --al-border-color: #E2E8F0;
}

html body {
    background-color: #FFFBF4 !important;
    color: var(--al-dark) !important;
    font-family: var(--font-primary, 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif) !important;
}

html body .jaimini-hub-body {
    background-color: #FFFBF4 !important;
    color: var(--al-dark) !important;
    line-height: 1.6 !important;
    padding-bottom: 60px !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;
}

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 .jaimini-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: 'Outfit', sans-serif !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 {
    font-family: 'Be Vietnam Pro', sans-serif !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 .al-form-card,
html body .vng-card-wrapper,
html body .vng-form-card,
html body .aap-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;
}

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

html body .vng-card-title-main,
html body .aap-card-title,
html body .form-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #0F172A !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !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;
}

/* Strict Input & Select Styling - 100% Crisp White, Minimal Design System */
html body .vng-field-input,
html body select.vng-field-select,
html body input[type="text"],
html body input[type="number"],
html body input[type="time"],
html body select,
html body select#select-dob-day,
html body select#select-dob-month,
html body select#calc-gender,
html body select#ayanamsha-select,
html body .aap-input,
html body .aap-select,
html body .vnc-input,
html body .vnc-select,
html body #arudha-form input,
html body #arudha-form select {
    display: block !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    line-height: normal !important;
    padding-top: 0 !important;
    padding-bottom: 0 !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: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    color: #1E293B !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    outline: none !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
    transition: none !important;
    color-scheme: light !important;
}

html body select,
html body select.vng-field-select,
html body select#select-dob-day,
html body select#select-dob-month,
html body select#calc-gender,
html body select#ayanamsha-select,
html body select.aap-select,
html body select.vnc-select,
html body #arudha-form select {
    padding-right: 36px !important;
    padding-left: 14px !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF 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") no-repeat right 14px center / 14px 14px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
}

html body select option,
html body select#select-dob-day option,
html body select#select-dob-month option,
html body select#calc-gender option,
html body select#ayanamsha-select option {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #1E293B !important;
    font-weight: 600 !important;
    padding: 8px 12px !important;
}

html body select option:disabled {
    color: #94A3B8 !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}

html body input::placeholder,
html body select::placeholder {
    color: #64748B !important;
    opacity: 1 !important;
}

html body input:focus,
html body select:focus,
html body .vng-field-input:focus,
html body select.vng-field-select:focus,
html body #arudha-form input:focus,
html body #arudha-form select:focus {
    border-color: #D97706 !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.16) !important;
}

/* Autofill override — prevents browser from tinting inputs with accent color */
html body input:-webkit-autofill,
html body input:-webkit-autofill:hover,
html body input:-webkit-autofill:focus,
html body select:-webkit-autofill,
html body select:-webkit-autofill:hover,
html body select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    -webkit-text-fill-color: #1E293B !important;
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
}

/* Underlined H2 Headings Across Content & Sections */
.wy-article-h2,
.wy-article-section h2,
.wy-seo-articles h2,
.pkr-section-title,
.al-table-title {
    position: relative !important;
    display: inline-block !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    color: #0F172A !important;
    margin: 0 0 16px 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 3px solid #D97706 !important;
    line-height: 1.3 !important;
}

.pkr-section-header .pkr-section-title {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Submit Button */
html body .arudha-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: 'Plus Jakarta Sans', sans-serif !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;
    margin-top: 2px !important;
}

html body .arudha-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 .arudha-btn-submit:disabled,
html body .arudha-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;
}

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

/* Educational SEO Content Block (Exact Vedic Numerology Grid Design System) */
.wy-seo-articles {
    width: 100% !important;
    max-width: 840px !important;
    margin: 36px auto !important;
    box-sizing: border-box !important;
    text-align: left !important;
    background: transparent !important;
    padding: 0 20px !important;
}

.wy-article-section {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 36px !important;
    text-align: left !important;
}

.wy-article-h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.55rem !important;
    color: #65250C !important;
    margin: 0 0 14px 0 !important;
    padding-bottom: 8px !important;
    font-weight: 700 !important;
    border-bottom: 1.5px solid #65250C !important;
    text-align: left !important;
    display: block !important;
}

.wy-article-body h3 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.2rem !important;
    color: #65250C !important;
    margin: 22px 0 8px 0 !important;
    font-weight: 700 !important;
}

.wy-article-body p {
    color: #4A4A4A !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 1.02rem !important;
    line-height: 1.75 !important;
    text-align: left !important;
    margin: 0 0 14px 0 !important;
}

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

.wy-item-list li {
    position: relative !important;
    padding-left: 22px !important;
    margin-bottom: 10px !important;
    line-height: 1.75 !important;
    font-size: 1.02rem !important;
    color: #4A4A4A !important;
}

.wy-item-list li::before {
    content: "✦" !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #65250C !important;
    font-size: 0.82rem !important;
}

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

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

.wy-callout-box {
    background: #FFF8EA !important;
    border: 1px solid #E6DFD5 !important;
    border-left: 4px solid #65250C !important;
    padding: 14px 18px !important;
    margin: 18px 0 !important;
    font-size: 1.0rem !important;
    line-height: 1.65 !important;
    color: #555555 !important;
    border-radius: 0 6px 6px 0 !important;
}

.wy-callout-box h4 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    margin: 0 0 6px 0 !important;
}

.wy-callout-box p {
    font-size: 0.95rem !important;
    color: #555555 !important;
    margin: 0 !important;
    line-height: 1.65 !important;
}

/* FAQ Section (Matching Vedic Numerology Grid) */
/* FAQ Section */
html body .pkr-faq-section {
    width: 100% !important;
    max-width: 840px !important;
    margin: 36px auto 48px auto !important;
    text-align: center !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
}

html body .pkr-section-header {
    text-align: center !important;
    margin-bottom: 20px !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;
}

html body .pkr-section-title {
    font-family: 'Outfit', sans-serif !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: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 0.94rem !important;
    color: #555555 !important;
    margin: 8px 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;
    text-align: left !important;
    margin: 0 auto !important;
}

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

html body .vng-faq-entry.active,
html body .vng-faq-entry:has(.vng-faq-toggle[aria-expanded="true"]) {
    background: #FFFDF8 !important;
    border-color: #C98A58 !important;
}

html body .vng-faq-toggle,
html body .pkr-faq-question.vng-faq-toggle {
    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;
    gap: 14px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

html body .vng-faq-toggle:focus-visible {
    outline: 2px solid #D97706 !important;
    outline-offset: -2px !important;
}

html body .vng-faq-toggle span:first-child {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #65250C !important;
    line-height: 1.35 !important;
    flex: 1 1 auto !important;
}

html body .vng-faq-symbol,
html body .faq-icon.vng-faq-symbol {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    display: 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: #65250C !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

html body .vng-faq-entry.active .vng-faq-symbol,
html body .vng-faq-entry:has(.vng-faq-toggle[aria-expanded="true"]) .vng-faq-symbol {
    background: #65250C !important;
    color: #FFFFFF !important;
    border-color: #65250C !important;
}

html body .vng-faq-entry .pkr-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 20px 18px 20px !important;
    color: #4A4A4A !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
    box-sizing: border-box !important;
}

html body .vng-faq-entry .pkr-faq-answer p {
    margin: 0 !important;
    color: #4A4A4A !important;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif !important;
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
}

html body .vng-faq-entry .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;
}

/* Spinner */
@keyframes al-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 640px) {
    #arudha-form {
        gap: 14px !important;
    }
}
