
    :root{
      --navy:#082d42;--navy2:#0c405c;--navy3:#061e2c;
      --gold:#d9bd73;--gold2:#b88a3d;--cream:#f8f5ee;
      --ink:#17232a;--muted:#64727a;--line:#e4ddd0;--white:#fff;
      --shadow:0 20px 55px rgba(4,30,44,.16);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
    button,a{font:inherit}
    a{text-decoration:none;color:inherit}
    img{max-width:100%;height:auto;display:block}
    .container{width:min(1180px,calc(100% - 40px));margin:0 auto}
    .header{position:sticky;top:0;z-index:1000;background:rgba(8,45,66,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(217,189,115,.25)}
    .header-inner{min-height:84px;display:flex;align-items:center;gap:22px}
    .brand{display:flex;align-items:center;gap:10px;min-width:205px;color:var(--gold);text-align:left;line-height:1;transition:opacity .2s ease}
    .brand:hover{opacity:.9}
    .brand-symbol{width:39px!important;height:64px;max-height:64px;object-fit:contain;flex:0 0 auto}
    .brand-wordmark{display:flex;flex-direction:column;align-items:center;white-space:nowrap}
    .brand-wordmark strong{font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:700;letter-spacing:.075em;color:var(--gold);line-height:1}
    .brand-wordmark small{margin-top:6px;margin-left:.35em;font-size:6.5px;font-weight:700;letter-spacing:.36em;color:var(--gold);line-height:1}
    .nav{display:flex;align-items:center;justify-content:center;gap:2px;flex:1}
    .nav button{border:0;background:transparent;color:#eef6f8;padding:31px 10px 29px;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.035em;position:relative;white-space:nowrap}
    .nav button:hover,.nav button.active{color:var(--gold)}
    .nav button.active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;background:var(--gold)}
    .cta{border:1px solid var(--gold);background:var(--gold);color:var(--navy);padding:11px 15px;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
    .cta:hover,.cta:focus-visible{background:var(--white);color:var(--navy);border-color:var(--white);transform:translateY(-1px)}
    .menu-toggle{display:none;background:transparent;border:1px solid rgba(217,189,115,.65);color:var(--gold);font-size:25px;padding:5px 10px;cursor:pointer}
    main{min-height:70vh}
    .view{display:none}
    .view.active{display:block;animation:fade .25s ease}
    @keyframes fade{from{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:none}}
    .hero{min-height:660px;background-image:linear-gradient(90deg,rgba(5,30,44,.98) 0%,rgba(5,30,44,.78) 44%,rgba(5,30,44,.25) 75%),url("../images/escritorio-hero.webp");background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;border-bottom:5px solid var(--gold)}
    .hero-copy{max-width:680px;padding:88px 0}
    .eyebrow{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase;margin-bottom:18px}
    h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.16;margin-top:0}
    .hero h1{font-size:clamp(44px,6vw,76px);font-weight:500;margin-bottom:22px}
    .hero h1 span{color:var(--gold)}
    .hero p{font-size:18px;color:#dce8ed;max-width:650px;margin-bottom:30px}
    .actions{display:flex;gap:13px;flex-wrap:wrap}
    .btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:1px solid transparent;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}
    .btn-gold{background:var(--gold);color:var(--navy)}
    .btn-gold:hover{background:#ecd897}
    .btn-outline{border-color:rgba(255,255,255,.75);color:#fff;background:transparent}
    .btn-outline:hover{background:#fff;color:var(--navy)}
    .stats{background:var(--navy3);color:#fff}
    .stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
    .stat{text-align:center;padding:26px 15px;border-right:1px solid rgba(255,255,255,.12)}
    .stat:last-child{border-right:0}
    .stat strong{display:block;color:var(--gold);font-family:Georgia,serif;font-size:30px;font-weight:500}
    .stat span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#b9cbd3}
    .section{padding:84px 0}
    .section-alt{background:var(--cream)}
    .section-dark{background:linear-gradient(135deg,var(--navy3),var(--navy));color:#fff}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
    .kicker{color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px}
    .section h2{font-size:clamp(32px,4vw,49px);color:var(--navy);font-weight:500;margin-bottom:12px}
    .section-dark h2{color:#fff}
    .section-head p,.lead{max-width:750px;color:var(--muted);margin:0}
    .section-dark .section-head p{color:#c2d3da}
    .text-link{color:var(--gold2);font-size:13px;font-weight:900;white-space:nowrap;cursor:pointer}
    .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:center}
    .about-logo{min-height:420px;display:grid;place-items:center;background:linear-gradient(145deg,var(--navy),var(--navy2));position:relative;overflow:hidden;box-shadow:var(--shadow)}
    .about-logo:before{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(217,189,115,.35);border-radius:50%}
    .about-logo:after{content:"";position:absolute;inset:21px;border:1px solid rgba(255,255,255,.13)}
    .about-logo img{width:250px;position:relative;z-index:2;filter:drop-shadow(0 18px 18px rgba(0,0,0,.28))}
    .about-copy h2{font-size:46px}
    .about-copy p{color:var(--muted)}
    .checks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0 30px}
    .check{font-size:14px;font-weight:800;color:var(--navy)}
    .check:before{content:"✓";color:var(--gold2);margin-right:9px}
    .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .card{background:#fff;border:1px solid var(--line);padding:28px 23px;box-shadow:0 8px 24px rgba(8,45,66,.055);transition:.22s;position:relative;overflow:hidden}
    .card:before{content:"";position:absolute;left:0;top:0;height:0;width:4px;background:var(--gold);transition:.22s}
    .card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d7c28c}
    .card:hover:before{height:100%}
    .icon{width:48px;height:48px;border:1px solid var(--gold);color:var(--gold2);display:grid;place-items:center;font-size:22px;margin-bottom:18px}
    .card h3{font-size:21px;color:var(--navy);margin-bottom:10px}
    .card p{font-size:14px;color:var(--muted);margin-bottom:16px}
    .card .more{color:var(--gold2);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em;cursor:pointer}
    .featured-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:23px}
    .featured{min-height:455px;background:linear-gradient(135deg,var(--navy3),var(--navy2));position:relative;padding:38px;display:flex;align-items:end;overflow:hidden;box-shadow:var(--shadow)}
    .featured:after{content:"P";position:absolute;right:20px;top:-45px;font-family:Georgia,serif;font-size:340px;color:rgba(217,189,115,.08)}
    .featured-content{position:relative;z-index:2;color:#fff}
    .tag{display:inline-flex;border:1px solid var(--gold);color:var(--gold);padding:5px 9px;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;margin-bottom:14px}
    .featured h3{font-size:35px;font-weight:500;margin-bottom:11px}
    .meta{font-size:11px;color:#b9cbd2;margin-bottom:14px}
    .featured p{color:#d5e1e6;max-width:680px}
    .news-list{display:grid;gap:12px}
    .news-mini{background:#fff;border:1px solid var(--line);padding:20px;cursor:pointer;transition:.2s}
    .news-mini:hover{border-color:var(--gold);transform:translateX(4px)}
    .category{font-size:9px;color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.13em}
    .news-mini h3{font-size:18px;color:var(--navy);margin:7px 0}
    .news-mini .meta{color:#87949a;margin:0}
    .chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
    .chip{border:1px solid var(--line);background:#fff;color:var(--navy);padding:8px 12px;font-size:11px;font-weight:800;cursor:pointer}
    .chip:hover,.chip.active{background:var(--navy);color:#fff;border-color:var(--navy)}
    .publications{display:grid;grid-template-columns:repeat(2,1fr);gap:23px}
    .publication{background:#fff;color:var(--ink);display:grid;grid-template-columns:170px 1fr;min-height:275px;box-shadow:0 10px 30px rgba(0,0,0,.14);overflow:hidden}
    .cover{background:linear-gradient(160deg,#0c354b,#071e2b);color:var(--gold);padding:25px 19px;border-right:5px solid var(--gold2);display:flex;flex-direction:column;justify-content:space-between}
    .cover small{font-size:9px;text-transform:uppercase;letter-spacing:.16em}
    .cover strong{font-family:Georgia,serif;font-size:24px;line-height:1.18;font-weight:500}
    .cover span{font-size:10px;color:#e2d3a2}
    .pub-copy{padding:26px}
    .pub-copy h3{font-size:24px;color:var(--navy);margin-bottom:9px}
    .pub-copy p{font-size:14px;color:var(--muted)}
    .team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
    .person{background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 8px 22px rgba(8,45,66,.06)}
    .portrait{height:260px;background:linear-gradient(145deg,#dce6ea,#b9cbd3);display:grid;place-items:center;position:relative;overflow:hidden}
    .portrait img{width:145px;max-height:215px;object-fit:contain;opacity:.55;filter:grayscale(1)}
    .portrait span{position:absolute;bottom:10px;right:14px;font-family:Georgia,serif;font-size:90px;color:rgba(8,45,66,.12)}
    .person-copy{padding:20px}
    .role{font-size:9px;color:var(--gold2);font-weight:900;letter-spacing:.09em;text-transform:uppercase}
    .person h3{font-size:20px;color:var(--navy);margin:5px 0}
    .person p{font-size:13px;color:var(--muted);margin:0}
    .contact-band{background:linear-gradient(115deg,var(--navy3),var(--navy));color:#fff;padding:58px 0}
    .contact-band .container{display:flex;justify-content:space-between;align-items:center;gap:32px}
    .contact-band h2{font-size:38px;font-weight:500;margin-bottom:8px}
    .contact-band p{color:#c5d5dc;margin:0;max-width:700px}
    .page-hero{background:linear-gradient(115deg,var(--navy3),var(--navy));color:#fff;padding:72px 0 58px;border-bottom:5px solid var(--gold)}
    .page-hero h1{font-size:clamp(40px,5vw,58px);font-weight:500;margin-bottom:10px}
    .page-hero p{max-width:780px;color:#c6d6dd;margin:0}
    .prose{max-width:920px}
    .prose h2{font-size:35px;margin-top:42px}
    .prose p{color:var(--muted)}
    .values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
    .value{background:var(--cream);border-top:4px solid var(--gold);padding:25px}
    .value h3{color:var(--navy);font-size:23px}
    .area-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
    .area{background:#fff;border:1px solid var(--line);padding:28px}
    .area h3{color:var(--navy);font-size:25px}
    .area ul{color:var(--muted);padding-left:19px;margin-bottom:0}
    .article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .article-card{background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(8,45,66,.055);overflow:hidden}
    .article-art{height:165px;background:linear-gradient(145deg,var(--navy),var(--navy2));color:var(--gold);display:grid;place-items:center;font-family:Georgia,serif;font-size:58px}
    .article-body{padding:21px}
    .article-body h3{font-size:21px;color:var(--navy);margin:7px 0 10px}
    .article-body p{font-size:13px;color:var(--muted)}
    .article-card.hidden{display:none}
    .contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px}
    .contact-info{background:linear-gradient(145deg,var(--navy3),var(--navy));color:#fff;padding:34px}
    .contact-info h2{color:#fff;font-size:34px}
    .contact-info p{color:#c8d7dd}
    .contact-row{border-top:1px solid rgba(255,255,255,.12);padding:15px 0;font-size:14px}
    .form{display:grid;grid-template-columns:1fr 1fr;gap:15px}
    .form label{font-size:11px;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.07em}
    .form input,.form select,.form textarea{width:100%;margin-top:5px;border:1px solid var(--line);padding:12px;background:#fff;color:var(--ink)}
    .form textarea{min-height:150px;resize:vertical}
    .full{grid-column:1/-1}
    .footer{background:#051a26;color:#b9c8cf;padding:52px 0 20px}
    .footer-grid{display:grid;grid-template-columns:1.25fr .75fr .9fr .9fr;gap:32px}
    .footer-logo{width:175px;margin-bottom:18px}
    .footer h4{font-family:Georgia,serif;color:#fff;font-size:17px;margin:0 0 13px}
    .footer p,.footer button,.footer a{font-size:12px;color:#aebfc7}
    .footer button{display:block;background:transparent;border:0;padding:0;margin:0 0 7px;cursor:pointer}
    .footer button:hover,.footer a:hover{color:var(--gold)}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:37px;padding-top:18px;font-size:11px;display:flex;justify-content:space-between;gap:20px}
    .notice{background:#fff7dc;border:1px solid #e8d38f;padding:13px 16px;color:#6d5822;font-size:12px;margin-bottom:24px}
    @media(max-width:1050px){
      .nav button{font-size:11px;padding-left:7px;padding-right:7px}.cta{display:none}.cards{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:800px){
      .header-inner{min-height:72px}.brand{min-width:auto;gap:8px}.brand-symbol{width:33px!important;height:53px}.brand-wordmark strong{font-size:15px}.brand-wordmark small{font-size:5.5px;margin-top:5px}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;left:0;right:0;top:72px;background:var(--navy);padding:8px 20px 20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav button{padding:12px 5px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.nav button.active:after{display:none}
      .hero{min-height:590px;background-position:60% center}.hero-copy{padding:70px 0}.stats-grid{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
      .section{padding:64px 0}.section-head{display:block}.section-head .text-link{display:inline-block;margin-top:17px}.about-grid,.featured-grid,.contact-grid{grid-template-columns:1fr}.about-logo{min-height:340px}.publications{grid-template-columns:1fr}.values{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr 1fr}.contact-band .container{display:block}.contact-band .btn{margin-top:20px}.form{grid-template-columns:1fr}.full{grid-column:auto}
    }
    @media(max-width:520px){
      .container{width:min(100% - 28px,1180px)}.hero h1{font-size:42px}.hero p{font-size:16px}.actions{display:grid}.btn{width:100%}.checks{grid-template-columns:1fr}.cards,.team-grid,.article-grid{grid-template-columns:1fr}.publication{grid-template-columns:1fr}.cover{min-height:210px;border-right:0;border-bottom:5px solid var(--gold2)}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.about-copy h2{font-size:36px}.featured{padding:25px}.featured h3{font-size:28px}
    }
  

    /* Ajustes institucionais — julho de 2026 */
    .institutional-copy{max-width:1040px}
    .institutional-copy .lead{font-family:Georgia,"Times New Roman",serif;font-size:26px;line-height:1.45;color:var(--navy);margin:0 0 24px}
    .institutional-copy p{font-size:16px;line-height:1.9;color:#50616a;margin:0 0 18px}
    .institutional-highlight{margin-top:34px;padding:28px 32px;background:linear-gradient(120deg,var(--navy3),var(--navy));border-left:5px solid var(--gold);color:#fff;box-shadow:var(--shadow)}
    .institutional-highlight strong{display:block;font-family:Georgia,"Times New Roman",serif;color:var(--gold);font-size:23px;margin-bottom:8px}
    .institutional-highlight p{color:#d7e3e7;margin:0}

    .specialty-list{display:grid;gap:18px}
    details.specialty-panel{background:#fff;border:1px solid var(--line);box-shadow:0 9px 24px rgba(8,45,66,.065);overflow:hidden}
    details.specialty-panel[open]{border-color:rgba(184,138,61,.55);box-shadow:0 15px 36px rgba(8,45,66,.11)}
    .specialty-panel summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;cursor:pointer;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700;background:linear-gradient(90deg,#fff,var(--cream))}
    .specialty-panel summary::-webkit-details-marker{display:none}
    .specialty-panel summary::after{content:"+";display:grid;place-items:center;min-width:34px;height:34px;border:1px solid var(--gold2);color:var(--gold2);font-family:Arial,sans-serif;font-size:22px;font-weight:400}
    .specialty-panel[open] summary::after{content:"−"}
    .specialty-content{padding:8px 28px 30px;border-top:1px solid var(--line)}
    .specialty-content>p:first-child{font-size:16px;line-height:1.85;color:#435660}
    .specialty-content p{color:var(--muted);line-height:1.78}
    .specialty-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}
    .specialty-topic{background:var(--cream);border-top:3px solid var(--gold);padding:20px}
    .specialty-topic.wide{grid-column:1/-1}
    .specialty-topic h4{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:20px;margin:0 0 8px}
    .specialty-topic p{font-size:14px;margin:0}
    .specialty-topic ul{margin:10px 0 0;padding-left:19px;color:var(--muted);font-size:14px}

    .team-grid.team-detailed{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
    .team-detailed .person{display:grid;grid-template-columns:210px 1fr;min-height:100%;background:#fff}
    .team-detailed .portrait{height:100%;min-height:410px;background:#d5d5d2}
    .team-detailed .portrait img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center top;opacity:1;filter:none}
    .team-detailed .portrait span{font-size:64px;color:rgba(255,255,255,.48);text-shadow:0 2px 8px rgba(0,0,0,.25)}
    .team-detailed .person-copy{padding:26px 24px;overflow-wrap:anywhere}
    .team-detailed .person h3{font-size:24px;margin:7px 0 14px}
    .team-detailed .person p{font-size:13px;line-height:1.65;margin:0 0 10px;color:#52636c}
    .team-detailed .role{font-size:10px;line-height:1.45}
    .home-team .portrait img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center top;opacity:1;filter:none}

    @media(max-width:980px){
      .specialty-topics{grid-template-columns:1fr}
      .specialty-topic.wide{grid-column:auto}
      .team-grid.team-detailed{grid-template-columns:1fr}
    }
    @media(max-width:680px){
      .specialty-panel summary{font-size:21px;padding:20px}
      .specialty-content{padding:6px 20px 24px}
      .team-detailed .person{grid-template-columns:1fr}
      .team-detailed .portrait{min-height:470px}
      .institutional-copy .lead{font-size:22px}
    }

    .about-office{min-height:440px;background:#071f30}
    .about-office:before,.about-office:after{display:none}
    .about-office img{width:100%;height:100%;min-height:440px;object-fit:cover;object-position:center;filter:none;position:absolute;inset:0;z-index:1}
    .about-actions,.section-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
    .about-actions{margin-top:28px}
    .section-actions{justify-content:center;margin-top:30px}
    .btn-outline-dark{background:transparent;color:var(--navy);border:1px solid var(--navy)}
    .btn-outline-dark:hover,.btn-outline-dark:focus-visible{background:var(--navy);color:var(--white);transform:translateY(-2px)}
    @media(max-width:760px){
      .about-office,.about-office img{min-height:300px}
      .about-actions,.section-actions{display:grid;grid-template-columns:1fr;width:100%}
      .about-actions .btn,.section-actions .btn{width:100%}
    }


    .section-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:26px}
    .section-actions.center{justify-content:center}
    .specialty-content .section-actions{justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}
    .oab-number{margin:2px 0 15px;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
    .person-copy p{text-align:justify;text-justify:inter-word}
    .map-link,.phone-link{color:inherit;text-decoration:none}
    .map-link:hover,.phone-link:hover{color:var(--gold)}
    .contact-note{margin-top:6px;color:rgba(255,255,255,.78);font-size:12px}
    @media(max-width:640px){
      .section-actions,.specialty-content .section-actions{justify-content:stretch}
      .section-actions .btn{width:100%}
    }


    /* Equipe resumida da página inicial */
    .home-team .person-copy{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      min-height:220px;
    }
    .home-team .person h3{
      margin-bottom:6px;
    }
    .home-team .oab-number{
      margin:0 0 12px;
      color:var(--gold2);
      font-size:10px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
    }
    .home-team .person-copy p{
      text-align:justify;
      text-justify:inter-word;
      margin-bottom:18px;
    }
    .home-team .team-more{
      margin-top:auto;
      padding:9px 13px;
      border:1px solid var(--gold2);
      background:transparent;
      color:var(--gold2);
      font-size:10px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      cursor:pointer;
      transition:.2s ease;
    }
    .home-team .team-more:hover{
      background:var(--gold);
      color:var(--navy);
      border-color:var(--gold);
    }

    /* Nova apresentação da aba Especialidades */
    #view-especialidades .specialty-list{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:22px;
      align-items:start;
    }
    #view-especialidades details.specialty-panel{
      background:#fff;
      border:1px solid var(--line);
      box-shadow:none;
      overflow:hidden;
      transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;
    }
    #view-especialidades details.specialty-panel:hover{
      transform:translateY(-2px);
      border-color:rgba(184,138,61,.55);
      box-shadow:0 14px 32px rgba(8,45,66,.09);
    }
    #view-especialidades details.specialty-panel[open]{
      grid-column:1/-1;
      border-color:rgba(184,138,61,.65);
      box-shadow:0 18px 42px rgba(8,45,66,.12);
      transform:none;
    }
    #view-especialidades .specialty-panel summary{
      display:block;
      min-height:278px;
      padding:28px 30px;
      background:#fff;
      cursor:pointer;
      list-style:none;
    }
    #view-especialidades .specialty-panel summary::-webkit-details-marker{
      display:none;
    }
    #view-especialidades .specialty-panel summary::after{
      display:none;
      content:none;
    }
    .specialty-card-heading{
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      height:100%;
    }
    .specialty-card-icon{
      width:50px;
      height:50px;
      display:grid;
      place-items:center;
      border:1px solid var(--gold);
      color:var(--gold2);
      font-family:Georgia,"Times New Roman",serif;
      font-size:25px;
      line-height:1;
    }
    .specialty-card-heading h3{
      margin:18px 0 11px;
      color:var(--navy);
      font-family:Georgia,"Times New Roman",serif;
      font-size:27px;
      font-weight:700;
    }
    .specialty-card-heading p{
      margin:0 0 22px;
      color:var(--muted);
      font-family:Arial,Helvetica,sans-serif;
      font-size:15px;
      line-height:1.65;
      text-align:left;
    }
    .specialty-more{
      display:inline-flex;
      align-items:center;
      margin-top:auto;
      padding:7px 10px;
      border:1px solid rgba(184,138,61,.65);
      color:var(--gold2);
      font-family:Arial,Helvetica,sans-serif;
      font-size:10px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
    }
    #view-especialidades .specialty-panel[open] .specialty-more{
      font-size:0;
    }
    #view-especialidades .specialty-panel[open] .specialty-more::after{
      content:"Fechar detalhes −";
      font-size:10px;
    }
    #view-especialidades .specialty-content{
      padding:8px 30px 32px;
      border-top:1px solid var(--line);
      background:#fff;
    }
    #view-especialidades .specialty-topic p{
      text-align:justify;
      text-justify:inter-word;
    }
    @media(max-width:760px){
      #view-especialidades .specialty-list{
        grid-template-columns:1fr;
      }
      #view-especialidades details.specialty-panel[open]{
        grid-column:auto;
      }
      #view-especialidades .specialty-panel summary{
        min-height:248px;
        padding:28px 24px;
      }
      .specialty-card-heading h3{
        font-size:25px;
      }
      .home-team .person-copy{
        min-height:0;
      }
    }

    /* Ajuste do enquadramento da equipe em celulares */
    @media(max-width:600px){
      .home-team .portrait{
        height:360px;
        min-height:360px;
        background:#d5d5d2;
      }
      .home-team .portrait img{
        width:100%;
        height:100%;
        max-height:none;
        object-fit:cover;
        opacity:1;
        filter:none;
      }
      .home-team .person:nth-child(1) .portrait img{object-position:center 29%}
      .home-team .person:nth-child(2) .portrait img{object-position:center 27%}
      .home-team .person:nth-child(3) .portrait img{object-position:center 24%}
      .home-team .person:nth-child(4) .portrait img{object-position:center 24%}
    }
    @media(max-width:420px){
      .home-team .portrait{
        height:330px;
        min-height:330px;
      }
    }


    /* Indicadores institucionais da página inicial */
    #view-home .stats{
      grid-template-columns:repeat(3,minmax(0,1fr));
    }
    #view-home .about-copy > p{
      text-align:justify;
      text-justify:inter-word;
    }
    @media(max-width:700px){
      #view-home .stats{
        grid-template-columns:1fr;
      }
    }

    /* Indicadores institucionais reorganizados */
    #view-home .stats{
      border-top:3px solid var(--gold);
      background:var(--navy3);
    }
    #view-home .stats-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      width:min(1180px,calc(100% - 40px));
      margin:0 auto;
    }
    #view-home .stats .stat{
      min-height:124px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      padding:24px 18px;
      text-align:center;
      border-right:1px solid rgba(255,255,255,.14);
    }
    #view-home .stats .stat:last-child{
      border-right:0;
    }
    #view-home .stats .stat strong{
      display:block;
      margin-bottom:7px;
      color:var(--gold);
      font-family:Georgia,"Times New Roman",serif;
      font-size:31px;
      font-weight:400;
      line-height:1.1;
    }
    #view-home .stats .stat span{
      color:#eef6f8;
      font-size:11px;
      font-weight:700;
      letter-spacing:.10em;
      line-height:1.45;
      text-transform:uppercase;
    }
    @media(max-width:700px){
      #view-home .stats-grid{
        grid-template-columns:1fr;
      }
      #view-home .stats .stat{
        min-height:104px;
        border-right:0;
        border-bottom:1px solid rgba(255,255,255,.14);
      }
      #view-home .stats .stat:last-child{
        border-bottom:0;
      }
    }


/* Arquivos de produção */
.publication .cover{padding:0;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.publication .cover img{width:100%;height:100%;min-height:320px;object-fit:contain;background:#f4f1e9}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-field{display:flex!important;align-items:flex-start;gap:9px;font-size:13px;font-weight:400!important;color:var(--muted)}
.consent-field input{width:auto;margin-top:5px;flex:0 0 auto}
.consent-field a{color:var(--gold2);text-decoration:underline}
.form-status{min-height:24px;padding:0;font-size:14px}
.form-status.success{color:#1b6f43}.form-status.error{color:#a12d2d}
.footer-legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:30px;padding:20px 0 4px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;color:rgba(255,255,255,.7)}
.footer-legal a{color:var(--gold)}
.noscript-notice{padding:12px 20px;background:#fff3cd;color:#664d03;text-align:center}
@media(max-width:700px){.publication .cover img{min-height:280px}.footer-legal{justify-content:center;text-align:center}}


/* Acervo digital de publicações */
.publication-archive{background:#fff}
.publication-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px}
.publication-filters button{border:1px solid var(--line);background:#fff;color:var(--navy);padding:10px 14px;cursor:pointer;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.publication-filters button:hover,.publication-filters button.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.archive-item{display:grid;grid-template-columns:180px minmax(0,1fr);background:var(--cream);border:1px solid var(--line);min-height:330px;transition:transform .2s ease,box-shadow .2s ease}
.archive-item:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.archive-item.hidden{display:none}
.archive-preview{display:flex;align-items:center;justify-content:center;padding:12px;background:#eee9df;border-right:1px solid var(--line);overflow:hidden}
.archive-preview img{width:auto;height:auto;max-width:100%;max-height:306px;object-fit:contain;box-shadow:0 7px 18px rgba(4,30,44,.14)}
.archive-copy{display:flex;flex-direction:column;align-items:flex-start;padding:24px}
.archive-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.archive-meta span{border:1px solid var(--gold2);color:var(--gold2);padding:3px 7px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.archive-copy h3{margin:0 0 8px;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.2}
.archive-copy p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.6;text-align:justify;text-justify:inter-word}
.archive-copy .archive-authors{color:var(--gold2);font-size:11px;font-weight:800;text-align:left}
.archive-copy .archive-venue{font-size:12px;text-align:left}
.archive-copy .publication-status{padding:8px 10px;background:#fff4d6;border-left:3px solid var(--gold2);font-size:11px;text-align:left}
.archive-access{margin-top:auto;padding:9px 12px;font-size:10px}
@media(max-width:980px){.archive-grid{grid-template-columns:1fr}}
@media(max-width:600px){.archive-item{grid-template-columns:1fr}.archive-preview{height:340px;border-right:0;border-bottom:1px solid var(--line)}.archive-preview img{max-height:316px}.archive-copy{padding:20px}.publication-filters button{flex:1 1 46%}}


/* ================================================================
   AJUSTES FINAIS — JULHO/2026
   ================================================================ */

/* Links do cabeçalho e botão flutuante */
.header .cta{display:inline-flex;align-items:center;justify-content:center}
.whatsapp-float{
  position:fixed;right:24px;bottom:24px;z-index:1500;
  display:flex;align-items:center;gap:9px;
  min-height:54px;padding:0 18px;
  border-radius:999px;background:#1f9d55;color:#fff;
  box-shadow:0 14px 36px rgba(0,0,0,.24);
  font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;
  transition:transform .2s ease,box-shadow .2s ease;
}
.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.3)}
.whatsapp-float svg{width:28px;height:28px;flex:0 0 28px}

/* Quatro destaques da Home */
#view-home .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
#view-home .stats .stat-long strong{font-size:25px;max-width:230px}
#view-home .stats .stat:nth-child(4){border-right:0}

/* Carrosséis */
.carousel-shell{position:relative;margin:0 -4px}
.carousel-track{
  display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;
  scroll-behavior:smooth;padding:4px 4px 18px;
  scrollbar-width:none;
}
.carousel-track::-webkit-scrollbar{display:none}
.carousel-card{scroll-snap-align:start;flex:0 0 calc((100% - 54px)/4)}
.carousel-arrow{
  position:absolute;top:50%;z-index:5;transform:translateY(-50%);
  width:44px;height:54px;border:1px solid var(--gold);
  background:var(--navy);color:var(--gold);cursor:pointer;
  font:400 34px/1 Georgia,"Times New Roman",serif;
  box-shadow:0 8px 22px rgba(4,30,44,.18);
}
.carousel-arrow:hover{background:var(--gold);color:var(--navy)}
.carousel-prev{left:-18px}.carousel-next{right:-18px}
.specialty-home-card{display:flex;flex-direction:column;min-height:320px}
.specialty-home-card .more{margin-top:auto;align-self:flex-start;border:1px solid var(--gold2);padding:7px 9px;background:#fff}
.news-carousel-card{display:block;color:inherit;min-height:430px}
.news-carousel-card .article-body{display:flex;flex-direction:column;min-height:240px}
.article-read-more{display:inline-block;margin-top:auto;padding-top:14px;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.article-help-cta{
  margin-top:24px;padding:28px 32px;border:1px solid var(--line);
  background:var(--navy);color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.article-help-cta h3{margin:0 0 4px;font-size:25px}
.article-help-cta p{margin:0;color:rgba(255,255,255,.75)}
.team-consult-action{margin-top:30px}

/* Especialidades: um único CTA ao final */
.specialty-final-cta{
  grid-column:1/-1;margin-top:22px;padding:40px 30px;
  background:var(--navy);border-top:4px solid var(--gold);
  color:#fff;text-align:center;
}
.specialty-final-cta h2{margin:0 0 8px;color:#fff}
.specialty-final-cta p{margin:0 0 20px;color:rgba(255,255,255,.78)}

/* Acervo com barra lateral */
.publication-layout{
  display:grid;grid-template-columns:245px minmax(0,1fr);
  gap:30px;align-items:start;
}
.publication-sidebar{
  position:sticky;top:110px;padding:22px;background:var(--navy);
  border-top:4px solid var(--gold);color:#fff;
}
.publication-sidebar h3{margin:0 0 18px;color:#fff;font-size:25px}
.publication-sidebar h4{
  margin:24px 0 8px;color:var(--gold);font-size:10px;
  letter-spacing:.12em;text-transform:uppercase;
}
.publication-sidebar button{
  display:block;width:100%;padding:10px 0;border:0;border-bottom:1px solid rgba(255,255,255,.12);
  background:transparent;color:rgba(255,255,255,.82);
  text-align:left;cursor:pointer;font-size:12px;
}
.publication-sidebar button:hover,.publication-sidebar button.active{color:var(--gold);font-weight:800}
.publication-layout .archive-grid{grid-template-columns:1fr}
.publication-layout .archive-item{min-height:310px}
.publication-layout .archive-item.hidden{display:none}

/* Notícias clicáveis */
.article-grid a.article-card{display:block;color:inherit;transition:transform .2s ease,box-shadow .2s ease}
.article-grid a.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.article-grid a.article-card.hidden{display:none}
.article-nav{display:flex;gap:22px;align-items:center;margin-left:auto}
.article-nav a{color:#eef6f8;font-size:12px;font-weight:800}
.article-nav a:hover{color:var(--gold)}

/* Responsividade */
@media(max-width:1050px){
  #view-home .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #view-home .stats .stat:nth-child(2){border-right:0}
  #view-home .stats .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
  .carousel-card{flex-basis:calc((100% - 18px)/2)}
  .publication-layout{grid-template-columns:210px minmax(0,1fr)}
}
@media(max-width:760px){
  .whatsapp-float{right:14px;bottom:14px;width:56px;height:56px;padding:0;justify-content:center}
  .whatsapp-float span{display:none}
  #view-home .stats-grid{grid-template-columns:1fr}
  #view-home .stats .stat{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.14)}
  #view-home .stats .stat:last-child{border-bottom:0}
  .carousel-card{flex-basis:86%}
  .carousel-prev{left:-4px}.carousel-next{right:-4px}
  .carousel-arrow{width:38px;height:48px}
  .article-help-cta{display:block;text-align:center}
  .article-help-cta .btn{margin-top:18px}
  .publication-layout{grid-template-columns:1fr}
  .publication-sidebar{
    position:static;display:flex;gap:8px;overflow-x:auto;padding:14px;
    align-items:center;scrollbar-width:none;
  }
  .publication-sidebar::-webkit-scrollbar{display:none}
  .publication-sidebar h3,.publication-sidebar h4{display:none}
  .publication-sidebar button{
    flex:0 0 auto;width:auto;padding:9px 12px;border:1px solid rgba(255,255,255,.25);
    white-space:nowrap;
  }
  .article-nav{display:none}
}


/* ===============================================================
   REVISÃO FINAL DO PORTAL — JULHO/2026
   =============================================================== */

#view-home .section-dark .publication .cover{
  padding:0;background:#f4f1e9;border-right:5px solid var(--gold2);
  display:flex;align-items:center;justify-content:center;
}
#view-home .section-dark .publication .cover img{
  width:100%;height:100%;min-height:315px;object-fit:contain;object-position:center;background:#f4f1e9;
}

.home-published-block{margin-top:52px;padding-top:42px;border-top:1px solid rgba(255,255,255,.18)}
.home-published-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}
.home-published-head h3{margin:0 0 8px;color:#fff;font-size:31px}
.home-published-head p{margin:0;color:#c2d3da}
.home-published-head .text-link{border:0;background:transparent;color:var(--gold);cursor:pointer}
.home-published-carousel{align-items:stretch}
.published-card{flex:0 0 calc((100% - 36px)/3);display:flex;flex-direction:column;min-width:0;background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.2)}
.published-card-image{display:flex;align-items:center;justify-content:center;height:300px;padding:15px;background:#f2eee5;border-bottom:1px solid var(--line)}
.published-card-image img{width:100%;height:100%;object-fit:contain}
.published-card-body{display:flex;flex-direction:column;flex:1;padding:22px}
.published-card h4{margin:10px 0;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.2}
.published-author{margin:0 0 9px;color:var(--gold2);font-size:12px;font-weight:800}
.published-description{margin:0 0 12px;color:var(--muted);font-size:13px;text-align:justify}
.published-venue{margin:0 0 18px;color:#52636c;font-size:11px}
.published-card .archive-access{margin-top:auto;align-self:flex-start}
.published-mini-cta{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px;padding:18px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);text-align:center}
.published-mini-cta p{margin:0;color:#d7e3e7;font-size:13px}

.home-team .portrait,.team-detailed .portrait{height:auto!important;min-height:0!important;aspect-ratio:3/4;background:#d8d8d4!important}
.home-team .portrait img,.team-detailed .portrait img{width:100%!important;height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;opacity:1!important;filter:none!important;background:#d8d8d4}
.professional-title{margin:4px 0 12px;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.professional-areas{padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--navy)!important;font-weight:700}
.home-team .person-copy{min-height:250px}
.home-team .person-copy p{margin-bottom:18px}

.featured{color:#fff}.news-mini{display:block;color:inherit}
.news-consult-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:22px 26px;background:var(--cream);border-left:4px solid var(--gold)}
.news-consult-cta p{margin:0;color:var(--navy);font-weight:700}

#view-obras .cards .card[role="button"]{width:100%;text-align:left;cursor:pointer}
#view-obras .cards .card[role="button"]:focus-visible{outline:3px solid var(--gold);outline-offset:3px}

.archive-access{display:inline-flex;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--gold2)!important;background:#fff!important;color:var(--gold2)!important;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;opacity:1!important;visibility:visible!important}
.archive-access:hover{background:var(--gold)!important;border-color:var(--gold)!important;color:var(--navy)!important}
.publication-filter-arrow{display:none}

.footer-bottom{align-items:center}.footer-bottom a{color:var(--gold);white-space:nowrap}
.whatsapp-float{width:58px!important;height:58px!important;min-height:58px!important;padding:0!important;justify-content:center!important;border-radius:50%!important}
.whatsapp-float svg{width:31px!important;height:31px!important}

@media(max-width:1050px){.published-card{flex-basis:calc((100% - 18px)/2)}}
@media(max-width:760px){
  #view-home .section-dark .publication .cover{border-right:0;border-bottom:5px solid var(--gold2)}
  #view-home .section-dark .publication .cover img{min-height:340px;max-height:430px}
  .home-published-head{display:block}.home-published-head .text-link{margin-top:14px;padding:0}
  .published-card{flex-basis:88%}.published-card-image{height:330px}
  .published-mini-cta{display:block}.published-mini-cta .btn{margin-top:14px;width:100%}
  .news-consult-cta{display:block;text-align:center}.news-consult-cta .btn{width:100%;margin-top:16px}
  .home-team .person-copy{min-height:0}.home-team .portrait,.team-detailed .portrait{aspect-ratio:3/4}
  .publication-sidebar{position:relative;padding-right:58px!important}
  .publication-filter-arrow{display:grid;position:sticky;right:0;flex:0 0 42px;width:42px!important;height:42px;padding:0!important;place-items:center;border:1px solid var(--gold)!important;background:var(--gold)!important;color:var(--navy)!important;font-size:28px!important;line-height:1;z-index:4}
  .footer-bottom{display:grid!important;gap:8px;text-align:center}
}


/* ===============================================================
   REVISÃO V3 — CARROSSEL, EQUIPE, NEWSLETTER E CONTATO
   =============================================================== */

/* Carrossel acadêmico claro e simplificado */
.home-published-block{
  background:#fff;
  color:var(--ink);
  margin:52px -34px 0;
  padding:38px 34px 34px;
  border-top:4px solid var(--gold);
}
.home-published-head h3{color:var(--navy)}
.home-published-head p{color:var(--muted)}
.home-published-carousel-shell{margin-top:22px}
.published-card-simple{
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  box-shadow:0 10px 26px rgba(5,34,50,.06);
}
.published-card-simple .published-card-image{
  height:265px;
  padding:16px;
  background:#f3f0e8;
}
.published-card-simple .published-card-body{padding:20px}
.published-card-simple h4{
  margin:12px 0 10px;
  font-size:21px;
  line-height:1.2;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.published-card-simple .published-subject{
  margin:0 0 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-align:left;
}
.published-card-simple .archive-access{
  border:0!important;
  padding:0!important;
  background:transparent!important;
  color:var(--gold2)!important;
  font-size:10px;
}
.home-published-block .carousel-arrow{
  background:#fff;
  color:var(--gold2);
  border-color:var(--gold2);
}
.home-published-block .carousel-arrow:hover{
  background:var(--gold);
  color:var(--navy);
}
.home-published-block .published-mini-cta{
  background:var(--cream);
  border:1px solid var(--line);
}
.home-published-block .published-mini-cta p{color:var(--navy)}

/* Titulações e descrições da equipe */
.professional-title-gold{
  color:var(--gold2)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
}
.professional-text-justified{
  text-align:justify!important;
  text-justify:inter-word;
  hyphens:auto;
  word-spacing:normal!important;
}
.home-team .person-copy > p{
  line-height:1.65;
}

/* Newsletter */
.newsletter-signup{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);
  gap:34px;
  align-items:center;
  margin-top:30px;
  padding:30px;
  background:var(--navy);
  border-top:4px solid var(--gold);
  color:#fff;
}
.newsletter-copy h3{
  margin:0 0 8px;
  color:#fff;
  font:700 28px/1.15 Georgia,"Times New Roman",serif;
}
.newsletter-copy p{margin:0;color:rgba(255,255,255,.76);line-height:1.6}
.newsletter-form{min-width:0}
.newsletter-row{display:flex;gap:10px}
.newsletter-row input{
  min-width:0;
  flex:1;
  min-height:48px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.25);
  background:#fff;
  color:var(--ink);
}
.newsletter-row .btn{white-space:nowrap}
.newsletter-consent{
  display:block;
  margin-top:11px;
  color:rgba(255,255,255,.72);
  font-size:11px;
  line-height:1.5;
}
.newsletter-consent input{margin-right:5px}
.newsletter-consent a{color:var(--gold)}
.newsletter-status{min-height:22px;margin-top:8px;font-size:12px}
.newsletter-status.success{color:#9ee4ba}
.newsletter-status.error{color:#ffc1c1}
#view-noticias .newsletter-signup{margin:34px 0 0}

/* Formulário de contato com WhatsApp */
#contact-form .btn[type="submit"]::before{content:""}
#contact-form select,
#contact-form input,
#contact-form textarea{font:inherit}

@media(max-width:900px){
  .newsletter-signup{grid-template-columns:1fr}
}
@media(max-width:760px){
  .home-published-block{margin:38px -18px 0;padding:30px 18px}
  .published-card-simple{flex-basis:86%}
  .published-card-simple .published-card-image{height:300px}
  .newsletter-signup{padding:24px 18px}
  .newsletter-row{display:grid}
  .newsletter-row .btn{width:100%}
}


/* ===============================================================
   TESTE V4 — CARROSSEL, EQUIPE, NOTIFICAÇÕES E GOOGLE ADS
   =============================================================== */
.unified-works-carousel{align-items:stretch;padding-bottom:22px}
.unified-works-carousel .work-card{flex:0 0 calc((100% - 22px)/2);display:grid;grid-template-columns:38% 62%;min-height:330px;background:#fff;color:var(--ink);border:1px solid rgba(255,255,255,.24);scroll-snap-align:start;overflow:hidden}
.work-card-image{display:flex;align-items:center;justify-content:center;padding:16px;background:#f3efe6;border-right:4px solid var(--gold2)}
.work-card-image img{width:auto;height:auto;max-width:100%;max-height:300px;object-fit:contain;object-position:center}
.work-card-copy{display:flex;flex-direction:column;padding:24px;min-width:0}
.work-card-category{color:var(--gold2);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.work-card-copy h3{margin:10px 0 12px;color:var(--navy);font:700 24px/1.08 Georgia,"Times New Roman",serif}
.work-card-author{margin:0 0 8px;color:#4d626c;font-size:12px;font-weight:700}
.work-card-date{margin:0;color:#6a7a82;font-size:11px}
.work-card-more{margin-top:auto;align-self:flex-start;padding:8px 0;border:0;background:transparent;color:var(--gold2);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.work-card-more:hover{text-decoration:underline}
.archive-item.publication-highlight{outline:4px solid var(--gold);outline-offset:4px;box-shadow:0 18px 42px rgba(7,45,66,.18)}

/* Equipe com títulos dourados, texto justificado e botões alinhados */
#view-home .home-team{align-items:stretch}
#view-home .home-team .person.team-card-equal{display:flex;flex-direction:column;height:100%}
#view-home .home-team .team-copy-equal{display:flex;flex:1;flex-direction:column;height:100%}
#view-home .home-team .team-more-aligned{margin-top:auto!important;align-self:flex-start}
.professional-title-gold{color:var(--gold2)!important;font-weight:800!important}
.professional-text-justified{text-align:justify!important;text-align-last:left;hyphens:auto;-webkit-hyphens:auto;word-spacing:normal!important}
#view-home .home-team .person-copy p{line-height:1.65}
.team-final-cta{margin-top:48px;padding:38px 28px;border-top:4px solid var(--gold);background:var(--navy);color:#fff;text-align:center}
.team-final-cta h2{margin:0 0 8px;color:#fff}
.team-final-cta p{margin:0 0 20px;color:rgba(255,255,255,.78)}

/* Notificações no navegador */









/* Consentimento Google */





@media(max-width:900px){
  .unified-works-carousel .work-card{flex-basis:86%;grid-template-columns:40% 60%}
  
}
@media(max-width:620px){
  .unified-works-carousel .work-card{flex-basis:92%;grid-template-columns:1fr}
  .work-card-image{height:300px;border-right:0;border-bottom:4px solid var(--gold2)}
  .work-card-copy h3{font-size:22px}
}


/* ==================================================================
   V5.1 — CARROSSEL DE OBRAS REFEITO
   ================================================================== */
#view-home .unified-works-shell{
  position:relative;
  margin-top:28px;
  padding:0 30px;
}
#view-home .unified-works-carousel{
  display:flex;
  gap:24px;
  align-items:stretch;
  overflow-x:auto;
  padding:2px 2px 18px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  overscroll-behavior-inline:contain;
  scrollbar-width:none;
}
#view-home .unified-works-carousel::-webkit-scrollbar{display:none}
#view-home .unified-works-carousel .work-card{
  flex:0 0 calc((100% - 24px)/2);
  min-width:0;
  min-height:310px;
  display:grid;
  grid-template-columns:minmax(150px,34%) minmax(0,66%);
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 26px rgba(0,0,0,.13);
  overflow:hidden;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
#view-home .work-card-image{
  min-width:0;
  padding:18px 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f4f0e7;
  border-right:4px solid var(--gold2);
}
#view-home .work-card-image img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:274px;
  object-fit:contain;
  object-position:center;
}
#view-home .work-card-copy{
  min-width:0;
  padding:25px 24px 22px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
#view-home .work-card-category{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 8px;
  border:1px solid var(--gold2);
  color:var(--gold2);
  background:#fff;
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase;
}
#view-home .work-card-copy h3{
  margin:12px 0 14px;
  color:var(--navy);
  font:700 clamp(20px,1.65vw,27px)/1.08 Georgia,"Times New Roman",serif;
  overflow-wrap:anywhere;
}
#view-home .work-card-author{
  margin:0 0 8px;
  color:#304a58;
  font-size:12px;
  font-weight:700;
  line-height:1.45;
}
#view-home .work-card-date{
  margin:0 0 18px;
  color:#687a83;
  font-size:11px;
  line-height:1.4;
}
#view-home .work-card-more{
  margin-top:auto;
  padding:8px 0 5px;
  border:0;
  border-bottom:1px solid transparent;
  background:transparent;
  color:var(--gold2);
  font:900 11px/1.2 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,transform .18s ease;
}
#view-home .work-card-more:hover,
#view-home .work-card-more:focus-visible{
  color:var(--navy);
  border-bottom-color:var(--gold2);
  transform:translateX(2px);
  outline:none;
}
#view-home .unified-works-shell > .carousel-arrow{
  position:absolute;
  top:50%;
  z-index:20;
  width:42px;
  height:54px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid var(--gold);
  background:var(--navy);
  color:var(--gold);
  box-shadow:0 8px 24px rgba(0,0,0,.24);
  cursor:pointer;
  font:400 31px/1 Georgia,"Times New Roman",serif;
  transition:background .18s ease,color .18s ease,opacity .18s ease;
}
#view-home .unified-works-shell > .carousel-prev{left:0}
#view-home .unified-works-shell > .carousel-next{right:0}
#view-home .unified-works-shell > .carousel-arrow:hover,
#view-home .unified-works-shell > .carousel-arrow:focus-visible{
  background:var(--gold);
  color:var(--navy);
  outline:none;
}
#view-home .unified-works-shell > .carousel-arrow.is-disabled{
  opacity:.32;
  pointer-events:none;
}
.carousel-status{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.archive-item.publication-highlight{
  animation:publicationPulse 1.1s ease 2;
  outline:4px solid var(--gold);
  outline-offset:5px;
  box-shadow:0 18px 44px rgba(7,45,66,.22);
}
@keyframes publicationPulse{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@media(max-width:1080px){
  #view-home .unified-works-carousel .work-card{
    flex-basis:78%;
    grid-template-columns:minmax(180px,36%) minmax(0,64%);
  }
}
@media(max-width:760px){
  #view-home .unified-works-shell{padding:0 22px}
  #view-home .unified-works-carousel{gap:16px}
  #view-home .unified-works-carousel .work-card{
    flex-basis:92%;
    grid-template-columns:minmax(120px,37%) minmax(0,63%);
    min-height:285px;
  }
  #view-home .work-card-image{padding:14px 10px}
  #view-home .work-card-image img{max-height:245px}
  #view-home .work-card-copy{padding:20px 16px 18px}
  #view-home .work-card-copy h3{font-size:20px}
  #view-home .unified-works-shell > .carousel-arrow{width:36px;height:48px}
}
@media(max-width:500px){
  #view-home .unified-works-shell{padding:0 17px}
  #view-home .unified-works-carousel .work-card{
    flex-basis:94%;
    grid-template-columns:1fr;
  }
  #view-home .work-card-image{
    height:265px;
    border-right:0;
    border-bottom:4px solid var(--gold2);
  }
  #view-home .work-card-image img{max-height:235px}
  #view-home .work-card-copy{min-height:250px}
}


/* ===============================================================
   VERSÃO 7.0 — PADRONIZAÇÃO DOS CARDS DA EQUIPE
   =============================================================== */
#view-home .home-team .person{
  display:flex;
  flex-direction:column;
  height:100%;
}
#view-home .home-team .team-copy-uniform{
  display:grid!important;
  grid-template-rows:
    minmax(58px,auto)
    30px
    minmax(116px,auto)
    auto;
  align-content:start;
  flex:1;
  height:100%;
}
#view-home .home-team .team-copy-uniform > h3{
  align-self:start;
  min-height:58px;
  margin:0 0 6px;
}
#view-home .home-team .team-title-row{
  display:flex;
  align-items:flex-start;
  min-height:30px;
  margin:0!important;
  color:var(--gold2)!important;
  font-weight:900!important;
}
#view-home .home-team .team-title-empty{
  visibility:hidden;
}
#view-home .home-team .team-areas-row{
  min-height:116px;
  margin:0!important;
  padding:10px 0 16px;
  text-align:justify!important;
  text-align-last:left;
  hyphens:auto;
  overflow-wrap:normal;
  word-break:normal;
  line-height:1.6!important;
}
#view-home .home-team .team-more{
  align-self:end;
  justify-self:start;
  margin-top:0!important;
}

/* Mantém as mesmas áreas e o dourado também na aba completa da equipe. */
#view-equipe .team-detailed .team-title-row{
  display:block;
  min-height:22px;
  color:var(--gold2)!important;
  font-weight:900!important;
}
#view-equipe .team-detailed .team-title-empty{
  visibility:hidden;
}
#view-equipe .team-detailed .team-areas-row{
  text-align:justify!important;
  text-align-last:left;
  hyphens:auto;
  line-height:1.6!important;
}

@media(max-width:760px){
  #view-home .home-team .team-copy-uniform{
    grid-template-rows:
      auto
      28px
      auto
      auto;
  }
  #view-home .home-team .team-copy-uniform > h3{
    min-height:0;
  }
  #view-home .home-team .team-areas-row{
    min-height:0;
  }
}


/* ===============================================================
   VERSÃO 8.0 — OBRAS E PUBLICAÇÕES
   =============================================================== */
#view-obras .section-dark{
  padding-top:62px;
  padding-bottom:72px;
}
.works-featured-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:28px;
}
.works-featured-head h2{
  margin:5px 0 8px;
  color:#fff;
}
.works-featured-head p{
  margin:0;
  color:#c8d7dd;
}
.works-carousel-status{
  color:var(--gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.works-featured-carousel{
  gap:20px;
  padding-bottom:12px;
}
.works-featured-card{
  flex:0 0 calc((100% - 20px)/2);
  display:grid;
  grid-template-columns:38% 62%;
  min-height:330px;
  overflow:hidden;
  background:#fff;
  color:var(--ink);
  border:1px solid rgba(255,255,255,.22);
  scroll-snap-align:start;
}
.works-featured-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:18px;
  background:#f2eee5;
  border-right:4px solid var(--gold2);
}
.works-featured-image img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:292px;
  object-fit:contain;
  object-position:center;
}
.works-featured-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:28px 26px;
}
.works-featured-category{
  align-self:flex-start;
  padding:6px 9px;
  border:1px solid var(--gold2);
  color:var(--gold2);
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.works-featured-card h3{
  margin:16px 0 12px;
  color:var(--navy);
  font:700 clamp(20px,2vw,28px)/1.12 Georgia,"Times New Roman",serif;
}
.works-featured-author{
  margin:0 0 8px;
  color:#435964;
  font-size:12px;
  font-weight:700;
}
.works-featured-year{
  margin:0 0 20px;
  color:var(--gold2);
  font-size:11px;
  font-weight:800;
}
.works-featured-more{
  align-self:flex-start;
  margin-top:auto;
  padding:9px 0;
  border:0;
  background:transparent;
  color:var(--navy);
  cursor:pointer;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.works-featured-more:hover{
  color:var(--gold2);
}
#view-obras .publication-highlight{
  animation:publication-highlight-v8 1.2s ease;
  box-shadow:0 0 0 4px rgba(217,189,115,.7),0 16px 38px rgba(4,30,44,.2);
}
@keyframes publication-highlight-v8{
  0%{transform:scale(.985)}
  55%{transform:scale(1.01)}
  100%{transform:scale(1)}
}

@media(max-width:980px){
  .works-featured-card{
    flex-basis:82%;
    grid-template-columns:40% 60%;
  }
}
@media(max-width:680px){
  .works-featured-head{
    display:block;
  }
  .works-carousel-status{
    display:block;
    margin-top:12px;
  }
  .works-featured-card{
    flex-basis:92%;
    grid-template-columns:1fr;
  }
  .works-featured-image{
    min-height:310px;
    border-right:0;
    border-bottom:4px solid var(--gold2);
  }
  .works-featured-image img{
    max-height:280px;
  }
  .works-featured-copy{
    min-height:290px;
    padding:24px 22px;
  }
}


/* ===============================================================
   VERSÃO 9.0 — CARROSSEL INFINITO E VEÍCULOS PADRONIZADOS
   =============================================================== */
.works-featured-description{
  margin:0 0 14px;
  color:#51656f;
  font-size:12px;
  line-height:1.55;
  text-align:justify;
  text-align-last:left;
  hyphens:auto;
}
[data-carousel-loop="true"]{
  scroll-behavior:smooth;
}
[data-carousel-loop="true"] + .carousel-arrow,
.carousel-shell:has([data-carousel-loop="true"]) .carousel-arrow{
  opacity:1!important;
  pointer-events:auto!important;
}


/* ===============================================================
   VERSÃO 10.0 — MINI DESCRIÇÕES NOS DOIS CARROSSÉIS
   =============================================================== */

/* Carrossel da página inicial */
#view-home .work-card-description{
  display:-webkit-box;
  min-height:58px;
  margin:0 0 12px;
  overflow:hidden;
  color:#526771;
  font-size:12px;
  line-height:1.55;
  text-align:justify;
  text-align-last:left;
  hyphens:auto;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}

#view-home .work-card-date{
  margin-top:0;
}

#view-home .work-card-copy{
  min-height:350px;
}

/* Carrossel da aba Obras */
#view-obras .works-featured-description{
  display:-webkit-box;
  min-height:58px;
  margin:0 0 14px;
  overflow:hidden;
  color:#51656f;
  font-size:12px;
  line-height:1.55;
  text-align:justify;
  text-align-last:left;
  hyphens:auto;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}

#view-obras .works-featured-copy{
  min-height:350px;
}

@media(max-width:680px){
  #view-home .work-card-copy,
  #view-obras .works-featured-copy{
    min-height:0;
  }

  #view-home .work-card-description,
  #view-obras .works-featured-description{
    min-height:0;
    -webkit-line-clamp:4;
    line-clamp:4;
  }
}


