:root {
  --pd-purple: #4b0fb5;
  --pd-lilac: #8b5cf6;
  --pd-pink: #7c3aed;
  --pd-cyan: #45e4ff;
  --pd-orange: #ff7a18;
  --pd-ink: #07111f;
}

.tp-header-logo img[src*="presenca-digital-logo"],
.tp-side-logo img[src*="presenca-digital-logo"],
.search__logo img[src*="presenca-digital-logo"] {
  width: auto;
  max-width: 132px;
  max-height: 116px;
  object-fit: contain;
}

.tp-footer-logo img[src*="presenca-digital-logo"],
.loading-logo img[src*="presenca-digital-logo"] {
  width: auto;
  max-width: 174px;
  max-height: 126px;
}

.pd-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: #ffe66d;
  color: #140b2f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tp-hero-content-2 p strong {
  color: #fff;
  font-weight: 950;
}

.pd-hero-main-img {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
  box-shadow: 0 34px 90px rgba(5, 10, 24, .38);
}

.madness-image img {
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  object-position: center;
}

.pd-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, #3b0764, var(--pd-lilac));
}

.tp-footer-widget-2 a.pd-footer-cta:hover {
  color: #fff;
}

.tp-btn-hover.alt-bg-pink b {
  background-color: #6d28d9 !important;
}

.madness-offer::before {
  background:
    radial-gradient(circle at 20% 10%, rgba(139, 92, 246, .28), transparent 34%),
    radial-gradient(circle at 85% 40%, rgba(69, 228, 255, .18), transparent 36%) !important;
}

.madness-copy a {
  background: linear-gradient(135deg, #3b0764, var(--pd-lilac)) !important;
}

.catalog-model-card {
  background: #07111f;
  border-radius: 10px;
  overflow: hidden;
}

.catalog-model-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: top center;
}

.catalog-model-info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(4, 10, 20, .86);
  backdrop-filter: blur(8px);
}

.catalog-model-info span {
  display: block;
  color: var(--pd-cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-model-info strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.catalog-model-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.catalog-model-actions a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.catalog-model-actions a:first-child {
  color: #07111f;
  background: var(--pd-cyan);
}

.catalog-model-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
}

.tp-case-studies-tab-button button span {
  white-space: nowrap;
}

.pd-impact-area {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(69, 228, 255, .20), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 246, .26), transparent 34%),
    linear-gradient(135deg, #16053d 0%, #34128a 48%, #0a1025 100%);
}

.pd-impact-title {
  text-align: left;
}

.pd-impact-area .tp-section__title-pre,
.pd-impact-area .tp-section__title {
  color: #fff;
}

.pd-impact-area .tp-section__title-pre::after {
  background: var(--pd-cyan);
}

.pd-impact-copy {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

.pd-impact-showcase {
  margin-top: 44px;
  overflow: hidden;
  border-radius: 18px;
  background: #070b16;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
}

.pd-impact-showcase img {
  display: block;
  width: 100%;
  aspect-ratio: 1717 / 916;
  object-fit: cover;
  object-position: center;
}

.pd-impact-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 15, 31, .16);
}

.pd-impact-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  background: #070b16;
}

.pd-real-shot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 10, 24, .02), rgba(5, 10, 24, .58));
  pointer-events: none;
}

