/* =========================================
   RAÍSA FIORENTIN — Website CSS
   ========================================= */

:root {
  --rf-bg: #EFECE3;
  --rf-primary: #573529;
  --rf-primary-dark: #43271D;
  --rf-accent: #C09A9A;
  --rf-accent-dark: #CDA9A9;
  --rf-surface: #FBFAF5;
  --rf-section-warm: #E4DACB;
  --rf-text: #573529;
  --rf-text-secondary: #6B5446;
  --rf-text-muted: #9C8A7C;
  --rf-text-light: #7A6457;
  --rf-border: rgba(87,53,41,0.1);
  --rf-font-display: 'Belleza', sans-serif;
  --rf-font-body: 'Poppins', sans-serif;
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: var(--rf-font-body); color: var(--rf-text); background: var(--rf-bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: #E3CFCF; color: var(--rf-primary); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0; }
h1,h2,h3,h4 { margin: 0; }

.rf-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.rf-section { padding: 100px 0; }

.rf-eyebrow { display: block; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #9A8E6B; font-weight: 600; margin-bottom: 22px; }

/* Typography headings come from the HTML via hero_title/blog_title etc but we style h1/h2 inside .rf- containers */
.rf-h1 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(44px,5.2vw,62px); line-height: 1.06; letter-spacing: 0.005em; }
.rf-h1 h1 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(44px,5.2vw,62px); line-height: 1.06; letter-spacing: 0.005em; margin: 0; }
.rf-h2 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(30px,3.5vw,42px); line-height: 1.14; }
.rf-h2 h2 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(30px,3.5vw,42px); line-height: 1.14; margin: 0; }
.rf-h3 { font-family: var(--rf-font-display); font-weight: 400; }
.rf-accent { color: var(--rf-accent); }
.rf-lead { font-size: 18px; font-weight: 300; line-height: 1.65; color: var(--rf-text-secondary); }

