/* ================================================================
   FOUR PILLARS OF DESTINY - /four-pillars
   Standalone CSS
   ================================================================ */


/* ── Hero ── */

.fp-hero {
    text-align: center;
    padding: 3rem 1.5rem 1.5rem;
    max-width: 780px;
    margin: 0 auto;
}

.fp-breadcrumb {
    font-size: 0.78rem;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.fp-breadcrumb a {
    color: var(--color-text, #e8e0d4);
    text-decoration: none;
}

.fp-breadcrumb a:hover {
    color: var(--color-accent, #E8C547);
}

.fp-breadcrumb span {
    margin: 0 0.4rem;
}

.fp-hero-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--color-text, #e8e0d4);
    letter-spacing: -0.01em;
}

.fp-hero-subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    opacity: 0.6;
    max-width: 640px;
    margin: 0 auto;
    font-weight: 500;
}

.fp-zh-inline {
    font-family: 'Noto Serif SC', 'Songti SC', serif;
    font-weight: 600;
    color: var(--color-accent, #E8C547);
}


/* ── Two-Column Layout ── */

.fp-two-col {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2.5rem;
    align-items: start;
}

.fp-col-education {
    min-width: 0;
}

.fp-col-calculator {
    position: sticky;
    top: 2rem;
    align-self: start;
}


/* ── Education Blocks ── */

.fp-edu-block {
    padding-bottom: 2rem;
}

.fp-edu-block--bordered {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fp-edu-block h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--color-text, #e8e0d4);
}


/* ── Hook Content ── */

.fp-hook-lead {
    font-size: 1.08rem;
    line-height: 1.75;
    opacity: 0.85;
    margin: 0 0 1.5rem;
}

.fp-hook-body {
    font-size: 0.95rem;
    line-height: 1.75;
    opacity: 0.72;
    margin: 0 0 1.25rem;
}

.fp-hook-body:last-of-type {
    margin-bottom: 0;
}


/* ── Pull Quote ── */

.fp-pullquote {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-accent, #E8C547);
    padding: 1.25rem 0 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-left: 3px solid var(--color-accent, #E8C547);
    font-style: italic;
}


/* ── Stat Row ── */

.fp-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fp-stat-item {
    text-align: center;
}

.fp-stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-accent, #E8C547);
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.fp-stat-desc {
    display: block;
    font-size: 0.78rem;
    line-height: 1.4;
    opacity: 0.5;
}


/* ── Reassurance Box ── */

.fp-reassurance-box {
    margin-top: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.fp-reassurance-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--color-accent, #E8C547);
}

.fp-reassurance-box p {
    font-size: 0.9rem;
    line-height: 1.7;
    opacity: 0.78;
    margin: 0 0 1.25rem;
}

.fp-reassurance-box p:last-child {
    margin-bottom: 0;
}

.fp-reassurance-box h3 + h3 {
    margin-top: 1.25rem;
}


/* ── Shared Section Elements ── */

.fp-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent, #E8C547);
    margin-bottom: 0.75rem;
}

.fp-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fp-section h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--color-text, #e8e0d4);
}


/* ── Analogy Box ── */

.fp-analogy-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(232, 197, 71, 0.06);
    border: 1px solid rgba(232, 197, 71, 0.15);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}

.fp-analogy-icon {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.fp-analogy-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.85;
    margin: 0;
    font-style: italic;
}


/* ── Teach Cards ── */

.fp-pillar-teach-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fp-teach-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.5rem;
    position: relative;
}