.pd-device-ui {
  position: absolute;
  z-index: 2;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.pd-shot-google .pd-device-ui {
  left: 43.3%;
  top: 16%;
  width: 36.8%;
  height: 55%;
  padding: 7% 5%;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  transform: rotate(-.3deg);
}

.pd-google-word {
  display: block;
  margin-bottom: 9%;
  color: #4285f4;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

.pd-search-bar {
  display: block;
  margin-bottom: 8%;
  padding: 8px 10px;
  border-radius: 999px;
  color: #334155;
  font-size: 11px;
  font-weight: 700;
  background: #f1f5f9;
}

.pd-search-result {
  padding: 12px;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 0 0 1px #e2e8f0 inset;
}

.pd-search-result small,
.pd-search-result strong,
.pd-search-result p {
  display: block;
}

.pd-search-result small {
  color: #16a34a;
  font-size: 9px;
  font-weight: 700;
}

.pd-search-result strong {
  margin: 3px 0 4px;
  color: #2563eb;
  font-size: 15px;
  line-height: 1.05;
}

.pd-search-result p {
  margin: 0;
  color: #475569;
  font-size: 10px;
  line-height: 1.25;
}

.pd-shot-maps img {
  object-position: center top;
}

.pd-shot-maps .pd-device-ui {
  left: 22%;
  top: 12.5%;
  width: 61%;
  height: 45%;
  padding: 4%;
  border-radius: 8px;
  background: rgba(248, 250, 252, .96);
  transform: perspective(700px) rotateX(1deg) rotateZ(1.5deg);
}

.pd-map-box {
  position: absolute;
  left: 5%;
  top: 9%;
  width: 54%;
  height: 76%;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 48%, rgba(14, 165, 233, .18) 49%, transparent 51%),
    linear-gradient(0deg, transparent 48%, rgba(14, 165, 233, .18) 49%, transparent 51%),
    #e0f2fe;
  background-size: 44px 44px;
}

.pd-map-box i {
  position: absolute;
  left: 47%;
  top: 43%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 8px rgba(239, 68, 68, .20);
}

.pd-business-box {
  position: absolute;
  right: 5%;
  top: 9%;
  width: 34%;
  min-height: 76%;
  padding: 16px 14px;
  border-radius: 12px;
  background: #fff;
}

.pd-business-box strong,
.pd-business-box span,
.pd-business-box em,
.pd-business-box b {
  display: block;
}

.pd-business-box strong {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.05;
}

.pd-business-box span {
  margin-top: 8px;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
}

.pd-business-box em {
  margin-top: 11px;
  color: #16a34a;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.pd-business-box b {
  display: inline-flex;
  margin-top: 13px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  background: #2563eb;
}

.pd-shot-whatsapp .pd-device-ui {
  left: 36.8%;
  top: 12.5%;
  width: 33.2%;
  height: 62%;
  padding: 13px 10px;
  border-radius: 18px;
  background: #e7ddd4;
  transform: rotate(7.8deg);
}

.pd-whatsapp-ui strong {
  display: block;
  margin: -13px -10px 12px;
  padding: 12px 14px;
  border-radius: 18px 18px 0 0;
  color: #fff;
  font-size: 13px;
  background: #075e54;
}

.pd-msg {
  max-width: 86%;
  margin: 0 0 9px;
  padding: 8px 9px;
  border-radius: 12px;
  color: #1f2937;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.pd-msg.received {
  background: #fff;
}

.pd-msg.sent {
  margin-left: auto;
  background: #dcf8c6;
}

.pd-impact-card-copy {
  position: static;
  padding: 24px;
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, .08);
}

.pd-impact-card-copy span {
  display: block;
  margin-bottom: 7px;
  color: var(--pd-purple);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pd-impact-card-copy h4 {
  margin: 0 0 10px;
  color: var(--pd-ink);
  font-size: 20px;
  line-height: 1.18;
}

.pd-impact-card-copy p {
  margin: 0;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.55;
}

.pd-home-previews {
  margin-top: 42px;
}

.pd-preview-card {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 24px 70px rgba(9, 16, 31, .10);
}

.pd-preview-media {
  display: block;
  position: relative;
  overflow: hidden;
  background: #07111f;
}

.pd-preview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 17, 31, .50), rgba(7, 17, 31, .04) 58%);
  pointer-events: none;
}

.pd-preview-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.pd-preview-body {
  padding: 24px 24px 26px;
}

.pd-preview-body span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--pd-purple);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pd-preview-body h4 {
  margin-bottom: 8px;
  color: var(--pd-ink);
  font-size: 24px;
  line-height: 1.16;
}

.pd-preview-body p {
  margin-bottom: 18px;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.6;
}

.pd-preview-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--pd-pink), var(--pd-cyan));
}

.pd-preview-link:hover {
  color: #fff;
}

.pd-preview-more {
  margin-top: 38px;
}

.pd-catalog-hero {
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

.pd-catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(139, 92, 246, .34), transparent 34%),
    linear-gradient(90deg, rgba(5, 8, 23, .88), rgba(5, 8, 23, .58) 52%, rgba(5, 8, 23, .76));
}

.pd-catalog-hero .breadcrumb__content {
  max-width: 980px;
  margin: 0 auto;
}

.pd-catalog-hero .breadcrumb__title {
  color: #fff;
}

.pd-catalog-hero-copy {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.65;
}

