/* Tarif-Finder – EGHosting premium wizard */
.finder-hero.page-hero-sm {
  padding: 2.2rem 0 2.4rem !important;
}
.finder-hero .page-hero-inner {
  max-width: 720px;
}
.finder-hero .finder-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 .65rem;
  padding: .28rem .7rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #7de8de;
  background: rgba(0, 180, 166, .14);
  border: 1px solid rgba(0, 180, 166, .28);
}

.finder-section {
  padding: 2rem 0 3.5rem !important;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: transparent;
}
.finder-section > .container,
.finder-wrap {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.finder-card {
  background: linear-gradient(165deg, #152338 0%, #0d1726 55%, #0a1320 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  box-shadow:
    0 24px 56px rgba(8, 15, 28, .45),
    0 0 0 1px rgba(0, 180, 166, .08);
  padding: 1.5rem 1.65rem 1.55rem;
  color: #f4f7fb !important;
}
.finder-card,
.finder-card * {
  color: inherit;
}
.finder-card h1,
.finder-card h2,
.finder-card h3,
.finder-card p,
.finder-card strong,
.finder-card small,
.finder-card label,
.finder-card span:not(.finder-check) {
  color: #f4f7fb;
}

.finder-progress-row {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.35rem;
}
.finder-step-label {
  font-size: .82rem;
  font-weight: 700;
  color: rgba(244, 247, 251, .72) !important;
  white-space: nowrap;
  min-width: 3.4rem;
}
.finder-progress {
  flex: 1;
  display: grid;
  gap: .4rem;
  height: 7px;
}
.finder-progress span {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .12);
  transition: background .25s ease, box-shadow .25s ease;
}
.finder-progress span.is-done,
.finder-progress span.is-current {
  background: linear-gradient(90deg, #00b4a6, #2dd4bf);
  box-shadow: 0 0 12px rgba(0, 180, 166, .35);
}

.finder-q-title {
  margin: 0 0 1.15rem !important;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
  text-align: left !important;
  font-family: var(--display, inherit) !important;
}
.finder-q-title .finder-q-num {
  color: #2dd4bf !important;
  margin-right: .3rem;
}

.finder-options {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.finder-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
  text-align: left;
  padding: .95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  color: #ffffff !important;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  transition: border-color .18s ease, background .18s ease, transform .12s ease, box-shadow .18s ease;
}
.finder-option > span:first-child {
  color: #ffffff !important;
}
.finder-option:hover {
  border-color: rgba(0, 180, 166, .5);
  background: rgba(0, 180, 166, .12);
  transform: translateY(-1px);
}
.finder-option.is-selected {
  border-color: #00b4a6;
  background: rgba(0, 180, 166, .2);
  box-shadow: 0 0 0 1px rgba(0, 180, 166, .35), 0 8px 22px rgba(0, 180, 166, .12);
}
.finder-option .finder-check {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .32);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: transparent !important;
  font-size: .72rem;
  background: transparent;
}
.finder-option.is-selected .finder-check {
  border-color: #00b4a6;
  background: #00b4a6;
  color: #042f2e !important;
}

.finder-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.finder-nav[hidden],
#finder-nav[hidden] {
  display: none !important;
}
.finder-nav .finder-btn-back[hidden] {
  display: none !important;
}
.finder-nav .finder-btn-next {
  margin-left: auto;
  min-width: 9.5rem;
}
.finder-nav .btn[disabled] {
  opacity: .45;
  cursor: not-allowed;
}
.finder-card .btn-outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28) !important;
  background: transparent !important;
}
.finder-card .btn-outline:hover {
  border-color: rgba(0, 180, 166, .55) !important;
  background: rgba(0, 180, 166, .12) !important;
  color: #fff !important;
}
.finder-card .btn-ghost,
.finder-card .finder-btn-restart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 999px;
  padding: .7rem 1.35rem;
  font-weight: 700;
  cursor: pointer;
}
.finder-card .btn-ghost:hover,
.finder-card .finder-btn-restart:hover {
  border-color: rgba(0, 180, 166, .55) !important;
  background: rgba(0, 180, 166, .12) !important;
  color: #fff !important;
}

.finder-result[hidden],
.finder-stage[hidden] {
  display: none !important;
}
.finder-card.is-result .finder-progress-row {
  margin-bottom: .85rem;
}
.finder-result-head {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.finder-result-head h2 {
  margin: 0 0 .5rem !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-align: left !important;
}
.finder-result-reason {
  margin: 0;
  color: rgba(244, 247, 251, .78) !important;
  line-height: 1.55;
  font-size: .95rem;
}
.finder-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 720px) {
  .finder-result-grid {
    grid-template-columns: 1fr;
  }
  .finder-card {
    padding: 1.2rem 1rem 1.25rem;
    border-radius: 16px;
  }
}

.finder-plan {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(0, 0, 0, .28);
  padding: 1.1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  min-height: 100%;
  color: #fff !important;
}
.finder-plan.is-primary {
  border-color: rgba(0, 180, 166, .6);
  box-shadow: 0 0 0 1px rgba(0, 180, 166, .22), 0 12px 28px rgba(0, 180, 166, .1);
}
.finder-plan-badge {
  align-self: flex-start;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .24rem .6rem;
  border-radius: 999px;
  background: rgba(0, 180, 166, .22);
  color: #7de8de !important;
  border: 1px solid rgba(0, 180, 166, .4);
}
.finder-plan.is-alt .finder-plan-badge {
  background: rgba(251, 191, 36, .16);
  color: #fcd34d !important;
  border-color: rgba(251, 191, 36, .4);
}
.finder-plan h3 {
  margin: 0 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-align: left !important;
}
.finder-plan-feats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.finder-plan-feats li {
  font-size: .86rem;
  color: rgba(244, 247, 251, .82) !important;
  display: flex;
  gap: .45rem;
  align-items: flex-start;
}
.finder-plan-feats li i {
  color: #2dd4bf !important;
  margin-top: .2rem;
}
.finder-plan-price {
  margin-top: auto;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff !important;
}
.finder-plan-price small {
  font-size: .78rem;
  font-weight: 600;
  color: rgba(244, 247, 251, .55) !important;
}
.finder-plan-price .was {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: rgba(244, 247, 251, .45) !important;
  text-decoration: line-through;
}

.finder-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.finder-result-actions .btn,
.finder-result-actions .finder-btn-restart {
  flex: 1 1 auto;
  min-width: min(100%, 12rem);
  justify-content: center;
}
.finder-loading {
  text-align: center;
  padding: 2.4rem 1rem;
  color: rgba(244, 247, 251, .75) !important;
}
.finder-loading i {
  color: #2dd4bf !important;
  margin-bottom: .7rem;
  font-size: 1.5rem;
}
.finder-fallback {
  text-align: center;
  padding: 1.6rem 1rem;
}
.finder-fallback p {
  color: rgba(244, 247, 251, .75) !important;
  margin: 0 0 1rem;
}

/* Soft band behind card */
.finder-section::before {
  content: none;
}

/* Home / catalog teaser */
.finder-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 180, 166, .28);
  background: linear-gradient(120deg, rgba(0, 180, 166, .12), rgba(19, 32, 51, .5));
  margin: 0 0 1.5rem;
}
.finder-teaser-body strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: .25rem;
}
.finder-teaser-body p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
}
body:not(.theme-dark) .finder-teaser-body p {
  color: var(--muted, #64748b);
}