/* ===============================================================
   VERSÃO 11.0 — NOTIFICAÇÕES E OBRAS
   =============================================================== */
.visually-hidden{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

#view-obras .section-dark{
  padding-top:48px;
}

#view-obras .works-featured-shell{
  margin-top:0;
}

.browser-notifications 





@media(max-width:760px){
  #view-obras .section-dark{
    padding-top:36px;
  }
}


/* ===============================================================
   VERSÃO 12.0 — COOKIES, TAGS E CARD FINAL DO ACERVO
   =============================================================== */
.work-card-archive-cta{
  background:
    linear-gradient(145deg,rgba(217,189,115,.2),rgba(8,45,66,.08)),
    #fff;
}
.work-card-archive-inner{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  min-height:350px;
  padding:38px;
  color:var(--navy);
}
.archive-cta-symbol{
  display:grid;
  width:86px;
  height:86px;
  margin:22px 0;
  place-items:center;
  border:1px solid var(--gold2);
  color:var(--gold2);
  font:700 52px/1 Georgia,"Times New Roman",serif;
}
.work-card-archive-cta h3{
  margin:0 0 14px;
  font:700 34px/1.08 Georgia,"Times New Roman",serif;
}
.work-card-archive-cta p{
  max-width:470px;
  margin:0 0 24px;
  color:#526771;
  line-height:1.6;
}















