.breadcrumbs { max-width: 1180px; margin: 0 auto; padding: 2rem 5% 0; display: flex; align-items: center; gap: .65rem; color: #8d7777; font-size: .7rem; }
.breadcrumbs a:hover { color: var(--pink-dark); }
.breadcrumbs i { font-size: .55rem; color: var(--pink); }
.breadcrumbs span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.article-header { max-width: 1120px; margin: 0 auto; padding: clamp(2.75rem, 4.5vw, 4.25rem) 5% 2.25rem; text-align: center; }
.article-category { display: inline-flex; padding: .55rem .9rem; border-radius: 999px; background: var(--pink-soft); color: var(--pink-dark); font-size: .68rem; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.article-header h1 { max-width: 1050px; margin: 1rem auto 1.15rem; color: var(--brown); font-family: var(--font-display); font-size: clamp(2.8rem, 4.5vw, 4.35rem); font-weight: 500; line-height: 1.08; letter-spacing: -1.8px; }
.article-lead { max-width: 820px; margin: 0 auto; font-family: var(--font-display); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.65; }
.article-byline { max-width: 650px; margin: 1.5rem auto 0; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: .8rem; text-align: left; }
.article-byline img { width: 48px; height: 48px; border-radius: 50%; object-position: center 25%; }
.article-byline strong, .article-byline span { display: block; }
.article-byline strong { color: var(--brown); font-size: .8rem; }
.article-byline span { margin-top: .2rem; color: #937d7d; font-size: .68rem; }
.article-byline > a { color: var(--pink-dark); font-size: .7rem; font-weight: 700; text-transform: uppercase; }

.article-cover { max-width: 1180px; height: min(68vw, 690px); margin: 0 auto; padding: 0 5%; }
.article-cover img { border-radius: 30px; object-position: center 45%; box-shadow: var(--shadow); }
.article-cover figcaption, .article-inline-image figcaption { margin-top: .7rem; color: #907c7c; font-size: .7rem; line-height: 1.5; text-align: center; }

.article-layout { max-width: 1180px; margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 5%; display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; align-items: start; gap: clamp(2.5rem, 6vw, 6rem); }
.article-index { position: sticky; top: 120px; padding: 1.4rem; display: grid; gap: .85rem; border: 1px solid var(--border); border-radius: 18px; background: var(--cream); }
.article-index > span { padding-bottom: .8rem; border-bottom: 1px solid var(--border); color: var(--brown); font-size: .7rem; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.article-index a { font-size: .72rem; line-height: 1.35; transition: color .2s ease; }
.article-index a:hover, .article-index a.active { color: var(--pink-dark); }

.article-content { color: #5a4b4b; font-size: 1rem; line-height: 1.9; }
.article-content > p { margin: 1.3rem 0; }
.article-content h2 { margin: 3.4rem 0 1.1rem; scroll-margin-top: 120px; color: var(--brown); font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 2.75rem); font-weight: 600; line-height: 1.2; }
.article-content h3 { margin: 2.25rem 0 .7rem; color: var(--brown); font-family: var(--font-display); font-size: 1.5rem; line-height: 1.3; }
.article-content a:not(.inline-cta a):not(.author-box a) { color: var(--pink-dark); font-weight: 600; text-decoration: underline; text-decoration-color: var(--pink); text-underline-offset: 3px; }
.article-content ul, .article-content ol { margin: 1.3rem 0 1.5rem; padding-left: 1.25rem; }
.article-content ul { list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li { margin-bottom: .7rem; padding-left: .35rem; }
.article-content li::marker { color: var(--pink-dark); font-weight: 700; }
.quick-answer { scroll-margin-top: 120px; padding: 1.7rem; border: 1px solid var(--border); border-left: 4px solid var(--pink); border-radius: 0 18px 18px 0; background: linear-gradient(120deg, var(--pink-soft), #fffaf5); }
.quick-answer > span { display: block; margin-bottom: .65rem; color: var(--pink-dark); font-size: .7rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.quick-answer p { color: var(--brown); font-size: 1rem; line-height: 1.75; }
.article-callout { margin: 2rem 0; padding: 1.5rem; display: grid; grid-template-columns: 38px 1fr; gap: 1rem; border-radius: 18px; background: var(--cream); }
.article-callout > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: var(--white); }
.article-callout strong { display: block; color: var(--brown); }
.article-callout p { margin-top: .35rem; font-size: .88rem; line-height: 1.7; }
.article-inline-image { margin: 2.5rem 0; }
.article-inline-image img { max-height: 590px; border-radius: 22px; object-position: center 40%; }
.article-inline-image.wide img { max-height: 520px; }

.inline-cta { margin: 3rem 0; padding: clamp(1.6rem, 4vw, 2.6rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-radius: 24px; background: linear-gradient(135deg, #493b3b, #6b5054); color: var(--white); }
.inline-cta span { font-size: .68rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.inline-cta h2 { margin: .35rem 0 !important; color: var(--white); font-size: 1.8rem; }
.inline-cta p { font-size: .82rem; line-height: 1.6; }
.inline-cta a { flex-shrink: 0; padding: .95rem 1.2rem; display: inline-flex; align-items: center; gap: .6rem; border-radius: 999px; background: var(--pink); color: var(--white); font-size: .7rem; font-weight: 700; text-transform: uppercase; }

.article-faq { margin: 1.5rem 0; display: grid; gap: .8rem; }
.article-faq details { padding: 1.15rem 1.25rem; border: 1px solid var(--border); border-radius: 15px; background: var(--white); }
.article-faq summary { position: relative; padding-right: 2rem; color: var(--brown); cursor: pointer; font-weight: 700; line-height: 1.5; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after { content: '+'; position: absolute; top: 0; right: 0; color: var(--pink-dark); font-size: 1.35rem; font-weight: 400; }
.article-faq details[open] summary::after { content: '−'; }
.article-faq p { margin-top: .8rem; font-size: .88rem; line-height: 1.75; }
.article-sources { margin-top: 3.5rem; padding-top: .5rem; border-top: 1px solid var(--border); }
.article-sources h2 { font-size: 1.6rem; }
.article-sources ul { padding-left: 1.1rem; }
.article-sources li { font-size: .78rem; line-height: 1.6; }
.author-box { margin-top: 3rem; padding: 1.5rem; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 1.6rem; border-radius: 22px; background: var(--pink-soft); }
.author-box > img { height: 180px; border-radius: 16px; object-position: center 24%; }
.author-box span { color: var(--pink-dark); font-size: .65rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.author-box h2 { margin: .2rem 0 .4rem; font-size: 1.8rem; }
.author-box p { font-size: .82rem; line-height: 1.65; }
.author-box div div { margin-top: .9rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.author-box a { padding: .7rem 1rem; border-radius: 999px; background: var(--white); color: var(--pink-dark); font-size: .68rem; font-weight: 700; text-transform: uppercase; }

.related-section { max-width: 1250px; margin: 0 auto; padding: 0 5% clamp(5rem, 9vw, 8rem); }
.related-heading { margin: .6rem 0 2rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.related-heading h2 { color: var(--brown); font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; }
.related-heading a { color: var(--pink-dark); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.related-grid article { overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 10px 35px rgba(64,53,53,.06); }
.related-grid img { height: 240px; }
.related-grid article > div { padding: 1.35rem; }
.related-grid span { color: var(--pink-dark); font-size: .62rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.related-grid h3 { margin-top: .55rem; color: var(--brown); font-family: var(--font-display); font-size: 1.35rem; line-height: 1.3; }
.related-grid p { margin-top: .65rem; font-size: .78rem; line-height: 1.6; }

.article-final-cta { margin: 0 5% clamp(5rem, 9vw, 8rem); padding: clamp(3rem, 7vw, 6rem) 5%; border-radius: 30px; background: linear-gradient(135deg, var(--pink-soft), #fff7ed); text-align: center; }
.article-final-cta h2 { max-width: 830px; margin: .5rem auto 1rem; color: var(--brown); font-family: var(--font-display); font-size: clamp(2.3rem, 5vw, 4.7rem); font-weight: 500; line-height: 1.08; }
.article-final-cta > p { max-width: 670px; margin: 0 auto; line-height: 1.7; }
.article-final-cta > div { margin-top: 1.7rem; display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; }
.article-final-cta a { min-height: 50px; padding: .9rem 1.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border-radius: 999px; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.home-link { border: 1px solid var(--border); background: var(--white); color: var(--brown); }
.whatsapp-link { background: var(--pink); color: var(--white); }

@media (max-width: 900px) {
    .article-layout { grid-template-columns: 1fr; }
    .article-index { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-index > span { grid-column: 1 / -1; }
    .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .related-grid article:last-child { display: none; }
}

@media (max-width: 600px) {
    .breadcrumbs { padding-top: 1.3rem; }
    .article-header { padding-top: 2.7rem; }
    .article-header h1 { letter-spacing: -1.3px; }
    .article-byline { grid-template-columns: 44px 1fr; }
    .article-byline > a { display: none; }
    .article-cover { height: 460px; padding-inline: 6%; }
    .article-cover img { border-radius: 22px; }
    .article-layout { padding-inline: 6%; }
    .article-index { grid-template-columns: 1fr; }
    .article-index > span { grid-column: auto; }
    .article-content { font-size: .96rem; line-height: 1.85; }
    .article-callout { grid-template-columns: 1fr; }
    .article-inline-image img { height: 430px; }
    .inline-cta { flex-direction: column; align-items: flex-start; }
    .inline-cta a { width: 100%; justify-content: center; }
    .author-box { grid-template-columns: 1fr; }
    .author-box > img { height: 260px; }
    .related-heading { align-items: flex-start; flex-direction: column; gap: .6rem; }
    .related-grid { grid-template-columns: 1fr; }
    .related-grid article:last-child { display: block; }
    .article-final-cta { margin-inline: 6%; padding-inline: 1.5rem; }
    .article-final-cta a { width: 100%; }
}
