/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/whatwedo-hub.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/* ─── What We Do hub (/whatwedo) ─── */
.wwd {
  --wwd-ink: #1e3a5f;
  --wwd-muted: #8b9bb4;
  font-family: Inter, system-ui, sans-serif;
  color: var(--wwd-ink);
  background: #f7f9fc;
  width: 100%;
}

.wwd__shell {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.wwd__hero {
  position: relative;
  overflow: hidden;
  padding: 6.75rem 1.25rem 1.25rem;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 100% at 0% 0%, #cae2ff 0%, transparent 70%),
    radial-gradient(ellipse 70% 100% at 100% 0%, #fff0dc 0%, transparent 70%),
    #f7f9fc;
}

.wwd__hero::before {
  content: '';
  position: absolute;
  inset: -20% auto auto 50%;
  width: min(28rem, 70vw);
  height: min(28rem, 70vw);
  translate: -50% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
  animation: wwd-hero-pulse 6s ease-in-out infinite;
  pointer-events: none;
}

.wwd__hero .wwd__shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wwd__title {
  margin: 0;
  max-width: min(44rem, 96%);
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #0f172a;
}

.wwd__title-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 1.2em;
  margin-inline: auto;
}

.wwd__title-line--accent {
  color: #2563eb;
}

.wwd__title-reserve {
  display: block;
  visibility: hidden;
  white-space: nowrap;
  font: inherit;
  letter-spacing: inherit;
}

.wwd__fade-in {
  opacity: 0;
  animation: wwd-hero-in 0.9s ease both;
}

@keyframes wwd-hero-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes wwd-hero-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes wwd-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes wwd-shine {
  0% {
    transform: translateX(-120%) skewX(-18deg);
  }
  100% {
    transform: translateX(220%) skewX(-18deg);
  }
}

.wwd__lede {
  margin: 1.25rem auto 0;
  max-width: 34rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  color: #64748b;
}

.wwd__pillars {
  padding: 0.25rem 1.15rem 3.5rem;
  background: #f7f9fc;
}

.wwd__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.wwd__card {
  --wwd-i: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.15rem 1.35rem 1.15rem;
  border-radius: 1.5rem;
  border: 1px solid transparent;
  background: #fff;
  box-shadow:
    0 4px 6px -2px rgba(30, 58, 95, 0.04),
    0 18px 40px -16px rgba(30, 58, 95, 0.14);
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
  color: inherit;
  min-height: 100%;
}

.wwd__card-glow {
  position: absolute;
  inset: auto -30% -40% -30%;
  height: 55%;
  background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.wwd__card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.55) 45%,
    transparent 70%
  );
  transform: translateX(-120%) skewX(-18deg);
  pointer-events: none;
  opacity: 0;
}

.wwd__card:hover {
  transform: translateY(-8px);
  border-color: rgba(37, 99, 235, 0.18);
}

.wwd__card:hover .wwd__card-glow {
  opacity: 1;
}

.wwd__card:hover::after {
  opacity: 1;
  animation: wwd-shine 0.85s ease;
}

.wwd__card-icon {
  width: 8.5rem;
  height: 7.25rem;
  margin: 0 0 0.15rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  animation: wwd-float 4.2s ease-in-out infinite;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.wwd__card:hover .wwd__card-icon {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.06);
}

.wwd__card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 8px 14px rgba(37, 99, 235, 0.12));
  transition: filter 0.35s ease;
}

.wwd__card:hover .wwd__card-icon svg {
  filter: drop-shadow(0 12px 18px rgba(37, 99, 235, 0.22));
}

.wwd__card-title {
  margin: 0.25rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #1e3a5f;
  transition: color 0.3s ease;
}

.wwd__card:hover .wwd__card-title {
  color: #1d4ed8;
}

.wwd__card-tagline {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a5f;
  transition: letter-spacing 0.35s ease, color 0.3s ease;
}

.wwd__card:hover .wwd__card-tagline {
  letter-spacing: 0.16em;
  color: #2563eb;
}

.wwd__card-summary {
  margin: 0.75rem 0 0;
  max-width: 22rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #8b9bb4;
}

.wwd__card-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 1rem;
  gap: 0.7rem;
}

.wwd__card-outcome {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
  color: #2563eb;
  transition: transform 0.35s ease;
}

.wwd__card:hover .wwd__card-outcome {
  transform: translateY(-1px);
}

.wwd__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.wwd__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.74rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.wwd__chip:hover {
  border-color: #93c5fd;
  color: #2563eb;
  background: #eff6ff;
}

.wwd__card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: calc(0.15rem + 10px) 0 0;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  border: 1.5px solid #2563eb;
  background: transparent;
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    gap 0.3s ease;
}

.wwd__card-cta-icon {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.wwd__card-cta:hover {
  background: #eff6ff;
  border-color: #1d4ed8;
  color: #1d4ed8;
  gap: 0.55rem;
}

.wwd__card-cta:hover .wwd__card-cta-icon {
  transform: translate(2px, -2px);
}

.wwd__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 2rem;
  padding: 1.25rem 1.2rem;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 12px 28px -20px rgba(30, 58, 95, 0.2);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.wwd__footer:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -18px rgba(30, 58, 95, 0.28);
}

.wwd__footer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
}

.wwd__footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2563eb;
  transition: gap 0.25s ease;
}

.wwd__footer-link:hover {
  gap: 0.65rem;
}

.wwd__reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.wwd__reveal.is-visible {
  opacity: 1;
  transform: none;
}

.wwd__card.wwd__reveal.is-visible:hover {
  transform: translateY(-8px);
}

@media (min-width: 640px) {
  .wwd__hero {
    padding: 7.25rem 1.5rem 1.35rem;
  }

  .wwd__pillars {
    padding: 0.5rem 1.5rem 4rem;
  }

  .wwd__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .wwd__card {
    padding: 1.25rem 1.6rem 1.25rem;
  }

  .wwd__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.35rem 1.5rem;
  }
}

@media (min-width: 900px) {
  .wwd__list {
    gap: 1.75rem;
  }

  .wwd__card {
    padding: 1.35rem 1.75rem 1.25rem;
  }

  .wwd__card-icon {
    width: 9rem;
    height: 7.75rem;
  }
}

@media (min-width: 1100px) {
  .wwd__hero {
    padding: 7.75rem 1.5rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wwd__fade-in,
  .wwd__reveal,
  .wwd__card-icon,
  .wwd__hero::before,
  .wwd__card:hover::after {
    animation: none !important;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .wwd__card:hover,
  .wwd__card.wwd__reveal.is-visible:hover,
  .wwd__footer:hover {
    transform: none;
  }
}

