.elementor-1549 .elementor-element.elementor-element-1d4fa49{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fd19223 *//* ============================================================
   BLOG POST STYLES — blog-style.css
   Clean, organized, easy to read and modify.
   ============================================================ */

/* ── 1. VARIABLES ─────────────────────────────────────────── */
:root {
  --cream:    #FAF8F4;
  --dark:     #1A1A18;
  --accent:   #2A6B4F;       /* deep green */
  --accent2:  #E8F0EB;       /* light green tint */
  --gold:     #C9933A;
  --red-soft: #F5E8E8;
  --red-text: #8B2020;
  --green-soft: #E8F5EE;
  --green-text: #1A5C35;
  --text:     #2C2C2A;
  --muted:    #7A7A72;
  --border:   #E0DDD5;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', sans-serif;
  --max-width: 760px;
}

/* ── 2. RESET & BASE ──────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--cream);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.8;
}

/* ── 3. HERO ──────────────────────────────────────────────── */
.hero {
  background-color: var(--dark);
  color: #fff;
  padding: 80px 24px 60px;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background-color: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.15;
  max-width: 780px;
  margin: 0 auto 24px;
  color: #fff;
}

.hero-title em {
  color: var(--gold);
  font-style: italic;
}

.hero-sub {
  font-size: 1rem;
  color: #bbb;
  max-width: 560px;
  margin: 0 auto 28px;
  font-weight: 300;
}

.hero-meta {
  font-size: 0.8rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dot {
  color: var(--accent);
}

.hero-line {
  width: 60px;
  height: 3px;
  background-color: var(--accent);
  margin: 32px auto 0;
  border-radius: 2px;
}

/* ── 4. ARTICLE LAYOUT ────────────────────────────────────── */
.article {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ── 5. SECTIONS ──────────────────────────────────────────── */
.section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}

.section:last-of-type {
  border-bottom: none;
}

.section h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  line-height: 1.25;
}

.section p {
  margin-bottom: 18px;
  color: var(--text);
}

.section p:last-child {
  margin-bottom: 0;
}

/* ── 6. DROP CAP INTRO ────────────────────────────────────── */
.intro-section {
  padding-top: 56px;
}

.drop-cap::first-letter {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 900;
  color: var(--accent);
  float: left;
  line-height: 0.85;
  margin-right: 8px;
  margin-top: 6px;
}

/* ── 7. PULL QUOTE ────────────────────────────────────────── */
.pull-quote {
  border-left: 4px solid var(--accent);
  background-color: var(--accent2);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  color: var(--dark);
  padding: 28px 36px;
  margin: 0 0 0 0;
  line-height: 1.5;
}

/* ── 8. STAT CARDS ────────────────────────────────────────── */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

@media (max-width: 600px) {
  .stat-grid {
    grid-template-columns: 1fr;
  }
}

.stat-card {
  background-color: var(--dark);
  color: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.stat-label {
  font-size: 0.82rem;
  color: #ccc;
  font-weight: 300;
  line-height: 1.4;
}

/* ── 9. CHAT MOCKUP ───────────────────────────────────────── */
.blog-figure {
  margin: 48px 0;
}

.figure-mock {
  background: #f0f0f0;
  border-radius: 16px;
  padding: 20px;
}

.mock-screen {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.mock-bar {
  background: var(--dark);
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 6px;
}

.mock-bar::before,
.mock-bar::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}

.mock-chat {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-bubble {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 0.88rem;
  line-height: 1.5;
  font-family: var(--font-body);
}

.chat-bubble.left {
  background: #f0f0f0;
  color: var(--dark);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.chat-bubble.right {
  background: var(--accent);
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-tag {
  background: var(--green-soft);
  color: var(--green-text);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  align-self: center;
  font-family: var(--font-body);
}

figcaption {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 12px;
  font-style: italic;
}

/* ── 10. SCENARIO CARDS ───────────────────────────────────── */
.scenario-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}

@media (max-width: 600px) {
  .scenario-grid {
    grid-template-columns: 1fr;
  }
}

.scenario-card {
  border-radius: 12px;
  padding: 24px;
}

.scenario-card.bad {
  background-color: var(--red-soft);
  border: 1px solid #e0c0c0;
}

.scenario-card.good {
  background-color: var(--green-soft);
  border: 1px solid #b0d8bc;
}

.scenario-label {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 14px;
  color: var(--dark);
}

.scenario-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scenario-list li {
  font-size: 0.88rem;
  color: var(--text);
  padding-left: 16px;
  position: relative;
}

.scenario-card.bad .scenario-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--red-text);
}

.scenario-card.good .scenario-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
}

/* ── 11. FEATURES GRID ────────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px;
}

.feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}

.feature-text strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

/* ── 12. COMPARISON TABLE ─────────────────────────────────── */
.table-wrap {
  overflow-x: auto;
  margin-top: 32px;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.compare-table th {
  background-color: var(--dark);
  color: #fff;
  padding: 14px 18px;
  text-align: left;
  font-weight: 500;
  font-family: var(--font-body);
  letter-spacing: 0.03em;
}

.compare-table th.highlight-col {
  background-color: var(--accent);
}

.compare-table td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--border);
  color: var(--text);
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody tr:nth-child(even) td {
  background-color: #f7f5f1;
}

.compare-table td.highlight-col {
  background-color: var(--accent2);
  color: var(--green-text);
  font-weight: 500;
}

/* ── 13. TESTIMONIALS ─────────────────────────────────────── */
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 0 10px 10px 0;
  padding: 24px 28px;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.6;
}

.testimonial-author {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
}

/* ── 14. STEPS LIST ───────────────────────────────────────── */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}

.step {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.step:last-child {
  border-bottom: none;
}

.step-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent);
  flex-shrink: 0;
  width: 48px;
  line-height: 1;
  padding-top: 4px;
}

.step-content strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 6px;
}

.step-content p {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
}

/* ── 15. STYLED LIST ──────────────────────────────────────── */
.styled-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.styled-list li {
  padding-left: 24px;
  position: relative;
  font-size: 0.95rem;
  color: var(--text);
}

.styled-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* ── 16. CTA SECTION ──────────────────────────────────────── */
.cta-section {
  margin: 60px 0;
  background: var(--dark);
  border-radius: 20px;
  overflow: hidden;
}

.cta-inner {
  padding: 60px 40px;
  text-align: center;
}

.cta-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}

.cta-body {
  font-size: 1rem;
  color: #bbb;
  max-width: 480px;
  margin: 0 auto 32px;
  font-weight: 300;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: var(--accent);
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  transition: background 0.2s;
}

.btn-primary:hover {
  background-color: #1e5038;
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92rem;
  border: 1px solid rgba(255,255,255,0.3);
  transition: border-color 0.2s;
}

.btn-secondary:hover {
  border-color: rgba(255,255,255,0.7);
}

.cta-fine {
  font-size: 0.76rem;
  color: var(--muted);
  margin: 0;
}

/* ── 17. FOOTER ───────────────────────────────────────────── */
.footer {
  background-color: var(--dark);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 40px 24px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
}

.footer-copy {
  font-size: 0.78rem;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  font-size: 0.78rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

/* ── 18. RESPONSIVE ───────────────────────────────────────── */
@media (max-width: 480px) {
  .hero {
    padding: 60px 20px 48px;
  }

  .cta-inner {
    padding: 40px 24px;
  }

  .step {
    flex-direction: column;
    gap: 8px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .pull-quote {
    padding: 20px 22px;
    font-size: 1.1rem;
  }
}/* End custom CSS */