.footer-privacy-button{
  padding:0;
  border:0;
  background:transparent;
  color:var(--gold);
  cursor:pointer;
  font:inherit;
}
.footer-privacy-button:hover,
.footer-privacy-button:focus-visible{text-decoration:underline}
@media(max-width:680px){
  .work-card-archive-inner{min-height:390px;padding:28px 22px}
  .work-card-archive-cta h3{font-size:28px}
  
  
  
}


/* ===============================================================
   VERSÃO 13.0 — BOTÃO FINAL DO CARROSSEL DE OBRAS
   =============================================================== */

/* O card grande da versão anterior deixa de existir. */
.work-card-archive-cta,
.work-card-archive-inner,
.archive-cta-symbol{
  display:none!important;
}

#view-home .work-carousel-more{
  flex:0 0 230px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:350px;
  padding:24px;
  background:transparent;
  border:0;
  scroll-snap-align:start;
}

#view-home .work-carousel-more-button{
  min-width:160px;
  padding:16px 24px;
  white-space:nowrap;
}

@media(max-width:680px){
  #view-home .work-carousel-more{
    flex-basis:72%;
    min-height:390px;
  }

  #view-home .work-carousel-more-button{
    width:100%;
  }
}


/* ===============================================================
   VERSÃO 14.0 — FAIXA DISCRETA DE COOKIES
   =============================================================== */
