
:root{
  --cream:#f7f1e8;
  --cream-2:#f0e6d9;
  --paper:#fffaf3;
  --ink:#202722;
  --muted:#665f58;
  --green:#173127;
  --green-2:#23493a;
  --gold:#b9935d;
  --gold-2:#d5b685;
  --wine:#4f1016;
  --line:#d8c9b8;
  --white:#fff;
  --shadow:0 22px 70px rgba(32,26,21,.12);
  --radius:24px;
  --shell:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:"Inter","Lato",Arial,sans-serif;
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
mark{background:none;color:var(--gold)}
.shell{width:min(var(--shell),calc(100% - 44px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:white;padding:10px 14px;z-index:999}
.skip-link:focus{left:8px}

.header{
  position:sticky;top:0;z-index:50;
  background:rgba(250,246,240,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(77,56,42,.12);
}
.header-inner{
  min-height:94px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:28px;
}
.identity{display:flex;align-items:center;gap:16px;min-width:340px}
.monogram{
  position:relative;
  width:50px;height:58px;
  display:inline-grid;place-items:center;
  color:var(--gold);
  font-family:"Cormorant Garamond","Times New Roman",serif;
  font-size:40px;
  line-height:1;
  border-right:1px solid rgba(185,147,93,.35);
  padding-right:14px;
}
.monogram span{position:absolute}
.monogram span:first-child{left:1px;top:2px}
.monogram span:last-child{left:15px;top:14px}
.identity-copy{display:flex;flex-direction:column;line-height:1.25}
.identity-copy strong{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:21px;font-weight:600;letter-spacing:.01em
}
.identity-copy small{font-size:12px;color:var(--muted);margin-top:4px}
.identity-copy em{
  margin-top:4px;font-size:12px;font-style:normal;color:var(--gold);
  letter-spacing:.07em
}
.nav{
  display:flex;align-items:center;justify-content:center;gap:34px;
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:18px
}
.nav a{position:relative}
.nav a::after{
  content:"";position:absolute;left:50%;bottom:-10px;width:0;height:1px;
  background:var(--gold);transition:.25s;transform:translateX(-50%)
}
.nav a:hover::after,.nav a.is-current::after{width:100%}
.header-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  min-height:48px;padding:0 24px;background:var(--wine);color:white;
  text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:600
}
.menu-button{display:none;border:0;background:none;padding:10px}
.menu-button span{display:block;width:25px;height:2px;background:var(--ink);margin:5px}

.hero{padding:12px 0 0}
.hero-frame{
  width:min(1410px,calc(100% - 20px));margin:auto;
  display:grid;grid-template-columns:1.03fr .97fr;
  min-height:590px;
  border:1px solid rgba(185,147,93,.45);
  border-radius:10px 10px 0 0;
  overflow:hidden;
  background:linear-gradient(90deg,#f8f1e7 0,#f8f1e7 46%,#ddcfc0 100%);
  box-shadow:0 2px 0 rgba(255,255,255,.75) inset;
}
.hero-copy{
  padding:58px 42px 42px 72px;
  position:relative;z-index:2;
  background:
    linear-gradient(90deg,rgba(248,241,231,.98) 0,rgba(248,241,231,.96) 70%,rgba(248,241,231,.55) 100%);
}
.ornament{display:flex;align-items:center;gap:12px;color:var(--gold);margin-bottom:24px}
.ornament span{width:36px;height:1px;background:var(--gold)}
.ornament b{font-family:"Cormorant Garamond","Georgia",serif;font-size:28px;font-weight:500}
.hero h1{
  margin:0;
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:clamp(49px,5.2vw,78px);
  line-height:.98;
  font-weight:500;
  letter-spacing:-.03em;
  color:var(--green);
}
.hairline{width:100%;height:1px;background:rgba(185,147,93,.5);margin:28px 0 18px}
.hero-copy>p{font-size:15px;max-width:430px;color:#54504b;margin:0}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0 30px}
.btn{
  min-height:50px;padding:0 24px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid transparent;
  text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:600;
  transition:transform .2s,background .2s,border-color .2s
}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--green);color:white}
.btn-dark:hover{background:var(--green-2)}
.btn-outline{border-color:rgba(185,147,93,.75);background:rgba(255,255,255,.3)}
.btn-gold{background:var(--gold);color:#1d211e}
.btn-gold:hover{background:var(--gold-2)}
.btn-full{width:100%}
.address{
  display:flex;align-items:flex-start;gap:10px;
  color:#5c5650;font-size:12px;line-height:1.5
}
.pin{font-size:18px;color:var(--gold)}
.hero-photo{margin:0;position:relative;overflow:hidden;background:#c9b6a5}
.hero-photo::after{
  content:"";position:absolute;inset:0;
  box-shadow:inset 22px 0 38px rgba(248,241,231,.18);
  pointer-events:none
}
.hero-photo img{
  width:100%;height:100%;min-height:590px;
  object-fit:cover;object-position:50% 50%;
  filter:saturate(.92) contrast(1.02)
}

.front-grid{
  width:min(1410px,calc(100% - 20px));margin:auto;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#fffdf9;border:1px solid rgba(185,147,93,.25);border-top:0
}
.front-card{
  min-height:230px;padding:34px 32px;
  display:grid;grid-template-columns:45px 1fr;gap:16px;
  border-right:1px solid #e7ddd1;
  transition:background .2s
}
.front-card:last-child{border-right:0}
.front-card:hover{background:#fbf4ea}
.front-icon{color:var(--gold);width:40px;height:40px}
.front-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}
.front-card h2{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-weight:600;font-size:20px;text-transform:uppercase;letter-spacing:.04em;margin:5px 0 18px
}
.front-card p{font-size:12px;color:#5d5650;min-height:58px;margin:0 0 20px}
.front-card b{text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:600}
.front-card b span{color:var(--gold);margin-left:5px}

.statement{
  background:var(--green);
  color:#f6efe5;
  margin-top:0;
  overflow:hidden
}
.statement-grid{
  display:grid;
  grid-template-columns:1fr .9fr .72fr;
  min-height:330px;
  align-items:stretch
}
.statement blockquote{
  margin:0;padding:58px 56px 50px 22px;
  border-right:1px solid rgba(213,182,133,.2)
}
.quote-mark{font-family:Georgia,serif;font-size:66px;color:var(--gold);line-height:.6}
.statement blockquote p{
  margin:20px 0 0;font-family:"Cormorant Garamond","Georgia",serif;
  font-size:32px;line-height:1.08
}
.statement-copy{padding:58px 50px}
.section-kicker{
  display:inline-block;color:var(--gold);
  text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:600;margin-bottom:14px
}
.section-kicker.light{color:#e2c596}
.statement-copy h2{
  font-family:"Cormorant Garamond","Georgia",serif;font-size:29px;line-height:1.15;font-weight:500;margin:0 0 18px
}
.statement-copy p{font-size:13px;color:#d9d5cf;margin:0 0 22px}
.text-link{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#f0e5d5}
.text-link span{color:var(--gold);margin-left:6px}
.statement-image{
  background:
    linear-gradient(rgba(23,49,39,.05),rgba(23,49,39,.05)),
    url("assets/office-detail.webp") center/cover no-repeat;
  min-height:330px
}

.section{padding:100px 0}
.ivory{background:linear-gradient(180deg,#f8f2e9,#f2e8dc)}
.section-head h2{
  margin:0;
  font-family:"Cormorant Garamond","Georgia",serif;
  color:var(--green);font-weight:500;line-height:1.03;
  font-size:clamp(40px,5vw,62px)
}
.section-head>p{color:var(--muted);font-size:15px;max-width:530px}
.split-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}
.centered{text-align:center;max-width:870px;margin:0 auto 50px}
.centered>p{margin:20px auto 0}

.service-switcher{
  display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;
  margin-top:58px
}
.service-tabs{display:flex;flex-direction:column;gap:10px}
.service-tab{
  border:1px solid #dacbbb;background:rgba(255,255,255,.3);
  min-height:58px;padding:0 20px;text-align:left;cursor:pointer;
  font-weight:500;color:var(--ink);border-radius:3px
}
.service-tab.is-active{background:var(--green);color:white;border-color:var(--green)}
.service-detail{
  background:#fffdfa;border:1px solid rgba(185,147,93,.3);
  box-shadow:var(--shadow);padding:42px 46px;
  display:grid;grid-template-columns:72px 1fr;gap:24px;
  min-height:330px
}
.service-number{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:50px;color:var(--gold);line-height:1
}
.service-detail h3{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:42px;font-weight:500;margin:0 0 16px;color:var(--green)
}
.service-detail p{color:var(--muted);margin:0 0 18px}
.service-detail ul{margin:0;padding-left:20px;color:#4f4a45}
.service-detail li{margin:7px 0}

.evaluation{background:#fffdfa}
.process{
  list-style:none;padding:0;margin:0;
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.process li{padding:34px 26px;border-right:1px solid var(--line)}
.process li:last-child{border-right:0}
.process li>span{
  font-family:"Cormorant Garamond","Georgia",serif;font-size:30px;color:var(--gold)
}
.process h3{
  font-family:"Cormorant Garamond","Georgia",serif;font-size:25px;font-weight:600;margin:12px 0
}
.process p{font-size:13px;color:var(--muted);margin:0}
.evaluation-note{
  margin:28px auto 0;max-width:820px;text-align:center;
  color:#6d655e;font-size:12px
}

.articles{background:#efe5d9}
.article-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:16px;margin-top:55px}
.article-feature,.article-card{
  background:#fffaf4;border:1px solid rgba(185,147,93,.25);
  padding:32px;min-height:310px
}
.article-feature{
  background:
    linear-gradient(145deg,rgba(23,49,39,.96),rgba(30,63,49,.93)),
    linear-gradient(135deg,#173127,#244b3c);
  color:white
}
.article-tag{
  text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:var(--gold);font-weight:600
}
.article-feature h3,.article-card h3{
  font-family:"Cormorant Garamond","Georgia",serif;font-size:31px;line-height:1.06;font-weight:500;margin:18px 0
}
.article-card h3{color:var(--green)}
.article-feature p{color:#d9ded9;font-size:13px}
.article-card p{font-size:13px;color:var(--muted)}
.ghost-button{
  border:1px solid rgba(213,182,133,.5);background:transparent;color:#e3c896;
  padding:10px 15px;text-transform:uppercase;letter-spacing:.1em;font-size:10px
}

.booking{
  background:
    radial-gradient(circle at 15% 10%,rgba(185,147,93,.17),transparent 23%),
    linear-gradient(180deg,#172a23,#102019);
  color:white
}
.booking-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:72px;align-items:start}
.booking-intro h2{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:clamp(42px,5vw,64px);line-height:1.02;font-weight:500;margin:0 0 20px
}
.booking-intro>p{color:#d4d7d4;max-width:520px}
.booking-points{display:flex;flex-direction:column;gap:10px;margin-top:26px}
.booking-points span{font-size:12px;color:#d9d8d4}
.booking-points span::before{content:"•";color:var(--gold);margin-right:10px}
.booking-form{
  background:#fffaf4;color:var(--ink);
  padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.25)
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.booking-form label>span,.booking-form legend{
  display:block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px
}
.booking-form input,.booking-form select{
  width:100%;height:50px;border:1px solid #d8cdbf;background:white;padding:0 13px;color:#2b2d29;border-radius:0
}
.booking-form label{display:block;margin-bottom:16px}
.booking-form fieldset{border:0;padding:0;margin:4px 0 18px}
.periods{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.periods label{
  min-height:44px;border:1px solid #d8cdbf;display:flex;align-items:center;justify-content:center;margin:0;cursor:pointer
}
.periods input{position:absolute;opacity:0;width:1px;height:1px}
.periods label:has(input:checked){background:var(--green);color:white;border-color:var(--green)}
.periods label span{margin:0!important;letter-spacing:.06em!important}
.form-privacy{font-size:11px;color:#7a726a;margin:0 0 15px}
.request-result{
  margin-top:18px;padding:16px;border-left:3px solid var(--gold);background:#f3eadf;font-size:12px
}
.request-result p{margin:6px 0}
.integration-note{color:#746d65}

.faq{background:#faf5ee}
.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:72px}
.accordion details{border-top:1px solid var(--line);padding:20px 0}
.accordion details:last-child{border-bottom:1px solid var(--line)}
.accordion summary{
  list-style:none;cursor:pointer;font-weight:500;position:relative;padding-right:30px
}
.accordion summary::-webkit-details-marker{display:none}
.accordion summary::after{
  content:"+";position:absolute;right:0;top:-5px;color:var(--gold);
  font-family:"Cormorant Garamond","Georgia",serif;font-size:27px
}
.accordion details[open] summary::after{content:"–"}
.accordion p{color:var(--muted);font-size:13px;max-width:680px}

.footer{background:#0d1713;color:#e6e6df;padding:56px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.45fr .8fr .65fr;gap:40px}
.footer-brand{display:flex;gap:18px;align-items:center}
.footer-monogram{border-right:0;width:52px}
.footer-brand strong{font-family:"Cormorant Garamond","Georgia",serif;font-size:22px}
.footer h2{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin:0 0 12px}
.footer p{font-size:12px;color:#aeb8b1;margin:0}
.footer a:hover{color:white}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.1);margin-top:42px;padding-top:18px;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:10px;color:#8d9b93
}

:focus-visible{outline:3px solid #c6a064;outline-offset:3px}

@media (max-width:1050px){
  .header-inner{grid-template-columns:auto 1fr auto}
  .identity{min-width:auto}
  .nav{gap:20px}
  .hero-frame{grid-template-columns:1fr 1fr}
  .hero-copy{padding-left:42px}
  .front-grid{grid-template-columns:repeat(2,1fr)}
  .front-card:nth-child(2){border-right:0}
  .front-card:nth-child(-n+2){border-bottom:1px solid #e7ddd1}
  .statement-grid{grid-template-columns:1fr 1fr}
  .statement-image{display:none}
  .process{grid-template-columns:repeat(2,1fr)}
  .process li:nth-child(2){border-right:0}
  .process li:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .article-grid{grid-template-columns:1fr 1fr}
  .article-feature{grid-column:1/-1}
}
@media (max-width:820px){
  .header-inner{min-height:78px;grid-template-columns:1fr auto}
  .header-cta{display:none}
  .menu-button{display:block}
  .nav{
    position:absolute;top:78px;left:14px;right:14px;
    display:none;flex-direction:column;align-items:stretch;background:#fffaf3;
    padding:20px;border:1px solid var(--line);box-shadow:var(--shadow)
  }
  .nav.open{display:flex}
  .identity-copy strong{font-size:18px}
  .identity-copy small,.identity-copy em{font-size:10px}
  .monogram{width:42px;height:50px;font-size:34px}
  .hero-frame{grid-template-columns:1fr}
  .hero-copy{padding:48px 28px}
  .hero-photo{min-height:460px}
  .hero-photo img{min-height:460px}
  .front-grid{grid-template-columns:1fr 1fr}
  .statement-grid{grid-template-columns:1fr}
  .statement blockquote{border-right:0;border-bottom:1px solid rgba(213,182,133,.2);padding-left:0}
  .statement-copy{padding-left:0;padding-right:0}
  .split-head,.service-switcher,.booking-grid,.faq-grid{grid-template-columns:1fr}
  .service-tabs{display:grid;grid-template-columns:1fr 1fr}
  .article-grid{grid-template-columns:1fr}
  .article-feature{grid-column:auto}
}
@media (max-width:560px){
  .shell{width:min(100% - 28px,var(--shell))}
  .identity-copy small{display:none}
  .hero{padding-top:6px}
  .hero-frame,.front-grid{width:calc(100% - 10px)}
  .hero h1{font-size:49px}
  .hero-photo{min-height:390px}
  .hero-photo img{min-height:390px;object-position:54% center}
  .front-grid{grid-template-columns:1fr}
  .front-card{border-right:0;border-bottom:1px solid #e7ddd1;min-height:0;padding:26px 22px}
  .front-card:last-child{border-bottom:0}
  .front-card p{min-height:0}
  .statement blockquote p{font-size:29px}
  .section{padding:76px 0}
  .service-tabs{grid-template-columns:1fr}
  .service-detail{grid-template-columns:1fr;padding:30px 24px}
  .service-number{font-size:36px}
  .process{grid-template-columns:1fr}
  .process li{border-right:0;border-bottom:1px solid var(--line)!important}
  .process li:last-child{border-bottom:0!important}
  .form-row,.periods{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none!important}
}


/* ===== Revisão V5: fundamentação teórica e atuação pericial ===== */
.theory{
  background:
    radial-gradient(circle at 86% 12%,rgba(185,147,93,.12),transparent 22%),
    linear-gradient(180deg,#f5ede2,#efe3d6);
}
.theory-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:74px;
  align-items:start;
}
.theory-panel{
  position:relative;
  padding:38px 40px 36px;
  background:rgba(255,250,244,.78);
  border:1px solid rgba(185,147,93,.35);
  box-shadow:0 18px 58px rgba(48,36,28,.07);
}
.theory-panel::before{
  content:"";
  position:absolute;
  top:0;left:0;width:68px;height:3px;background:var(--gold)
}
.theory-panel p{margin:0 0 18px;color:#5d554e;font-size:14px}
.theory-panel p:last-child{margin-bottom:0}

.forensic{
  background:
    linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,.12)),
    #f3eadf;
}
.forensic-grid{
  margin-top:56px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.forensic-grid article{
  min-height:300px;
  padding:34px 30px;
  border-right:1px solid var(--line);
}
.forensic-grid article:last-child{border-right:0}
.forensic-grid article>span{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:31px;color:var(--gold)
}
.forensic-grid h3{
  margin:12px 0 14px;
  color:var(--green);
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:30px;
  font-weight:600;
}
.forensic-grid p{margin:0;color:var(--muted);font-size:13px}

@media (max-width:820px){
  .theory-grid{grid-template-columns:1fr;gap:36px}
  .forensic-grid{grid-template-columns:1fr}
  .forensic-grid article{border-right:0;border-bottom:1px solid var(--line)}
  .forensic-grid article:last-child{border-bottom:0}
}


/* ===== V6: produção teórica e pré-publicação ===== */
.publications{
  background:
    radial-gradient(circle at 82% 18%, rgba(185,147,93,.14), transparent 23%),
    linear-gradient(180deg,#fbf5ed,#f2e7da);
}
.publication-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:72px;
  align-items:center;
}
.publication-copy h2{
  margin:0 0 22px;
  max-width:760px;
  color:var(--green);
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:clamp(42px,5vw,64px);
  line-height:1.02;
  font-weight:500;
}
.publication-copy p{max-width:760px;color:var(--muted);font-size:14px}
.publication-meta{color:#51483f!important}
.publication-card{
  min-height:390px;
  padding:42px 38px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 1px,transparent 1px,transparent 7px),
    linear-gradient(145deg,#b84a3f,#9d322d);
  color:#fff4e8;
  box-shadow:0 30px 80px rgba(88,35,29,.20);
  border:1px solid rgba(255,255,255,.18);
}
.book-number{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:112px;
  line-height:.75;
  color:rgba(255,244,232,.9);
  margin-bottom:34px;
}
.book-series{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:10px;
  margin-bottom:8px;
}
.publication-card strong{
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:31px;
  line-height:1.05;
  font-weight:600;
}
.publication-card small{margin-top:16px;color:#f1d9cc}
@media(max-width:820px){
  .publication-grid{grid-template-columns:1fr;gap:36px}
  .publication-card{min-height:330px}
}


/* ===== V7: Cursos & Grupos — saúde, sofrimento e trabalho ===== */
.courses{
  background:
    radial-gradient(circle at 8% 6%, rgba(185,147,93,.11), transparent 22%),
    linear-gradient(180deg,#f6eee4,#eee2d5);
}
.courses-intro{
  max-width:900px;
  margin:34px 0 0;
  padding-left:22px;
  border-left:2px solid var(--gold);
}
.courses-intro p{
  margin:0;
  color:#5d554e;
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:23px;
  line-height:1.35;
}
.courses-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:48px;
}
.course-card{
  min-height:480px;
  padding:34px 30px;
  background:rgba(255,250,244,.82);
  border:1px solid rgba(185,147,93,.3);
  box-shadow:0 14px 42px rgba(43,31,23,.05);
}
.course-index{
  display:block;
  color:var(--gold);
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:31px;
  margin-bottom:20px;
}
.course-card h3{
  margin:0 0 18px;
  color:var(--green);
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:30px;
  line-height:1.06;
  font-weight:600;
}
.course-card p{
  color:var(--muted);
  font-size:13px;
}
.course-card ul{
  margin:22px 0 0;
  padding-left:18px;
  color:#514b45;
  font-size:12px;
}
.course-card li{margin:8px 0}
.courses-cta{
  margin-top:28px;
  padding:34px 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:linear-gradient(135deg,#fffaf3,#f1e3d3);
  border:1px solid rgba(185,147,93,.34);
}
.courses-cta h3{
  margin:0 0 8px;
  color:var(--green);
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:30px;
  font-weight:600;
}
.courses-cta p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  max-width:720px;
}
@media(max-width:950px){
  .courses-grid{grid-template-columns:1fr}
  .course-card{min-height:0}
}
@media(max-width:680px){
  .courses-cta{align-items:flex-start;flex-direction:column}
  .courses-intro p{font-size:21px}
}


/* ===== V8: área comercial de cursos ===== */
.courses-manifesto{
  max-width:980px;
  margin:36px 0 0;
  padding:24px 28px;
  border-left:3px solid var(--gold);
  background:rgba(255,250,244,.56);
}
.courses-manifesto p{
  margin:0;
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:24px;
  line-height:1.32;
  color:#4f473f;
}
.featured-course{
  background:
    linear-gradient(180deg,rgba(255,252,247,.96),rgba(251,244,236,.96));
  border-color:rgba(185,147,93,.55);
}
.course-label{
  display:inline-block;
  margin-bottom:12px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:9px;
  font-weight:700;
}
.course-lead{
  font-size:14px!important;
  line-height:1.6;
}
.course-meta{
  display:grid;
  gap:8px;
  margin:22px 0;
  padding:16px 0;
  border-top:1px solid rgba(185,147,93,.28);
  border-bottom:1px solid rgba(185,147,93,.28);
}
.course-meta span{
  font-size:11px;
  color:#625a52;
}
.course-meta strong{
  display:inline-block;
  min-width:62px;
  color:var(--green);
}
.course-card h4{
  margin:20px 0 8px;
  color:var(--green);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em;
}
.course-link{
  display:inline-block;
  margin-top:22px;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:10px;
  font-weight:700;
}
.course-link span{
  margin-left:7px;
  color:var(--gold);
}
.institutional-strip{
  margin-top:30px;
  padding:36px 38px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:36px;
  align-items:center;
  background:
    radial-gradient(circle at 90% 0%,rgba(185,147,93,.12),transparent 32%),
    linear-gradient(135deg,#173127,#23493a);
  color:white;
}
.institutional-strip h3{
  margin:0 0 10px;
  font-family:"Cormorant Garamond","Georgia",serif;
  font-size:32px;
  line-height:1.05;
  font-weight:500;
}
.institutional-strip p{
  margin:0;
  max-width:820px;
  color:#d9dedb;
  font-size:12px;
}
.institutional-strip .btn-dark{
  background:var(--gold);
  color:#16241e;
}
@media(max-width:820px){
  .institutional-strip{
    grid-template-columns:1fr;
    align-items:start;
  }
}
