/* @2026 Mario Machado. */
body.office-service-open {
  overflow: hidden;
}

.office-service-page {
  position: fixed;
  z-index: 35;
  inset: var(--header-height) 0 0;
  background: rgba(244, 249, 255, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.office-service-page.open {
  opacity: 1;
  pointer-events: auto;
}

.office-overlay {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: none;
}

.office-service-page.open .office-overlay {
  transform: none;
}

.office-shell {
  max-width: 1536px;
  min-height: 100%;
  margin: 0 auto;
  padding: 18px 52px 0;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 66%, #ffffff 100%);
  box-shadow: 0 0 60px rgba(20, 92, 157, 0.18);
  overflow: hidden;
}

.office-hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(0, 1.18fr);
  min-height: 430px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: var(--white);
}

.office-copy {
  position: relative;
  z-index: 3;
  padding: 6px 24px 24px 8px;
}

.office-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: #385371;
  font-size: 12px;
  font-weight: 800;
}

.office-breadcrumb a::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 3px;
  background: var(--blue);
  content: "";
  vertical-align: -2px;
  clip-path: polygon(50% 0, 100% 43%, 88% 43%, 88% 100%, 62% 100%, 62% 66%, 38% 66%, 38% 100%, 12% 100%, 12% 43%, 0 43%);
}

.office-breadcrumb span::before,
.office-breadcrumb strong::before {
  margin-right: 10px;
  color: #7e95af;
  content: ">";
}

.office-breadcrumb strong {
  color: var(--ink);
}

.office-copy h2 {
  max-width: 460px;
  margin: 0;
  color: #061a45;
  font-size: clamp(52px, 5.1vw, 70px);
  line-height: 0.96;
  font-weight: 800;
}

.office-copy > i {
  display: block;
  width: 76px;
  height: 5px;
  margin: 14px 0 20px;
  border-radius: 999px;
  background: var(--blue);
}

.office-copy > p {
  max-width: 530px;
  margin: 0 0 20px;
  color: #10284d;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.office-hero-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
}

.office-hero-pills article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid #d8e8fa;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(20, 92, 157, 0.08);
}

.office-hero-pills span {
  color: var(--blue);
}

.office-hero-pills svg {
  width: 30px;
  height: 30px;
}

.office-hero-pills strong {
  color: #061a45;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 800;
}

.office-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.office-primary,
.office-back,
.office-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.office-primary {
  min-width: 235px;
  color: var(--white);
  background: linear-gradient(135deg, #0b6ee6, #003dd7);
  box-shadow: 0 12px 28px rgba(0, 82, 200, 0.24);
}

.office-primary span,
.office-cta a span {
  width: 20px;
  height: 20px;
}

.office-back {
  min-width: 200px;
  border: 1.5px solid #0b56df;
  color: #0b56df;
  background: #ffffff;
  cursor: pointer;
}

.office-back span {
  width: 19px;
  height: 19px;
  transform: rotate(180deg);
}

.office-hero-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.office-hero-media::before {
  display: none;
}

.office-hero-media > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.office-included li svg {
  width: 12px;
  height: 12px;
}

.office-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 8px 26px;
  padding: 26px 20px;
  border: 1px solid #cfe3f8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(20, 92, 157, 0.12);
}

.office-benefits article {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 132px;
  padding: 0 28px;
  text-align: center;
}

.office-benefits article + article {
  border-left: 1px dashed #8fbaf0;
}

.office-benefits span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #0659df;
}

.office-benefits svg {
  width: 42px;
  height: 42px;
}

.office-benefits strong,
.office-process strong {
  color: #061a45;
  font-weight: 800;
}

.office-benefits p {
  max-width: 220px;
  margin: 0;
  color: #10284d;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

.office-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 26px;
  margin-bottom: 24px;
}

.office-included,
.office-frequency,
.office-choice,
.office-results,
.office-faq {
  border: 1px solid #d9e8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(20, 92, 157, 0.08);
}

.office-included,
.office-frequency {
  min-height: 330px;
}

.office-included {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, 0.88fr);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
}

.office-frequency {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(240px, 1fr);
  gap: 22px;
  padding: 24px;
}

.office-included h3,
.office-frequency h3,
.office-process h3,
.office-details h3,
.office-cta h3 {
  margin: 0;
  color: #061a45;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
}

.office-included h3 {
  grid-column: 1;
}

.office-included ul,
.office-frequency ul,
.office-choice ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.office-included ul {
  grid-column: 1;
}

.office-included li,
.office-frequency li,
.office-choice li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  color: #0b244b;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
}

.office-included li {
  margin-bottom: 11px;
}

.office-included li span,
.office-frequency li span,
.office-choice li span {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.office-included li span {
  width: 18px;
  height: 18px;
  color: #ffffff;
  background: #0b66d8;
}

.office-frequency li {
  grid-template-columns: 24px 1fr;
  margin-bottom: 20px;
}

.office-frequency li span,
.office-choice li span {
  width: 22px;
  height: 22px;
  color: #075ee4;
}

.office-frequency img,
.office-included img {
  width: 100%;
  height: 100%;
  min-height: 238px;
  border-radius: 12px;
  object-fit: cover;
}

.office-included img {
  grid-column: 2;
  grid-row: 1 / 3;
  object-position: center;
}

.office-process {
  padding: 4px 0 26px;
  text-align: center;
}

.office-process > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 26px;
}

