/* =========================================================
   Priscila Palomo — Azul Marinho & Verde
   Elegante, moderno
   ========================================================= */

*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --creme:      #F3F6F4;
  --creme-escuro: #E6EEE9;
  --surface:    #FFFFFF;
  --dourado:    #2E8B57;
  --dourado-escuro: #216840;
  --dourado-pale:   #E1EFE7;
  --preto:      #14324B;
  --muted:      #5A6B78;
  --borda:      rgba(20,50,75,.20);
  --borda-suave: rgba(20,50,75,.10);
  --sombra:     0 2px 32px rgba(20,50,75,.10);
  --radius:     3px;
}

html { scroll-behavior: smooth; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: var(--creme);
  color: var(--preto);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width:100%; display:block; }
a   { color:inherit; text-decoration:none; }
::selection { background: var(--dourado); color: #fff; }

h1,h2,h3,h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--preto);
}

.wrap { width: min(1040px, 90vw); margin-inline: auto; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--creme); }
::-webkit-scrollbar-thumb { background: var(--dourado); border-radius: 10px; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,247,240,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--borda);
  padding: 0 clamp(16px,5vw,52px);
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.nav-logo img { height: 36px; width: auto; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; font-weight: 700; color: var(--preto);
  letter-spacing: .01em; line-height: 1.1;
}
.nav-logo-sub {
  font-size: 9px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted); font-weight: 400;
  margin-top: 1px;
}
.nav-links {
  display: flex; align-items: center;
  gap: clamp(18px,2.5vw,32px); list-style: none;
}
.nav-links a {
  font-size: 13px; font-weight: 500; color: var(--muted);
  letter-spacing: .03em; transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--preto); }
.nav-cta {
  border: 1px solid var(--dourado) !important;
  color: var(--dourado-escuro) !important;
  padding: 8px 18px; font-size: 12px !important;
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  transition: background .2s, color .2s !important;
}
.nav-cta:hover {
  background: var(--dourado) !important;
  color: #fff !important;
}
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 20px; color: var(--preto); padding: 4px;
}
@media (max-width: 680px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: fixed; top: 64px; right: 0;
    flex-direction: column; align-items: flex-start;
    background: var(--creme); width: min(80vw,260px);
    height: calc(100vh - 64px); padding: 28px; gap: 20px;
    border-left: 1px solid var(--borda); z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 15px; }
}

/* ── BOTÕES ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 24px; font-size: 13px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; text-decoration: none;
  cursor: pointer; border: none; font-family: inherit;
  transition: all .25s;
}
.btn-gold {
  background: var(--dourado); color: #fff;
  box-shadow: 0 4px 18px rgba(46,139,87,.30);
}
.btn-gold:hover { background: var(--dourado-escuro); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--preto);
  border: 1px solid var(--borda);
}
.btn-outline:hover { border-color: var(--dourado); color: var(--dourado-escuro); }

/* ── INTRO / HERO ── */
.intro {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(36px,5vw,72px);
  align-items: flex-start;
  padding: 60px 0 52px;
  border-bottom: 1px solid var(--borda);
}
.intro-photo {
  position: sticky; top: 84px;
}
.intro-photo img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center 15%;
}
.intro-content { padding-top: 8px; }
.intro-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(36px,5.5vw,58px);
  font-weight: 600; letter-spacing: -.01em; line-height: 1;
  margin-bottom: 4px;
}
.intro-name em { font-style: italic; color: var(--dourado-escuro); }
.intro-crp {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); font-weight: 500; margin-bottom: 20px;
  display: flex; align-items: center; gap: 10px;
}
.intro-crp::before {
  content: ''; display: inline-block; width: 28px; height: 1px;
  background: var(--dourado);
}
.intro-bio {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(17px,1.9vw,20px);
  line-height: 1.75; color: #3a3530;
  margin-bottom: 24px; max-width: 46ch;
  font-style: italic;
}
.intro-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }

/* Trajetória */
.intro-trajectory { border-top: 1px solid var(--borda); padding-top: 28px; }
.traj-label {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--dourado); font-weight: 600; margin-bottom: 20px; display: block;
}
.traj-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.traj-item {
  display: grid; grid-template-columns: 76px 1fr;
  gap: 16px; align-items: baseline;
}
.traj-year {
  font-size: 11px; color: var(--dourado); letter-spacing: .06em;
  font-weight: 600; font-family: Arial, Helvetica, sans-serif;
}
.traj-text strong {
  display: block; font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; font-weight: 600; letter-spacing: .01em;
}
.traj-text span { font-size: 12.5px; color: var(--muted); }
.stats-row {
  display: flex; gap: 28px; margin-top: 28px;
  padding-top: 22px; border-top: 1px solid var(--borda); flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; }
.stat-n {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px; font-weight: 700; line-height: 1; color: var(--dourado-escuro);
}
.stat-l { font-size: 11.5px; color: var(--muted); margin-top: 3px; }

@media (max-width: 700px) {
  .intro { grid-template-columns: 1fr; padding-top: 40px; }
  .intro-photo { position: static; max-width: 200px; }
  .traj-item { grid-template-columns: 60px 1fr; }
}

