/* Shared page styles: home */
/* ========== HOME (Figma artboard 1920×1080) ========== */
.page-home {
  padding: 0;
}

/* 1) Title — @ 693,66 · Poppins 64 Medium · gradient
   SVG text avoids background-clip clipping descenders (g/y). */
.home-title {
  position: absolute;
  top: 50px;
  left: 680px;
  width: 560px;
  height: 100px;
  margin: 0;
  padding: 0;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}

.home-title-svg {
  display: block;
  width: 560px;
  height: 100px;
  overflow: visible;
}

.home-title-svg text {
  dominant-baseline: alphabetic;
}

/* DigitalX Strategy.svg — 866×866 @ 527,176 */
.page-home .home-house {
  position: absolute;
  top: 176px;
  left: 527px;
  width: 866px;
  height: 866px;
  margin: 0;
  z-index: 1;
}

.page-home .home-house .strategy-house,
.page-home .home-house .strategy-house-image {
  width: 866px;
  height: 866px;
}

/* 2) Press Here — Poppins 40 Medium · gradient
   One line, centered above the 279px CTA (clears button). */
.press-here {
  position: absolute;
  top: 510px;
  left: 1520px;
  width: 279px;
  margin: 0;
  padding: 0;
  z-index: 3;
  overflow: visible;
  text-align: center;
  pointer-events: none;
}

.press-here-text {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.005em;
  background-image: var(--gradient-title);
  background-repeat: no-repeat;
  background-size: 100% 140%;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

/* 3) Go next steps — Rectangle1.svg 279×53 @ 1520,565 */
.home-cta {
  position: absolute;
  top: 565px;
  left: 1520px;
  width: 279px;
  height: 53px;
  min-height: 53px;
  padding: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 63px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.home-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.home-cta span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.005em;
  line-height: 1;
  white-space: nowrap;
}

.home-cta:hover,
.home-cta:focus-visible {
  filter: brightness(1.06);
  outline: none;
}

.home-cta:active {
  transform: scale(0.97);
}

/* 4) Mascot — 424×424 @ 1448,618 */
.page-home .mascot {
  position: absolute;
  top: 618px;
  left: 1448px;
  width: 424px;
  height: 424px;
  max-width: none;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 12px 18px rgba(15, 40, 70, 0.2));
}