/* === BUTTONS === */
.rf-btn { display: inline-block; text-decoration: none; border-radius: 100px; font-family: var(--rf-font-body); font-weight: 500; cursor: pointer; border: none; transition: background .2s,border-color .2s; white-space: nowrap; line-height: 1; }
.rf-btn--primary { background: var(--rf-primary); color: #F7F3EC; padding: 15px 30px; font-size: 16px; }
.rf-btn--primary:hover { background: var(--rf-primary-dark); color: #F7F3EC; }
.rf-btn--ghost { background: transparent; color: var(--rf-primary); padding: 14px 28px; font-size: 16px; border: 1px solid rgba(87,53,41,.25); }
.rf-btn--ghost:hover { border-color: var(--rf-primary); background: rgba(87,53,41,.04); }
.rf-btn--light { background: #EFECE3; color: var(--rf-primary); padding: 15px 30px; font-size: 16px; font-weight: 600; }
.rf-btn--light:hover { background: #fff; }
.rf-btn--nav { background: var(--rf-primary); color: #F7F3EC; padding: 11px 22px; font-size: 14px; }
.rf-btn--nav:hover { background: var(--rf-primary-dark); color: #F7F3EC; }
.rf-btn--outline-light { background: transparent; color: #F7F1E9; padding: 14px 28px; font-size: 16px; border: 1px solid rgba(239,236,227,.45); }
.rf-btn--outline-light:hover { border-color: #fff; color: #fff; }
.rf-btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* === HEADER === */
.rf-header { position: sticky; top: 0; z-index: 50; background: rgba(239,236,227,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(87,53,41,.1); }
.rf-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px 40px; max-width: 1200px; margin: 0 auto; }
.rf-header__logo { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.rf-header__logo img { height: 42px; width: auto; }
.rf-header__nav { display: flex; align-items: center; gap: 30px; }
.rf-header__nav a { text-decoration: none; color: #6B5446; font-size: 14px; font-weight: 500; transition: color .2s; }
.rf-header__nav a:hover,.rf-header__nav a.is-active { color: var(--rf-primary); font-weight: 600; }
.rf-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.rf-nav-toggle span { display: block; width: 22px; height: 2px; background: var(--rf-primary); border-radius: 2px; transition: transform .3s,opacity .3s; }
.rf-mobile-menu { display: none; position: fixed; inset: 0; top: 70px; background: rgba(239,236,227,.97); backdrop-filter: blur(12px); z-index: 40; flex-direction: column; padding: 32px 40px; gap: 28px; }
.rf-mobile-menu.is-open { display: flex; }
.rf-mobile-menu a:not(.rf-btn) { text-decoration: none; color: var(--rf-text-secondary); font-size: 18px; font-weight: 500; }

/* === HERO === */
.rf-hero { position: relative; }
.rf-hero__inner { max-width: 1200px; margin: 0 auto; padding: 88px 40px 100px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.rf-hero__content h1,.rf-hero__content .rf-h1 { margin-bottom: 24px; }
.rf-hero__lead { max-width: 520px; margin-bottom: 38px; }
.rf-hero__img-col { position: relative; }
.rf-hero__img-wrap { position: relative; aspect-ratio: 4/5; border-radius: 220px 220px 28px 28px; overflow: hidden; background: #E6D7D2; }
.rf-hero__img-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* === SOBRE === */
.rf-sobre { background: var(--rf-surface); border-top: 1px solid rgba(87,53,41,.07); border-bottom: 1px solid rgba(87,53,41,.07); }
.rf-sobre__inner { max-width: 1200px; margin: 0 auto; padding: 96px 40px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.rf-sobre__img-wrap { position: relative; aspect-ratio: 5/6; border-radius: 24px; overflow: hidden; background: #E6D7D2; }
.rf-sobre__img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.rf-sobre__badges { margin-top: 14px; display: flex; gap: 14px; flex-wrap: wrap; }
.rf-badge { background: var(--rf-bg); border-radius: 16px; padding: 16px 18px; }
.rf-badge--crm { width: 156px; }
.rf-badge--formacao { flex: 1; }
.rf-badge__label { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #9A8E6B; font-weight: 600; margin-bottom: 6px; }
.rf-badge__value { font-family: var(--rf-font-display); font-size: 21px; }
.rf-badge--formacao .rf-badge__value { font-size: 17px; color: var(--rf-text-secondary); }
.rf-sobre__body { font-size: 17px; font-weight: 300; line-height: 1.75; color: var(--rf-text-secondary); display: flex; flex-direction: column; gap: 20px; max-width: 600px; }
.rf-sobre__body p { margin: 0; }

/* === ESPECIALIDADES === */
.rf-especialidades__head { max-width: 760px; margin-bottom: 56px; }
.rf-especialidades__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rf-especialidade-card { background: var(--rf-surface); border: 1px solid rgba(87,53,41,.08); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .2s,box-shadow .2s; text-decoration: none; color: inherit; }
.rf-especialidade-card:hover { border-color: rgba(205,169,169,.7); box-shadow: 0 16px 36px -24px rgba(87,53,41,.45); }
.rf-especialidade-card__img { position: relative; aspect-ratio: 3/2; overflow: hidden; background: #E6D7D2; }
.rf-especialidade-card__img img { width: 100%; height: 100%; object-fit: cover; }
.rf-especialidade-card__img--ph { display: flex; align-items: center; justify-content: center; }
.rf-especialidade-card__body { padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.rf-especialidade-card__title { font-family: var(--rf-font-display); font-weight: 400; font-size: 24px; line-height: 1.2; }
.rf-especialidade-card__desc { font-size: 15px; font-weight: 300; line-height: 1.6; color: #7A6457; }

/* === DIFERENCIAIS === */
.rf-diferenciais { background: var(--rf-primary); color: #EFE7DD; }
.rf-diferenciais .rf-section { padding: 100px 0; }
.rf-diferenciais__head { max-width: 720px; margin-bottom: 56px; }
.rf-diferenciais__label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--rf-accent-dark); font-weight: 600; margin-bottom: 22px; }
.rf-diferenciais__title { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(30px,3.5vw,42px); line-height: 1.16; color: #F7F1E9; }
.rf-diferenciais__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(239,236,227,.14); border-radius: 20px; overflow: hidden; }
.rf-diferencial-item { background: var(--rf-primary); padding: 38px 36px; display: flex; gap: 22px; align-items: flex-start; }
.rf-diferencial-item__n { font-family: var(--rf-font-display); font-size: 28px; color: var(--rf-accent-dark); line-height: 1; min-width: 36px; flex-shrink: 0; }
.rf-diferencial-item__title { font-family: var(--rf-font-display); font-weight: 400; font-size: 25px; margin-bottom: 12px; color: #F7F1E9; }
.rf-diferencial-item__desc { font-size: 15.5px; font-weight: 300; line-height: 1.65; color: #C9B7AB; }

/* === CONVÊNIOS === */
.rf-convenios__head { max-width: 720px; margin-bottom: 48px; }
.rf-convenios__grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.rf-convenio-item { aspect-ratio: 16/9; background: var(--rf-surface); border: 1px solid rgba(87,53,41,.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 8px; }
.rf-convenio-item img { max-width: 80%; max-height: 60%; object-fit: contain; }
.rf-convenio-item span { font-size: 15px; letter-spacing: .04em; color: #B0A293; text-align: center; }
.rf-convenios__note { margin-top: 28px; font-size: 15px; font-weight: 300; color: #7A6457; }

/* === INSTAGRAM === */
.rf-instagram { background: var(--rf-section-warm); }
.rf-instagram__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 48px; flex-wrap: wrap; }
.rf-instagram__heading-col { max-width: 660px; }
.rf-instagram__follow { text-decoration: none; background: var(--rf-surface); color: var(--rf-primary); font-size: 14.5px; font-weight: 500; padding: 13px 24px; border-radius: 100px; white-space: nowrap; border: 1px solid rgba(87,53,41,.12); transition: border-color .2s; flex-shrink: 0; }
.rf-instagram__follow:hover { border-color: var(--rf-primary); }
.rf-instagram__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rf-instagram__post { text-decoration: none; color: inherit; display: block; border-radius: 18px; overflow: hidden; background: var(--rf-surface); transition: box-shadow .2s; }
.rf-instagram__post:hover { box-shadow: 0 18px 40px -24px rgba(87,53,41,.5); }
.rf-instagram__post-img { aspect-ratio: 4/5; overflow: hidden; background: #E6D7D2; }
.rf-instagram__post-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.rf-instagram__post:hover .rf-instagram__post-img img { transform: scale(1.04); }
.rf-instagram__post-ph { aspect-ratio: 1; background: #E6D7D2; display: flex; align-items: center; justify-content: center; color: #8A6A66; font-size: 13px; }

/* === BLOG HOME === */
.rf-blog-home__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 48px; flex-wrap: wrap; }
.rf-blog-home__see-all { text-decoration: none; color: var(--rf-accent); font-size: 15px; font-weight: 500; white-space: nowrap; transition: color .2s; }
.rf-blog-home__see-all:hover { color: var(--rf-primary); }
.rf-blog-home__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* === BLOG CARD (shared) === */
.rf-blog-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.rf-blog-card__img { border-radius: 16px; overflow: hidden; aspect-ratio: 3/2; margin-bottom: 18px; background: #E6D7D2; }
.rf-blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.rf-blog-card:hover .rf-blog-card__img img { transform: scale(1.03); }
.rf-blog-card__img--ph { display: flex; align-items: center; justify-content: center; }
.rf-blog-card__cat { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #9A8E6B; font-weight: 600; margin-bottom: 10px; }
.rf-blog-card__title { font-family: var(--rf-font-display); font-weight: 400; font-size: 23px; line-height: 1.28; margin-bottom: 10px; }
.rf-blog-card__excerpt { font-size: 14.5px; font-weight: 300; line-height: 1.6; color: #7A6457; margin-bottom: 12px; }
.rf-blog-card__time { font-size: 13.5px; font-weight: 300; color: #9C8A7C; margin-top: auto; }

/* === CTA BANNER === */
.rf-cta-wrap { padding: 40px 40px 100px; }
.rf-cta { max-width: 1200px; margin: 0 auto; background: var(--rf-primary); border-radius: 32px; padding: 76px 64px; position: relative; overflow: hidden; }
.rf-cta .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  opacity: 0.2;
}
.rf-cta__deco { position: absolute; top: -40px; right: 8px; height: 360px; opacity: .16; pointer-events: none; }
.rf-cta__inner { position: relative; max-width: 640px; }
.rf-cta__label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--rf-accent-dark); font-weight: 600; margin-bottom: 22px; }
.rf-cta__title { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(32px,3.8vw,46px); line-height: 1.12; color: #F7F1E9; margin-bottom: 20px; }
.rf-cta__title h2 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(32px,3.8vw,46px); line-height: 1.12; color: #F7F1E9; margin: 0; }
.rf-cta__desc { font-size: 18px; font-weight: 300; line-height: 1.65; color: #D6C6B9; margin-bottom: 36px; }

/* === FOOTER === */
.rf-footer { background: var(--rf-primary-dark); color: #C9B7AB; }
.rf-footer__main { max-width: 1200px; margin: 0 auto; padding: 64px 40px 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.rf-footer__logo { height: 46px; width: auto; margin-bottom: 20px; }
.rf-footer__desc { font-size: 14px; font-weight: 300; line-height: 1.65; color: #A9988C; max-width: 320px; }
.rf-footer__col-title { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--rf-accent-dark); font-weight: 600; margin-bottom: 18px; }
.rf-footer__links { display: flex; flex-direction: column; gap: 12px; }
.rf-footer__links a { text-decoration: none; color: #C9B7AB; font-size: 14px; transition: color .2s; }
.rf-footer__links a:hover { color: #fff; }
.rf-footer__bar { border-top: 1px solid rgba(239,236,227,.1); }
.rf-footer__bar-inner { max-width: 1200px; margin: 0 auto; padding: 22px 40px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.rf-footer__copy,.rf-footer__credit { font-size: 12.5px; font-weight: 300; color: #93826F; }
.rf-footer__credit strong { color: var(--rf-accent-dark); font-weight: 500; }

/* === WHATSAPP FLOAT === */
.rf-wa-float { position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 28px; text-decoration: none; box-shadow: 0 4px 16px rgba(0,0,0,.18); z-index: 99; transition: transform .2s; }
.rf-wa-float:hover { transform: scale(1.08); }

/* === BLOG PAGE === */
.rf-blog-page { padding: 72px 0 50px; }
.rf-blog-page__hero { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.rf-blog-page__hero h1 { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(36px,4.5vw,54px); line-height: 1.08; max-width: 760px; margin-bottom: 22px; }
.rf-blog-page__hero p { font-size: 18px; font-weight: 300; line-height: 1.65; color: var(--rf-text-secondary); max-width: 580px; }
.rf-cat-chips { display: flex; flex-wrap: wrap; gap: 10px; max-width: 1200px; margin: 40px auto 0; padding: 0 40px; }
.rf-cat-chip { font-family: var(--rf-font-body); font-size: 13.5px; font-weight: 500; padding: 9px 18px; border-radius: 100px; cursor: pointer; border: 1px solid rgba(87,53,41,.16); background: var(--rf-surface); color: var(--rf-text-secondary); text-decoration: none; transition: background .15s,border-color .15s,color .15s; }
.rf-cat-chip.is-active,.rf-cat-chip:hover { background: var(--rf-primary); border-color: var(--rf-primary); color: #F7F3EC; }
.rf-blog-featured { max-width: 1200px; margin: 44px auto 0; padding: 0 40px; }
.rf-blog-featured__card { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; background: var(--rf-surface); border: 1px solid rgba(87,53,41,.08); border-radius: 24px; overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow .2s; gap: 20px; }
.rf-blog-featured__card:hover { box-shadow: 0 24px 54px -30px rgba(87,53,41,.45); }
.rf-blog-featured__img { position: relative; aspect-ratio: 16/11; background: #E6D7D2; overflow: hidden; }
.rf-blog-featured__img img { width: 100%; height: 100%; object-fit: cover; }
.rf-blog-featured__img--ph { display: flex; align-items: center; justify-content: center; }
.rf-blog-featured__body { padding: 8px 48px 8px 0; }
.rf-blog-featured__meta { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #9A8E6B; font-weight: 600; margin-bottom: 16px; }
.rf-blog-featured__title { font-family: var(--rf-font-display); font-weight: 400; font-size: 36px; line-height: 1.16; margin-bottom: 16px; }
.rf-blog-featured__desc { font-size: 16px; font-weight: 300; line-height: 1.65; color: #7A6457; margin-bottom: 22px; }
.rf-blog-featured__cta { font-size: 15px; font-weight: 500; color: var(--rf-accent); }
.rf-blog-grid-section { max-width: 1200px; margin: 0 auto; padding: 56px 40px 100px; }
.rf-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px 28px; }
.rf-load-more { display: flex; justify-content: center; margin-top: 60px; }

/* === ARTICLE PAGE === */
.rf-article-hdr { max-width: 760px; margin: 0 auto; padding: 56px 40px 0; }
.rf-article-breadcrumb { display: flex; align-items: center; gap: 12px; font-size: 13px; color: #9C8A7C; margin-bottom: 26px; }
.rf-article-breadcrumb a { text-decoration: none; color: var(--rf-accent); font-weight: 500; }
.rf-article-breadcrumb .cat { letter-spacing: .12em; text-transform: uppercase; color: #9A8E6B; font-weight: 600; font-size: 11px; }
.rf-article__title { font-family: var(--rf-font-display); font-weight: 400; font-size: clamp(32px,4vw,48px); line-height: 1.1; margin-bottom: 24px; }
.rf-article__lead { font-size: 20px; font-weight: 300; line-height: 1.55; color: var(--rf-text-secondary); margin-bottom: 32px; }
.rf-article__byline { display: flex; align-items: center; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(87,53,41,.12); border-bottom: 1px solid rgba(87,53,41,.12); }
.rf-article__avatar { width: 48px; height: 48px; border-radius: 50%; background: #E6D7D2; overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.rf-article__avatar img { width: 100%; height: 100%; object-fit: cover; }
.rf-article__author-name { font-weight: 500; font-size: 15px; line-height: 1.4; }
.rf-article__meta { font-size: 13px; font-weight: 300; color: #9C8A7C; }
.rf-article-hero-img { max-width: 980px; margin: 40px auto 8px; padding: 0 40px; }
.rf-article-hero-img__wrap { position: relative; aspect-ratio: 16/8; border-radius: 22px; overflow: hidden; background: #E6D7D2; }
.rf-article-hero-img__wrap img { width: 100%; height: 100%; object-fit: cover; }

/* === PROSE === */
.rf-prose { max-width: 680px; margin: 0 auto; padding: 40px 40px 0; font-size: 18px; font-weight: 300; line-height: 1.78; color: #4F392E; }
.rf-prose p { margin-bottom: 24px; }
.rf-prose p:last-child { margin-bottom: 0; }
.rf-prose h2 { font-family: var(--rf-font-display); font-weight: 400; font-size: 30px; line-height: 1.2; margin: 40px 0 16px; color: var(--rf-primary); }
.rf-prose h3 { font-family: var(--rf-font-display); font-weight: 400; font-size: 24px; line-height: 1.25; margin: 32px 0 12px; color: var(--rf-primary); }
.rf-prose ul,.rf-prose ol { margin: 0 0 24px; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.rf-prose blockquote { margin: 36px 0; padding: 8px 0 8px 28px; border-left: 3px solid var(--rf-accent-dark); font-family: var(--rf-font-display); font-size: 26px; line-height: 1.35; color: var(--rf-primary); }
.rf-prose a { color: var(--rf-accent); text-decoration: underline; }
.rf-prose a:hover { color: var(--rf-primary); }
.rf-prose img { border-radius: 16px; width: 100%; margin: 24px 0; }

/* === INLINE CTA === */
.rf-inline-cta { max-width: 680px; margin: 40px auto 0; padding: 0 40px; }
.rf-inline-cta__box { background: var(--rf-section-warm); border-radius: 18px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.rf-inline-cta__title { font-family: var(--rf-font-display); font-size: 22px; margin-bottom: 4px; color: var(--rf-primary); }
.rf-inline-cta__desc { font-size: 14.5px; font-weight: 300; color: var(--rf-text-secondary); }

/* === TAGS / SHARE === */
.rf-article-footer { max-width: 680px; margin: 40px auto 0; padding: 0 40px; }
.rf-article-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; border-top: 1px solid rgba(87,53,41,.12); flex-wrap: wrap; }
.rf-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.rf-tag { font-size: 13px; font-weight: 500; padding: 7px 14px; border-radius: 100px; background: var(--rf-surface); border: 1px solid rgba(87,53,41,.12); color: var(--rf-text-secondary); }
.rf-share { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 300; color: #9C8A7C; }
.rf-share a { text-decoration: none; color: var(--rf-accent); font-weight: 500; transition: color .2s; }
.rf-share a:hover { color: var(--rf-primary); }

/* === CONTINUE READING === */
.rf-continue { max-width: 1200px; margin: 0 auto; padding: 80px 40px 100px; }
.rf-continue__title { font-family: var(--rf-font-display); font-weight: 400; font-size: 32px; margin-bottom: 36px; }
.rf-continue__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

/* === REVEAL ANIMATIONS === */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease,transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }

/* === PLACEHOLDER === */
.rf-ph { display: flex; align-items: center; justify-content: center; color: #8A6A66; font-size: 12px; }

/* === MOBILE === */
@media (max-width: 1024px) {
  .rf-header__nav { display: none; }
  .rf-btn--nav { display: none; }
  .rf-nav-toggle { display: flex; }
  .rf-hero__inner { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px 72px; }
  .rf-hero__img-wrap { max-width: 400px; margin: 0 auto; aspect-ratio: 4/4; border-radius: 160px 160px 20px 20px; }
  .rf-sobre__inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px; }
  .rf-especialidades__grid { grid-template-columns: repeat(2,1fr); }
  .rf-diferenciais__grid { grid-template-columns: 1fr; }
  .rf-convenios__grid { grid-template-columns: repeat(3,1fr); }
  .rf-instagram__grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .rf-blog-home__grid,.rf-blog-grid,.rf-continue__grid { grid-template-columns: repeat(2,1fr); }
  .rf-blog-featured__card { grid-template-columns: 1fr; gap: 0; }
  .rf-blog-featured__body { padding: 28px 32px; }
  .rf-footer__main { grid-template-columns: 1fr 1fr; }
  .rf-cta { padding: 52px 40px; }
}

@media (max-width: 768px) {
  .rf-container { padding: 0 24px; }
  .rf-section { padding: 72px 0; }
  .rf-header__inner { padding: 14px 24px; }
  .rf-h1 h1,.rf-hero__content h1 { font-size: 38px; }
  .rf-h2 h2 { font-size: 28px; }
  .rf-especialidades__grid { grid-template-columns: 1fr; }
  .rf-convenios__grid { grid-template-columns: repeat(2,1fr); }
  .rf-instagram__grid { grid-template-columns: 1fr; }
  .rf-blog-home__grid,.rf-blog-grid,.rf-continue__grid { grid-template-columns: 1fr; }
  .rf-blog-home__header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rf-instagram__header { flex-direction: column; align-items: flex-start; }
  .rf-cta-wrap { padding: 24px 24px 72px; }
  .rf-cta { padding: 48px 28px; }
  .rf-footer__main { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px 32px; }
  .rf-footer__bar-inner { padding: 16px 24px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .rf-blog-page__hero,.rf-cat-chips,.rf-blog-featured,.rf-blog-grid-section,.rf-article-hdr,.rf-article-hero-img,.rf-prose,.rf-inline-cta,.rf-article-footer,.rf-continue { padding-left: 24px; padding-right: 24px; }
  .rf-blog-featured__title { font-size: 26px; }
  .rf-blog-featured__body { padding: 24px; }
  .rf-article__title { font-size: 30px; }
  .rf-article__lead { font-size: 17px; }
  .rf-prose { font-size: 17px; }
  .rf-prose blockquote { font-size: 21px; }
  .rf-inline-cta__box { flex-direction: column; align-items: flex-start; }
  .rf-cta__title h2,.rf-cta__title { font-size: 28px; }
}