.pd-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pd-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
}

.pd-social-icons a:hover {
  color: #fff;
  background: linear-gradient(135deg, #3b0764, var(--pd-lilac));
}

.pd-floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(135deg, #2e026d, #6d28d9);
  box-shadow: 0 18px 50px rgba(75, 15, 181, .36);
}

.pd-floating-whatsapp:hover {
  color: #fff;
  background: linear-gradient(135deg, #3b0764, #8b5cf6);
}

.package-card a.pd-package-cta {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 28px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(135deg, var(--pd-cyan), #1d63ff);
  pointer-events: auto;
  cursor: pointer;
}

.package-card a.pd-package-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(29, 99, 255, .25);
}

@media (max-width: 1199px) {
  .catalog-model-info {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 0;
  }

  .catalog-model-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    white-space: normal;
  }

  .catalog-model-actions a {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tp-header-logo img[src*="presenca-digital-logo"] {
    width: auto;
    max-width: 92px;
    max-height: 96px;
  }

  .tp-hero-content-2 .tp-hero-title {
    font-size: 42px;
    line-height: 1.04;
  }

  .pd-hero-main-img {
    margin-top: 20px;
    aspect-ratio: 1 / .88;
    border-radius: 12px;
  }

  .pd-preview-body {
    padding: 20px;
  }

  .pd-impact-area {
    padding-bottom: 80px;
  }

  .pd-impact-copy {
    margin-top: 12px;
    font-size: 16px;
  }

  .pd-impact-card-copy {
    position: static;
    border-radius: 0;
  }

  .pd-impact-card-copy h4 {
    font-size: 18px;
  }

  .pd-impact-card img {
    aspect-ratio: 16 / 9;
  }

  .pd-real-shot::before {
    display: none;
  }

  .pd-device-ui {
    display: block;
    overflow: hidden;
  }

  .pd-shot-google .pd-device-ui {
    left: 40.2%;
    top: 12.8%;
    width: 24.5%;
    height: 67%;
    padding: 12px 6px;
    border-radius: 12px;
    transform: rotate(-.3deg);
  }

  .pd-google-word {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .pd-search-bar {
    margin-bottom: 9px;
    padding: 6px 5px;
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
  }

  .pd-search-result {
    padding: 7px 5px;
    border-radius: 9px;
  }

  .pd-search-result small {
    font-size: 7px;
  }

  .pd-search-result strong {
    font-size: 10px;
  }

  .pd-search-result p {
    display: none;
  }

  .pd-shot-maps .pd-device-ui {
    left: 14.2%;
    top: 13%;
    width: 72%;
    height: 52%;
    padding: 8px;
    border-radius: 4px;
    transform: perspective(500px) rotateX(1deg) rotateZ(1.5deg);
  }

  .pd-map-box {
    left: 5%;
    top: 12%;
    width: 48%;
    height: 70%;
    border-radius: 8px;
    background-size: 26px 26px;
  }

  .pd-map-box i {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 6px rgba(239, 68, 68, .18);
  }

  .pd-business-box {
    right: 5%;
    top: 12%;
    width: 39%;
    min-height: 70%;
    padding: 9px 8px;
    border-radius: 8px;
  }

  .pd-business-box strong {
    font-size: 11px;
  }

  .pd-business-box span {
    margin-top: 5px;
    font-size: 7px;
  }

  .pd-business-box em {
    margin-top: 6px;
    font-size: 8px;
  }

  .pd-business-box b {
    margin-top: 8px;
    padding: 5px 8px;
    font-size: 8px;
  }

  .pd-shot-whatsapp .pd-device-ui {
    left: 38.8%;
    top: 13.5%;
    width: 24%;
    height: 58%;
    padding: 7px 5px;
    border-radius: 10px;
    transform: rotate(11deg);
  }

  .pd-whatsapp-ui strong {
    margin: -7px -5px 6px;
    padding: 7px 6px;
    border-radius: 10px 10px 0 0;
    font-size: 8px;
  }

  .pd-msg {
    max-width: 96%;
    margin-bottom: 5px;
    padding: 5px 5px;
    border-radius: 8px;
    font-size: 7px;
    line-height: 1.15;
  }

  .pd-catalog-hero-copy {
    font-size: 16px;
  }

  .madness-card,
  .package-card {
    border-radius: 10px;
  }
}