.cookie-footer-bar[hidden]{
  display:none!important;
}

.cookie-footer-bar{
  position:fixed;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  max-width:1080px;
  margin:0 auto;
  padding:13px 16px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(8,45,66,.18);
  border-left:4px solid var(--gold);
  box-shadow:0 10px 30px rgba(3,25,37,.18);
  backdrop-filter:blur(8px);
}

.cookie-footer-copy{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px 12px;
  min-width:0;
}

.cookie-footer-copy p{
  margin:0;
  color:var(--navy);
  font-size:13px;
  font-weight:700;
}

.cookie-footer-copy a{
  color:var(--gold2);
  font-size:11px;
  font-weight:800;
  text-decoration:underline;
  white-space:nowrap;
}

.cookie-footer-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}

.cookie-button{
  min-height:38px;
  padding:9px 14px;
  border-radius:0;
  cursor:pointer;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
}

.cookie-button-accept{
  border:1px solid var(--gold);
  background:var(--gold);
  color:var(--navy);
}

.cookie-button-accept:hover,
.cookie-button-accept:focus-visible{
  background:#cfae58;
}

.cookie-button-essential{
  border:1px solid var(--navy);
  background:#fff;
  color:var(--navy);
}

.cookie-button-essential:hover,
.cookie-button-essential:focus-visible{
  background:var(--navy);
  color:#fff;
}

@media(max-width:760px){
  .cookie-footer-bar{
    left:10px;
    right:10px;
    bottom:10px;
    display:block;
    padding:13px;
  }

  .cookie-footer-copy{
    display:block;
  }

  .cookie-footer-copy a{
    display:inline-block;
    margin-top:5px;
  }

  .cookie-footer-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:11px;
  }

  .cookie-button{
    width:100%;
    white-space:normal;
  }
}

@media(max-width:430px){
  .cookie-footer-actions{
    grid-template-columns:1fr;
  }
}


/* ===============================================================
   VERSÃO 15.0 — AJUSTES INSTITUCIONAIS, CTAs E NOVO ARTIGO
   =============================================================== */
.specialty-consultation-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
  padding:22px 24px;
  background:#f4efe4;
  border-left:4px solid var(--gold);
}

.specialty-consultation-cta p{
  margin:0;
  color:var(--navy);
  font-weight:800;
}

.specialty-consultation-cta .btn{
  flex:0 0 auto;
}

.cross-portal-cta{
  padding-top:0;
  background:#fff;
}

.cross-portal-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:42px;
  overflow:hidden;
  padding:42px 48px;
  background:
    linear-gradient(135deg,rgba(217,189,115,.08),transparent 38%),
    var(--navy);
  border-top:4px solid var(--gold);
  color:#fff;
}

.cross-portal-card::after{
  content:"";
  position:absolute;
  right:-75px;
  bottom:-95px;
  width:240px;
  height:240px;
  border:1px solid rgba(217,189,115,.3);
  transform:rotate(45deg);
}

.cross-portal-copy{
  position:relative;
  z-index:1;
}

.cross-portal-copy h2{
  max-width:820px;
  margin:8px 0 12px;
  color:#fff;
  font-size:clamp(30px,4vw,48px);
}

.cross-portal-copy p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.65;
}

.cross-portal-button{
  position:relative;
  z-index:1;
  min-width:250px;
}

.article-card-new{
  border-top:4px solid var(--gold);
}

.article-card-subtitle,
.featured-subtitle{
  margin:-4px 0 10px!important;
  color:#6a7880!important;
  font-size:13px!important;
  font-style:italic;
  line-height:1.45!important;
}

.featured-cyber{
  background:
    linear-gradient(135deg,rgba(5,36,51,.96),rgba(8,45,66,.82)),
    url("/assets/images/escritorio-hero.webp") center/cover;
}

.featured-cyber .featured-subtitle{
  color:rgba(255,255,255,.72)!important;
}

@media(max-width:820px){
  .specialty-consultation-cta{
    display:block;
  }

  .specialty-consultation-cta .btn{
    display:block;
    width:100%;
    margin-top:15px;
    text-align:center;
  }

  .cross-portal-card{
    grid-template-columns:1fr;
    padding:34px 26px;
  }

  .cross-portal-button{
    width:100%;
    min-width:0;
  }
}


/* ===============================================================
   VERSÃO 16.0 — PORTAL ENXUTO E ARTIGO SOBRE PROVA DIGITAL
   =============================================================== */
.article-card-authors,
.featured-authors{
  margin:0 0 9px!important;
  color:#7d6840!important;
  font-size:11px!important;
  font-weight:800;
  line-height:1.45!important;
}

.featured-digital-evidence{
  background:
    linear-gradient(135deg,rgba(5,36,51,.97),rgba(8,45,66,.84)),
    url("/assets/images/escritorio-hero.webp") center/cover;
}

.featured-digital-evidence .featured-subtitle,
.featured-digital-evidence .featured-authors{
  color:rgba(255,255,255,.74)!important;
}

.article-art-digital{
  background:
    linear-gradient(145deg,rgba(217,189,115,.22),rgba(8,45,66,.12)),
    #f8f5ee;
  color:var(--navy);
  border-bottom:1px solid #e6dece;
}

.news-mini-portal{
  width:100%;
  border:0;
  border-left:4px solid var(--gold);
  background:#f4efe4;
  text-align:left;
  cursor:pointer;
}

.news-mini-portal:hover,
.news-mini-portal:focus-visible{
  background:#eee4d0;
}


/* ===============================================================
   VERSÃO 17.0 — NOVO ARTIGO E PADRÃO EDITORIAL
   =============================================================== */
.article-art-family{
  background:
    linear-gradient(145deg,rgba(217,189,115,.24),rgba(8,45,66,.10)),
    #f8f5ee;
  color:var(--navy);
  border-bottom:1px solid #e6dece;
}

.featured-family-home{
  background:
    linear-gradient(135deg,rgba(5,36,51,.97),rgba(8,45,66,.82)),
    url("/assets/images/escritorio-hero.webp") center/cover;
}

.featured-family-home .featured-subtitle,
.featured-family-home .featured-authors{
  color:rgba(255,255,255,.75)!important;
}


