.elementor-19896 .elementor-element.elementor-element-f8d01b3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a396c6e *//* ==========================================================================
   Evangelist Apps — REC Case Study (static build)
   Design tokens mirror the live app: near-black canvas + bright lime accent
   ========================================================================== */

:root {
  --radius: 0.75rem;

  --background: #070707;
  --foreground: #f8f8f8;
  --surface: #0d0d0d;
  --surface-2: #141414;

  --primary: #c9f14c;
  --primary-foreground: #171717;
  --primary-10: rgba(201, 241, 76, 0.1);
  --primary-15: rgba(201, 241, 76, 0.15);
  --primary-40: rgba(201, 241, 76, 0.4);
  --primary-50: rgba(201, 241, 76, 0.5);

  --card: #0f0f0f;
  --muted-foreground: #a4a4a4;
  --border: rgba(255, 255, 255, 0.08);

  --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.35), 0 20px 60px -20px rgba(0, 0, 0, 0.5);


  --maxw: 80rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; color-scheme: dark; }

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Roboto", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.rec-page,
.rec-page * { font-family: "Roboto", system-ui, -apple-system, sans-serif; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; letter-spacing: -0.02em; line-height: 1.15; }
p { margin: 0; }
ol, ul, dl { margin: 0; padding: 0; list-style: none; }

.svg-i { width: 20px; height: 20px; flex: none; }
.svg-sm { width: 16px; height: 16px; flex: none; }