.fp-teach-card--year  { border-left: 3px solid #E8C547; }
.fp-teach-card--month { border-left: 3px solid #7EC8E3; }
.fp-teach-card--day   { border-left: 3px solid #C77DFF; }
.fp-teach-card--hour  { border-left: 3px solid #FF6B6B; }

.fp-teach-card-header {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.fp-teach-icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.fp-teach-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
    color: var(--color-text, #e8e0d4);
}

.fp-teach-card-tag {
    font-size: 0.78rem;
    opacity: 0.5;
    font-style: italic;
}

.fp-teach-card-body {
    font-size: 0.92rem;
    line-height: 1.7;
    opacity: 0.8;
    margin: 0 0 0.75rem;
}

.fp-teach-card-body:last-of-type {
    margin-bottom: 0.75rem;
}

.fp-teach-card-footnote {
    font-size: 0.82rem;
    line-height: 1.6;
    opacity: 0.5;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 0.75rem;
}


/* ── Teach Card Callout ── */

.fp-teach-card-callout {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    border-radius: 8px;
    font-style: italic;
}

.fp-teach-card-callout--year {
    background: rgba(232, 197, 71, 0.08);
    color: #E8C547;
}

.fp-teach-card-callout--month {
    background: rgba(126, 200, 227, 0.08);
    color: #7EC8E3;
}

.fp-teach-card-callout--hour {
    background: rgba(255, 107, 107, 0.08);
    color: #FF6B6B;
}


/* ── Teach Card Highlight ── */

.fp-teach-card-highlight {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    margin: 0.75rem 0;
    border-radius: 8px;
}

.fp-teach-card-highlight--day {
    background: rgba(199, 125, 255, 0.08);
}

.fp-highlight-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #C77DFF;
    line-height: 1;
    flex-shrink: 0;
}

.fp-highlight-text {
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.7;
}


/* ── History Section ── */

.fp-history-body {
    font-size: 0.92rem;
    line-height: 1.75;
    opacity: 0.75;
    margin: 0 0 1.25rem;
}

.fp-history-uses {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.25rem 0;
}

.fp-history-use-item {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    opacity: 0.8;
}

.fp-history-note {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid var(--color-accent, #E8C547);
    border-radius: 10px;
    padding: 1.25rem;
    font-size: 0.88rem;
    line-height: 1.65;
    opacity: 0.75;
    margin-top: 1.25rem;
}

.fp-history-note strong {
    color: var(--color-accent, #E8C547);
    opacity: 1;
}


/* ── Calculator Form (sticky sidebar) ── */

.fp-form-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
}

.fp-form-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.3rem;
    color: var(--color-text, #e8e0d4);
}

.fp-form-subtitle {
    font-size: 0.82rem;
    opacity: 0.6;
    margin: 0 0 1.25rem;
}

.fp-form-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.fp-field {
    text-align: left;
}

.fp-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.55;
    margin-bottom: 0.3rem;
}

.fp-field select {
    width: 100%;
    padding: 0.6rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--color-text, #e8e0d4);
    font-size: 0.88rem;
    font-family: inherit;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

.fp-field select:focus {
    outline: none;
    border-color: var(--color-accent, #E8C547);
}

.fp-field select option {
    background: #1a1a2e;
    color: #e8e0d4;
}

.fp-calculate-btn {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: var(--color-accent, #E8C547);
    color: #1a1a2e;
    border: none;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: inherit;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.fp-calculate-btn:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
}

.fp-calculate-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}


/* ── Results ── */

.fp-results {
    border-top: none;
    padding-top: 1rem;
}

.fp-results-header {
    text-align: center;
    margin-bottom: 2rem;
}

.fp-results-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--color-accent, #E8C547);
}

.fp-results-subtitle {
    font-size: 1.05rem;
    opacity: 0.7;
    margin: 0;
}


/* ── Pillar Cards ── */

.fp-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.fp-pillar {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.5rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fp-pillar--revealed {
    opacity: 1;
    transform: translateY(0);
}

.fp-pillar--year  { border-top: 3px solid #E8C547; }
.fp-pillar--month { border-top: 3px solid #7EC8E3; }
.fp-pillar--day   { border-top: 3px solid #C77DFF; }
.fp-pillar--hour  { border-top: 3px solid #FF6B6B; }

.fp-pillar-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.fp-pillar--year  .fp-pillar-label { color: #E8C547; }
.fp-pillar--month .fp-pillar-label { color: #7EC8E3; }
.fp-pillar--day   .fp-pillar-label { color: #C77DFF; }
.fp-pillar--hour  .fp-pillar-label { color: #FF6B6B; }

.fp-pillar-role {
    font-size: 0.78rem;
    opacity: 0.5;
    margin-bottom: 1rem;
}

.fp-pillar-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.fp-pillar-animal {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: var(--color-text, #e8e0d4);
}

.fp-pillar-element {
    font-size: 0.82rem;
    opacity: 0.6;
    margin-bottom: 1rem;
}

.fp-pillar-meaning {
    font-size: 0.8rem;
    line-height: 1.55;
    opacity: 0.55;
    margin-bottom: 1rem;
}

.fp-pillar-link {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-accent, #E8C547);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.fp-pillar-link:hover {
    opacity: 0.7;
}

.fp-pillar--unknown {
    opacity: 0.4;
}

.fp-pillar--unknown .fp-pillar-icon {
    font-size: 2.5rem;
    opacity: 0.3;
}


/* ── Insight Card ── */

.fp-insight-card {
    background: rgba(232, 197, 71, 0.06);
    border: 1px solid rgba(232, 197, 71, 0.15);
    border-radius: 14px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.fp-insight-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: var(--color-accent, #E8C547);
}

.fp-insight-card p {
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0;
    opacity: 0.85;
}


/* ── Explore Links ── */

.fp-explore {
    margin-bottom: 1rem;
}

.fp-explore h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    opacity: 0.7;
}

.fp-explore-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.fp-explore-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-text, #e8e0d4);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.fp-explore-link:hover {
    background: rgba(232, 197, 71, 0.08);
    border-color: rgba(232, 197, 71, 0.25);
}


/* ── FAQ ── */

.fp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fp-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.fp-faq-item summary {
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text, #e8e0d4);
    transition: background 0.2s ease;
}

.fp-faq-item summary::-webkit-details-marker { display: none; }

.fp-faq-item summary::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.5;
}

.fp-faq-item[open] summary::after { content: '-'; }

.fp-faq-item summary:hover {
    background: rgba(255, 255, 255, 0.03);
}

.fp-faq-item p {
    padding: 0 1.25rem 1rem;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    opacity: 0.85;
}


/* ── CTA ── */

.fp-cta-section {
    border-top: none;
}

.fp-cta-card {
    background: rgba(232, 197, 71, 0.06);
    border: 1px solid rgba(232, 197, 71, 0.15);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}

.fp-cta-card h2 {
    color: var(--color-accent, #E8C547);
}

.fp-cta-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.75;
    max-width: 500px;
    margin: 0 auto 1.5rem;
}

.fp-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.fp-btn {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.fp-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.fp-btn--primary {
    background: var(--color-accent, #E8C547);
    color: #1a1a2e;
}

.fp-btn--secondary {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--color-text, #e8e0d4);
}


/* ── Responsive ── */

@media (max-width: 900px) {
    .fp-two-col {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .fp-col-calculator {
        position: static;
        max-width: 480px;
        margin: 0 auto;
        padding-top: 1.5rem;
    }

    .fp-form-card {
        padding: 2rem;
    }

    .fp-form-stack {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .fp-pillars-grid {
        grid-template-columns: 1fr 1fr;
    }

    .fp-hero-title {
        font-size: 1.6rem;
    }

    .fp-stat-row {
        gap: 0.75rem;
    }

    .fp-stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .fp-two-col {
        padding: 0 1rem 2rem;
    }

    .fp-pillars-grid {
        grid-template-columns: 1fr;
    }

    .fp-form-stack {
        grid-template-columns: 1fr;
    }

    .fp-form-card {
        padding: 1.5rem 1rem;
    }

    .fp-section {
        padding: 2rem 1rem;
    }

    .fp-teach-card {
        padding: 1.25rem;
    }

    .fp-stat-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .fp-pullquote {
        font-size: 1.1rem;
    }

    .fp-analogy-box {
        flex-direction: column;
        gap: 0.5rem;
    }

    .fp-teach-card-highlight {
        flex-direction: column;
        gap: 0.35rem;
    }

    .fp-history-uses {
        flex-direction: column;
    }

    .fp-ref-animal {
        padding: 1.25rem 1rem;
    }
}


/* ── Pillar Detail Tabs ── */

.fp-pillar-details {
    margin-bottom: 2rem;
}

.fp-details-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--color-text, #e8e0d4);
}

.fp-detail-tabs {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0;
}

.fp-detail-tab {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: var(--color-text, #e8e0d4);
    font-size: 0.82rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease, background 0.2s ease;
}

.fp-detail-tab:hover {
    opacity: 0.75;
}

.fp-detail-tab--active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.05);
}

.fp-detail-tab--active.fp-detail-tab--year  { border-top: 2px solid #E8C547; }
.fp-detail-tab--active.fp-detail-tab--month { border-top: 2px solid #7EC8E3; }
.fp-detail-tab--active.fp-detail-tab--day   { border-top: 2px solid #C77DFF; }
.fp-detail-tab--active.fp-detail-tab--hour  { border-top: 2px solid #FF6B6B; }

.fp-detail-tab-icon {
    font-size: 1.1rem;
    line-height: 1;
}

.fp-detail-panels {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 14px 14px 14px;
    padding: 1.5rem;
}

.fp-detail-panel {
    display: none;
}

.fp-detail-panel--active {
    display: block;
}

.fp-detail-panel-header {
    margin-bottom: 1.25rem;
}

.fp-detail-panel-name {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text, #e8e0d4);
    margin-bottom: 0.15rem;
}

.fp-detail-panel-role {
    font-size: 0.78rem;
    opacity: 0.5;
}

.fp-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.fp-detail-item {
    min-width: 0;
}

.fp-detail-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent, #E8C547);
    margin-bottom: 0.4rem;
}

.fp-detail-item p {
    font-size: 0.88rem;
    line-height: 1.65;
    opacity: 0.8;
    margin: 0;
}

@media (max-width: 600px) {
    .fp-detail-grid {
        grid-template-columns: 1fr;
    }

    .fp-detail-tabs {
        gap: 0.25rem;
    }

    .fp-detail-tab {
        padding: 0.5rem 0.65rem;
        font-size: 0.75rem;
    }

    .fp-detail-tab span:last-child {
        display: none;
    }

    .fp-detail-tab-icon {
        font-size: 1.3rem;
    }

    .fp-detail-panels {
        padding: 1.25rem 1rem;
        border-radius: 0 0 14px 14px;
    }
}


/* ── Insight Sections (rich reading) ── */

.fp-insight-section {
    font-size: 0.92rem;
    line-height: 1.7;
    margin: 0 0 1rem;
    opacity: 0.85;
}

.fp-insight-section:last-child {
    margin-bottom: 0;
}

.fp-insight-section strong {
    color: var(--color-accent, #E8C547);
    font-weight: 700;
}


/* ── SEO Reference Grid ── */

.fp-reference-section {
    max-width: 1000px;
}

.fp-reference-intro {
    font-size: 0.92rem;
    line-height: 1.75;
    opacity: 0.72;
    max-width: 700px;
    margin: 0 0 2rem;
}

.fp-reference-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.fp-ref-animal {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.5rem;
}

.fp-ref-animal-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.fp-ref-emoji {
    font-size: 1.5rem;
    line-height: 1;
}

.fp-ref-animal-header h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-text, #e8e0d4);
}

.fp-ref-animal-header h3 a {
    color: var(--color-text, #e8e0d4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.fp-ref-animal-header h3 a:hover {
    color: var(--color-accent, #E8C547);
}

.fp-ref-pillars {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.fp-ref-pillar {
    font-size: 0.82rem;
    line-height: 1.6;
    opacity: 0.7;
}

.fp-ref-pillar strong {
    color: var(--color-text, #e8e0d4);
    opacity: 1;
    font-weight: 600;
}

@media (max-width: 768px) {
    .fp-reference-grid {
        grid-template-columns: 1fr;
    }
}