/* ===============================================================
   VERSÃO 21.0 — CARROSSEL, AUTORES, ESPECIALIDADES E GOVERNANÇA
   =============================================================== */

/* Obras da Home: o CTA permanece obrigatoriamente como último item. */
#view-home [data-carousel="works"]{
  align-items:stretch;
}
#view-home [data-carousel="works"] > .carousel-card{
  order:initial;
}
#view-home .work-carousel-more{
  flex:0 0 190px;
  min-height:100%;
  align-self:stretch;
  padding:24px 18px;
}
#view-home .work-carousel-more-button{
  min-width:150px;
}

/* Autoria uniforme nos cards do Portal Jurídico. */
.article-card-authors{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:5px 7px;
  margin:2px 0 10px!important;
  color:var(--navy)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.article-author-label{
  color:var(--gold2);
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.article-author-names,
.article-author-person{
  color:var(--navy);
  font-weight:800;
}
.news-mini-authors{
  margin:5px 0 7px;
  color:#7d6840;
  font-size:10px;
  font-weight:800;
  line-height:1.45;
}
.article-byline{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:7px 10px;
  margin-bottom:5px;
}
.article-byline-label{
  color:#d9bd73;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.article-byline-names{
  color:#fff;
  font-size:15px;
  font-weight:850;
}
.article-publication-meta{
  color:rgba(255,255,255,.72);
  font-size:12px;
}

/* Direito Penal: todos os subtópicos na mesma grade e leitura natural. */
#especialidade-penal .specialty-topics{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:1fr;
  align-items:stretch;
}
#especialidade-penal .specialty-topic,
#especialidade-penal .specialty-topic.wide{
  grid-column:auto!important;
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
}
#especialidade-penal .specialty-topic p{
  text-align:left!important;
  text-justify:auto!important;
  line-height:1.72;
}

/* Entrada institucional ao final de Quem Somos. */
.governance-entry{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  margin-top:52px;
  padding:38px 42px;
  background:
    linear-gradient(135deg,rgba(217,189,115,.08),transparent 42%),
    var(--navy);
  border-top:4px solid var(--gold);
  color:#fff;
}
.governance-entry h2{
  margin:7px 0 10px;
  color:#fff;
  font-size:clamp(29px,4vw,44px);
}
.governance-entry p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.7;
}
.governance-entry .btn{
  min-width:245px;
}

/* Rodapé institucional. */
.footer [data-governance-footer]{
  display:block;
  margin-top:8px;
  color:inherit;
  font-size:13px;
}
.footer [data-governance-footer]:hover,
.footer [data-governance-footer]:focus-visible{
  color:var(--gold);
}

/* Página Governança e Integridade. */
.governance-hero{
  position:relative;
  overflow:hidden;
  padding:82px 0 64px;
  background:var(--navy);
  border-bottom:4px solid var(--gold);
  color:#fff;
}
.governance-hero::after{
  content:"";
  position:absolute;
  right:-80px;
  top:-160px;
  width:420px;
  height:420px;
  border:1px solid rgba(217,189,115,.24);
  transform:rotate(45deg);
}
.governance-hero .container{
  position:relative;
  z-index:1;
}
.governance-hero h1{
  max-width:900px;
  margin:12px 0;
  color:#fff;
  font:700 clamp(42px,6vw,72px)/1.04 Georgia,"Times New Roman",serif;
}
.governance-hero p{
  max-width:850px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.7;
}
.governance-intro{
  max-width:900px;
  margin-bottom:38px;
}
.governance-intro h2{
  margin:8px 0 12px;
  font-size:clamp(32px,4vw,48px);
}
.governance-intro p{
  font-size:17px;
  line-height:1.75;
}
.ethics-document-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.ethics-document-card{
  display:grid;
  grid-template-columns:minmax(185px,34%) minmax(0,1fr);
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e3dacb;
  border-top:4px solid var(--gold);
  box-shadow:0 15px 40px rgba(8,45,66,.08);
}
.ethics-document-preview{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:24px 18px;
  background:#f3eee4;
}
.ethics-document-preview img{
  width:100%;
  max-width:230px;
  height:auto;
  border:1px solid rgba(8,45,66,.12);
  box-shadow:0 12px 26px rgba(8,45,66,.14);
}
.ethics-document-copy{
  padding:30px 28px;
}
.ethics-document-label{
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.ethics-document-copy h2{
  margin:9px 0 12px;
  color:var(--navy);
  font-size:27px;
  line-height:1.16;
}
.ethics-document-copy p{
  color:var(--muted);
  font-size:14px;
  line-height:1.68;
}
.ethics-document-scope{
  color:var(--navy)!important;
  font-weight:800;
}
.ethics-document-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:21px;
}
.ethics-document-actions .btn{
  min-width:145px;
  text-align:center;
}
.integrity-channel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:38px;
  margin-top:42px;
  padding:38px 42px;
  background:var(--navy);
  border-top:4px solid var(--gold);
  color:#fff;
}
.integrity-channel h2{
  margin:7px 0 10px;
  color:#fff;
}
.integrity-channel p{
  max-width:800px;
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.7;
}
.governance-note{
  margin-top:28px;
  padding:23px 26px;
  background:#f4efe4;
  border-left:4px solid var(--gold);
}
.governance-note strong{
  color:var(--navy);
}
.governance-note p{
  margin:7px 0 0;
  color:var(--muted);
  line-height:1.65;
}

@media(max-width:1060px){
  .ethics-document-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  #especialidade-penal .specialty-topics{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }
  .governance-entry,
  .integrity-channel{
    grid-template-columns:1fr;
    padding:31px 25px;
  }
  .governance-entry .btn,
  .integrity-channel .btn{
    width:100%;
    min-width:0;
    text-align:center;
  }
  .ethics-document-card{
    grid-template-columns:1fr;
  }
  .ethics-document-preview{
    padding:24px;
  }
  .ethics-document-preview img{
    max-width:260px;
  }
}


/* V23 — rotas SEO sem alteração da identidade visual V21 */
.nav a{border:0;background:transparent;color:#eef6f8;padding:31px 10px 29px;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.035em;position:relative;white-space:nowrap}
.nav a:hover,.nav a.active{color:var(--gold)}
.nav a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:0;height:3px;background:var(--gold)}
.specialty-route-panel{background:#fff;border:1px solid var(--line);box-shadow:0 9px 24px rgba(8,45,66,.065);overflow:hidden}
.specialty-route-link{display:block;background:linear-gradient(90deg,#fff,var(--cream));color:inherit}
.specialty-route-link .specialty-card-heading{padding:24px 28px;position:relative}
.specialty-route-link .specialty-card-heading:after{content:"→";display:grid;place-items:center;position:absolute;right:28px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:1px solid var(--gold2);color:var(--gold2);font-family:Arial,sans-serif;font-size:18px}
.specialty-route-link:hover{background:var(--cream)}
.specialty-standalone-panel>summary{cursor:default}
.specialty-standalone-panel>summary::after{display:none}
.specialty-breadcrumb{margin-bottom:20px;color:#7f8c93;font-size:12px}
.specialty-breadcrumb a{color:var(--gold2);font-weight:900}
.page-noticias .article-grid{align-items:stretch}
.page-noticias .article-card{display:flex;flex-direction:column;height:100%;border-top:4px solid var(--gold)}
.page-noticias .article-body{display:flex;flex:1;flex-direction:column}
.page-noticias .article-read-more{margin-top:auto;color:var(--gold2);font-size:12px;font-weight:900;text-transform:uppercase}
.page-noticias .article-card-authors{color:#8b6322!important;font-weight:850}
@media(max-width:1050px){.nav a{font-size:11px;padding-left:7px;padding-right:7px}}
@media(max-width:800px){.nav a{padding:12px 5px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.nav a.active:after{display:none}.specialty-route-link .specialty-card-heading{padding-right:75px}}


/* ===============================================================
   VERSÃO 24.0 — AJUSTES VISUAIS PONTUAIS
   Mantém integralmente a identidade visual e a estrutura SEO da V23.
   =============================================================== */

/* ---------------------------------------------------------------
   1. ESPECIALIDADES — cartão compacto no padrão institucional
   --------------------------------------------------------------- */
.page-especialidades #view-especialidades .specialty-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.page-especialidades .specialty-route-panel{
  min-width:0;
  min-height:250px;
  background:#fff;
  border:1px solid var(--line);
  border-top:3px solid var(--gold);
  box-shadow:none;
  overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.page-especialidades .specialty-route-panel:hover{
  border-color:rgba(184,138,61,.58);
  border-top-color:var(--gold);
  box-shadow:0 12px 28px rgba(8,45,66,.075);
  transform:translateY(-2px);
}

.page-especialidades .specialty-route-link{
  display:block;
  height:100%;
  min-height:247px;
  background:#fff;
  color:inherit;
}

.page-especialidades .specialty-route-link:hover,
.page-especialidades .specialty-route-link:focus-visible{
  background:#fff;
}

.page-especialidades .specialty-route-link .specialty-card-heading{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  height:100%;
  min-height:247px;
  padding:20px 18px 22px;
  position:relative;
}

.page-especialidades .specialty-route-link .specialty-card-heading::after{
  display:none!important;
  content:none!important;
}

.page-especialidades .specialty-card-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(184,138,61,.48);
  color:var(--gold2);
  background:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1;
}

.page-especialidades .specialty-card-heading h3{
  margin:15px 0 8px;
  color:var(--navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:25px;
  font-weight:700;
  line-height:1.16;
}

.page-especialidades .specialty-card-heading p{
  margin:0 0 16px;
  color:var(--muted);
  font-family:Arial,Helvetica,sans-serif;
  font-size:12.5px;
  line-height:1.62;
  text-align:left;
}

.page-especialidades .specialty-more{
  display:inline-flex;
  align-items:center;
  margin-top:auto;
  padding:6px 8px;
  border:1px solid rgba(184,138,61,.55);
  color:var(--gold2);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.045em;
  line-height:1;
  text-transform:uppercase;
}

.page-especialidades .specialty-route-link:hover .specialty-more,
.page-especialidades .specialty-route-link:focus-visible .specialty-more{
  background:var(--gold);
  border-color:var(--gold);
  color:var(--navy);
}

/* ---------------------------------------------------------------
   2. RODAPÉ — quatro colunas estáveis, sem sobreposição
   --------------------------------------------------------------- */
.footer .footer-grid{
  display:grid;
  grid-template-columns:1.25fr .78fr .88fr 1.04fr;
  align-items:start;
  gap:32px;
}

.footer .footer-column{
  min-width:0;
}

.footer .footer-column h4{
  margin:0 0 13px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  line-height:1.25;
}

.footer .footer-column>a,
.footer .footer-column>button{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 7px;
  padding:0;
  border:0;
  background:transparent;
  color:#b9cbd2;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:1.42;
  text-align:left;
  cursor:pointer;
}

.footer .footer-column>a:hover,
.footer .footer-column>a:focus-visible,
.footer .footer-column>button:hover,
.footer .footer-column>button:focus-visible{
  color:var(--gold);
}

.footer .footer-brand-column p{
  max-width:245px;
  margin:0;
  color:#aebfc7;
  line-height:1.62;
}

.footer .footer-contact p{
  margin:0 0 12px;
  color:#aebfc7;
  line-height:1.62;
}

.footer .footer-contact p a{
  display:inline;
  margin:0;
  color:#aebfc7;
  line-height:inherit;
  overflow-wrap:anywhere;
}

.footer .footer-contact p a:hover,
.footer .footer-contact p a:focus-visible{
  color:var(--gold);
}

/* ---------------------------------------------------------------
   3. NOTÍCIAS — rótulo e nomes dos autores em dourado
   --------------------------------------------------------------- */
.page-noticias .article-card-authors,
.page-noticias .article-card-authors .article-author-label,
.page-noticias .article-card-authors .article-author-names,
.page-noticias .article-card-authors .article-author-person,
.page-noticias .article-card-authors [itemprop="name"]{
  color:var(--gold2)!important;
}

.page-noticias .article-card-authors .article-author-names,
.page-noticias .article-card-authors .article-author-person{
  font-weight:850;
}

@media(max-width:1050px){
  .footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 42px;
  }
}

@media(max-width:760px){
  .page-especialidades #view-especialidades .specialty-list{
    grid-template-columns:1fr;
  }

  .page-especialidades .specialty-route-panel,
  .page-especialidades .specialty-route-link,
  .page-especialidades .specialty-route-link .specialty-card-heading{
    min-height:0;
  }
}

@media(max-width:560px){
  .footer .footer-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .footer .footer-column>a,
  .footer .footer-column>button{
    width:fit-content;
  }
}


/* ===============================================================
   VERSÃO 25.0 — CÓDIGOS DE ÉTICA FINAIS
   =============================================================== */
.ethics-document-version{
  display:inline-flex;
  margin:2px 0 12px!important;
  padding:5px 8px;
  border:1px solid rgba(184,138,61,.42);
  color:var(--gold2)!important;
  background:#fbf8f1;
  font-size:10px!important;
  font-weight:900;
  letter-spacing:.055em;
  line-height:1.2!important;
  text-transform:uppercase;
}


/* ===============================================================
   VERSÃO 26.0 — ROTAS DA EQUIPE E AJUSTES INSTITUCIONAIS
   =============================================================== */
.home-team .person[data-team-profile]{
  cursor:pointer;
}
.home-team .person[data-team-profile]:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:4px;
}
.team-detailed .person[id]{
  scroll-margin-top:120px;
}
.team-detailed .person.team-profile-highlight{
  box-shadow:0 0 0 3px rgba(217,189,115,.72),0 18px 42px rgba(8,45,66,.12);
}


/* ===============================================================
   VERSÃO 29.0 — OTIMIZAÇÃO PAGESPEED SEM ALTERAÇÃO VISUAL
   =============================================================== */

/* Imagem real do hero: permite que o navegador identifique o LCP. */
#view-home .hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:var(--navy3);
  background-image:none!important;
}
#view-home .hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(
    90deg,
    rgba(5,30,44,.98) 0%,
    rgba(5,30,44,.78) 44%,
    rgba(5,30,44,.25) 75%
  );
  pointer-events:none;
}
#view-home .hero-media{
  position:absolute;
  inset:0;
  z-index:-2;
  display:block;
  width:100%;
  height:100%;
}
#view-home .hero-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
#view-home .hero>.container{
  position:relative;
  z-index:1;
}

/* Contraste AA nos textos dourados pequenos sobre fundos claros. */
.section:not(.section-dark) .kicker,
.section-alt .kicker,
.card .more,
.text-link,
.work-card-category,
.ethics-document-label,
.page-noticias .article-card-authors,
.page-noticias .article-card-authors .article-author-label,
.page-noticias .article-card-authors .article-author-names,
.page-noticias .article-card-authors .article-author-person,
.page-noticias .article-card-authors [itemprop="name"]{
  color:#8a641f!important;
}

/* Cabeçalhos semânticos do rodapé, visualmente idênticos aos antigos h4. */
.footer .footer-heading{
  margin:0 0 13px;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  font-weight:700;
  line-height:1.25;
}

/* Áreas de toque mais confortáveis, especialmente em celulares. */
.footer .phone-link{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:7px 0;
}
.footer-bottom a,
.footer-privacy-button{
  display:inline-flex!important;
  align-items:center;
  min-height:40px;
  padding-top:6px!important;
  padding-bottom:6px!important;
}

/* Reserva de espaço e renderização eficiente. */
img{
  max-width:100%;
}
main>.view>.section,
main>.view>.contact-band{
  content-visibility:auto;
  contain-intrinsic-size:auto 720px;
}

@media(max-width:1050px){
  #view-home .hero-image{
    object-position:60% center;
  }
}


/* ===============================================================
   VERSÃO 30.0 — PROPORÇÕES VISUAIS RESTAURADAS
   =============================================================== */

/* O width/height do HTML reserva espaço para desempenho; a apresentação
   mantém a proporção original, como ocorria antes da otimização. */
img{
  height:auto;
}

/* Logotipo do rodapé no tamanho e proporção visual da versão aprovada. */
.footer-logo{
  display:block;
  width:175px!important;
  max-width:175px!important;
  height:auto!important;
  aspect-ratio:1182 / 765;
  object-fit:contain;
  object-position:left center;
  margin:0 0 18px;
}

