/* FinalPack — Enterprise consult page */

.fp-enterprise-page {
  padding-bottom: 3rem;
}

/* Full-bleed hero */
.fp-ent-hero {
  position: relative;
  min-height: min(72vh, 560px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.fp-ent-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fp-ent-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
}

.fp-ent-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 18, 17, 0.35) 0%, rgba(15, 18, 17, 0.72) 45%, rgba(15, 18, 17, 0.94) 100%),
    linear-gradient(90deg, rgba(15, 18, 17, 0.55) 0%, transparent 55%);
  pointer-events: none;
}

.fp-ent-hero__inner {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 clamp(2.2rem, 4vw, 3rem);
  max-width: 40rem;
}

.fp-ent-hero__brand {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.2;
}

.fp-ent-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
}

.fp-ent-hero__lead {
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 34rem;
}

.fp-ent-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.fp-ent-hero__actions .fp-btn--outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff !important;
  background: rgba(15, 18, 17, 0.35);
}

.fp-ent-hero__actions .fp-btn--outline:hover {
  border-color: var(--fp-accent);
  color: var(--fp-accent) !important;
}

/* Body */
.fp-enterprise-page__body {
  padding-top: 1.5rem;
}

.fp-enterprise-page__back {
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
}

.fp-enterprise-page__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--fp-text-muted);
  text-decoration: none;
  font-weight: 600;
}

.fp-enterprise-page__back a:hover {
  color: var(--fp-accent);
}

.fp-enterprise-page__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.25rem;
}

.fp-enterprise-page__intro-copy h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
}

.fp-enterprise-page__intro-copy > p {
  margin: 0;
  color: var(--fp-text-muted);
  line-height: 1.8;
}

.fp-enterprise-page__bullets {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.fp-enterprise-page__bullets li {
  position: relative;
  padding-right: 1.1rem;
  color: var(--fp-text-muted);
  line-height: 1.75;
}

.fp-enterprise-page__bullets li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.65rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--fp-accent);
}

.fp-enterprise-page__bullets strong {
  color: var(--fp-text);
}

.fp-enterprise-page__intro-visual {
  margin: 0;
  border-radius: var(--fp-radius-lg, 16px);
  overflow: hidden;
  border: 1px solid var(--fp-border);
  background: var(--fp-card);
}

.fp-enterprise-page__intro-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.fp-enterprise-page__section-head {
  margin: 0 0 1.15rem;
}

.fp-enterprise-page__section-head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
}

.fp-enterprise-page__section-head p {
  margin: 0;
  color: var(--fp-text-muted);
  line-height: 1.7;
}

.fp-enterprise-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.fp-enterprise-page__mod {
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius-lg, 16px);
  background: var(--fp-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fp-enterprise-page__mod-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0f1211;
}

.fp-enterprise-page__mod-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.fp-enterprise-page__mod:hover .fp-enterprise-page__mod-media img {
  transform: scale(1.04);
}

.fp-enterprise-page__mod-body {
  padding: 1rem 1.05rem 1.15rem;
}

.fp-enterprise-page__mod-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
}

.fp-enterprise-page__mod-body p {
  margin: 0;
  color: var(--fp-text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.fp-enterprise-page__caps {
  margin-bottom: 2.25rem;
}

.fp-enterprise-page__caps-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
  align-items: stretch;
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius-lg, 16px);
  background:
    radial-gradient(ellipse 60% 80% at 0% 0%, rgba(152, 190, 28, 0.1), transparent 55%),
    var(--fp-card);
  overflow: hidden;
}

.fp-enterprise-page__caps-copy {
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
}

.fp-enterprise-page__caps-copy h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
}

.fp-enterprise-page__caps-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.fp-enterprise-page__caps-list li {
  position: relative;
  padding-right: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.fp-enterprise-page__caps-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--fp-accent);
}

.fp-enterprise-page__note {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px dashed var(--fp-border);
  color: var(--fp-text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.fp-enterprise-page__caps-visual {
  margin: 0;
  min-height: 100%;
}

.fp-enterprise-page__caps-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.fp-enterprise-page__consult {
  scroll-margin-top: 5rem;
}

.fp-enterprise-page__solutions {
  margin-bottom: 2.25rem;
}

.fp-enterprise-page__solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.fp-enterprise-page__solution {
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius-lg, 16px);
  background: var(--fp-card);
  padding: 1.15rem 1.1rem 1.25rem;
}

.fp-enterprise-page__solution h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: var(--fp-accent);
}

.fp-enterprise-page__solution p {
  margin: 0;
  color: var(--fp-text-muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.fp-enterprise-page__faq {
  margin-bottom: 2.25rem;
}

.fp-enterprise-page__faq-list {
  display: grid;
  gap: 0.65rem;
}

.fp-enterprise-page__faq-item {
  border: 1px solid var(--fp-border);
  border-radius: 12px;
  background: var(--fp-card);
  padding: 0.85rem 1rem;
}

.fp-enterprise-page__faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  list-style: none;
  color: var(--fp-text);
}

.fp-enterprise-page__faq-item summary::-webkit-details-marker {
  display: none;
}

.fp-enterprise-page__faq-item p {
  margin: 0.7rem 0 0;
  color: var(--fp-text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.fp-enterprise-page__consult-panel {
  border: 1px solid var(--fp-border);
  border-radius: var(--fp-radius-lg, 16px);
  background: var(--fp-card);
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
}

@media (max-width: 900px) {
  .fp-ent-hero {
    min-height: min(68vh, 480px);
  }

  .fp-enterprise-page__intro,
  .fp-enterprise-page__caps-panel,
  .fp-enterprise-page__grid,
  .fp-enterprise-page__solutions-grid {
    grid-template-columns: 1fr;
  }

  .fp-enterprise-page__intro-visual {
    order: -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-enterprise-page__mod-media img {
    transition: none;
  }
}