/* ── BLOG ── */
.section-title {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--dourado); font-weight: 600;
  padding: 32px 0 0; display: block;
}
.posts-list { border-top: 1px solid var(--borda); margin-top: 12px; }
.post-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid var(--borda-suave);
  cursor: pointer; transition: all .2s;
}
.post-row:hover { padding-left: 8px; }
.post-date { font-size: 12px; color: var(--muted); white-space: nowrap; padding-top: 3px; }
.post-info h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(19px,2.4vw,24px); font-weight: 600; margin-bottom: 4px;
  transition: color .2s;
}
.post-row:hover h3 { color: var(--dourado-escuro); }
.post-info p { font-size: 13.5px; color: var(--muted); max-width: 52ch; line-height: 1.5; }
.post-tag {
  display: inline-block; font-size: 10px; color: var(--dourado);
  letter-spacing: .1em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 4px;
}
@media (max-width: 560px) {
  .post-row { grid-template-columns: 1fr; gap: 6px; }
  .post-date { font-size: 11px; }
}

/* ── ARTIGO ── */
.article-wrap {
  width: min(680px, 90vw); margin-inline: auto;
  padding: 60px 0 80px;
}
.back-link {
  display: inline-block; font-size: 12px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 40px; transition: color .2s;
}
.back-link:hover { color: var(--dourado-escuro); }
.article-header {
  padding-bottom: 28px; margin-bottom: 36px;
  border-bottom: 1px solid var(--borda);
}
.article-header .tag {
  display: inline-block; font-size: 10px; color: var(--dourado);
  letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 12px;
}
.article-header h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px,4.5vw,42px); font-weight: 600; margin-bottom: 12px;
}
.article-meta { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.article-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px; line-height: 1.82; color: #2e2a24;
}
.article-body h2 { font-size: clamp(24px,3.2vw,30px); margin: 44px 0 12px; }
.article-body h3 { font-size: 22px; margin: 32px 0 10px; color: var(--dourado-escuro); }
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote {
  border-left: 2px solid var(--dourado);
  background: var(--dourado-pale);
  padding: 16px 22px; margin: 28px 0;
  font-style: italic; color: var(--dourado-escuro);
}
.article-body strong { font-weight: 700; color: var(--preto); }
.article-body a { color: var(--dourado-escuro); text-decoration: underline; text-underline-offset: 3px; }
.article-footer {
  margin-top: 56px; padding-top: 32px;
  border-top: 1px solid var(--borda);
  display: flex; gap: 12px; flex-wrap: wrap;
}

/* ── LOJA ── */
.page-head {
  padding: 56px 0 36px;
  border-bottom: 1px solid var(--borda);
}
.page-head h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px,5vw,44px); font-weight: 600; margin-bottom: 6px;
}
.page-head p { color: var(--muted); font-size: 15px; }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px,100%), 1fr));
  gap: 0; border: 1px solid var(--borda);
}
.product {
  padding: 28px; border-bottom: 1px solid var(--borda);
  border-right: 1px solid var(--borda);
  display: flex; flex-direction: column;
  transition: background .2s;
}
.product:hover { background: var(--dourado-pale); }
.product h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px; font-weight: 600; margin-bottom: 6px;
}
.product .desc { font-size: 13.5px; color: var(--muted); flex: 1; margin-bottom: 16px; line-height: 1.5; }
.product .product-pages { font-size: 11px; color: var(--muted); letter-spacing: .06em; margin-bottom: 12px; text-transform: uppercase; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 16px; }
.product-price .now {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px; font-weight: 700; color: var(--dourado-escuro);
}
.product-price .old { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.product-price .free {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px; font-weight: 700; color: var(--dourado);
}
.product-actions .btn { width: 100%; justify-content: center; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--borda);
  background: var(--creme-escuro);
  padding: 28px clamp(16px,5vw,52px);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.foot-logo img { height: 28px; width: auto; opacity: .7; transition: opacity .2s; }
.foot-logo:hover img { opacity: 1; }
.foot-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px; font-weight: 600;
}
.foot-info { font-size: 11px; color: var(--muted); }
.foot-links { display: flex; gap: 20px; }
.foot-links a { font-size: 12px; color: var(--muted); transition: color .2s; letter-spacing: .04em; }
.foot-links a:hover { color: var(--dourado-escuro); }

/* ── MODAL PAGAMENTO ── */
.modal {
  position: fixed; inset: 0; z-index: 2000;
  display: none; align-items: center; justify-content: center;
  background: rgba(20,50,75,.45); backdrop-filter: blur(4px); padding: 20px;
}
.modal.open { display: flex; }
.modal-box {
  background: var(--surface); border: 1px solid var(--borda);
  max-width: 400px; width: 100%; padding: 32px 28px; position: relative;
}
.modal-box h3 { font-family: Arial, Helvetica, sans-serif; font-size: 24px; margin-bottom: 4px; }
.modal-box .m-sub { color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.modal-close { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 22px; color: var(--muted); cursor: pointer; }
.pay-opt {
  display: flex; align-items: flex-start; gap: 12px;
  border: 1px solid var(--borda); padding: 14px; margin-bottom: 10px;
  cursor: pointer; transition: border-color .2s, background .2s;
  text-decoration: none; color: var(--preto);
}
.pay-opt:hover { border-color: var(--dourado); background: var(--dourado-pale); }
.pay-opt strong { display: block; font-size: 14px; font-weight: 600; }
.pay-opt small { color: var(--muted); font-size: 12px; }
.pix-box { display: none; margin-top: 6px; background: var(--dourado-pale); padding: 14px; }
.pix-box.show { display: block; }
.pix-key { display: flex; gap: 8px; margin-top: 8px; }
.pix-key input { flex: 1; border: 1px solid var(--borda); padding: 9px 12px; font-size: 13px; font-family: inherit; background: #fff; }
.pix-key button { background: var(--dourado); color: #fff; border: none; padding: 0 14px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; }

/* ── REVEAL ── */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.rv.vis { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { animation: none; opacity: 1; transform: none; } }
