/* Bridge so the English expert page can use experto-prestashop.css without styles.css. */

body.en-expert-page {
  color: #12151a;
  background: #f1f3f6;
  font-family: "Plus Jakarta Sans", "DM Sans", system-ui, sans-serif;
}

body.en-expert-page .en-footer {
  margin: 0;
}

.en-expert-page .container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.en-expert-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.en-expert-page .btn-lg {
  min-width: 11rem;
}

.en-expert-page .btn-primary {
  color: #12151a;
  background: #fff;
  border-color: #fff;
}

.en-expert-page .ex-hero-actions .btn-primary:hover,
.en-expert-page .ex-hero-actions .btn-primary:focus-visible {
  background: #f3f3f3;
}

.en-expert-page .btn-green {
  color: #12151a;
  background: #e8c56a;
  border-color: #e8c56a;
}

.en-expert-page .ex-section--ink .btn-green,
.en-expert-page .ex-final .btn-green {
  color: #12151a;
  background: #e8c56a;
  border-color: #e8c56a;
}

.en-expert-page .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

.en-expert-page .ex-prose {
  max-width: 46rem;
}

.en-expert-page .ex-prose h2 {
  margin: 0.55rem 0 0.85rem;
}

.en-expert-page .ex-prose p {
  margin: 0 0 1rem;
  line-height: 1.65;
  font-weight: 500;
}

.en-expert-page .ex-prose-list {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.en-expert-page .ex-prose-list li {
  position: relative;
  margin: 0 0 0.45rem;
  padding-left: 1.4rem;
  font-weight: 600;
}

.en-expert-page .ex-prose-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4a84b;
}

.en-expert-page .ex-prose-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.en-expert-page .ex-prose-links a,
.en-expert-page .ex-prose a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid #d4a84b;
}

.en-expert-page .ex-contact-grid {
  display: grid;
  gap: 12px;
  margin-top: 1.25rem;
}

.en-expert-page .ex-contact-grid a {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, .7);
  border-top: 2px solid #d4a84b;
  text-decoration: none;
  color: inherit;
}

.en-expert-page .ex-contact-grid span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #d4a84b;
}

.en-expert-page .ex-section--paper .en-quote-form,
.en-expert-page .ex-section--paper .en-notice {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.en-expert-page .ex-why h3 {
  font-size: 1.05rem;
}
