.page--atendimento {
  background: #fbfcf8;
}

.page--atendimento .contact-widget {
  display: none;
}

.at-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 168px;
  border-bottom: 1px solid rgba(6, 30, 34, .06);
  background:
    radial-gradient(circle at 13% 20%, rgba(39, 196, 187, .13), transparent 27%),
    linear-gradient(180deg, #f7f8f3 0%, #eef7f3 100%);
}

.at-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .45;
  background-image:
    linear-gradient(rgba(6, 30, 34, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 30, 34, .035) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.at-orbit {
  position: absolute;
  border: 1px solid rgba(10, 151, 145, .1);
  border-radius: 50%;
}

.at-orbit--one {
  width: 560px;
  height: 560px;
  top: -300px;
  right: -180px;
}

.at-orbit--two {
  width: 420px;
  height: 420px;
  bottom: -250px;
  left: -270px;
}

.at-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}

.at-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  padding: 8px 13px;
  border: 1px solid rgba(10, 151, 145, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #087f7b;
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.at-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #20c2b8;
  box-shadow: 0 0 0 5px rgba(32, 194, 184, .1);
}

.at-intro h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.at-intro h1 span {
  color: var(--teal);
}

.at-intro > p:last-child {
  max-width: 680px;
  margin: 29px auto 0;
  color: #536b6e;
  font-size: 1.1rem;
  line-height: 1.65;
}

.at-choices {
  position: relative;
  z-index: 2;
  margin-top: -102px;
  padding: 0 0 88px;
}

.at-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.at-card {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: 39px;
  border-radius: 28px;
}

.at-card--client {
  color: #fff;
  background:
    radial-gradient(circle at 95% 5%, rgba(33, 197, 187, .18), transparent 32%),
    linear-gradient(145deg, #073c40 0%, #062e34 100%);
  box-shadow: 0 26px 74px rgba(3, 32, 36, .22);
}

.at-card--client::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  right: -210px;
  bottom: -245px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, .025),
    0 0 0 96px rgba(255, 255, 255, .018);
}

.at-card--commercial {
  border: 1px solid rgba(6, 30, 34, .1);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 72px rgba(6, 30, 34, .1);
}

.at-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.at-icon-box {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
}

.at-icon-box svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.at-card--client .at-icon-box {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .1);
  color: #8cf0e8;
}

.at-card--commercial .at-icon-box {
  border: 1px solid rgba(10, 151, 145, .12);
  background: #e8f8f4;
  color: #098e89;
}

.at-number {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  opacity: .48;
}

.at-kicker {
  margin: 0 0 11px;
  color: #42d4cb;
  font-size: .72rem;
  font-weight: 830;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.at-card--commercial .at-kicker {
  color: #078b86;
}

.at-card h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.2rem, 3.1vw, 3.05rem);
  line-height: 1.02;
  letter-spacing: -.052em;
}

.at-copy {
  margin: 24px 0 22px;
  color: rgba(255, 255, 255, .7);
  font-size: .99rem;
  line-height: 1.65;
}

.at-card--commercial .at-copy {
  color: #627477;
}

.at-benefits {
  display: grid;
  gap: 11px;
  margin: 0 0 30px;
  padding: 0;
  color: rgba(255, 255, 255, .82);
  font-size: .88rem;
  font-weight: 600;
  list-style: none;
}

.at-card--commercial .at-benefits {
  color: #435d60;
}

.at-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.at-benefits li span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(48, 209, 199, .12);
  color: #5ae1d7;
  font-size: .7rem;
}

.at-card--commercial .at-benefits li span {
  background: #e8f7f3;
  color: #078e88;
}

.at-action {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 13px;
  font-size: .93rem;
  font-weight: 790;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.at-action:hover {
  transform: translateY(-2px);
}

.at-action:focus-visible {
  outline: 4px solid rgba(34, 199, 185, .24);
  outline-offset: 4px;
}

.at-action b {
  font-size: 1.35rem;
  font-weight: 400;
}

.at-action--client {
  border: 1px solid rgba(255, 255, 255, .18);
  background: #19bdb4;
  color: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
}

.at-action--commercial {
  border: 1px solid #0a908b;
  background: #fff;
  color: #076f6c;
}

.at-action--commercial:hover {
  background: #effaf7;
}

.at-url,
.at-privacy {
  position: relative;
  z-index: 1;
  min-height: 49px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 11px;
  font-size: .68rem;
  line-height: 1.35;
}

.at-url {
  background: rgba(255, 255, 255, .075);
  color: rgba(255, 255, 255, .65);
}

.at-privacy {
  background: #f2f7f4;
  color: #6a797b;
}

.at-url svg,
.at-privacy svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.at-url span {
  overflow-wrap: anywhere;
}

.at-routing {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 20px 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
}

.at-routing-symbol {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #d7f7ef;
}

.at-routing-symbol img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.at-routing b {
  display: block;
  margin-bottom: 4px;
  font-size: .9rem;
}

.at-routing p {
  margin: 0;
  color: #68797c;
  font-size: .78rem;
}

.at-routing-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4c6568;
  font-size: .72rem;
  font-weight: 720;
}

.at-routing-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #21b76e;
  box-shadow: 0 0 0 4px rgba(33, 183, 110, .1);
}

.page--atendimento .footer-column a[href="/atendimento/"] {
  color: var(--teal);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 6px;
}

@media (max-width: 980px) {
  .at-grid {
    grid-template-columns: 1fr;
  }

  .at-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .at-hero {
    padding: 66px 0 140px;
  }

  .at-intro h1 {
    font-size: 2.8rem;
  }

  .at-intro h1 br {
    display: none;
  }

  .at-intro > p:last-child {
    font-size: .95rem;
  }

  .at-choices {
    margin-top: -86px;
  }

  .at-card {
    padding: 27px 22px;
    border-radius: 22px;
  }

  .at-card h2 {
    font-size: 2.1rem;
  }

  .at-copy {
    font-size: .9rem;
  }

  .at-routing {
    grid-template-columns: 48px 1fr;
  }

  .at-routing-status {
    grid-column: 1 / -1;
  }
}
