.elementor-1311 .elementor-element.elementor-element-451e3dcd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3e381495 *//* ================================
   Companies House Verification Page
   Updated: 3 centered benefit boxes + centered CTA button
   ================================ */

:root {
  --chs-bg: #0b1b2b;
  --chs-ink: #0a0a0a;
  --chs-soft: #f6f8fb;
  --chs-accent: #0d6efd;
  --chs-radius: 16px;
  --chs-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* Layout helpers */
.wrap {
  max-width: 1100px;
  margin-inline: auto;
  padding: 48px 20px;
}

.eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: .7;
  margin: 0 0 8px;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 60ch;
}

.grid {
  display: grid;
  gap: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--chs-shadow);
  transition: transform 0.15s ease;
}

.btn-primary {
  background: var(--chs-accent);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: #c9d3e0;
  color: var(--chs-ink);
}

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

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* =======================
   HERO
   ======================= */
.chs-hero {
  background: linear-gradient(180deg, var(--chs-bg), #13273f);
  color: #fff;
}

.chs-hero h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: .2em 0 .4em;
}

.chs-hero .trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  opacity: .9;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.chs-hero .trust li {
  position: relative;
  padding-left: 22px;
}

.chs-hero .trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

/* =======================
   BENEFITS – 3 boxes centered
   ======================= */
.chs-benefits {
  background: var(--chs-soft);
  text-align: center;
}

.chs-benefits .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.chs-benefits .card {
  background: #fff;
  border-radius: var(--chs-radius);
  padding: 28px 20px;
  box-shadow: var(--chs-shadow);
}

.chs-benefits .card h3 {
  margin: .2em 0 .3em;
}

/* Stack on smaller screens */
@media (max-width: 900px) {
  .chs-benefits .grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .chs-benefits .grid {
    grid-template-columns: 1fr;
  }
}

/* =======================
   STEPS
   ======================= */
.chs-steps .steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  counter-reset: step;
}

.chs-steps .steps li {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: var(--chs-radius);
  padding: 16px;
  list-style: none;
  box-shadow: var(--chs-shadow);
}

.chs-steps .steps li::before {
  counter-increment: step;
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--chs-accent);
  color: #fff;
  margin-right: 8px;
}

/* Center the "Talk to us about ACSP verification" button */
.chs-steps .wrap > a.btn {
  display: block;
  inline-size: max-content;
  margin: 16px auto 0;
  justify-self: center;
}

.chs-steps .elementor-widget-button .elementor-button-wrapper {
  text-align: center !important;
}

.chs-steps .elementor-widget-button .elementor-button {
  margin-left: auto;
  margin-right: auto;
}

.chs-steps .wrap {
  display: grid;
  gap: 16px;
}

.chs-steps .steps {
  width: 100%;
}

/* =======================
   FAQ
   ======================= */
.chs-faq .faq {
  border: 1px solid #e6ebf3;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.chs-faq .faq-q {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.chs-faq .faq-a {
  padding: 0 16px 16px;
  color: #333;
}

/* =======================
   FINAL CTA
   ======================= */
.chs-final-cta {
  background: #fff;
}

.chs-final-cta h2 {
  margin-top: 0;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .lead {
    font-size: 1rem;
  }
}

/* ==============================================
   FIX: Remove empty Elementor boxes & spacing
   ============================================== */

/* Hide empty widgets */
.elementor-widget:empty,
.elementor-widget .elementor-widget-container:empty {
  display: none !important;
}

/* Hide empty columns */
.elementor-column:not(:has(.elementor-widget)),
.elementor-column:has(.elementor-widget-wrap:empty) {
  display: none !important;
}

/* Hide empty sections */
.elementor-section:has(.elementor-container:empty),
.elementor-section:has(.elementor-column:empty),
.elementor-section:has(.elementor-widget-wrap:empty) {
  display: none !important;
}

/* Remove spacing from empty containers */
.elementor-section:empty,
.elementor-container:empty,
.elementor-widget-wrap:empty {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
  box-shadow: none !important;
}

/* Hide zero-height spacer widgets */
.elementor-widget-spacer .elementor-spacer-inner[style*="height: 0"],
.elementor-widget-spacer .elementor-spacer-inner[style*="height:0"] {
  display: none !important;
}

/* Reset any forced fixed heights */
.elementor-section[style*="height"],
.elementor-column[style*="height"],
.elementor-widget[style*="height"] {
  height: auto !important;
  min-height: 0 !important;
}/* End custom CSS */