/* ====== Page Wrapper (no body styles used) ====== */
#id-page {
  min-height: 100vh;
  background-image: linear-gradient(135deg, #fff1f6 0%, #f4ecff 100%);
  display: flex;
  flex-direction: column;
  font-family: ui-sans-serif, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  color: #1f2937; /* gray-800 */
}

/* ====== Utilities (scoped, no :root or body) ====== */
.u-container {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 16px;
}
.u-center {
  text-align: center;
}
.u-lead {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #4b5563;
} /* gray-600 */
.u-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.u-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 999px;
}
.u-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
}
.u-ghost {
  background: linear-gradient(135deg, #fff5f8, #f3ecff);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.15);
}
.u-chip {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #ec4899;
  margin-right: 12px;
  margin-top: 6px;
}
.u-fadeUp {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s ease, opacity 1s ease;
}
/* Decorative gradients */
.g-pink-purple {
  background-image: linear-gradient(135deg, #ec4899, #7c3aed);
}
.g-pink-purple-soft {
  background-image: linear-gradient(135deg, #fff5f8, #f6f0ff);
}
.g-pink {
  background-image: linear-gradient(135deg, #ec4899, #db2777);
}
.g-purple {
  background-image: linear-gradient(135deg, #7c3aed, #5b21b6);
}
.g-blue {
  background-image: linear-gradient(135deg, #2563eb, #1e3a8a);
}
.g-red {
  background-image: linear-gradient(135deg, #ef4444, #b91c1c);
}
.g-charcoal {
  background-image: linear-gradient(135deg, #111827, #374151);
}

/* ====== HERO ====== */
#id-hero {
  padding-top: 120px;
  padding-bottom: 64px;
  animation: k-fadeUp 0.9s ease both;
}
#id-hero-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 1024px) {
  #id-hero-row {
    grid-template-columns: 1fr 1fr;
  }
}
#id-hero-badge-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#id-hero-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.35);
}
#id-hero-badge-icon {
  width: 36px;
  height: 36px;
  color: #ffffff;
}
#id-hero-badge-text {
  color: #db2777;
  font-weight: 700;
  font-size: 1.125rem;
}
#id-hero-title {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 16px;
}
#id-hero-title .t-gradient {
  background-image: linear-gradient(90deg, #db2777, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#id-hero-desc {
  margin: 0 0 28px;
}
#id-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#id-cta-audit {
  background-image: linear-gradient(90deg, #db2777, #7c3aed);
  color: #fff;
}
#id-cta-audit:hover {
  transform: scale(1.04);
}
#id-cta-work {
  background: #ffffff;
  color: #be185d;
  border: 1px solid #fbcfe8;
}
#id-cta-work:hover {
  background: #f9fafb;
  transform: scale(1.04);
}

/* Hero platform grid */
#id-platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.c-platform {
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}
.c-platform:hover {
  transform: translateY(-4px) scale(1.02);
}
.c-platform-icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.c-platform-title {
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.c-platform-line {
  font-size: 0.925rem;
  opacity: 0.9;
}

/* ====== SERVICES ====== */
#id-services {
  padding: 64px 0;
  background: #ffffff;
}
#id-services-title {
  font-weight: 800;
  font-size: clamp(1.75rem, 1vw + 1.25rem, 2.25rem);
  margin: 0 0 10px;
}
#id-services-desc {
  margin: 0 auto 40px;
  max-width: 52ch;
}
#id-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 768px) {
  #id-services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.c-service {
  padding: 26px;
  background-image: linear-gradient(135deg, #fff5f8, #f6f0ff);
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.12);
}
.c-service:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.2);
}
.c-service-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1f2937;
}
.c-service-desc {
  color: #4b5563;
  margin-bottom: 16px;
}
.c-service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.c-service-item span {
  color: #374151;
}

