/* TOPBAR */
.ma-topbar { background: var(--sage-deep); color: var(--cream); padding: 18px 0; }
.ma-topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.ma-logo { font-family: 'Fraunces', serif; font-size: 22px; letter-spacing: 1px; color: var(--white); text-decoration: none; }
.ma-logo span { color: var(--gold); }
.ma-nav-list { display: flex; gap: 32px; font-size: 14px; list-style: none; flex-wrap: wrap; }
.ma-nav-list a { color: var(--cream); text-decoration: none; opacity: 0.85; }
.ma-nav-list a:hover { opacity: 1; }
.ma-cta-button {
  background: var(--gold);
  color: var(--sage-deep);
  border: none;
  padding: 14px 28px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-block;
}
.ma-cta-small { padding: 10px 20px; font-size: 14px; }

/* HERO */
.ma-hero { background: var(--sage-deep); color: var(--white); padding: 90px 0 110px; position: relative; overflow: hidden; }
.ma-hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.ma-hero::before { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(184,155,94,0.18); border-radius: 50%; right: -200px; top: -150px; }
.ma-hero-eyebrow { color: var(--gold-light); letter-spacing: 3px; font-size: 12px; text-transform: uppercase; margin-bottom: 18px; display: block; }
.ma-hero h1 { font-size: 46px; line-height: 1.25; margin: 0 0 22px; }
.ma-hero h1 em { color: var(--gold-light); font-style: normal; }
.ma-lead { font-size: 17px; line-height: 1.7; color: rgba(244,241,232,0.85); max-width: 480px; margin: 0 0 34px; }
.ma-hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.ma-ghost-link { color: var(--cream); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; opacity: 0.85; }
.ma-hero-photo-wrap { position: relative; display: flex; justify-content: center; }
.ma-hero-photo { width: 100%; max-width: 340px; height: 406px; object-fit: cover; border-radius: 4px; position: relative; z-index: 2; box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.ma-hero-photo-frame { position: absolute; width: 100%; max-width: 340px; height: 406px; border: 1px solid var(--gold); top: 18px; left: 18px; z-index: 1; }
.ma-quote-line { position: absolute; bottom: -30px; left: -20px; background: var(--gold); color: var(--sage-deep); padding: 14px 22px; font-size: 13px; font-weight: 600; max-width: 260px; z-index: 3; line-height: 1.4; }

/* INTRO */
.ma-intro { background: var(--cream); padding: 70px 0; text-align: center; }
.ma-intro-eyebrow { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-intro h2 { font-size: 30px; margin: 12px 0 20px; }
.ma-intro p.ma-intro-text { max-width: 640px; margin: 0 auto 36px; font-size: 16px; line-height: 1.8; color: #444; }
.ma-badges-row { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.ma-badge { border: 1px solid var(--sage); padding: 16px 22px; font-size: 13px; color: var(--sage-deep); max-width: 280px; line-height: 1.5; text-align: left; background: var(--white); }
.ma-badge strong { display: block; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }

/* PILARES */
.ma-pillars { background: var(--sage-pale); padding: 90px 0; text-align: center; }
.ma-pillars-eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-pillars h2 { font-size: 32px; margin: 14px 0 50px; }
.ma-pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.ma-pillar-card { background: var(--white); padding: 40px 28px; border-top: 3px solid var(--gold); text-align: left; }
.ma-pillar-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--sage-deep); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 22px; font-family: 'Fraunces', serif; }
.ma-pillar-card h3 { font-size: 19px; margin: 0 0 12px; }
.ma-pillar-card p { font-size: 14px; line-height: 1.7; color: #555; margin: 0; }

/* SERVICOS GRID (home) */
.ma-services { background: var(--sage-deep); padding: 90px 0; color: var(--white); }
.ma-services-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; gap: 24px; flex-wrap: wrap; }
.ma-services-head h2 { font-size: 30px; max-width: 420px; margin: 0; color: var(--white); }
.ma-services-head p { font-size: 14px; color: rgba(244,241,232,0.7); max-width: 320px; line-height: 1.6; margin: 0; }
.ma-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ma-service-card { background: #38423A; border: 1px solid rgba(184,155,94,0.25); padding: 28px 22px; text-decoration: none; display: block; color: inherit; }
.ma-service-card .ma-tag { color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.ma-service-card h3 { font-size: 18px; margin: 14px 0 10px; color: var(--white); }
.ma-service-card p { font-size: 13px; color: rgba(244,241,232,0.75); line-height: 1.6; margin: 0; }

/* CTA + LIVRO STRIP */
.ma-cta-block { background: var(--sage-pale); padding: 80px 0; text-align: center; }
.ma-cta-block h2 { font-size: 28px; margin: 0 0 14px; }
.ma-cta-block p { color: #4a4a4a; margin: 0 0 28px; font-size: 15px; }
.ma-book-strip { background: var(--sage-light); padding: 50px 0; }
.ma-book-strip-inner { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
.ma-book-cover { width: 110px; height: 165px; object-fit: cover; box-shadow: 0 14px 30px rgba(0,0,0,0.25); flex-shrink: 0; }
.ma-book-strip-text h3 { font-size: 20px; margin: 0 0 8px; }
.ma-book-strip-text p { font-size: 14px; color: #3c4439; max-width: 520px; line-height: 1.6; margin: 0 0 14px; }
.ma-book-strip-text a { color: var(--sage-deep); font-weight: 600; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }

/* BLOG NA HOME */
.ma-blog-home { background: var(--cream); padding: 90px 0; }
.ma-blog-home-head { text-align: center; margin-bottom: 50px; }
.ma-blog-home-head span { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-blog-home-head h2 { font-size: 30px; margin-top: 12px; }
.ma-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ma-blog-card { background: var(--white); border: 1px solid #ddd; text-decoration: none; color: inherit; display: block; }
.ma-blog-card img { width: 100%; height: 180px; object-fit: cover; }
.ma-blog-card-body { padding: 22px; }
.ma-blog-card .ma-blog-tag { color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.ma-blog-card h3 { font-size: 17px; margin: 10px 0 10px; }
.ma-blog-card p { font-size: 13px; color: #555; line-height: 1.6; }

/* PAGE HEADER (paginas internas) */
.ma-page-header { background: var(--sage-pale); padding: 60px 0 40px; text-align: center; }
.ma-page-header span { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-page-header h1 { font-size: 36px; margin-top: 12px; }
.ma-page-header p { max-width: 560px; margin: 18px auto 0; font-size: 15px; color: #4a4a4a; line-height: 1.7; }

/* SOBRE MIM */
.ma-bio-section { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; padding: 80px 0; align-items: flex-start; }
.ma-bio-photo-wrap { position: relative; }
.ma-bio-photo { width: 100%; max-width: 380px; height: 460px; object-fit: cover; }
.ma-bio-photo-frame { position: absolute; width: 100%; max-width: 380px; height: 460px; border: 1px solid var(--gold); top: -18px; left: 18px; z-index: -1; }
.ma-bio-text p { font-size: 16px; line-height: 1.85; color: #3c3c3c; margin-bottom: 22px; }
.ma-bio-text p.ma-lead-text { font-family: 'Fraunces', serif; font-size: 22px; color: var(--sage-deep); line-height: 1.5; margin-bottom: 28px; }

.ma-timeline { background: var(--sage-deep); padding: 80px 0; color: var(--white); }
.ma-timeline-head { text-align: center; margin-bottom: 56px; }
.ma-timeline-head span { color: var(--gold-light); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-timeline-head h2 { font-size: 30px; margin-top: 12px; }
.ma-timeline-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.ma-timeline-track::before { content: ""; position: absolute; top: 11px; left: 5%; right: 5%; height: 1px; background: rgba(184,155,94,0.4); }
.ma-timeline-item { text-align: center; }
.ma-timeline-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--gold); margin: 0 auto 18px; position: relative; z-index: 2; }
.ma-timeline-item .ma-year { color: var(--gold-light); font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.ma-timeline-item p { font-size: 13px; color: rgba(244,241,232,0.8); line-height: 1.6; }

.ma-book-mini { display: flex; gap: 40px; align-items: center; padding: 80px 0; }
.ma-book-mini img { width: 160px; height: 240px; object-fit: cover; box-shadow: 0 18px 36px rgba(0,0,0,0.2); }
.ma-book-mini-text span { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-book-mini-text h2 { font-size: 26px; margin: 12px 0 16px; }
.ma-book-mini-text p { font-size: 15px; line-height: 1.7; color: #444; max-width: 520px; margin-bottom: 18px; }

/* SERVICOS PAGE */
.ma-service-block { display: grid; grid-template-columns: 0.45fr 0.55fr; align-items: stretch; }
.ma-service-block.reverse { direction: rtl; }
.ma-service-block.reverse > * { direction: ltr; }
.ma-service-visual { min-height: 300px; position: relative; display: flex; align-items: flex-end; padding: 30px; overflow: hidden; background-size: cover; background-position: center; }
.ma-service-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,51,44,0.75), rgba(43,51,44,0.05)); }
.ma-service-visual .ma-label-on-image { position: relative; z-index: 2; color: var(--white); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.ma-service-visual .ma-icon-mini { width: 30px; height: 30px; border: 1px solid var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; color: var(--gold-light); font-size: 13px; }
.ma-service-content { padding: 56px 60px; }
.ma-service-content .ma-tag { color: var(--sage); text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 600; }
.ma-service-content h2 { font-size: 26px; margin: 12px 0 16px; }
.ma-service-content p { font-size: 15px; line-height: 1.75; color: #444; margin-bottom: 22px; max-width: 480px; }
.ma-service-content .ma-mini-cta { color: var(--gold); font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.ma-divider { height: 1px; background: #ddd; }
.ma-final-cta { background: var(--sage-deep); color: var(--white); text-align: center; padding: 70px 0; }
.ma-final-cta h2 { color: var(--white); font-size: 28px; margin-bottom: 16px; }
.ma-final-cta p { color: rgba(244,241,232,0.8); margin-bottom: 28px; }

/* LIVRO PAGE */
.ma-book-hero { background: var(--sage-deep); color: var(--white); padding: 80px 0; }
.ma-book-hero-inner { display: grid; grid-template-columns: 0.4fr 0.6fr; gap: 60px; align-items: center; }
.ma-book-hero img { width: 100%; max-width: 320px; box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.ma-book-hero .ma-eyebrow { color: var(--gold-light); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; display: block; margin-bottom: 16px; }
.ma-book-hero h1 { color: var(--white); font-size: 34px; line-height: 1.3; margin-bottom: 10px; }
.ma-book-hero h2.ma-subtitle { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; color: var(--gold-light); margin-bottom: 24px; }
.ma-book-hero p.ma-price { font-size: 26px; font-family: 'Fraunces', serif; color: var(--gold-light); margin-bottom: 24px; }
.ma-book-hero p.ma-price span { font-size: 13px; color: rgba(244,241,232,0.7); font-family: 'Inter', sans-serif; display: block; margin-top: 4px; }

.ma-recap { background: var(--sage-pale); padding: 70px 0; text-align: center; }
.ma-recap .ma-eyebrow { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; }
.ma-recap h2 { font-size: 28px; margin: 12px 0 40px; }
.ma-recap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ma-recap-card { background: var(--white); padding: 30px 24px; text-align: left; border-top: 3px solid var(--gold); }
.ma-recap-card h3 { font-size: 17px; margin-bottom: 10px; }
.ma-recap-card p { font-size: 13px; color: #555; line-height: 1.6; }

.ma-excerpt { max-width: 760px; margin: 0 auto; padding: 80px 60px; }
.ma-excerpt .ma-eyebrow { color: var(--sage); text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; display: block; margin-bottom: 20px; text-align: center; }
.ma-excerpt blockquote { font-family: 'Fraunces', serif; font-size: 19px; line-height: 1.8; color: var(--sage-deep); border-left: 2px solid var(--gold); padding-left: 28px; margin: 0; }

.ma-author-strip { background: var(--white); border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 50px 0; }
.ma-author-strip-inner { display: flex; gap: 30px; align-items: center; }
.ma-author-strip .ma-av { width: 70px; height: 70px; border-radius: 50%; background: var(--sage-deep); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 22px; flex-shrink: 0; }
.ma-author-strip h3 { font-size: 18px; margin-bottom: 6px; }
.ma-author-strip p { font-size: 14px; color: #555; line-height: 1.6; }

/* CONTATO PAGE */
.ma-contact-grid { display: grid; grid-template-columns: 0.5fr 0.5fr; }
.ma-contact-left { background: var(--sage-deep); color: var(--white); padding: 70px 60px; }
.ma-contact-left h2 { color: var(--white); font-size: 24px; margin-bottom: 20px; }
.ma-contact-left p { font-size: 15px; line-height: 1.8; color: rgba(244,241,232,0.85); margin-bottom: 30px; }
.ma-whatsapp-box { background: var(--gold); color: var(--sage-deep); padding: 22px 26px; margin-bottom: 30px; text-decoration: none; display: block; }
.ma-whatsapp-box .ma-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.ma-whatsapp-box .ma-number { font-family: 'Fraunces', serif; font-size: 22px; margin-top: 6px; }
.ma-info-line { display: flex; gap: 14px; margin-bottom: 18px; font-size: 14px; color: rgba(244,241,232,0.85); }
.ma-info-line .ma-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); margin-top: 7px; flex-shrink: 0; }
.ma-contact-right { background: var(--white); padding: 70px 60px; }
.ma-contact-right h2 { font-size: 22px; margin-bottom: 24px; }
.ma-contact-right input, .ma-contact-right textarea {
  width: 100%; border: 1px solid #ccc; padding: 12px 14px; font-size: 14px; color: var(--graphite);
  background: var(--cream); margin-bottom: 20px; font-family: 'Inter', sans-serif;
}
.ma-contact-right label { display: block; font-size: 13px; color: #555; margin-bottom: 6px; }
.ma-contact-right textarea { height: 110px; resize: vertical; }
.ma-contact-right button { border: none; cursor: pointer; }

/* FOOTER */
.ma-footer { background: var(--sage-deep); color: var(--cream); padding: 60px 0 0; }
.ma-footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.ma-footer-col h4 { color: var(--white); font-size: 15px; margin-bottom: 16px; }
.ma-footer-col p { font-size: 13px; color: rgba(244,241,232,0.75); line-height: 1.7; margin-bottom: 10px; }
.ma-footer-col p a { color: rgba(244,241,232,0.85); text-decoration: none; }
.ma-footer-list { list-style: none; padding: 0; }
.ma-footer-list li { margin-bottom: 10px; }
.ma-footer-list a { color: rgba(244,241,232,0.8); text-decoration: none; font-size: 13px; }
.ma-footer-bottom { border-top: 1px solid rgba(244,241,232,0.15); padding: 20px 0; text-align: center; font-size: 12px; color: rgba(244,241,232,0.6); }

/* RESPONSIVO */
@media (max-width: 900px) {
  .ma-hero-inner, .ma-bio-section, .ma-service-block, .ma-book-hero-inner, .ma-contact-grid { grid-template-columns: 1fr; }
  .ma-hero { text-align: center; padding: 60px 0 100px; }
  .ma-hero .ma-lead { margin-left: auto; margin-right: auto; }
  .ma-hero-ctas { justify-content: center; }
  .ma-hero::before { display: none; }
  .ma-quote-line { left: 50%; transform: translateX(-50%); bottom: -40px; }
  .ma-pillars-grid, .ma-services-grid, .ma-recap-grid, .ma-blog-grid { grid-template-columns: 1fr 1fr; }
  .ma-timeline-track { grid-template-columns: 1fr 1fr; gap: 36px; }
  .ma-timeline-track::before { display: none; }
  .ma-footer-inner { grid-template-columns: 1fr; }
  .ma-service-block.reverse { direction: ltr; }
  .ma-service-content { padding: 40px 24px; }
  .ma-contact-left, .ma-contact-right { padding: 50px 24px; }
}
@media (max-width: 560px) {
  .ma-pillars-grid, .ma-services-grid, .ma-recap-grid, .ma-blog-grid, .ma-timeline-track { grid-template-columns: 1fr; }
  .ma-book-mini, .ma-author-strip-inner, .ma-book-strip-inner { flex-direction: column; text-align: center; }
}
