@font-face {
  font-family: "Inter Local";
  src: url("./assets/inter-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

/* Montserrat is the display/body family used by the supplied card reference. */
@font-face {
  font-family: "Montserrat Laquila";
  src: url("../obrigado/assets/JTUSjIg1_i6t8kCHKm459WlhyyTh89_2f5adf1176f9.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  color-scheme: dark;
  --gold-start: #e3d0b4;
  --gold-end: #855717;
  --gold-soft: #f1dfbd;
  --ink: #040405;
  --surface: rgb(9 11 13 / 82%);
  --line: rgb(255 255 255 / 16%);
  --line-gold: rgb(225 193 133 / 42%);
  --shadow-deep: 0 24px 60px rgb(0 0 0 / 34%);
  --card-gap: 16px;
  --card-height: 188px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-family: "Montserrat Laquila", Montserrat, "Inter Local", Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.links-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgb(156 116 56 / 10%), transparent 34rem),
    var(--ink);
}

.hero {
  position: relative;
  min-height: 0;
  isolation: isolate;
  background: var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgb(0 0 0 / 4%) 0%,
      rgb(0 0 0 / 8%) 28%,
      rgb(0 0 0 / 38%) 52%,
      rgb(0 0 0 / 88%) 78%,
      rgb(0 0 0 / 100%) 100%
    ),
    url("./assets/slice-bg.webp") center top / 100% auto no-repeat;
  background-color: var(--ink);
  filter: brightness(1.12) saturate(0.88);
  transform-origin: center top;
  animation: hero-photo-in 1200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-column {
  width: min(380px, calc(100% - 20px));
  margin: 0 auto;
}

.profile {
  position: relative;
  padding-top: 410px;
  text-align: center;
}

.profile::before {
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 auto 18px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
  content: "";
  opacity: 0.92;
}

.profile h1 {
  margin: 0 0 8px;
  color: #fff;
  font-family: "Montserrat Laquila", Montserrat, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -1.3px;
  text-shadow: 0 3px 18px rgb(0 0 0 / 72%);
}

.profile p {
  margin: 0;
  color: rgb(255 255 255 / 82%);
  font-size: 15px;
  line-height: 18px;
  text-shadow: 0 2px 12px rgb(0 0 0 / 72%);
}

.profile strong {
  font-weight: 700;
}

.offers {
  display: grid;
  gap: var(--card-gap);
  margin-top: 24px;
}

.offer-card,
.service-card {
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  box-shadow: var(--shadow-deep);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.offer-card:hover,
.service-card:hover {
  border-color: var(--line-gold);
  box-shadow: 0 28px 68px rgb(0 0 0 / 44%);
  transform: translateY(-2px);
}

.offer-card:focus-visible,
.service-card:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}

.offer-card::after,
.service-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(3 4 5 / 94%) 0%, rgb(3 4 5 / 62%) 48%, rgb(3 4 5 / 16%) 100%);
  content: "";
  pointer-events: none;
}

.offer-card {
  width: 100%;
  height: var(--card-height);
  padding-right: 16px;
  align-items: center;
  background-color: var(--surface);
}

.offer-card--campaigns,
.offer-card--ai {
  background-image: url("./assets/card-1.webp");
}

.offer-card--campaigns .offer-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 136px;
  height: auto;
  margin-left: auto;
  animation: photo-in 850ms 240ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.offer-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 154px;
  flex: 0 0 154px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 22px;
}

.offer-card--campaigns .offer-copy {
  transform: translateY(0);
}

.offer-card--ai .offer-copy {
  transform: translateY(1px);
}

.offer-card--ai .ai-logo {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  width: 148px;
  height: auto;
  max-width: none;
  transform: translateY(-50%);
  animation: ai-logo-in 950ms 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.offer-description {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18.8px;
  text-wrap: pretty;
}

.pill-button {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 4px 4px 4px 8px;
  border-radius: 47px;
  background: linear-gradient(98deg, var(--gold-start) 0%, var(--gold-end) 100%);
  color: #fff;
  font-family: "Montserrat Laquila", Montserrat, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 10px;
  text-align: left;
  box-shadow: 0 8px 18px rgb(0 0 0 / 24%);
}

.arrow {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #8e6932;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.services {
  min-height: 479px;
  padding-top: 2px;
  background: var(--ink);
}

.service-card {
  height: var(--card-height);
  margin-top: var(--card-gap);
  align-items: flex-start;
}

.service-card--360 {
  background-image: none;
}

.service-card--commercial {
  background-image: none;
}

.service-card--360::before,
.service-card--commercial::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: card-photo-in 1050ms cubic-bezier(0.22, 1, 0.36, 1) both;
  pointer-events: none;
}

.service-card--360::after,
.service-card--commercial::after {
  background: linear-gradient(90deg, rgb(3 4 5 / 92%) 0%, rgb(3 4 5 / 34%) 46%, rgb(3 4 5 / 4%) 100%);
}

.service-card--360::before {
  background-image: url("./assets/card-360.webp");
  animation-delay: 540ms;
}

.service-card--commercial::before {
  background-image: url("./assets/card-commercial.webp");
  animation-delay: 720ms;
}

.expert-photo {
  position: absolute;
  right: 3px;
  bottom: 0;
  z-index: 0;
  width: 148px;
  height: auto;
  max-width: none;
  pointer-events: none;
  animation: photo-in 950ms 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.service-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 150px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 22px;
}

.service-card--360 .service-copy {
  padding-top: 0;
}

.service-card--commercial .service-copy {
  width: 180px;
  padding-top: 0;
}

.service-copy strong {
  display: block;
  color: #fff;
  font-family: "Montserrat Laquila", Montserrat, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 800;
  line-height: 31px;
  letter-spacing: -0.6px;
}

.service-card--commercial strong {
  font-size: 21px;
  line-height: 31px;
}

.service-copy > span:not(.pill-button) {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
}

.service-card--360 .pill-button {
  margin-top: 9px;
}

.service-card--commercial .pill-button {
  width: 180px;
  min-height: 38px;
  margin-top: 12px;
  padding-left: 12px;
  line-height: 15px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-top: 28px;
  padding: 24px 0 32px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  text-align: center;
}

.footer img {
  width: 174px;
  height: 118px;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: saturate(0.92) contrast(1.08);
}

.footer p {
  max-width: 190px;
  margin: 0;
  color: rgb(255 255 255 / 58%);
  font-size: 10px;
  line-height: 15px;
}

.youtube-legacy {
  display: none;
}

@keyframes hero-photo-in {
  from {
    opacity: 0.35;
    transform: none;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes card-photo-in {
  from {
    opacity: 0.35;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes photo-in {
  from {
    opacity: 0;
    transform: translate3d(28px, 8px, 0) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ai-logo-in {
  from {
    opacity: 0;
    transform: translate3d(28px, -50%, 0) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0) scale(1);
  }
}

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

@media (min-width: 768px) {
  .links-page {
    max-width: 400px;
    margin: 0 auto;
  }

  .page-column {
    width: min(380px, calc(100% - 20px));
  }
}

@media (max-width: 480px) {
  .profile {
    padding-top: 394px;
  }

  .profile h1 {
    font-size: 28px;
  }

  .offer-card {
    height: var(--card-height);
  }

  .offer-card--campaigns .offer-logo {
    width: 128px;
  }

  .offer-copy {
    width: 150px;
    flex-basis: 150px;
    margin-left: 18px;
  }
}