/* ---------- layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.wrap-narrow { max-width: 64rem; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.wrap-faq { max-width: 56rem; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.section { border-bottom: 1px solid var(--border); }
.section--alt { background: rgba(13, 13, 13, 0.4); }
.section-pad { padding-top: 64px; padding-bottom: 64px; }

.hero-bg {
  background:
    radial-gradient(1200px 500px at 50% 110%, rgba(201, 241, 76, 0.22) 0%, transparent 60%),
    linear-gradient(180deg, var(--background) 0%, #040404 100%);
}

.card-dark {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.card-glow {
  background: linear-gradient(180deg, rgba(201, 241, 76, 0.06) 0%, var(--surface) 60%);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary);
}

.muted { color: var(--muted-foreground); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  border: 1px solid transparent !important;
  text-align: center !important;
  white-space: nowrap !important;
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease !important;
}
.btn-primary { background: var(--primary) !important; color: var(--primary-foreground) !important; }
.btn-primary:hover { opacity: 0.9 !important; }
.btn-ghost { border-color: var(--border) !important; color: var(--foreground) !important; background: transparent !important; }
.btn-ghost:hover { background: var(--surface) !important; }

/* ---------- mobile responsiveness ---------- */
@media (max-width: 480px) {
  .btn {
    width: 100% !important;
    white-space: normal !important;
    padding: 14px 20px !important;
    font-size: 0.9375rem !important;
  }

  .hero__actions,
  .hard-cta .actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

/* ---------- full mobile refinements ---------- */
@media (max-width: 640px) {
  .wrap,
  .wrap-narrow,
  .wrap-faq { padding-left: 20px; padding-right: 20px; }

  /* header */
  .site-header__inner { height: 56px; padding: 0 16px; }
  .brand__mark { height: 24px; width: 24px; border-radius: 7px; }
  .brand__mark svg { width: 14px; height: 14px; }
  .header-cta { padding: 7px 16px; font-size: 0.8125rem; }

  /* ticker */
  .ticker__track { gap: 28px; font-size: 0.6875rem; padding: 6px 0; }
  .ticker__track span.group { gap: 16px; }

  /* hero */
  .hero__inner { padding: 40px 20px 48px; }
  .hero__logo { height: 40px !important; }
  .hero__body { margin-top: 40px; }
  .hero__body h1 { font-size: 1.75rem; line-height: 1.15; }
  .hero__lede { margin-top: 16px; font-size: 1rem; }
  .hero__actions { margin-top: 28px; gap: 10px; }
  .hero__figure { margin-top: 40px; border-radius: 16px; }
  .metrics { margin-top: 28px; gap: 10px; }
  .metric { padding: 16px; }
  .metric__value { font-size: 1.375rem; }
  .metric__label { font-size: 0.8125rem; }

  /* section heads */
  .section-pad { padding-top: 48px; padding-bottom: 48px; }
  .section-head h2 { font-size: 1.5rem; margin-top: 8px; }
  .section-head .intro,
  .section-sub { font-size: 1rem; margin-top: 16px; }

  /* cards / tiles */
  .card-dark, .card-glow { border-radius: 16px; }
  .tile,
  .overview-card,
  .solution-item,
  .impact,
  .related-card { padding: 20px; }
  .mt-10 { margin-top: 28px; }
  .mt-8 { margin-top: 24px; }

  /* solution + workflow figures */
  .solution-grid,
  .flow-grid { gap: 20px; }
  .solution-figure,
  .flow-figure { border-radius: 16px; }
  .flow-list { padding-left: 20px; gap: 12px; }
  .flow-list .step-no {
    left: -28px;
    height: 24px;
    width: 24px;
    font-size: 0.6875rem;
  }
  .flow-list .step-body { padding: 10px 16px; font-size: 0.8125rem; }

  /* tech stack */
  .tech-grid { margin-top: 24px; gap: 24px; }
  .chips { gap: 8px; }
  .chip { padding: 6px 14px; font-size: 0.8125rem; }

  /* CTA blocks */
  .soft-cta { padding: 28px 20px; }
  .soft-cta h2 { font-size: 1.5rem; }
  .soft-cta p { font-size: 1rem; margin-top: 16px; }
  .hard-cta { padding: 48px 20px; }
  .hard-cta h2 { font-size: 1.75rem; margin-top: 12px; }
  .hard-cta p { font-size: 1rem; margin-top: 16px; }

  /* FAQ */
  .faq-list { margin-top: 28px; border-radius: 14px; }
  .faq-item { padding: 16px 20px; }
  .faq-item summary { font-size: 0.9375rem; }

  /* footer */
  .site-footer__inner { padding: 28px 20px; gap: 20px; }
  .footer-links { gap: 16px; flex-wrap: wrap; }
}

/* ---------- section head ---------- */
.section-head { max-width: 48rem; margin: 0 auto; text-align: center; }
.section-head h2 {
  margin-top: 12px;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--foreground);
}
.section-head .intro {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--muted-foreground);
}
.section-sub {
  max-width: 48rem;
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--muted-foreground);
}
.link-primary { color: var(--primary); font-weight: 600; }
.link-primary:hover { text-decoration: underline; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero__inner { max-width: var(--maxw); margin: 0 auto; padding: 56px 24px 64px; }
.hero__logo { height: 56px !important; width: auto; }
.hero__rule { margin-top: 16px; height: 1px; width: 100%; background: var(--primary); }
.hero__body { max-width: 56rem; margin: 64px auto 0; text-align: center; }
.hero__body h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.05;
  color: var(--primary);
}
.hero__lede {
  max-width: 48rem; margin: 24px auto 0;
  font-size: 1.125rem; line-height: 1.7; color: var(--muted-foreground);
}
.hero__actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero__figure {
  max-width: 56rem; margin: 64px auto 0;
  overflow: hidden; border-radius: 24px;
  border: 1px solid var(--border); background: var(--surface);
  box-shadow: var(--shadow-card);
}
.hero__figure img { width: 100%; height: auto; object-fit: cover; }
.metrics { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.metric { padding: 24px; text-align: center; }
.metric__value { font-size: 1.875rem; font-weight: 700; color: var(--primary); }
.metric__label { margin-top: 8px; font-size: 0.875rem; color: var(--muted-foreground); }

/* ---------- grids ---------- */
.grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
.grid-6 { gap: 24px; }
.mt-10 { margin-top: 40px; }
.mt-8 { margin-top: 32px; }

.icon-badge {
  display: flex; align-items: center; justify-content: center;
  height: 44px; width: 44px; border-radius: 12px;
  background: var(--primary-15); color: var(--primary);
}
.icon-badge--sm { height: 40px; width: 40px; border-radius: 10px; }
.icon-badge--solid { background: var(--primary); color: var(--primary-foreground); }

.tile { padding: 24px; transition: transform 0.2s ease, border-color 0.2s ease; }
.tile:hover { transform: translateY(-2px); border-color: var(--primary-40); }
.tile h3 { margin-top: 20px; font-size: 1.125rem; font-weight: 600; color: var(--foreground); }
.tile p { margin-top: 8px; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.tile__row { display: flex; align-items: center; justify-content: space-between; }
.tile__count { font-size: 0.75rem; font-weight: 600; color: var(--muted-foreground); }

/* overview cards */
.overview-card { padding: 24px; }
.overview-card dt { margin-top: 20px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted-foreground); }
.overview-card dd { margin: 8px 0 0; font-weight: 600; color: var(--foreground); }

/* solution */
.solution-grid { margin-top: 32px; display: grid; gap: 24px; grid-template-columns: 1fr; }
.solution-item { display: flex; align-items: flex-start; gap: 20px; padding: 24px; }
.solution-item h3 { font-size: 1.125rem; font-weight: 600; }
.solution-item p { margin-top: 4px; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.solution-figure { overflow: hidden; border-radius: 24px; border: 1px solid var(--border); background: var(--surface); }
.solution-figure img { width: 100%; height: auto; object-fit: contain; }

/* workflow */
.flow-grid { margin-top: 40px; display: grid; gap: 40px; grid-template-columns: 1fr; }
.flow-list { position: relative; border-left: 1px dashed var(--primary-50); padding-left: 24px; display: grid; gap: 16px; }
.flow-list li { position: relative; }
.flow-list .step-no {
  position: absolute; left: -34px; top: 6px;
  display: flex; align-items: center; justify-content: center;
  height: 28px; width: 28px; border-radius: 999px;
  background: var(--primary); color: var(--primary-foreground);
  font-size: 0.75rem; font-weight: 700;
}
.flow-list .step-body { padding: 12px 20px; font-size: 0.875rem; font-weight: 500; color: var(--foreground); }
.flow-figure { display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 24px; }
.flow-figure img { width: 100%; height: auto; object-fit: contain; }

/* impact */
.impact { display: flex; flex-direction: column; padding: 24px; }
.impact__row { display: flex; align-items: center; justify-content: space-between; }
.impact__metric { font-size: 1.875rem; font-weight: 700; color: var(--primary); }
.impact h3 { margin-top: 20px; font-size: 1.125rem; font-weight: 600; }
.impact p { margin-top: 8px; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.impact__tag { margin-top: auto; padding-top: 20px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; color: var(--primary); }

/* tech stack */
.tech-grid { margin-top: 32px; display: grid; gap: 32px; grid-template-columns: 1fr; }
.tech-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted-foreground); }
.chips { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 12px; }
.chip { border-radius: 999px; padding: 8px 16px; font-size: 0.875rem; }
.chip--primary { border: 1px solid var(--primary-40); background: var(--primary-10); color: var(--primary); font-weight: 600; }
.chip--plain { border: 1px solid var(--border); background: var(--surface); color: var(--foreground); font-weight: 500; }

/* CTA blocks */
.soft-cta { padding: 40px; text-align: center; position: relative; overflow: hidden; }
.soft-cta h2 { max-width: 48rem; margin: 12px auto 0; font-size: 1.875rem; font-weight: 700; }
.soft-cta .eyebrow, .hard-cta .eyebrow { max-width: none; margin: 0; font-size: 0.75rem; color: var(--primary); }
.soft-cta p { max-width: 42rem; margin: 20px auto 0; font-size: 1.125rem; color: var(--muted-foreground); }
.soft-cta .btn { margin-top: 32px; }

.hard-cta { max-width: 72rem; margin: 0 auto; padding: 64px 24px; text-align: center; }
.hard-cta h2 { max-width: 48rem; margin: 16px auto 0; font-size: 1.875rem; font-weight: 700; color: var(--primary); }
.hard-cta p { max-width: 42rem; margin: 24px auto 0; font-size: 1.125rem; color: var(--muted-foreground); }
.hard-cta .actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* related */
.related-card { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; transition: transform 0.2s ease, border-color 0.2s ease; }
.related-card:hover { transform: translateY(-2px); border-color: var(--primary-40); }
.related-card .tag { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.22em; color: var(--primary); }
.related-card h3 { margin-top: 12px; font-size: 1.25rem; font-weight: 700 !important; color:white; }
.related-card p { margin-top: 12px; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }
.related-card .read { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font-size: 0.875rem; font-weight: 600; color: var(--primary); }
.related-card:hover .read svg { transform: translateX(4px); }
.related-card .read svg { transition: transform 0.2s ease; }

/* FAQ */
.faq-list {
  margin-top: 40px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface);
}
.faq-item { border-top: 1px solid var(--border); padding: 20px 24px; }
.faq-item:first-child { border-top: 0; }
.faq-item summary {
  display: flex; cursor: pointer; list-style: none;
  align-items: center; justify-content: space-between; gap: 16px;
  font-size: 1rem; font-weight: 600; color: var(--foreground);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { color: var(--primary); transition: transform 0.2s ease; width: 20px; height: 20px; flex: none; }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item p { margin-top: 12px; font-size: 0.875rem; line-height: 1.7; color: var(--muted-foreground); }

/* ---------- responsive ---------- */
@media (min-width: 768px) {
  .site-nav { display: flex; }
  .site-footer__inner { flex-direction: row; align-items: center; }
  .section-pad { padding-top: 80px; padding-bottom: 80px; }
  .hero__inner { padding: 64px 24px 80px; }
  .hero__body h1 { font-size: 3.75rem; }
  .section-head h2 { font-size: 2.25rem; }
  .soft-cta { padding: 56px; }
  .soft-cta h2, .hard-cta h2 { font-size: 2.25rem; }
  .hard-cta h2 { font-size: 3rem; }
  .metrics { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 640px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .solution-grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .flow-grid { grid-template-columns: 0.9fr 1.1fr; }
}/* End custom CSS */