/* ==========================================================================
   Detect Ecommerce — content-blocks.css
   This is the stylesheet that was referenced by the previous package's
   README but never actually shipped or enqueued, which is why imported
   pages rendered blank/unstyled. It is now a real, complete file, enqueued
   from functions.php, and it styles both the WXR fallback Custom HTML
   content AND the equivalent Elementor Free container/widget markup, so
   both delivery paths look identical.
   ========================================================================== */

.de-section{ padding:88px 24px; }
.de-section--navy{ background:linear-gradient(160deg, var(--de-navy) 0%, var(--de-navy-deep) 100%); color:#fff; position:relative; overflow:hidden; }
.de-section--navy-deep{ background:var(--de-navy-deep); color:#fff; }
.de-section--offwhite{ background:var(--de-offwhite); }
.de-section--teal{ background:linear-gradient(135deg, var(--de-teal) 0%, var(--de-teal-dark) 100%); color:#04231d; }
.de-section--white{ background:#fff; }
.de-container{ max-width:1180px; margin:0 auto; }
.de-center{ text-align:center; margin-left:auto; margin-right:auto; }

.de-eyebrow{
  display:inline-block; font-family:var(--de-font-heading); font-size:13px; font-weight:600;
  letter-spacing:.08em; text-transform:uppercase; color:var(--de-teal); margin-bottom:14px;
}
.de-section--teal .de-eyebrow{ color:#04231d; opacity:.75; }

h1, h2, h3, h4{ font-family:var(--de-font-heading); line-height:1.15; margin:0 0 18px; color:inherit; }
h1{ font-size:clamp(32px, 5vw, 56px); font-weight:700; }
h2{ font-size:clamp(26px, 3.6vw, 38px); font-weight:700; }
h3{ font-size:20px; font-weight:600; }
p{ font-family:var(--de-font-body); line-height:1.7; color:var(--de-slate); margin:0 0 16px; }
.de-section--navy p, .de-section--navy-deep p{ color:#C7D0DA; }

.de-lede{ font-size:clamp(17px, 2vw, 20px); max-width:64ch; color:#C7D0DA; }
.de-section--offwhite .de-lede, .de-section--white .de-lede{ color:#4B5768; }

/* ---------- Buttons ---------- */
.wp-block-buttons{ display:flex; gap:16px; flex-wrap:wrap; margin:28px 0 0; }
.wp-block-button__link{
  display:inline-block; text-decoration:none; font-family:var(--de-font-body); font-weight:600;
  font-size:15px; padding:14px 26px; border-radius:9px; transition:transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.de-btn-cta{ background:var(--de-cta); color:#fff; box-shadow:0 10px 24px rgba(255,107,53,.32); }
.de-btn-cta:hover{ transform:translateY(-2px); box-shadow:0 14px 30px rgba(255,107,53,.42); }
.de-btn-cta-invert{ background:#fff; color:var(--de-navy); }
.de-btn-cta-invert:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(0,0,0,.18); }
.de-btn-outline{ border:1.5px solid rgba(255,255,255,.4); color:#fff; background:transparent; }
.de-section--offwhite .de-btn-outline, .de-section--white .de-btn-outline{ border-color:rgba(8,21,37,.25); color:var(--de-navy); }
.de-btn-outline:hover{ background:rgba(255,255,255,.08); }

/* ---------- Stat counters ---------- */
.de-stats{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:32px; max-width:760px; margin:56px auto 0;
  text-align:center;
}
.de-stat-number{
  display:block; font-family:var(--de-font-heading); font-size:clamp(30px, 4vw, 44px); font-weight:700; color:var(--de-teal);
}
.de-stat-label{ display:block; font-size:14px; color:#C7D0DA; margin-top:6px; }
@media (max-width:640px){ .de-stats{ grid-template-columns:1fr; gap:24px; } }

/* ---------- Cards ---------- */
.wp-block-columns.de-cards{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:24px; margin-top:48px;
}
.wp-block-column.de-card{
  background:#fff; border:1px solid rgba(8,21,37,.08); border-radius:16px; padding:32px 26px;
  box-shadow:0 10px 30px rgba(8,21,37,.06); transition:transform .18s ease, box-shadow .18s ease;
}
.wp-block-column.de-card:hover{ transform:translateY(-4px); box-shadow:0 18px 40px rgba(8,21,37,.1); }
.de-section--navy .wp-block-column.de-card, .de-section--navy-deep .wp-block-column.de-card{
  background:rgba(255,255,255,.04); border-color:var(--de-border);
}
.de-card-icon{ width:52px; height:52px; margin-bottom:18px; display:block; }
.de-card h3{ margin-bottom:10px; }
.de-card p{ font-size:15px; margin-bottom:0; }

/* ---------- Process / methodology steps ---------- */
.de-process{ display:grid; grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)); gap:24px; margin-top:48px; counter-reset:de-step; }
.de-process-step{ position:relative; padding:28px 22px 22px; background:#fff; border-radius:14px; border:1px solid rgba(8,21,37,.08); }
.de-process-step::before{
  counter-increment:de-step; content:counter(de-step); position:absolute; top:-14px; left:22px;
  width:32px; height:32px; border-radius:50%; background:var(--de-cta); color:#fff; font-family:var(--de-font-heading);
  font-weight:700; display:flex; align-items:center; justify-content:center; font-size:15px;
}
.de-process-step h3{ margin-top:8px; }

/* ---------- Icon list (benefits/differentiators/inclusions) ---------- */
.de-icon-list{ list-style:none; margin:32px 0 0; padding:0; display:grid; gap:16px; }
.de-icon-list li{ display:flex; align-items:flex-start; gap:12px; font-size:15.5px; }
.de-icon-list li::before{
  content:""; flex:0 0 22px; width:22px; height:22px; border-radius:50%; margin-top:2px;
  background:var(--de-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat;
}

/* ---------- Platform / tool badges ---------- */
.de-platform-badges{ display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.de-platform-badge{
  display:inline-flex; align-items:center; gap:8px; padding:9px 16px; border-radius:999px;
  background:rgba(23,215,180,.1); border:1px solid rgba(23,215,180,.3); font-size:14px; font-weight:600; color:var(--de-teal-dark);
}
.de-section--navy .de-platform-badge, .de-section--navy-deep .de-platform-badge{ color:var(--de-teal); }

/* ---------- FAQ ---------- */
.de-faq{ max-width:820px; margin:48px auto 0; }
.de-faq-item{ border-bottom:1px solid rgba(8,21,37,.1); padding:22px 0; }
.de-faq-item summary{ cursor:pointer; font-family:var(--de-font-heading); font-weight:600; font-size:17px; list-style:none; display:flex; justify-content:space-between; gap:16px; }
.de-faq-item summary::-webkit-details-marker{ display:none; }
.de-faq-item summary::after{ content:"+"; font-size:22px; color:var(--de-cta); flex:0 0 auto; }
.de-faq-item[open] summary::after{ content:"–"; }
.de-faq-item p{ margin-top:14px; font-size:15px; }

/* ---------- Breadcrumbs ---------- */
.de-breadcrumbs{ font-size:13px; color:#7C8896; margin-bottom:18px; }
.de-breadcrumbs a{ color:#7C8896; text-decoration:none; }
.de-breadcrumbs a:hover{ color:var(--de-teal-dark); }
.de-breadcrumbs .sep{ margin:0 6px; }

/* ---------- Internal links / related services ---------- */
.de-related-links{ list-style:none; margin:40px 0 0; padding:0; display:grid; grid-template-columns:repeat(auto-fit, minmax(220px,1fr)); gap:14px; }
.de-related-links a{
  display:block; padding:16px 18px; background:#fff; border:1px solid rgba(8,21,37,.08); border-radius:12px;
  color:var(--de-navy); font-weight:600; text-decoration:none; font-size:14.5px; transition:border-color .15s ease, color .15s ease;
}
.de-related-links a:hover{ border-color:var(--de-teal); color:var(--de-teal-dark); }

/* ---------- CTA band ---------- */
.de-cta-band{ text-align:center; }
.de-cta-band h2{ margin-bottom:14px; }
.de-cta-band .wp-block-buttons{ justify-content:center; }

/* ---------- Section illustration / device mockup wrapper ---------- */
.de-illustration{ max-width:100%; height:auto; display:block; }
.de-media-frame{ border-radius:18px; overflow:hidden; box-shadow:0 30px 60px rgba(8,21,37,.25); }

/* ---------- Utility ---------- */
.de-two-col{ display:grid; grid-template-columns:1.1fr .9fr; gap:56px; align-items:center; }
@media (max-width:900px){ .de-two-col{ grid-template-columns:1fr; } }
.de-mt-0{ margin-top:0; }

@media (max-width:640px){
  .de-section{ padding:56px 18px; }
}