/* Logotipo do cabeçalho também preserva sua proporção natural. */
.brand-symbol{
  height:auto!important;
  object-fit:contain;
}

/* Imagens com recorte intencional mantêm as alturas próprias do componente. */
.hero-image,
.portrait img,
.featured-image img,
.about-office img{
  height:100%;
}

/* Capas de documentos não podem ser esticadas pelas dimensões intrínsecas. */
.ethics-document-preview img{
  height:auto!important;
  object-fit:contain;
}

/* Comportamento do rodapé em celular igual ao padrão anterior. */
@media(max-width:560px){
  .footer .footer-brand-column{
    text-align:left;
  }

  .footer .footer-logo{
    width:175px!important;
    max-width:min(175px,100%)!important;
    height:auto!important;
    margin:0 0 18px;
  }

  .footer .footer-brand-column p{
    max-width:280px;
  }
}


/* ===============================================================
   VERSÃO 31.0 — TEXTOS INSTITUCIONAIS E ÂNCORAS DA EQUIPE
   =============================================================== */
.about-motto{
  margin:0 0 18px!important;
  color:#8a641f!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  font-weight:600;
  line-height:1.45;
}
.team-detailed .person[id]{
  scroll-margin-top:120px;
}


/* ===============================================================
   VERSÃO 32.0 — ARTIGO PRISÃO DOMICILIAR HUMANITÁRIA
   =============================================================== */
.article-art-prison{
  background:linear-gradient(145deg,rgba(217,189,115,.12),transparent 56%),#f0ece1;
  color:#082d42;
}


/* ===============================================================
   VERSÃO 34.0 — RECUPERAÇÃO EXTRAJUDICIAL E NOTÍCIA STF
   =============================================================== */
.article-art-recovery{
  background:linear-gradient(145deg,rgba(217,189,115,.2),transparent 56%),#e9edf0;
  color:#082d42;
}
.article-art-stf{
  background:linear-gradient(145deg,rgba(217,189,115,.18),transparent 56%),#061e2c;
  color:#d9bd73;
  font-size:34px!important;
  letter-spacing:.04em;
}


/* V55 — fachada institucional e FAQ da página inicial */
#view-home .hero-brandline{
  display:block;
  margin:0 0 8px;
  color:#fff;
  font-size:14px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#view-home .hero .eyebrow{margin-bottom:18px;}
#view-home .hero-copy>p{max-width:860px;}
.home-faq-section{border-top:1px solid rgba(6,43,61,.08);}
.home-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.home-faq-grid details{
  overflow:hidden;
  border:1px solid rgba(6,43,61,.16);
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 24px rgba(6,43,61,.05);
}
.home-faq-grid summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:20px 54px 20px 20px;
  color:#062b3d;
  font-weight:800;
  line-height:1.4;
}
.home-faq-grid summary::-webkit-details-marker{display:none;}
.home-faq-grid summary::after{
  content:'+';
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  color:#b58a28;
  font-size:24px;
  font-weight:700;
}
.home-faq-grid details[open] summary::after{content:'–';}
.home-faq-grid details p{
  margin:0;
  padding:0 20px 22px;
  color:#26383f;
  line-height:1.7;
}
.home-faq-grid details a{color:#8b6512;font-weight:750;}
.home-faq-footer{margin-top:24px;}
@media(max-width:760px){
  .home-faq-grid{grid-template-columns:1fr;}
  #view-home .hero-brandline{font-size:12px;}
}

/* V56 — home com hero mais limpo e FAQ redesenhada */
#view-home .hero-copy{
  max-width:760px;
}
#view-home .hero-brandline{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}
#view-home .hero .eyebrow{
  margin-bottom:12px;
  font-size:12px;
  letter-spacing:.18em;
}
#view-home .hero h1{
  max-width:760px;
  margin-bottom:18px;
  font-size:clamp(42px,6vw,64px);
  line-height:1.05;
}
#view-home .hero h1 span{
  color:var(--gold);
  display:inline;
}
#view-home .hero-copy>p{
  max-width:760px;
  font-size:18px;
  line-height:1.65;
  color:#eef5f7;
}
.home-faq-section{
  border-top:0;
}
.home-faq-section .container{
  max-width:1100px;
}
.home-faq-head{
  margin-bottom:28px;
}
.home-faq-head h2{
  max-width:780px;
  margin-bottom:10px;
  font-size:clamp(34px,4.1vw,52px);
  line-height:1.1;
}
.home-faq-intro{
  max-width:760px;
  color:#56666f;
  font-size:17px;
  line-height:1.65;
}
.home-faq-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.home-faq-card{
  padding:24px 24px 22px;
  border:1px solid rgba(6,43,61,.12);
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(6,43,61,.06);
}
.home-faq-card h3{
  margin:0 0 10px;
  color:#062b3d;
  font-size:22px;
  line-height:1.25;
}
.home-faq-card p{
  margin:0;
  color:#34464f;
  line-height:1.7;
}
.home-faq-card a{
  color:#8b6512;
  font-weight:750;
}
.home-faq-footer{
  margin-top:26px;
}
@media(max-width:900px){
  .home-faq-cards{grid-template-columns:1fr;}
}
@media(max-width:760px){
  #view-home .hero h1{font-size:clamp(38px,11vw,54px);}
  #view-home .hero-copy>p{font-size:16px;}
  .home-faq-head h2{font-size:clamp(30px,8vw,40px);}
  .home-faq-card h3{font-size:20px;}
}

/* V57 — hero mais leve e FAQ da home no padrão das especialidades */
#view-home .hero-brandline{
  color:var(--gold)!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px!important;
  font-weight:700!important;
  letter-spacing:.04em!important;
  text-transform:none!important;
}
#view-home .hero .eyebrow{
  color:#f0c85f;
}
#view-home .hero-copy>p{
  max-width:720px!important;
  font-size:17px!important;
  line-height:1.6!important;
}
.home-faq-section{
  background:#f7f3eb;
}
.home-faq-section .container{
  max-width:1180px;
}
.home-faq-head{
  margin-bottom:26px;
}
.home-faq-head h2{
  max-width:860px;
  font-size:clamp(34px,4vw,50px);
}
.home-faq-accordion{
  display:grid;
  gap:12px;
}
.home-faq-accordion details{
  overflow:hidden;
  border:1px solid #d7d0c3;
  background:#fff;
}
.home-faq-accordion summary{
  position:relative;
  cursor:pointer;
  list-style:none;
  padding:20px 58px 20px 22px;
  color:#062b3d;
  font-size:17px;
  font-weight:800;
  line-height:1.4;
}
.home-faq-accordion summary::-webkit-details-marker{display:none;}
.home-faq-accordion summary::before{
  content:'▶';
  display:inline-block;
  margin-right:10px;
  color:#062b3d;
  font-size:12px;
  transition:transform .2s ease;
}
.home-faq-accordion details[open] summary::before{
  transform:rotate(90deg);
}
.home-faq-accordion details p{
  margin:0;
  padding:0 24px 22px 47px;
  color:#34464f;
  line-height:1.7;
}
.home-faq-accordion details a{
  color:#8b6512;
  font-weight:750;
}
.home-faq-footer{
  margin-top:22px;
}
@media(max-width:760px){
  #view-home .hero-brandline{font-size:16px!important;}
  #view-home .hero-copy>p{font-size:16px!important;}
  .home-faq-accordion summary{padding:18px 44px 18px 18px;font-size:16px;}
  .home-faq-accordion details p{padding:0 18px 20px 40px;}
}


/* V59 — correção específica do hero em computadores */
@media (min-width: 901px){
  #view-home .hero{
    min-height:590px;
  }
  #view-home .hero::after{
    background:linear-gradient(
      90deg,
      rgba(5,30,44,.99) 0%,
      rgba(5,30,44,.95) 38%,
      rgba(5,30,44,.72) 62%,
      rgba(5,30,44,.24) 100%
    );
  }
  #view-home .hero-image{
    object-position:72% center;
  }
  #view-home .hero-copy{
    max-width:700px;
    padding:72px 0 68px;
  }
  #view-home .hero-brandline{
    margin-bottom:10px;
    color:var(--gold);
    font-size:18px;
    font-family:Georgia,"Times New Roman",serif;
    font-weight:700;
    letter-spacing:.015em;
  }
  #view-home .hero .eyebrow{
    margin-bottom:15px;
    font-size:12px;
    letter-spacing:.20em;
  }
  #view-home .hero h1{
    max-width:690px;
    margin:0 0 20px;
    font-size:clamp(48px,5.4vw,68px);
    line-height:1.03;
    letter-spacing:-.025em;
  }
  #view-home .hero h1 span{
    display:inline-block;
    margin-top:4px;
    white-space:nowrap;
  }
  #view-home .hero-copy>p{
    max-width:680px;
    margin-bottom:26px;
    font-size:17px;
    line-height:1.62;
  }
  #view-home .hero .actions{
    gap:12px;
  }
  #view-home .hero .actions .btn{
    min-width:0;
    padding:15px 22px;
  }
}
@media (min-width: 901px) and (max-width: 1120px){
  #view-home .hero-copy{
    max-width:620px;
  }
  #view-home .hero h1{
    max-width:610px;
    font-size:52px;
  }
  #view-home .hero h1 span{
    white-space:normal;
  }
  #view-home .hero-copy>p{
    max-width:610px;
    font-size:16px;
  }
  #view-home .hero-image{
    object-position:77% center;
  }
}


/* ===============================================================
   V60 — restauração da fachada original, CTA e localização
   =============================================================== */
#view-home .hero{
  min-height:660px;
}
#view-home .hero::after{
  background:linear-gradient(
    90deg,
    rgba(5,30,44,.98) 0%,
    rgba(5,30,44,.78) 44%,
    rgba(5,30,44,.25) 75%
  );
}
#view-home .hero-image{
  object-position:center;
}
#view-home .hero-copy{
  max-width:680px;
  padding:88px 0;
}
#view-home .hero-brandline{
  display:block;
  margin:0 0 8px;
  color:var(--gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:none;
}
#view-home .hero .eyebrow{
  margin-bottom:18px;
  color:var(--gold);
  font-size:12px;
  letter-spacing:.18em;
}
#view-home .hero h1{
  max-width:680px;
  margin-bottom:22px;
  font-size:clamp(44px,6vw,76px);
  font-weight:500;
  line-height:1.08;
}
#view-home .hero h1 span{
  display:inline;
  color:var(--gold);
}
#view-home .hero-copy>p{
  max-width:650px;
  margin-bottom:30px;
  color:#dce8ed;
  font-size:18px;
  line-height:1.65;
}

/* CTA restaurado imediatamente após o conteúdo de cada especialidade. */
.specialty-standalone-panel + .seo-local-whatsapp-cta{
  margin-top:28px;
}
.seo-local-whatsapp-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:28px 30px;
  border:1px solid #d9bd73;
  background:#082d42;
  color:#fff;
}
.seo-local-whatsapp-cta h3{
  margin:0 0 8px;
  color:#fff;
  font:700 clamp(22px,3vw,30px)/1.2 Georgia,"Times New Roman",serif;
}
.seo-local-whatsapp-cta p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.62;
}
.seo-local-whatsapp-cta>.btn{
  min-width:210px;
  min-height:50px;
}

/* Localização: apenas um botão de rotas. */
.seo-local-map-actions{
  display:block;
}
.seo-local-map-actions .btn{
  width:auto;
  min-width:230px;
}

@media(max-width:1050px){
  #view-home .hero-image{object-position:60% center;}
}
@media(max-width:760px){
  #view-home .hero{min-height:590px;}
  #view-home .hero-copy{padding:70px 0;}
  #view-home .hero h1{font-size:42px;}
  #view-home .hero-copy>p{font-size:16px;}
  .seo-local-whatsapp-cta{grid-template-columns:1fr;padding:24px;}
  .seo-local-whatsapp-cta>.btn{width:100%;min-width:0;text-align:center;}
}


/* ===============================================================
   V61 — RESTAURAÇÃO RESPONSIVA DA FACHADA E RODAPÉ DAS ESPECIALIDADES
   =============================================================== */
#view-home .hero{
  min-height:660px!important;
  align-items:center!important;
}
#view-home .hero::after{
  background:linear-gradient(90deg,rgba(5,30,44,.98) 0%,rgba(5,30,44,.80) 45%,rgba(5,30,44,.28) 76%)!important;
}
#view-home .hero-image{
  object-position:center!important;
}
#view-home .hero-copy{
  max-width:720px!important;
  padding:82px 0 78px!important;
}
#view-home .hero-brandline{
  margin:0 0 8px!important;
  color:var(--gold)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:18px!important;
  font-weight:700!important;
  letter-spacing:.025em!important;
  text-transform:none!important;
}
#view-home .hero .eyebrow{
  margin:0 0 17px!important;
  color:var(--gold)!important;
  font-size:12px!important;
  letter-spacing:.19em!important;
}
#view-home .hero h1{
  max-width:720px!important;
  margin:0 0 22px!important;
  font-size:clamp(54px,5.5vw,74px)!important;
  font-weight:500!important;
  line-height:1.055!important;
  letter-spacing:-.02em!important;
}
#view-home .hero h1 span{
  display:block!important;
  margin-top:3px!important;
  color:var(--gold)!important;
  white-space:nowrap!important;
}
#view-home .hero-copy>p{
  max-width:680px!important;
  margin:0 0 30px!important;
  color:#e6f0f3!important;
  font-size:17px!important;
  line-height:1.65!important;
}
#view-home .hero .actions{
  gap:12px!important;
}
#view-home .hero .actions .btn{
  padding:15px 22px!important;
}

/* O CTA jurídico permanece exclusivamente no encerramento da especialidade. */
.seo-local-footer-cta-section{
  padding:34px 0 54px!important;
  background:#f7f3eb!important;
}
.seo-local-footer-cta-section .seo-local-whatsapp-cta{
  margin:0!important;
  padding:30px 32px!important;
  border:1px solid rgba(217,189,115,.86)!important;
  border-top:4px solid #d9bd73!important;
  background:linear-gradient(115deg,#062b3d,#0a354b)!important;
  box-shadow:0 18px 38px rgba(6,43,61,.12)!important;
}

@media(max-width:1050px){
  #view-home .hero-image{object-position:60% center!important;}
  #view-home .hero-copy{max-width:660px!important;}
  #view-home .hero h1{font-size:58px!important;}
}
@media(max-width:760px){
  #view-home .hero{
    min-height:auto!important;
  }
  #view-home .hero::after{
    background:linear-gradient(90deg,rgba(5,30,44,.97) 0%,rgba(5,30,44,.83) 58%,rgba(5,30,44,.42) 100%)!important;
  }
  #view-home .hero-image{
    object-position:58% center!important;
  }
  #view-home .hero-copy{
    max-width:none!important;
    padding:64px 0 70px!important;
  }
  #view-home .hero-brandline{
    font-size:16px!important;
  }
  #view-home .hero .eyebrow{
    margin-bottom:14px!important;
    font-size:10.5px!important;
    letter-spacing:.16em!important;
  }
  #view-home .hero h1{
    max-width:100%!important;
    font-size:clamp(31px,8.4vw,40px)!important;
    line-height:1.08!important;
    letter-spacing:-.015em!important;
  }
  #view-home .hero h1 span{
    white-space:nowrap!important;
  }
  #view-home .hero-copy>p{
    max-width:100%!important;
    font-size:16px!important;
    line-height:1.62!important;
  }
  #view-home .hero .actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  #view-home .hero .actions .btn{
    width:100%!important;
    text-align:center!important;
  }
  .seo-local-footer-cta-section{
    padding:26px 0 38px!important;
  }
  .seo-local-footer-cta-section .seo-local-whatsapp-cta{
    padding:24px!important;
  }
}

/* ===============================================================
   V62 — HOME CONSOLIDADA DO DOMÍNIO OFICIAL + MARCA DOURADA
   Restaura exclusivamente o hero aprovado em piloadvocacia.com.br.
   =============================================================== */
#view-home .hero{
  min-height:660px!important;
  align-items:center!important;
}
#view-home .hero::after{
  background:linear-gradient(90deg,rgba(5,30,44,.98) 0%,rgba(5,30,44,.78) 44%,rgba(5,30,44,.25) 75%)!important;
}
#view-home .hero-image{
  object-position:center!important;
}
#view-home .hero-copy{
  max-width:680px!important;
  padding:88px 0!important;
}
#view-home .hero-brandline.hero-brandline-consolidada{
  display:block!important;
  margin:0 0 9px!important;
  color:var(--gold)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
