/* A Nova Prática Jurídica com IA — isolated front-end styles. */

body.anpjia-sales-page .site.grid-container,
body.anpjia-sales-page .site-content.grid-container,
body.anpjia-sales-page .content-area,
body.anpjia-sales-page .site-main,
body.anpjia-sales-page article.post,
body.anpjia-sales-page article.post > .inside-article {
  max-width: none;
  width: 100%;
}

body.anpjia-sales-page .site-content,
body.anpjia-sales-page article.post > .inside-article {
  padding: 0 !important;
}

body.anpjia-sales-page .site-main,
body.anpjia-sales-page .entry-content {
  margin: 0 !important;
}

body.anpjia-sales-page article.post > .inside-article > .entry-header,
body.anpjia-sales-page article.post > .inside-article > .entry-meta,
body.anpjia-sales-page article.post > .inside-article > footer.entry-meta,
body.anpjia-sales-page .comments-area,
body.anpjia-sales-page .page-header {
  display: none !important;
}

.anpjia,
.anpjia * {
  box-sizing: border-box;
}

.anpjia {
  --anpjia-navy-950: #06101d;
  --anpjia-navy-900: #091827;
  --anpjia-navy-800: #102b40;
  --anpjia-navy-700: #173e56;
  --anpjia-teal: #159a92;
  --anpjia-teal-bright: #32c9be;
  --anpjia-gold: #d5aa57;
  --anpjia-gold-light: #f0d58f;
  --anpjia-ink: #152b3a;
  --anpjia-muted: #5d6f79;
  --anpjia-line: #d9e2e3;
  --anpjia-ivory: #f9f7f1;
  --anpjia-sand: #f1eadc;
  --anpjia-white: #fff;
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: clip;
  color: var(--anpjia-ink);
  background: var(--anpjia-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.anpjia img {
  display: block;
  max-width: 100%;
  height: auto;
}

.anpjia a {
  color: #0b7974;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.anpjia a:hover {
  color: #075b58;
}

.anpjia a:focus-visible,
.anpjia summary:focus-visible,
.anpjia button:focus-visible {
  outline: 3px solid var(--anpjia-gold-light);
  outline-offset: 4px;
}

.anpjia h1,
.anpjia h2,
.anpjia h3,
.anpjia p,
.anpjia ul,
.anpjia ol,
.anpjia dl,
.anpjia figure {
  margin-top: 0;
}

.anpjia h1,
.anpjia h2,
.anpjia h3 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.anpjia h1 {
  max-width: 830px;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(2.65rem, 5.25vw, 5.4rem);
}

.anpjia h2 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 3.65vw, 3.65rem);
}

.anpjia h3 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.anpjia p {
  margin-bottom: 21px;
}

.anpjia section[id] {
  scroll-margin-top: 30px;
}

.anpjia-shell {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.anpjia-reading {
  max-width: 850px;
}

.anpjia-skip {
  position: fixed;
  z-index: 10003;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-180%);
  border-radius: 8px;
  color: #fff;
  background: var(--anpjia-navy-950);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease;
}

.anpjia-skip:focus {
  transform: translateY(0);
}

.anpjia-progress {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: rgb(255 255 255 / 12%);
}

.anpjia-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--anpjia-teal-bright), var(--anpjia-gold-light));
  box-shadow: 0 0 15px rgb(50 201 190 / 60%);
}

.anpjia-hero {
  position: relative;
  display: grid;
  min-height: min(850px, 92vh);
  isolation: isolate;
  align-items: center;
  overflow: hidden;
  color: #d9e5eb;
  background: var(--anpjia-navy-950);
}

.anpjia-hero__media,
.anpjia-hero__media img,
.anpjia-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.anpjia-hero__media {
  z-index: -3;
}

.anpjia-hero__media img {
  object-fit: cover;
  object-position: center;
}

.anpjia-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(4 12 22 / 98%) 0%, rgb(6 17 29 / 91%) 42%, rgb(7 20 33 / 50%) 70%, rgb(7 20 33 / 20%) 100%),
    linear-gradient(0deg, rgb(3 9 16 / 70%), transparent 45%);
}

.anpjia-hero__content {
  padding-block: 110px 100px;
}