/* ====== CASE STUDY ====== */
#id-case {
  padding: 64px 0;
  background-image: linear-gradient(135deg, #f9fafb, #fff1f6);
}
#id-case-title {
  font-weight: 800;
  font-size: clamp(1.75rem, 1vw + 1.25rem, 2.25rem);
  margin: 0 0 10px;
}
#id-case-desc {
  margin: 0 auto 40px;
  max-width: 60ch;
}
#id-case-card {
  padding: 28px;
}
#id-case-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}
@media (min-width: 1024px) {
  #id-case-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}
#id-case-client {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 10px;
}
.c-case-label {
  color: #db2777;
  font-weight: 700;
  margin: 0 0 6px;
}
.c-case-text {
  color: #4b5563;
  margin: 0;
}
#id-case-link {
  margin-top: 20px;
  background-image: linear-gradient(90deg, #db2777, #7c3aed);
  color: #fff;
}
#id-case-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.c-result {
  padding: 22px;
  text-align: center;
  background-image: linear-gradient(135deg, #fff5f8, #f6f0ff);
  border-radius: 14px;
}
.c-result-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #db2777;
  margin-bottom: 6px;
}
.c-result-metric {
  color: #374151;
  font-weight: 600;
}

/* ====== PRICING ====== */
#id-pricing {
  padding: 64px 0;
  background: #ffffff;
}
#id-pricing-title {
  font-weight: 800;
  font-size: clamp(1.75rem, 1vw + 1.25rem, 2.25rem);
  margin: 0 0 10px;
}
#id-pricing-desc {
  margin: 0 auto 40px;
  max-width: 60ch;
}
#id-pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 768px) {
  #id-pricing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-plan {
  position: relative;
  padding: 26px;
  border-radius: 18px;
  background-image: linear-gradient(135deg, #f9fafb, #fff1f6);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.1);
}
.c-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.2);
}
.c-plan--pop {
  background-image: linear-gradient(135deg, #ec4899, #7c3aed);
  color: #fff;
  transform: scale(1.03);
}
.c-pop-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  background: #f59e0b;
  color: #78350f;
}
.c-plan-name {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 6px;
}
.c-plan-sub {
  color: #db2777;
  margin: 0 0 14px;
}
.c-plan--pop .c-plan-sub {
  color: #ffe4ed;
}
.c-price {
  font-size: 2rem;
  font-weight: 800;
}
.c-price-period {
  margin-left: 6px;
  color: #6b7280;
}
.c-plan--pop .c-price {
  color: #fff;
}
.c-plan--pop .c-price-period {
  color: #fde2f3;
}
.c-plan-list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}
.c-plan-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #374151;
}
.c-plan--pop .c-plan-item {
  color: #ffe4ed;
}
.c-plan-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-right: 12px;
  margin-top: 6px;
  background: #ec4899;
}
.c-plan--pop .c-plan-dot {
  background: #fecdd3;
}
.c-plan-cta {
  width: 100%;
  text-align: center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.c-plan-cta--primary {
  background-image: linear-gradient(90deg, #db2777, #7c3aed);
  color: #fff;
}
.c-plan-cta--primary:hover {
  transform: translateY(-2px);
}
.c-plan--pop .c-plan-cta {
  background: #fff;
  color: #be185d;
}
.c-plan--pop .c-plan-cta:hover {
  background: #fff7fb;
  transform: translateY(-2px);
}

/* ====== CTA STRIP ====== */
#id-cta {
  padding: 64px 0;
  background-image: linear-gradient(135deg, #db2777, #7c3aed);
  color: #fff;
}
#id-cta-title {
  font-weight: 800;
  font-size: clamp(1.75rem, 1vw + 1.25rem, 2.25rem);
  margin: 0 0 12px;
}
#id-cta-desc {
  margin: 0 auto 28px;
  max-width: 52ch;
  color: #fde2f3;
}
#id-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
#id-cta-btn-audit {
  background: #ffffff;
  color: #be185d;
}
#id-cta-btn-audit:hover {
  transform: scale(1.04);
}
#id-cta-btn-consult {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
#id-cta-btn-consult:hover {
  background: #ffffff;
  color: #be185d;
  transform: scale(1.04);
}

#id-kpis {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  #id-kpis {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-kpi-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}
.c-kpi-label {
  color: #fde2f3;
}

/* ====== Keyframes ====== */
@keyframes k-fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====== Links (generic) ====== */
.u-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
}
.u-link svg {
  width: 18px;
  height: 18px;
}

/* Ensure unique id targets can be focus-visible */
[id]:focus-visible {
  outline: 3px solid #a78bfa;
  outline-offset: 2px;
  border-radius: 10px;
}