#view-home .hero .eyebrow{
  margin:0 0 18px!important;
  color:var(--gold)!important;
  font-size:12px!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
#view-home .hero h1{
  max-width:680px!important;
  margin:0 0 22px!important;
  font-size:clamp(44px,6vw,76px)!important;
  font-weight:500!important;
  line-height:1.08!important;
  letter-spacing:normal!important;
}
#view-home .hero h1 span{
  display:inline!important;
  margin:0!important;
  color:var(--gold)!important;
  white-space:normal!important;
}
#view-home .hero-copy>p{
  max-width:650px!important;
  margin:0 0 30px!important;
  color:#dce8ed!important;
  font-size:18px!important;
  line-height:1.65!important;
}
#view-home .hero .actions{
  display:flex!important;
  gap:12px!important;
}
#view-home .hero .actions .btn{
  width:auto!important;
  min-width:0!important;
  padding:15px 22px!important;
  text-align:center!important;
}
@media(max-width:1050px){
  #view-home .hero{
    min-height:590px!important;
  }
  #view-home .hero-image{
    object-position:60% center!important;
  }
  #view-home .hero-copy{
    max-width:680px!important;
    padding:70px 0!important;
  }
}
@media(max-width:560px){
  #view-home .hero{
    min-height:590px!important;
  }
  #view-home .hero-copy{
    max-width:none!important;
    padding:70px 0!important;
  }
  #view-home .hero-brandline.hero-brandline-consolidada{
    font-size:16px!important;
  }
  #view-home .hero .eyebrow{
    margin-bottom:18px!important;
    font-size:11px!important;
  }
  #view-home .hero h1{
    max-width:100%!important;
    font-size:42px!important;
    line-height:1.08!important;
  }
  #view-home .hero-copy>p{
    max-width:100%!important;
    font-size:16px!important;
  }
  #view-home .hero .actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  #view-home .hero .actions .btn{
    width:100%!important;
  }
}


/* V63 — CTA compacto após subespecialidades */
.specialty-consultation-cta.v63-specialty-cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin-top:28px;
  padding:20px 24px;
  background:#f4efe4;
  border-left:4px solid var(--gold);
}
.v63-specialty-cta-copy{
  min-width:0;
}
.specialty-consultation-cta.v63-specialty-cta p{
  margin:0;
  color:var(--navy);
  font-weight:850;
}
.v63-specialty-cta-more{
  display:inline-block;
  margin-top:6px;
  color:#8a641f;
  font-size:12px;
  font-weight:850;
  letter-spacing:.02em;
  text-decoration:none;
}
.v63-specialty-cta-more:hover,
.v63-specialty-cta-more:focus-visible{
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:720px){
  .specialty-consultation-cta.v63-specialty-cta{
    grid-template-columns:1fr;
    padding:20px;
  }
  .specialty-consultation-cta.v63-specialty-cta .btn{
    width:100%;
  }
}

