html,
body.unique-vcard {
  min-height: 100%;
}

body.unique-vcard {
  background: #111;
}

.unique-vcard .pt-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.unique-vcard .pt-wrapper:before {
  background: rgba(12, 12, 14, .76);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.unique-vcard .subpages {
  position: relative;
  z-index: 1;
}

.unique-brand-mark img,
.unique-profile-card img {
  background: #1f1f24;
  object-fit: contain;
  padding: 18px;
}

.unique-brand-mark img {
  background: #101827;
  border-color: rgba(255, 255, 255, .18);
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
  object-position: center 22%;
  padding: 0;
  width: 100px;
}

.unique-bitmoji-card {
  aspect-ratio: 1 / 1;
  background: #101827;
  border: 1px solid rgba(255, 114, 76, .28);
  border-radius: 8px;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

.unique-bitmoji-card img {
  background: #07090d;
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  padding: 0;
  width: 100%;
}

.site-subtitle {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  margin: 4px auto 0;
  max-width: 220px;
}

.unique-home-block {
  max-width: 980px;
  padding-left: 22px;
  padding-right: 22px;
}

.unique-hero-slider {
  margin: 0 auto;
}

.unique-hero-kicker {
  color: #ff724c;
  display: inline-flex;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 18px;
  padding: 8px 14px;
  text-transform: uppercase;
}

.home-page-block h2 {
  line-height: 1.05;
  margin-bottom: 18px;
  text-shadow: 0 16px 34px rgba(0, 0, 0, .34);
}

.unique-vcard .home-page-description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  opacity: .92;
}

.unique-hero-summary {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
}

.unique-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.unique-hero-proof {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px auto 0;
  max-width: 760px;
}

.unique-hero-proof div {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  min-height: 86px;
  padding: 18px 12px;
  text-align: center;
}

.unique-hero-proof strong {
  color: #fff;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 9px;
}

.unique-hero-proof span {
  color: rgba(255, 255, 255, .68);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.button.button-secondary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.button.button-secondary:hover {
  background-color: #fff;
  color: #222;
}

.info-list .value a,
.contact-info-block h5 a {
  color: inherit;
}

.social-links .social-button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.service-block,
.fun-fact-block,
.timeline-event,
.portfolio-grid figure a,
#unique-contact-form .form-control {
  border-radius: 8px;
}

.service-info h4,
.fun-fact-block h4,
.portfolio-grid figure a div h5 {
  line-height: 1.3;
}

.service-info p,
.timeline-event p,
.contact-info-block h5 {
  overflow-wrap: anywhere;
}

.portfolio-grid figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.analytics-hero {
  background: linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  margin-bottom: 34px;
  padding: 30px;
}

.analytics-eyebrow {
  color: #ff724c;
  display: inline-block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.analytics-hero h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  margin: 0;
}

.analytics-hero p {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.analytics-scoreboard {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-scoreboard div,
.analysis-step,
.case-study-card,
.impact-strip {
  border-radius: 8px;
}

.analytics-scoreboard div {
  background: rgba(12, 18, 30, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  min-height: 104px;
  padding: 20px 16px;
}

.analytics-scoreboard strong {
  color: #fff;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.analytics-scoreboard span {
  color: rgba(255, 255, 255, .64);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.analysis-process,
.case-study-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.analysis-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.analysis-step {
  background: #fff;
  border-left: 3px solid #ff724c;
  min-height: 210px;
  padding: 24px 20px;
}

.analysis-step span {
  color: #ff724c;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.analysis-step h4,
.case-study-card h4 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
}

.analysis-step p,
.case-study-card p,
.impact-strip span {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: anywhere;
}

.case-study-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-study-card {
  background: #fff;
  min-height: 250px;
  padding: 26px 24px;
  position: relative;
}

.case-study-card .pe-7s-icon {
  color: #ff724c;
  display: block;
  font-size: 30px;
  margin-bottom: 18px;
}

.case-study-card small {
  color: #222;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 18px;
  text-transform: uppercase;
}

.impact-strip {
  background: rgba(12, 18, 30, .82);
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.impact-strip div {
  border-right: 1px solid rgba(255, 255, 255, .10);
  min-height: 132px;
  padding: 24px;
}

.impact-strip div:last-child {
  border-right: 0;
}

.impact-strip strong {
  color: #fff;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}

.impact-strip span {
  color: rgba(255, 255, 255, .66);
}

.linkedin-posts-block {
  margin-top: 34px;
}

.linkedin-embed-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.linkedin-embed-card {
  background: #fff;
  min-height: 620px;
  padding: 22px;
}

.linkedin-post-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 22px;
}

.linkedin-post-meta span,
.linkedin-post-meta time {
  color: #777;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.linkedin-post-meta span {
  color: #ff724c;
}

.linkedin-embed-card h4 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 14px 0 10px;
}

.linkedin-embed-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.linkedin-embed-frame {
  background: #f4f5f7;
  border: 1px solid #e8e8e8;
  height: 420px;
  overflow: hidden;
}

.linkedin-embed-frame iframe {
  display: block;
  height: 420px;
  width: 100%;
}

.linkedin-post-link {
  color: #ff724c;
  display: inline-block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 16px;
  text-transform: uppercase;
}

.linkedin-teaser-action {
  margin-top: 18px;
  text-align: center;
}

.insights-hero {
  background: rgba(12, 18, 30, .82);
  border: 1px solid rgba(255, 255, 255, .12);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  margin-bottom: 28px;
  padding: 32px;
}

.insights-hero h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 14px;
  overflow-wrap: anywhere;
}

.insights-hero p {
  color: rgba(255, 255, 255, .70);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  overflow-wrap: anywhere;
}

.insights-proof {
  display: grid;
  gap: 12px;
}

.insights-proof div {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  padding: 18px;
}

.insights-proof strong {
  color: #fff;
  display: block;
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}

.insights-proof span {
  color: rgba(255, 255, 255, .62);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.linkedin-insights-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.linkedin-insights-grid .linkedin-embed-card {
  min-height: 640px;
}

.linkedin-empty-state {
  background: #fff;
  padding: 34px;
  text-align: center;
}

.linkedin-empty-state .pe-7s-icon {
  color: #ff724c;
  display: block;
  font-size: 42px;
  margin-bottom: 16px;
}

.linkedin-empty-state h3 {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.linkedin-empty-state p {
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: anywhere;
}

#unique-contact-form .messages {
  margin-bottom: 18px;
}

#unique-contact-form .alert {
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 0;
}

#unique-contact-form .btn-send[disabled] {
  cursor: wait;
  opacity: .65;
}

@media (max-width: 991px) {
  .unique-vcard .pt-wrapper:before {
    position: fixed;
  }

  .home-page-block h2 {
    font-size: 54px;
  }

  .unique-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }

  .analytics-hero,
  .insights-hero,
  .analysis-process,
  .case-study-grid,
  .impact-strip,
  .linkedin-embed-grid,
  .linkedin-insights-grid {
    grid-template-columns: 1fr;
  }

  .analytics-hero,
  .insights-hero {
    padding: 24px;
  }

  .impact-strip div {
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    border-right: 0;
  }

  .impact-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 480px) {
  .home-page-block h2 {
    font-size: 38px;
  }

  .home-page-description {
    font-size: 18px;
  }

  .unique-hero-kicker {
    font-size: 11px;
    line-height: 1.35;
  }

  .unique-hero-summary {
    font-size: 14px;
  }

  .unique-home-actions .button {
    width: 100%;
  }

  .unique-hero-proof {
    grid-template-columns: 1fr;
  }

  .analytics-hero {
    padding: 20px;
  }

  .analytics-hero h3,
  .insights-hero h3 {
    font-size: 21px;
  }

  .analytics-scoreboard {
    grid-template-columns: 1fr;
  }
}