.anpjia-eyebrow,
.anpjia-kicker {
  margin-bottom: 18px !important;
  color: var(--anpjia-teal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.anpjia-hero .anpjia-eyebrow,
.anpjia-section--navy .anpjia-kicker,
.anpjia-final .anpjia-kicker,
.anpjia-offer .anpjia-kicker {
  color: var(--anpjia-teal-bright);
}

.anpjia-lead {
  max-width: 710px;
  margin-bottom: 30px !important;
  color: #c5d5de;
  font-size: clamp(1.08rem, 1.75vw, 1.35rem);
  line-height: 1.58;
}

.anpjia-lead strong {
  color: #fff;
}

.anpjia-proof {
  display: flex;
  max-width: 820px;
  margin: 0 0 34px;
  padding: 0;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}

.anpjia-proof li {
  display: inline-flex;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid rgb(172 201 215 / 24%);
  border-radius: 999px;
  align-items: center;
  color: #b8cbd5;
  background: rgb(12 35 52 / 78%);
  font-size: 0.82rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.anpjia-proof strong {
  margin-right: 5px;
  color: var(--anpjia-gold-light);
}

.anpjia-button {
  display: inline-flex;
  min-height: 58px;
  padding: 16px 25px;
  border: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgb(0 0 0 / 20%);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.anpjia-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 20px 40px rgb(0 0 0 / 26%);
}

.anpjia-button--primary {
  color: #102334 !important;
  background: linear-gradient(135deg, var(--anpjia-gold-light), var(--anpjia-gold));
}

.anpjia-button--light {
  color: #fff !important;
  background: var(--anpjia-navy-900);
}

.anpjia-microcopy {
  max-width: 700px;
  margin: 14px 0 0 !important;
  color: #90a7b3;
  font-size: 0.74rem;
  line-height: 1.55;
}

.anpjia-toc {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #dbe3e5;
  background: #fff;
  box-shadow: 0 10px 35px rgb(13 36 50 / 7%);
}

.anpjia-toc .anpjia-shell {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 24px;
}

.anpjia-toc__title {
  margin: 0 !important;
  flex: 0 0 auto;
  color: var(--anpjia-navy-800);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.anpjia-toc ol {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 9px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.anpjia-toc li {
  flex: 0 0 auto;
}

.anpjia-toc a {
  display: block;
  padding: 9px 12px;
  border-radius: 7px;
  color: #4f626d;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.anpjia-toc a:hover {
  color: var(--anpjia-navy-900);
  background: #edf3f3;
}

.anpjia-section {
  padding-block: clamp(74px, 9vw, 125px);
  background: #fff;
}

.anpjia-section--light {
  background: var(--anpjia-ivory);
}

.anpjia-section--sand {
  background: var(--anpjia-sand);
}

.anpjia-section--navy {
  color: #d0dde4;
  background:
    radial-gradient(circle at 90% 5%, rgb(34 197 184 / 13%), transparent 34%),
    linear-gradient(135deg, var(--anpjia-navy-950), var(--anpjia-navy-800));
}

.anpjia-section--navy h2,
.anpjia-section--navy h3,
.anpjia-section--navy strong {
  color: #fff;
}

.anpjia-grid {
  display: grid;
  gap: clamp(44px, 7vw, 92px);
}

.anpjia-grid--content {
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  align-items: start;
}

.anpjia-answer {
  margin-bottom: 26px;
  padding: 26px 28px 6px;
  border-left: 5px solid var(--anpjia-teal);
  border-radius: 0 14px 14px 0;
  background: #fff;
  box-shadow: 0 18px 42px rgb(18 42 54 / 8%);
}

.anpjia-checks {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.anpjia-checks li {
  position: relative;
  min-height: 30px;
  margin-bottom: 13px;
  padding-left: 41px;
}

.anpjia-checks li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--anpjia-teal);
  content: "✓";
  font-size: 0.75rem;
  font-weight: 900;
}

.anpjia-checks--columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 34px;
}

.anpjia-factbox,
.anpjia-method {
  padding: 34px;
  border: 1px solid #d9e3e4;
  border-radius: 18px;
  background: #f9fbfa;
  box-shadow: 0 24px 60px rgb(15 39 52 / 9%);
}

.anpjia-factbox__title {
  margin-bottom: 21px !important;
  color: var(--anpjia-navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.anpjia-factbox dl {
  margin-bottom: 22px;
}

.anpjia-factbox dl div {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #e1e8e8;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.anpjia-factbox dt {
  color: #687983;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.anpjia-factbox dd {
  margin: 0;
  color: var(--anpjia-ink);
  font-size: 0.87rem;
  font-weight: 750;
  text-align: right;
}

.anpjia-factbox > a {
  font-size: 0.84rem;
  font-weight: 800;
}

.anpjia-quote {
  margin: 40px 0;
  padding: 30px 32px;
  border: 1px solid rgb(213 170 87 / 34%);
  border-radius: 16px;
  background: rgb(255 255 255 / 5%);
}

.anpjia-quote p {
  margin: 0 !important;
  color: #f3e7ca;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.5;
}

.anpjia-media {
  max-width: 1120px;
  margin: 45px auto 65px;
}

.anpjia-media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgb(12 34 46 / 15%);
}

.anpjia-media figcaption {
  margin-top: 13px;
  color: #6b7d86;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}

.anpjia-media--flush {
  position: sticky;
  top: 28px;
  margin: 0;
}

.anpjia-module-groups {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.anpjia-module-groups article {
  grid-column: span 2;
  padding: 30px;
  border: 1px solid var(--anpjia-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 44px rgb(14 41 54 / 7%);
}

.anpjia-module-groups article:nth-child(4),
.anpjia-module-groups article:nth-child(5) {
  grid-column: span 3;
}

.anpjia-module-groups p,
.anpjia-personas p,
.anpjia-feature-list p {
  margin: 0;
  color: var(--anpjia-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.anpjia-number {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--anpjia-teal);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.anpjia-band {
  padding-block: 55px;
  background: linear-gradient(100deg, var(--anpjia-teal), #0b7773);
}

.anpjia-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.anpjia-band h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
}

.anpjia-band .anpjia-kicker {
  margin-bottom: 10px !important;
  color: #c8fffa;
}

.anpjia-band .anpjia-button {
  flex: 0 0 auto;
}

.anpjia-personas {
  display: grid;
  margin-top: 45px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.anpjia-personas article {
  min-height: 235px;
  padding: 28px;
  border: 1px solid #dde5e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgb(17 43 57 / 6%);
}

.anpjia-personas span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--anpjia-navy-800);
  font-size: 0.7rem;
  font-weight: 850;
}

.anpjia-note {
  margin-top: 28px;
  padding: 19px 23px;
  border: 1px solid #dacda9;
  border-radius: 12px;
  color: #5b5138;
  background: #fff9e9;
  font-size: 0.84rem;
  line-height: 1.6;
}

.anpjia-steps {
  margin: 35px 0 0;
  padding: 0;
  counter-reset: anpjia-step;
  list-style: none;
}

.anpjia-steps li {
  position: relative;
  min-height: 47px;
  margin-bottom: 14px;
  padding: 9px 0 9px 60px;
  counter-increment: anpjia-step;
}

.anpjia-steps li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  place-items: center;
  color: #fff;
  background: var(--anpjia-navy-800);
  content: counter(anpjia-step, decimal-leading-zero);
  font-size: 0.72rem;
  font-weight: 850;
}

.anpjia-cards {
  display: grid;
  margin-top: 38px;
  gap: 13px;
}

.anpjia-cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.anpjia-cards div {
  padding: 24px 20px;
  border: 1px solid rgb(182 209 220 / 18%);
  border-radius: 13px;
  background: rgb(255 255 255 / 5%);
}

.anpjia-cards strong,
.anpjia-cards span {
  display: block;
}

.anpjia-cards strong {
  margin-bottom: 8px;
  color: var(--anpjia-gold-light) !important;
}

.anpjia-cards span {
  color: #aebfca;
  font-size: 0.78rem;
  line-height: 1.45;
}

.anpjia-method {
  position: relative;
  border-color: #d5c7a8;
  background: #fbf7ed;
}

.anpjia-method__seal {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--anpjia-navy-800);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.anpjia-method p {
  color: #5c5a52;
  font-size: 0.85rem;
}

.anpjia-feature-list {
  display: grid;
  margin: 38px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.anpjia-feature-list article {
  display: flex;
  padding: 25px;
  border: 1px solid var(--anpjia-line);
  border-radius: 15px;
  gap: 17px;
}

.anpjia-feature-list article > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--anpjia-teal);
  font-size: 0.78rem;
  font-weight: 900;
}

.anpjia-feature-list h3 {
  margin-bottom: 7px;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
}

.anpjia-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.anpjia-offer__content > p:not(.anpjia-kicker, .anpjia-microcopy) {
  max-width: 720px;
}

.anpjia-price {
  display: flex;
  margin: 35px 0 30px;
  flex-direction: column;
}

.anpjia-price span {
  color: #9eb4bf;
  font-size: 0.82rem;
  font-weight: 750;
}

.anpjia-price strong {
  color: var(--anpjia-gold-light) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.1rem);
  line-height: 1.05;
}

.anpjia-price small {
  color: #b7c8d0;
  font-size: 0.9rem;
}

.anpjia-offer__card {
  padding: 38px;
  border: 1px solid rgb(225 190 116 / 35%);
  border-radius: 20px;
  background: rgb(255 255 255 / 6%);
  box-shadow: 0 25px 70px rgb(0 0 0 / 22%);
}

.anpjia-offer__card h3 {
  color: var(--anpjia-gold-light);
}

.anpjia-offer__card ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.anpjia-offer__card li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
  color: #d4e0e5;
  font-size: 0.87rem;
}

.anpjia-offer__card li::before {
  position: absolute;
  left: 0;
  color: var(--anpjia-teal-bright);
  content: "✓";
  font-weight: 900;
}

.anpjia-decision {
  display: grid;
  margin-top: 40px;
  padding: 32px;
  border: 1px solid var(--anpjia-line);
  border-radius: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 45px;
  background: #fff;
}

.anpjia-decision h3 {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
}

.anpjia-decision ul {
  margin-bottom: 0;
  padding-left: 21px;
  color: #536671;
  font-size: 0.87rem;
}

.anpjia-faq {
  margin-top: 40px;
  border-top: 1px solid var(--anpjia-line);
}

.anpjia-faq > h3 {
  margin: 34px 0 0;
  padding: 22px 2px 15px;
  border-bottom: 1px solid var(--anpjia-line);
  color: var(--anpjia-teal);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.anpjia-faq details {
  border-bottom: 1px solid var(--anpjia-line);
  background: #fff;
}

.anpjia-faq summary {
  position: relative;
  padding: 25px 54px 25px 2px;
  color: var(--anpjia-navy-900);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.anpjia-faq summary::-webkit-details-marker {
  display: none;
}

.anpjia-faq summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: grid;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--anpjia-navy-800);
  content: "+";
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 500;
}

.anpjia-faq details[open] summary::after {
  content: "−";
  background: var(--anpjia-teal);
}

.anpjia-faq details p {
  margin: 0;
  padding: 0 48px 27px 2px;
  color: #536671;
  font-size: 0.92rem;
}

.anpjia-final {
  padding-block: clamp(85px, 11vw, 150px);
  color: #d5e0e5;
  background:
    radial-gradient(circle at 50% 0, rgb(35 191 180 / 18%), transparent 42%),
    var(--anpjia-navy-950);
  text-align: center;
}

.anpjia-final__inner {
  max-width: 930px;
}

.anpjia-final h2 {
  color: #fff;
}

.anpjia-final .anpjia-button {
  margin-top: 15px;
}

.anpjia-final .anpjia-microcopy {
  max-width: 800px;
  margin: 20px auto 0 !important;
}

.anpjia-references {
  padding-block: 55px 110px;
  border-top: 1px solid #e0e6e7;
  background: #f6f8f7;
}

.anpjia-references h2 {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0;
}

.anpjia-references p {
  color: #6c7b83;
  font-size: 0.76rem;
  line-height: 1.65;
}

.anpjia-mobile-cta {
  display: none;
}

@media (max-width: 1024px) {
  .anpjia-grid--content,
  .anpjia-offer {
    grid-template-columns: 1fr;
  }

  .anpjia-grid--content .anpjia-reading {
    max-width: 850px;
  }

  .anpjia-factbox,
  .anpjia-method,
  .anpjia-media--flush {
    position: static;
    width: 100%;
    max-width: 850px;
  }

  .anpjia-media--flush {
    margin: 0;
  }

  .anpjia-module-groups article,
  .anpjia-module-groups article:nth-child(4),
  .anpjia-module-groups article:nth-child(5) {
    grid-column: span 3;
  }

  .anpjia-personas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .anpjia {
    font-size: 16.5px;
  }

  .anpjia-shell {
    width: min(100% - 30px, 1180px);
  }

  .anpjia-hero {
    min-height: 760px;
  }

  .anpjia-hero__media img {
    object-position: 63% center;
    opacity: 0.72;
  }

  .anpjia-hero__shade {
    background: linear-gradient(90deg, rgb(4 12 22 / 96%), rgb(6 17 29 / 78%)), linear-gradient(0deg, rgb(3 9 16 / 80%), transparent 50%);
  }

  .anpjia-hero__content {
    padding-block: 78px 72px;
  }

  .anpjia h1 {
    font-size: clamp(2.35rem, 12vw, 3.8rem);
  }

  .anpjia h2 {
    font-size: clamp(1.9rem, 9.5vw, 2.75rem);
  }

  .anpjia-proof {
    gap: 7px;
  }

  .anpjia-proof li {
    font-size: 0.75rem;
  }

  .anpjia-button {
    width: 100%;
  }

  .anpjia-toc .anpjia-shell {
    display: block;
    padding-block: 16px;
  }

  .anpjia-toc__title {
    margin-bottom: 8px !important;
  }

  .anpjia-toc ol {
    margin-inline: -4px;
  }

  .anpjia-section {
    padding-block: 72px;
  }

  .anpjia-grid {
    gap: 38px;
  }

  .anpjia-checks--columns,
  .anpjia-feature-list,
  .anpjia-decision,
  .anpjia-cards--four {
    grid-template-columns: 1fr;
  }

  .anpjia-factbox,
  .anpjia-method,
  .anpjia-offer__card,
  .anpjia-decision {
    padding: 25px;
  }

  .anpjia-module-groups {
    display: block;
  }

  .anpjia-module-groups article {
    margin-bottom: 15px;
  }

  .anpjia-band__inner {
    display: block;
  }

  .anpjia-band .anpjia-button {
    margin-top: 25px;
  }

  .anpjia-personas {
    grid-template-columns: 1fr;
  }

  .anpjia-personas article {
    min-height: 0;
  }

  .anpjia-media {
    margin-block: 34px 48px;
  }

  .anpjia-media img {
    border-radius: 11px;
  }

  .anpjia-price strong {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .anpjia-faq summary {
    padding-right: 48px;
    font-size: 1.05rem;
  }

  .anpjia-faq details p {
    padding-right: 5px;
  }

  .anpjia-references {
    padding-bottom: 115px;
  }

  .anpjia-mobile-cta {
    position: fixed;
    z-index: 10001;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 70px;
    padding: 9px 9px 9px 16px;
    border: 1px solid rgb(226 192 120 / 32%);
    border-radius: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #d7e3e8;
    background: rgb(7 18 30 / 96%);
    box-shadow: 0 15px 50px rgb(0 0 0 / 35%);
    backdrop-filter: blur(12px);
  }

  .anpjia-mobile-cta div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.25;
  }

  .anpjia-mobile-cta span {
    color: #91a8b3;
    font-size: 0.65rem;
  }

  .anpjia-mobile-cta strong {
    overflow: hidden;
    color: #fff;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .anpjia-mobile-cta > a {
    display: inline-flex;
    min-height: 48px;
    padding: 10px 17px;
    border-radius: 9px;
    align-items: center;
    flex: 0 0 auto;
    color: #102334;
    background: linear-gradient(135deg, var(--anpjia-gold-light), var(--anpjia-gold));
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
  }
}

@media (max-width: 390px) {
  .anpjia-mobile-cta div {
    display: none;
  }

  .anpjia-mobile-cta > a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .anpjia *,
  .anpjia *::before,
  .anpjia *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .anpjia-progress,
  .anpjia-mobile-cta,
  .anpjia-toc,
  .anpjia-button {
    display: none !important;
  }

  .anpjia {
    left: auto;
    width: 100%;
    margin: 0;
    color: #111;
    background: #fff;
    font-size: 11pt;
  }

  .anpjia-section,
  .anpjia-final,
  .anpjia-hero {
    padding-block: 25px;
    color: #111;
    background: #fff;
  }

  .anpjia h1,
  .anpjia h2,
  .anpjia h3,
  .anpjia-section--navy h2,
  .anpjia-final h2 {
    color: #111;
  }
}