/* V68 — Google Business Profile: prova social visível sem aggregateRating autocitado */
.google-business-proof{display:inline-flex;flex-wrap:wrap;align-items:center;gap:7px 10px;margin-top:22px;padding:11px 14px;border:1px solid rgba(217,189,115,.42);background:rgba(255,255,255,.06);border-radius:2px;color:#fff!important;text-decoration:none!important;line-height:1.25}
.google-business-proof:hover,.google-business-proof:focus-visible{background:rgba(217,189,115,.12);border-color:#d9bd73}
.google-business-proof .gbp-label{flex-basis:100%;font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.google-business-proof .gbp-rating{font-family:Georgia,"Times New Roman",serif;font-size:21px;color:#fff}
.google-business-proof .gbp-stars{color:#e2bf67;font-size:14px;letter-spacing:.055em}
.google-business-proof .gbp-count{font-size:12px;font-weight:800;color:rgba(255,255,255,.88)}
.seo-local-map-actions-single{grid-template-columns:minmax(0,1fr)!important;max-width:360px}
.contact-google-map-wrap{margin-top:46px}
@media(max-width:560px){.google-business-proof{width:100%;justify-content:flex-start}.contact-google-map-wrap{margin-top:32px}}

/* V75 - localização estratégica na coluna lateral */
.seo-local-strategic-location{margin:22px 0 18px;line-height:1.65}
.seo-local-strategic-location strong{display:inline-block;margin-bottom:4px}

/* V76 — localização estratégica, Google Business e mapa focado */
.seo-local-strategic-location-v76{margin:18px 0 20px;padding:16px 0 2px;border-top:1px solid rgba(217,189,115,.28)}
.seo-local-strategic-location-v76 h3{margin:0 0 4px;color:#fff;font:700 19px/1.3 Georgia,"Times New Roman",serif;letter-spacing:-.01em}
.seo-local-strategic-location-v76 .seo-local-strategic-kicker{margin:0 0 9px!important;color:#e2bf67!important;font-size:12px!important;font-weight:900;letter-spacing:.08em;text-transform:uppercase;line-height:1.45!important}
.seo-local-strategic-location-v76 p:last-child{margin:0!important;font-size:15px!important;line-height:1.68!important}
.google-business-proof-v76{margin-top:18px;margin-bottom:2px}
@media(max-width:560px){.seo-local-strategic-location-v76 h3{font-size:18px}.seo-local-strategic-location-v76 p:last-child{font-size:14px!important}}

/* Acervo acadêmico */.works-featured-more{display:inline-flex;text-decoration:none}.archive-cover-placeholder,.publication-cover-placeholder{display:flex;flex-direction:column;justify-content:flex-end;gap:.7rem;width:100%;height:100%;min-height:300px;padding:1.35rem;background:linear-gradient(155deg,#0d1b31,#132947);color:#f7f2e8;border:1px solid rgba(185,154,86,.36)}.archive-cover-placeholder small,.publication-cover-placeholder small{color:#c9ab6d;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.archive-cover-placeholder strong,.publication-cover-placeholder strong{font-family:Georgia,serif;font-size:1.15rem;line-height:1.28}.archive-cover-placeholder em,.publication-cover-placeholder em{font-style:normal;font-size:.82rem;opacity:.76}.publication-detail-hero{padding:4.6rem 0 3.25rem;background:linear-gradient(135deg,var(--navy3),var(--navy));color:var(--white)}.publication-breadcrumb{display:flex;flex-wrap:wrap;gap:.42rem;align-items:center;margin-bottom:1.2rem;color:rgba(255,255,255,.7);font-size:.84rem}.publication-breadcrumb a{color:inherit;text-decoration:none}.publication-detail-hero .kicker{color:var(--gold)}.publication-detail-hero h1{max-width:1050px;margin:.35rem 0 .8rem;font-family:Georgia,serif;font-size:clamp(2rem,4.2vw,3.55rem);line-height:1.08}.publication-detail-byline{margin:.35rem 0;color:var(--gold);font-weight:600}.publication-detail-lead{max-width:900px;margin:1rem 0 0;color:rgba(255,255,255,.82);font-size:1.08rem;line-height:1.75}.publication-detail-layout{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);align-items:start}.publication-detail-aside{position:sticky;top:110px}.publication-detail-cover{overflow:hidden;border-radius:4px;background:#eef0f3;box-shadow:0 22px 55px rgba(4,20,39,.16)}.publication-detail-cover img{display:block;width:100%;height:auto}.publication-cover-placeholder--detail{min-height:430px}.publication-detail-quick{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:8px;margin-top:1rem}.publication-detail-quick span{display:inline-flex;padding:4px 8px;border:1px solid var(--gold2);background:var(--white);color:var(--gold2);font-size:9px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.publication-detail-content{max-width:850px}.publication-detail-content h2{margin:.2rem 0 1.1rem;font-family:Georgia,serif;color:var(--navy);font-size:clamp(1.65rem,2.8vw,2.3rem)}.publication-detail-content p{color:#465466;line-height:1.85;margin:0 0 1rem}.publication-detail-section{padding-top:2rem;margin-top:2rem;border-top:1px solid #e2e6eb}.publication-bibliography{margin:0;border-top:1px solid #dfe4ea}.publication-bib-row{display:grid;grid-template-columns:175px 1fr;gap:1.2rem;padding:.78rem 0;border-bottom:1px solid #e5e9ee}.publication-bib-row dt{font-weight:700;color:var(--navy)}.publication-bib-row dd{margin:0;color:#536174}.publication-theme-list{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;padding:0;margin:0}.publication-theme-list li{padding:.55rem .78rem;border:1px solid var(--line);border-radius:999px;background:var(--cream);color:var(--navy);font-size:.86rem}.publication-source-list{display:grid;gap:.7rem;margin-top:1.15rem}.publication-source-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.05rem;border:1px solid #d8dee6;border-radius:3px;background:#fff;text-decoration:none;transition:.2s}.publication-source-link:hover{border-color:var(--gold2);transform:translateY(-1px)}.publication-source-link span:first-child{display:flex;flex-direction:column;gap:.22rem}.publication-source-link strong{color:var(--navy)}.publication-source-link small{color:#6d7783}.publication-source-link>span:last-child{color:var(--gold2)}.publication-source-empty{padding:1rem;border-left:2px solid var(--gold2);background:#f7f7f6}.publication-detail-actions{margin-top:2.1rem}.publication-related-section{background:var(--navy);color:var(--white)}.publication-related-section .section-head h2,.publication-related-section .section-head p{color:#fff}.publication-related-section .section-head p{opacity:.72}.publication-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.publication-related-card{display:flex;min-height:185px;flex-direction:column;justify-content:space-between;gap:.75rem;padding:1.15rem;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.035);text-decoration:none}.publication-related-card span,.publication-related-card small{color:var(--gold);font-size:.78rem}.publication-related-card strong{color:#fff;font-family:Georgia,serif;font-size:1.08rem;line-height:1.35}.archive-preview img{width:auto;height:auto;max-width:100%;max-height:306px;object-fit:contain}@media(max-width:980px){.publication-detail-layout{grid-template-columns:240px minmax(0,1fr);gap:2rem}.publication-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.publication-detail-aside{position:static}}@media(max-width:720px){.publication-detail-hero{padding:3.2rem 0 2.4rem}.publication-detail-layout{grid-template-columns:1fr}.publication-detail-aside{max-width:310px;margin:0 auto}.publication-bib-row{grid-template-columns:1fr;gap:.25rem}.publication-related-grid{grid-template-columns:1fr}.publication-related-card{min-height:150px}}

/* V86 — ACERVO: microcopy institucional, CTA discreto e capas sem distorção */
.archive-copy{padding:24px 26px 22px}
.archive-copy p{max-width:940px;text-align:left;text-justify:auto}
.archive-copy .archive-authors{margin-bottom:10px;color:var(--gold2);font-size:11px;font-weight:800;letter-spacing:.01em}
.archive-copy .archive-venue{margin-top:1px;margin-bottom:15px;color:#66727a;font-size:11.5px;line-height:1.55;text-align:left}
.archive-copy .archive-venue strong{color:var(--navy);font-weight:800}

.archive-preview img{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:306px!important;object-fit:contain!important;object-position:center!important}
.publication-detail-cover img{display:block;width:100%;height:auto;object-fit:contain;object-position:center;background:#f2eee5}
@media(max-width:600px){.archive-copy{padding:20px 21px}.archive-copy .archive-venue{font-size:11px}.archive-preview img{max-height:316px!important}}


/* V87 — metadados flutuantes, CTA Saiba mais em box e conversão ao final das publicações */
.archive-meta,.works-featured-meta,.publication-detail-quick{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.archive-meta span,.works-featured-category,.works-featured-year-chip,.publication-detail-quick span{
  display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;
  border:1px solid var(--gold2);background:var(--white);color:var(--gold2);
  box-shadow:0 5px 14px rgba(4,30,44,.07);font-size:9px;font-weight:900;
  letter-spacing:.08em;line-height:1.2;text-transform:uppercase
}
.archive-meta{margin-bottom:12px}
.works-featured-meta{align-self:flex-start;margin:0 0 2px}
.works-featured-card h3{margin-top:14px}
.publication-detail-quick{position:relative;z-index:2;margin:-13px 0 0;padding:0 12px}
.archive-link,.works-featured-more{
  display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;
  margin-top:auto;padding:9px 14px;border:1px solid var(--gold2);background:var(--white);
  color:var(--navy);box-shadow:0 5px 14px rgba(4,30,44,.055);font-size:11px;
  font-weight:900;letter-spacing:.035em;line-height:1.2;text-decoration:none;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease
}
.archive-link:hover,.archive-link:focus-visible,.works-featured-more:hover,.works-featured-more:focus-visible{
  color:var(--white);border-color:var(--navy);background:var(--navy);transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(4,30,44,.12)
}







@media(max-width:760px){
  
  .publication-assistance-whatsapp{width:100%}
  .publication-detail-quick{justify-content:center;padding:0 8px}
}

/* V87.1 — Home: mesmo padrão flutuante de tipo/ano e CTA em box */
.work-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 2px}
.work-card-category,.work-card-year-chip{
  display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;
  border:1px solid var(--gold2);background:var(--white);color:var(--gold2);
  box-shadow:0 5px 14px rgba(4,30,44,.07);font-size:9px;font-weight:900;
  letter-spacing:.08em;line-height:1.2;text-transform:uppercase
}
.work-card-copy h3{margin-top:14px}
.work-card-more{
  display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;
  margin-top:auto;padding:9px 14px;border:1px solid var(--gold2);background:var(--white);
  color:var(--navy);box-shadow:0 5px 14px rgba(4,30,44,.055);font-size:11px;
  font-weight:900;letter-spacing:.035em;line-height:1.2;text-decoration:none;text-transform:none;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease
}
.work-card-more:hover,.work-card-more:focus-visible{
  color:var(--white);border-color:var(--navy);background:var(--navy);text-decoration:none;
  transform:translateY(-1px);box-shadow:0 8px 20px rgba(4,30,44,.12)
}

/* V90 — CTA editorial das publicações: contorno dourado institucional */
.publication-gold-button,
.archive-link,
.works-featured-more,
.work-card-more{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-height:42px;
  margin-top:auto;
  padding:10px 16px!important;
  border:1px solid var(--gold2)!important;
  background:var(--white)!important;
  color:var(--gold2)!important;
  box-shadow:0 5px 14px rgba(4,30,44,.055)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.045em!important;
  line-height:1.2!important;
  text-decoration:none!important;
  text-transform:none!important;
  white-space:normal!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.publication-gold-button:hover,.publication-gold-button:focus-visible,
.archive-link:hover,.archive-link:focus-visible,
.works-featured-more:hover,.works-featured-more:focus-visible,
.work-card-more:hover,.work-card-more:focus-visible{
  background:var(--gold)!important;
  border-color:var(--gold)!important;
  color:var(--navy)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 9px 22px rgba(184,138,61,.20)!important;
  text-decoration:none!important;
}
.publication-assistance-inline{
  margin:34px 0 22px;
  padding:26px 28px;
  border:1px solid var(--line);
  border-left:4px solid var(--gold2);
  background:#fff;
  box-shadow:0 12px 30px rgba(4,30,44,.065);
}
.publication-assistance-inline .publication-assistance-copy{margin:0 0 18px;}
.publication-assistance-inline .publication-assistance-copy .kicker{margin:0 0 7px;color:var(--gold2);}
.publication-assistance-inline .publication-assistance-copy h2{
  margin:0 0 9px;
  color:var(--navy);
  font:700 clamp(1.35rem,2.35vw,1.85rem)/1.16 Georgia,"Times New Roman",serif;
}
.publication-assistance-inline .publication-assistance-copy p{
  max-width:790px;
  margin:0;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.68;
}
.publication-assistance-whatsapp{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:45px;
  max-width:100%;
  padding:11px 17px;
  border:1px solid var(--gold)!important;
  background:var(--gold)!important;
  color:var(--navy)!important;
  box-shadow:0 6px 16px rgba(184,138,61,.18);
  font-size:11px;
  font-weight:900;
  letter-spacing:.045em;
  line-height:1.25;
  text-align:center;
  text-decoration:none!important;
  white-space:normal;
  transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.publication-assistance-whatsapp:hover,.publication-assistance-whatsapp:focus-visible{
  background:#ecd897!important;
  border-color:#ecd897!important;
  color:var(--navy)!important;
  transform:translateY(-1px);
  box-shadow:0 9px 22px rgba(184,138,61,.24);
}
.publication-detail-actions{margin-top:0;padding-top:0;}
.publication-back-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  max-width:100%;
  padding:10px 14px;
  border:1px solid rgba(184,138,61,.55);
  color:var(--navy);
  background:#fff;
  font-size:11px;
  font-weight:850;
  letter-spacing:.035em;
  text-decoration:none;
  white-space:normal;
}
.publication-back-link::before{content:"←";margin-right:7px;color:var(--gold2);}
.publication-back-link:hover,.publication-back-link:focus-visible{border-color:var(--gold2);color:var(--gold2);}

/* Mobile audit: prevent desktop-width rendering caused by later overrides/overflow. */
html,body{max-width:100%;overflow-x:hidden;}
body{min-width:0;}
main,header,footer,section,.view{max-width:100%;min-width:0;}
img,svg,video,canvas,iframe{max-width:100%;}
iframe{width:100%;}
.container,.header-inner,.carousel-shell,.carousel-track,.carousel-card,.work-card,.archive-item,
.publication-layout,.publication-detail-layout,.publication-detail-content,.specialty-content,
.contact-grid,.footer-grid,.section-head,.actions{min-width:0;}
.work-card-copy,.archive-copy,.works-featured-copy,.publication-detail-content,
.specialty-card-heading,.article-body{overflow-wrap:anywhere;word-break:normal;}

/* A V54 reativava o CTA do cabeçalho depois da regra mobile. Ocultar de modo definitivo em tablet/celular. */
@media(max-width:1050px){
  .header .cta{display:none!important;}
}
@media(max-width:800px){
  .header-inner{min-height:72px!important;gap:10px;}
  .brand{min-width:0;max-width:calc(100% - 58px);}
  .menu-toggle{display:block!important;flex:0 0 auto;margin-left:auto;}
  .nav{
    display:none!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:72px!important;
    z-index:1001!important;
    width:100%!important;
    max-width:100%!important;
    max-height:calc(100dvh - 72px);
    overflow-y:auto;
    overflow-x:hidden;
    padding:8px 20px 20px!important;
    background:var(--navy)!important;
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .nav.open{display:flex!important;}
  .nav a,.nav button{
    width:100%;
    padding:12px 5px!important;
    text-align:left!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
    border-bottom:1px solid rgba(255,255,255,.1)!important;
  }
}
@media(max-width:760px){
  .container{width:calc(100% - 28px)!important;max-width:1180px!important;}
  .section{padding-top:56px;padding-bottom:56px;}
  .page-hero{padding-top:52px;padding-bottom:42px;}
  .page-hero h1{font-size:clamp(32px,9vw,44px);overflow-wrap:anywhere;}
  .section-head{gap:16px;}
  .section-head h2{overflow-wrap:anywhere;}
  .publication-layout,.publication-detail-layout,.about-grid,.featured-grid,.contact-grid,
  .area-grid,.team-grid.team-detailed{grid-template-columns:1fr!important;}
  .publication-sidebar{position:static!important;max-width:100%;}
  .publication-detail-aside{position:static!important;max-width:min(310px,100%)!important;margin:0 auto;}
  .archive-grid{grid-template-columns:1fr!important;}
  .archive-item{grid-template-columns:1fr!important;min-width:0;}
  .archive-preview{border-right:0!important;border-bottom:1px solid var(--line);}
  .publication-gold-button,.archive-link,.works-featured-more,.work-card-more{max-width:100%;}
  .publication-assistance-inline{padding:23px 21px;margin-top:28px;}
  .publication-assistance-whatsapp,.publication-back-link{width:100%;}
  .specialty-topics{grid-template-columns:1fr!important;}
  .specialty-topic{min-width:0;}
  .footer-grid{grid-template-columns:1fr!important;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}
@media(max-width:520px){
  .container{width:calc(100% - 24px)!important;}
  .brand-symbol{width:31px!important;max-width:31px!important;}
  .brand-wordmark strong{font-size:14px!important;}
  .brand-wordmark small{font-size:5px!important;letter-spacing:.28em!important;}
  .carousel-shell{max-width:100%;}
  .carousel-arrow{max-width:38px;}
  .publication-filters button{white-space:normal;}
  .publication-source-link{align-items:flex-start;}
  .publication-source-link>span:last-child{flex:0 0 auto;}
}

.team-profile-name-link{color:inherit;text-decoration:none}.team-profile-name-link:hover,.team-profile-name-link:focus-visible{color:var(--gold)}.team-profile-detail-link{display:inline-block;margin-top:14px}.profile-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:18px;font-size:.9rem}.profile-breadcrumb a{color:inherit;text-decoration:none}.profile-breadcrumb a:hover{color:var(--gold)}.profile-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:48px;align-items:start}.profile-aside{position:sticky;top:110px}.profile-photo{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 16px 40px rgba(4,33,48,.12)}.profile-photo img{display:block;width:100%;height:auto}.profile-meta-card{margin-top:18px;padding:22px;border:1px solid rgba(8,45,66,.12);border-radius:16px;background:#fff}.profile-meta-card strong{display:block;color:var(--navy);margin-bottom:8px}.profile-meta-card p{margin:0 0 10px}.profile-meta-card p:last-child{margin-bottom:0}.profile-content>section+section{margin-top:34px}.profile-content h2{margin-bottom:14px}.profile-content p{line-height:1.78}.profile-area-list{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:0}.profile-area-list li{padding:8px 12px;border-radius:999px;background:rgba(8,45,66,.07);font-size:.92rem}.profile-external-list{display:grid;gap:10px}.profile-external-list a{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(8,45,66,.13);border-radius:12px;text-decoration:none;color:inherit;background:#fff}.profile-external-list a:hover{border-color:var(--gold)}.profile-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-work-card{display:block;padding:18px;border:1px solid rgba(8,45,66,.12);border-radius:14px;background:#fff;text-decoration:none;color:inherit}.profile-work-card span{display:block;font-size:.82rem;color:var(--gold-dark,#8b6a24);margin-bottom:8px}.profile-work-card strong{display:block;line-height:1.35}.profile-work-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(4,33,48,.09)}.profile-back{margin-top:32px}.profile-page-hero .eyebrow{margin-bottom:10px}@media(max-width:820px){.profile-layout{grid-template-columns:1fr;gap:28px}.profile-aside{position:static;max-width:360px}.profile-work-grid{grid-template-columns:1fr}}

/* ================================================================
   V100 — ESPECIALIDADES PREMIUM INTEGRADAS AO DESIGN INSTITUCIONAL
   Mantém tipografia, cores e geometria do sistema visual do site.
   ================================================================ */
.specialty-premium-hero{padding-top:62px;padding-bottom:54px}
.specialty-premium-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 16px;color:rgba(255,255,255,.66);font-size:11px;line-height:1.5}
.specialty-premium-breadcrumb a{color:var(--gold);font-weight:850}
.specialty-premium-breadcrumb a:hover,.specialty-premium-breadcrumb a:focus-visible{color:#f0d78e;text-decoration:underline;text-underline-offset:3px}
.specialty-premium-breadcrumb span[aria-current="page"]{color:rgba(255,255,255,.86)}
.specialty-premium-hero .eyebrow{margin-bottom:8px}
.specialty-premium-hero h1{max-width:930px;margin-bottom:14px}
.specialty-premium-hero-lead{max-width:1060px!important;font-size:15.5px;line-height:1.82}.specialty-premium-authority-inline{color:#d7e2e7!important}.specialty-premium-authority-inline .specialty-person-link{color:var(--gold)!important;font-weight:850}.specialty-premium-authority-inline .specialty-person-link:hover,.specialty-premium-authority-inline .specialty-person-link:focus-visible{color:#f0d78e!important}
.specialty-premium-section{padding-top:62px}
.specialty-person-link{font-weight:850;text-decoration:none}
.specialty-person-link:hover,.specialty-person-link:focus-visible{text-decoration:underline;text-underline-offset:4px}
.specialty-premium-frame{overflow:hidden;border:1px solid var(--line);border-top:4px solid var(--gold);background:#fff;box-shadow:0 18px 46px rgba(8,45,66,.09)}
.specialty-premium-frame-head{display:flex;align-items:end;justify-content:space-between;gap:28px;padding:34px 38px 28px;background:linear-gradient(100deg,#fff 0%,#fbf9f4 100%);border-bottom:1px solid var(--line)}
.specialty-premium-frame-head h2{max-width:850px;margin:0 0 9px;color:var(--navy);font:500 clamp(28px,3.4vw,40px)/1.16 Georgia,"Times New Roman",serif}
.specialty-premium-frame-head p{max-width:850px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.specialty-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}
details.specialty-premium-topic{min-width:0;background:#fff}
details.specialty-premium-topic>summary{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:20px;align-items:start;min-height:176px;padding:26px 28px;list-style:none;cursor:pointer;background:#fff;transition:background .18s ease,box-shadow .18s ease}
details.specialty-premium-topic>summary::-webkit-details-marker{display:none}
details.specialty-premium-topic>summary:hover,details.specialty-premium-topic>summary:focus-visible{background:var(--cream)}
.specialty-premium-topic-summary h3{margin:0 0 10px;color:var(--navy);font:700 21px/1.23 Georgia,"Times New Roman",serif}
.specialty-premium-topic-summary p{margin:0;color:var(--muted);font-size:13.2px;line-height:1.68}
.specialty-premium-topic-toggle{display:grid;place-items:center;width:34px;height:34px;margin-top:1px;border:1px solid var(--gold2);color:var(--gold2);font:400 22px/1 Arial,sans-serif;transition:background .18s ease,color .18s ease}
details.specialty-premium-topic[open] .specialty-premium-topic-toggle{font-size:0;background:var(--gold);border-color:var(--gold);color:var(--navy)}
details.specialty-premium-topic[open] .specialty-premium-topic-toggle::before{content:"−";font-size:22px}
details.specialty-premium-topic[open]>summary{background:var(--cream)}
.specialty-premium-topic-expanded{padding:0 28px 28px;background:var(--cream);border-top:1px solid rgba(228,221,208,.75)}
.specialty-premium-topic-expanded p{margin:20px 0 0;color:#435760;font-size:14px;line-height:1.82}
.specialty-premium-topic-expanded .specialty-premium-topic-note{padding-top:14px;border-top:1px solid rgba(184,138,61,.25);color:#5a6a72}
.specialty-topic-whatsapp{margin-top:20px;max-width:100%;white-space:normal;text-align:center}
.specialty-premium-consultation{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin:0;padding:25px 30px;border:0;border-top:1px solid rgba(217,189,115,.6);border-left:4px solid var(--gold);background:#f4efe4}
.specialty-premium-consultation strong{display:block;margin:0 0 5px;color:var(--navy);font-family:Georgia,"Times New Roman",serif;font-size:18px}
.specialty-premium-consultation p{margin:0;color:#586a73;font-size:13px;line-height:1.6}
.specialty-office-action{display:flex;justify-content:flex-start;margin-top:24px}
.specialty-office-action .btn{min-width:190px}
.seo-local-footer-cta-section{padding-top:54px!important;padding-bottom:54px!important;background:#fff}
.seo-local-footer-cta-section+.section{padding-top:0}
.seo-local-whatsapp-cta{box-shadow:0 14px 38px rgba(8,45,66,.10)}
.seo-local-whatsapp-cta h3{font-weight:500}

/* ================================================================
   V104 — ESPECIALIDADES: INTRO INSTITUCIONAL + MOBILE 1 COLUNA
   Breadcrumb fora do hero azul e H1 com contexto geográfico natural.
   ================================================================ */
.specialty-premium-hero{padding-top:58px;padding-bottom:46px}
.specialty-premium-hero .eyebrow{margin-bottom:10px}
.specialty-premium-hero h1{max-width:1040px;margin:0;color:#fff;font:500 clamp(36px,4.8vw,56px)/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.012em}
.specialty-premium-intro{background:#fff;border-bottom:1px solid var(--line);padding:22px 0 34px}
.specialty-premium-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 17px;color:#687a82;font-size:12px;line-height:1.55}
.specialty-premium-breadcrumb a{color:var(--gold2);font-weight:850;text-decoration:none}
.specialty-premium-breadcrumb a:hover,.specialty-premium-breadcrumb a:focus-visible{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.specialty-premium-breadcrumb span[aria-current="page"]{color:var(--navy);font-weight:700}
.specialty-premium-intro .specialty-premium-hero-lead{max-width:1080px!important;margin:0!important;color:#435760!important;font-size:15.5px;line-height:1.82}
.specialty-premium-intro .specialty-person-link{color:var(--gold2)!important;font-weight:850;text-decoration:none}
.specialty-premium-intro .specialty-person-link:hover,.specialty-premium-intro .specialty-person-link:focus-visible{color:var(--navy)!important;text-decoration:underline;text-underline-offset:4px}
.specialty-premium-section{padding-top:54px}

@media(max-width:820px){
  .specialty-premium-hero{padding-top:46px;padding-bottom:38px}
  .specialty-premium-hero h1{font-size:clamp(32px,9.2vw,43px);line-height:1.08;overflow-wrap:anywhere}
  .specialty-premium-intro{padding:18px 0 28px}
  .specialty-premium-breadcrumb{font-size:11.5px;margin-bottom:15px}
  .specialty-premium-intro .specialty-premium-hero-lead{font-size:14.5px;line-height:1.76}
  .specialty-premium-section{padding-top:42px}
  .specialty-premium-frame-head{padding:27px 22px 23px}
  .specialty-premium-frame-head h2{font-size:clamp(27px,8vw,36px)}
  .specialty-premium-grid{grid-template-columns:1fr!important}
  details.specialty-premium-topic>summary{min-height:0;padding:23px 22px;grid-template-columns:minmax(0,1fr) 36px;gap:16px}
  .specialty-premium-topic-summary h3{font-size:22px}
  .specialty-premium-topic-summary p{font-size:13.5px;line-height:1.65}
  .specialty-premium-topic-expanded{padding:0 22px 24px}
  .specialty-premium-consultation{grid-template-columns:1fr;gap:17px;padding:23px 22px}
  .specialty-premium-consultation .btn{width:100%;justify-content:center}
  .specialty-office-action .btn{width:100%;justify-content:center}
}

@media(max-width:520px){
  .specialty-premium-hero h1{font-size:clamp(30px,9.5vw,39px)}
  .specialty-premium-frame{box-shadow:0 10px 26px rgba(8,45,66,.08)}
  .specialty-premium-frame-head{padding:24px 18px 20px}
  details.specialty-premium-topic>summary{padding:21px 18px}
  .specialty-premium-topic-expanded{padding:0 18px 22px}
}

/* V110 — Home: fontes institucionais em dourado (EJEF TJMG, Biblioteca STF, JSTOR) */
#view-home .work-card-topline{
  display:flex;flex-direction:column;align-items:flex-start;gap:9px;margin:0 0 2px;width:100%;
}
#view-home .work-card-badges{
  display:flex;align-items:center;min-height:18px;
}
#view-home .work-card-source-badge{
  display:inline-block;color:var(--gold2);font-size:10px;font-weight:900;letter-spacing:.13em;
  line-height:1.2;text-transform:uppercase;
}

/* V109 — Card JSTOR/Ciberespacio na Home */
#view-home .ciberespacio-card .work-card-topline{
  display:flex;flex-direction:column;align-items:flex-start;gap:9px;margin:0 0 2px;width:100%;
}
#view-home .ciberespacio-card .work-card-badges{
  display:flex;align-items:center;min-height:18px;
}
#view-home .ciberespacio-card .work-card-source-badge{
  display:inline-block;color:var(--gold2);font-size:10px;font-weight:900;letter-spacing:.13em;
  line-height:1.2;text-transform:uppercase;
}
#view-home .ciberespacio-card .work-card-meta{
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0;
}
#view-home .ciberespacio-card .work-card-international-chip{
  display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;
  border:1px solid var(--gold2);background:var(--white);color:var(--gold2);
  box-shadow:0 5px 14px rgba(4,30,44,.07);font-size:9px;font-weight:900;
  letter-spacing:.08em;line-height:1.2;text-transform:uppercase;
}