.office-process article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.office-process article::before {
  position: absolute;
  top: 35px;
  left: -50%;
  width: 100%;
  border-top: 1px dashed #88b4ee;
  content: "";
}

.office-process article:first-child::before {
  display: none;
}

.office-process i {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: calc(50% - 70px);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: #0c57d8;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
}

.office-process span {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid #b8d4f5;
  border-radius: 50%;
  color: #075ee4;
  background: #f3f9ff;
}

.office-process span svg {
  width: 38px;
  height: 38px;
}

.office-process strong {
  margin-top: 8px;
  font-size: 15px;
}

.office-process p {
  max-width: 190px;
  margin: 0;
  color: #10284d;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.office-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr) minmax(0, 1fr);
  gap: 16px;
}

.office-choice {
  position: relative;
  min-height: 280px;
  padding: 24px 210px 24px 24px;
  overflow: hidden;
}

.office-choice img {
  position: absolute;
  right: -34px;
  bottom: 0;
  width: 230px;
  height: 230px;
  object-fit: cover;
  object-position: 35% center;
  border-radius: 50% 0 0 0;
}

.office-results {
  padding: 24px;
}

.office-results > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.office-results article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 92, 157, 0.07);
}

.office-results span {
  color: #075ee4;
}

.office-results svg {
  width: 34px;
  height: 34px;
}

.office-results strong {
  color: #0750d8;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.office-results p {
  margin: 5px 0 0;
  color: #0b244b;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
}

.office-faq {
  padding: 24px;
}

.office-faq h3 {
  margin-bottom: 18px;
}

.office-faq-item {
  overflow: hidden;
  border: 1px solid #bed5ef;
  border-radius: 8px;
  background: #ffffff;
}

.office-faq-item + .office-faq-item {
  margin-top: 9px;
}

.office-faq button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 14px;
  color: #061a45;
  background: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.office-faq button i {
  color: #0b56df;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

.office-faq-item div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s ease;
}

.office-faq-item.open div {
  grid-template-rows: 1fr;
}

.office-faq-item.open button i {
  transform: rotate(45deg);
}

.office-faq p {
  overflow: hidden;
  margin: 0;
  padding: 0 14px;
  color: #233b5d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  transition: padding 0.28s ease;
}

.office-faq-item.open p {
  padding: 2px 14px 14px;
}

.office-cta {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) minmax(240px, 330px) 210px;
  align-items: center;
  gap: 28px;
  min-height: 134px;
  margin-top: 20px;
  padding: 24px 34px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #063fe4, #006dd5);
  box-shadow: 0 16px 38px rgba(0, 89, 204, 0.22);
}

.office-cta > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.office-cta > span svg {
  width: 52px;
  height: 52px;
}

.office-cta h3 {
  color: #ffffff;
  font-size: 30px;
}

.office-cta p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.office-cta a {
  color: #074dd7;
  background: #ffffff;
}

.office-cta::after {
  color: #ffffff;
  content: "Resposta rápida e personalizada";
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .office-shell {
    padding-inline: 24px;
  }

  .office-hero,
  .office-service-grid,
  .office-details {
    grid-template-columns: 1fr;
  }

  .office-hero-media::before {
    display: none;
  }

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

  .office-benefits article + article {
    border-left: 0;
  }

  .office-choice {
    padding-right: 260px;
  }
}

@media (max-width: 860px) {
  .office-shell {
    padding: 18px 16px 0;
  }

  .office-copy {
    padding: 4px 0 24px;
  }

  .office-breadcrumb {
    margin-bottom: 30px;
  }

  .office-copy h2 {
    font-size: 42px;
  }

  .office-copy > p {
    font-size: 16px;
  }

  .office-hero,
  .office-hero-media {
    min-height: auto;
  }

  .office-hero-media > img:first-child {
    height: 360px;
  }

  .office-hero-pills,
  .office-benefits,
  .office-included,
  .office-frequency,
  .office-process > div,
  .office-results > div,
  .office-cta {
    grid-template-columns: 1fr;
  }

  .office-benefits,
  .office-service-grid,
  .office-details,
  .office-cta {
    margin-inline: -16px;
  }

  .office-benefits article {
    min-height: auto;
    padding: 20px 10px;
  }

  .office-included,
  .office-frequency,
  .office-choice,
  .office-results,
  .office-faq {
    border-radius: 0;
  }

  .office-included img,
  .office-frequency img {
    min-height: 260px;
  }

  .office-process article::before {
    display: none;
  }

  .office-process i {
    left: calc(50% - 58px);
  }

  .office-choice {
    padding-right: 24px;
    padding-bottom: 220px;
  }

  .office-choice img {
    right: 0;
    width: 220px;
    height: 200px;
  }

  .office-cta {
    padding-inline: 24px;
    text-align: center;
  }

  .office-cta > span {
    margin: 0 auto;
  }

  .office-cta::after {
    margin: 0 auto;
  }
}
