/* ─── Headings ────────────────────────────────────────────── */
.wma-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
}
.wma-h2--white {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}
.wma-h3 {
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 10px;
}
.wma-h3--white {
    font-family: 'Jost', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

/* ─── Eyebrows ────────────────────────────────────────────── */
.wma-eyebrow {
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.wma-eyebrow--gold { color: #c19b76; }
.wma-eyebrow--blue { color: #7a9cbf; }

/* ─── Body text ───────────────────────────────────────────── */
.wma-body          { color: #5a5a5a; line-height: 1.75; margin: 0; }
.wma-body--dark    { color: rgba(255,255,255,0.8); line-height: 1.75; margin: 0; }
.wma-body--dark-75 { color: rgba(255,255,255,0.75); line-height: 1.75; margin: 0; }
.wma-body--muted   { color: #5a5a5a; }

/* ─── Dark section paragraph ──────────────────────────────── */
.wma-ds-text { color: rgba(255,255,255,0.85); line-height: 1.75; }

/* ─── Intro / italic text ─────────────────────────────────── */
.wma-intro-dark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    font-style: italic;
    color: rgba(255,255,255,0.92);
    line-height: 1.75;
    margin: 0;
}
.wma-intro-italic {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    border-left: 4px solid #c19b76;
    padding-left: 16px;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
}
.wma-italic-sep {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: #5a5a5a;
    line-height: 1.8;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
}
.wma-italic-sep--sm {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #5a5a5a;
    line-height: 1.8;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
}
.wma-italic-sep--dark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    border-bottom: 1px solid rgba(193,155,118,0.3);
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
}

/* ─── Cards (light) ───────────────────────────────────────── */
.wma-card-top {
    background: #fdf9f5;
    border-radius: 10px;
    border-top: 3px solid #c19b76;
    padding: 24px;
    height: 100%;
}
.wma-card-left {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    border-left: 4px solid #c19b76;
}
.wma-card-blue {
    background: #f4f7fb;
    border-radius: 10px;
    border-top: 3px solid #7a9cbf;
    padding: 24px;
    height: 100%;
}

/* ─── Cards (dark) ────────────────────────────────────────── */
.wma-card-dark {
    background: rgba(255,255,255,0.07);
    border-radius: 10px;
    border: 1px solid rgba(193,155,118,0.3);
    border-top: 3px solid #c19b76;
    padding: 24px;
    height: 100%;
}
.wma-card-dark--negative {
    background: #2c2c2c;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    border-top: 3px solid #c19b76;
}

/* ─── Feature cards (4 col, center) ──────────────────────── */
.wma-feat {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    height: 100%;
    border-top: 3px solid #c19b76;
}
.wma-feat-icon {
    color: #c19b76;
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
}
.wma-feat-label {
    font-family: 'Jost', sans-serif;
    font-size: .88rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
}
.wma-feat-label--white {
    font-family: 'Jost', sans-serif;
    font-size: .88rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

/* ─── Mini cards (flex row) ───────────────────────────────── */
.wma-mini {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 16px 18px;
    height: 100%;
    border-left: 3px solid #c19b76;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wma-mini-icon {
    color: #c19b76;
    font-size: 1rem;
    flex-shrink: 0;
}
.wma-mini-text {
    font-family: 'Jost', sans-serif;
    font-size: .88rem;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0;
}

/* ─── Icon badge ──────────────────────────────────────────── */
.wma-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #c19b76;
    border-radius: 50%;
    margin-bottom: 12px;
}
.wma-badge i {
    color: #fff;
    font-size: .85rem;
}

/* ─── Image wrappers ──────────────────────────────────────── */
.wma-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    min-height: 300px;
    height: 100%;
}
.wma-img-wrap--sm {
    overflow: hidden;
    border-radius: 10px;
    min-height: 280px;
    height: 100%;
}
.wma-img-bottom {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 1.5rem;
    max-height: 400px;
}
.wma-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wma-img-cover--auto {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* ─── Quote modifiers ─────────────────────────────────────── */
.le-quote--dark {
    border-left-color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.9);
    margin-top: 1.75rem;
}
.le-quote--dark-gold {
    border-left-color: rgba(193,155,118,0.6);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.88);
    margin-bottom: 1.5rem;
}

/* ─── CTA block ───────────────────────────────────────────── */
.wma-cta-block {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(193,155,118,0.35);
    border-left: 4px solid #c19b76;
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
    margin-bottom: 1.75rem;
}
.wma-cta-text {
    color: rgba(255,255,255,0.8);
    font-size: .95rem;
    line-height: 1.75;
    margin: 0 0 12px;
}
.wma-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.wma-price span {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
}

/* ─── CTA grid cards ──────────────────────────────────────── */
.wma-cta-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(193,155,118,0.25);
    border-top: 3px solid #c19b76;
    border-radius: 10px;
    padding: 18px;
    height: 100%;
    text-align: center;
}
.wma-cta-icon {
    color: #c19b76;
    font-size: 1.2rem;
    margin-bottom: 8px;
    display: block;
}
.wma-cta-title {
    font-family: 'Jost', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin: 0 0 6px;
}
.wma-cta-sub {
    font-size: .8rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.5;
}

/* ─── Links ───────────────────────────────────────────────── */
.link-inherit { color: inherit; }
.link-gold    { color: #c19b76; }

/* ─── FAQ Accordion ───────────────────────────────────────── */
.blog-faq details {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
}
.blog-faq summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: block;
    position: relative;
    padding-right: 28px;
}
.blog-faq summary::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}
.blog-faq details[open] summary::after {
    transform: translateY(-35%) rotate(-135deg);
}
.blog-faq summary::-webkit-details-marker { display: none; }
.blog-faq p,
.blog-faq ul {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .93rem;
    color: #555;
    line-height: 1.7;
}
.blog-faq a       { color: #c19b76; }
.blog-faq a:hover { color: #a8845f; }
