.elementor-22699 .elementor-element.elementor-element-829ce90{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2e9a860 *//* ==================================================
   CSS SECTION 02 - FONT IMPORT
   Edit here: font import for the separated CSS file.
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap');

/* ==================================================
   CSS SECTION 01 - DESIGN TOKENS & GLOBAL RESET
================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --green-dark: #1a5c2e; --green-mid: #2d7d46; --green-bright: #3fa85f;
    --green-light: #d4f0dc; --green-xlight: #eef8f1;
    --white: #ffffff; --off-white: #f7faf8;
    --gray-50: #f4f5f4; --gray-100: #e8eae8; --gray-300: #b8bcb8; --gray-500: #6b706b; --gray-700: #3a3d3a; --gray-900: #1a1c1a;
    --accent-gold: #d4a017; --accent-gold-light: #fdf3d7;
    --accent-blue: #1a6fa8; --accent-blue-light: #e3f1fb;
    --accent-red: #c0392b; --accent-red-light: #fdecea;
    --radius-sm: 8px; --radius-md: 12px; --radius-lg: 20px; --radius-xl: 32px;
    --shadow-card: 0 2px 16px rgba(0,0,0,0.07); --shadow-hover: 0 6px 32px rgba(0,0,0,0.12);
  }
  body { font-family: 'Inter', sans-serif; color: var(--gray-900); background: var(--white); line-height: 1.7; font-size: 16px; }

  
  

/* ==================================================
   CSS SECTION 03 - HERO SECTION
================================================== */
.hero-section { padding: 0; background: var(--off-white); }
  .hero-card {
    max-width: 100%; margin: 0 auto;
    background: linear-gradient(135deg, #f8f9f7 0%, #eef1ee 100%);
    border-radius: 0; overflow: hidden;
    box-shadow: none;
    display: grid; grid-template-columns: 1.15fr 1fr;
    align-items: stretch; position: relative;
  }
  .hero-card::before {
    content: ""; position: absolute; top: 0; right: 38%; width: 280px; height: 280px;
    background-image: radial-gradient(circle, rgba(26,92,46,0.10) 1.3px, transparent 1.3px);
    background-size: 15px 15px;
    -webkit-mask-image: radial-gradient(circle at top right, black 0%, transparent 70%);
            mask-image: radial-gradient(circle at top right, black 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-text { padding: 96px 64px 96px 96px; position: relative; z-index: 1; max-width: 100%; overflow: hidden; word-wrap: break-word; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 10px; background: #fff;
    border: 1px solid var(--gray-100); border-radius: 100px; padding: 8px 18px 8px 14px;
    font-size: 13.5px; font-weight: 600; margin-bottom: 28px; color: var(--gray-700);
    box-shadow: var(--shadow-card);
  }
  .hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); flex-shrink: 0; }
  .hero-badge .pipe { color: var(--gray-300); }
  .hero-text h1 {
    font-family: 'Playfair Display', serif; font-size: clamp(34px, 3.6vw, 54px);
    font-weight: 800; line-height: 1.15; margin-bottom: 26px; color: var(--green-dark); letter-spacing: -0.3px;
  }
  .hero-text h1 em { font-style: italic; color: var(--green-mid); font-weight: 700; }
  .hero-text h1 .underline { position: relative; display: inline-block; }
  .hero-text h1 .underline::after {
    content: ""; position: absolute; left: 2px; right: 2px; bottom: -4px; height: 3px;
    background: var(--green-light); border-radius: 4px;
  }
  .hero-sub { font-size: 19px; color: var(--gray-500); max-width: 620px; margin-bottom: 36px; line-height: 1.75; }
  .hero-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
  .hero-meta-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--gray-500); font-weight: 500; }
  .hero-meta-icon { width: 30px; height: 30px; border-radius: 50%; background: var(--green-xlight); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
  .hero-meta .sep { color: var(--gray-300); }
  .hero-photo-wrap { position: relative; min-height: 640px; }
  .hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

  @media (max-width: 880px) {
    .hero-card { grid-template-columns: 1fr; border-radius: 0; }
    .hero-text { padding: 48px 28px 40px; }
    .hero-photo-wrap { min-height: 320px; order: -1; }
  }

  

/* ==================================================
   CSS SECTION 04 - MAIN ARTICLE LAYOUT
================================================== */
.article-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
  .layout-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; align-items: start; }
  .content-col { min-width: 0; }
  .sidebar-col { position: sticky; top: 76px; }
  @media (max-width: 900px) { .layout-grid { grid-template-columns: 1fr; } .sidebar-col { position: static; } }

  

/* ==================================================
   CSS SECTION 05 - SIDEBAR TABLE OF CONTENTS
================================================== */
.toc { background: var(--green-xlight); border: 1.5px solid var(--green-light); border-radius: var(--radius-md); padding: 24px 22px; }
  .toc-title { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
  .toc-title svg { width: 16px; height: 16px; }
  .toc ol { padding-left: 18px; }
  .toc li { margin-bottom: 9px; }
  .toc a { color: var(--green-dark); text-decoration: none; font-size: 13.5px; font-weight: 500; line-height: 1.4; }
  .toc a:hover { text-decoration: underline; }

  

/* ==================================================
   CSS SECTION 06 - ARTICLE CONTENT - TYPOGRAPHY & SECTION SPACING
================================================== */
.section { margin: 64px 0; }
  .section-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--green-bright); margin-bottom: 10px; }
  h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3.5vw, 36px); font-weight: 700; line-height: 1.25; color: var(--gray-900); margin-bottom: 20px; }
  h3 { font-size: 20px; font-weight: 700; color: var(--gray-900); margin: 32px 0 12px; }
  p { margin-bottom: 20px; color: var(--gray-700); font-size: 16.5px; }
  strong { color: var(--gray-900); }

  

/* ==================================================
   CSS SECTION 07 - CALLOUT BOXES
================================================== */
.callout { border-radius: var(--radius-md); padding: 24px 28px; margin: 32px 0; display: flex; gap: 16px; }
  .callout-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
  .callout-body h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
  .callout-body p { font-size: 15px; margin-bottom: 0; }
  .callout.insight { background: var(--accent-blue-light); border-left: 4px solid var(--accent-blue); }
  .callout.insight .callout-body h4 { color: var(--accent-blue); }
  .callout.warning { background: var(--accent-gold-light); border-left: 4px solid var(--accent-gold); }
  .callout.warning .callout-body h4 { color: #9a7310; }
  .callout.success { background: var(--green-xlight); border-left: 4px solid var(--green-bright); }
  .callout.success .callout-body h4 { color: var(--green-dark); }
  .callout.danger { background: var(--accent-red-light); border-left: 4px solid var(--accent-red); }
  .callout.danger .callout-body h4 { color: var(--accent-red); }

  

/* ==================================================
   CSS SECTION 08 - TABLES
================================================== */
.table-wrap { overflow-x: auto; margin: 32px 0; border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
  table { width: 100%; border-collapse: collapse; background: white; }
  thead { background: var(--green-dark); color: white; }
  thead th { padding: 14px 18px; font-size: 14px; font-weight: 600; text-align: left; }
  thead th:first-child { border-radius: var(--radius-md) 0 0 0; }
  thead th:last-child { border-radius: 0 var(--radius-md) 0 0; }
  tbody tr { border-bottom: 1px solid var(--gray-100); }
  tbody tr:hover { background: var(--off-white); }
  tbody tr:last-child { border-bottom: none; }
  td { padding: 13px 18px; font-size: 14.5px; color: var(--gray-700); vertical-align: middle; }
  td:first-child { font-weight: 600; color: var(--gray-900); }
  

/* ==================================================
   CSS SECTION 21 - UTILITIES
================================================== */
.highlight-row { background: var(--green-xlight) !important; }
  .highlight-row td:first-child { color: var(--green-dark); }

  

/* ==================================================
   CSS SECTION 09 - ARTICLE CONTENT - 7 SIGNS / PAIN CARDS
================================================== */
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 32px 0; }
  .pain-card { background: white; border-radius: var(--radius-md); border: 1.5px solid var(--gray-100); padding: 24px; box-shadow: var(--shadow-card); transition: box-shadow 0.2s, transform 0.2s; }
  .pain-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
  .pain-card .icon { font-size: 32px; margin-bottom: 14px; }
  .pain-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--gray-900); }
  .pain-card p { font-size: 14px; color: var(--gray-500); margin-bottom: 0; line-height: 1.6; }

  

/* ==================================================
   CSS SECTION 10 - ARTICLE CONTENT - INCLUDED SERVICES MODEL CARDS
================================================== */
.model-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 32px 0; }
  .model-card { background: var(--green-xlight); border: 1.5px solid var(--green-light); border-radius: var(--radius-md); padding: 26px; }
  .model-card .m-icon { font-size: 30px; margin-bottom: 12px; }
  .model-card h4 { font-size: 16px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
  .model-card p { font-size: 14px; color: var(--gray-700); margin-bottom: 0; line-height: 1.65; }

  

/* ==================================================
   CSS SECTION 11 - ARTICLE CONTENT - RED FLAGS
================================================== */
.flag-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 32px 0; }
  .flag-card { background: var(--accent-red-light); border: 1.5px solid #f5c0bb; border-radius: var(--radius-md); padding: 20px 22px; }
  .flag-card h4 { font-size: 15px; font-weight: 700; color: var(--accent-red); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
  .flag-card p { font-size: 13.5px; color: var(--gray-700); margin-bottom: 0; line-height: 1.6; }

  

/* ==================================================
   CSS SECTION 12 - ARTICLE CONTENT - MYTHS AND CONCERNS
================================================== */
.myth-block { border: 1.5px solid var(--gray-100); border-radius: var(--radius-md); padding: 26px 28px; margin: 24px 0; background: white; box-shadow: var(--shadow-card); }
  .myth-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--accent-red); background: var(--accent-red-light); padding: 4px 12px; border-radius: 100px; margin-bottom: 12px; }
  .myth-block h4 { font-size: 17px; font-weight: 700; margin-bottom: 14px; color: var(--gray-900); }
  .reality-box { background: var(--green-xlight); border-left: 4px solid var(--green-bright); border-radius: var(--radius-sm); padding: 16px 20px; margin-top: 12px; }
  .reality-box .reality-tag { font-size: 12px; font-weight: 700; color: var(--green-dark); margin-bottom: 6px; display: block; }
  .reality-box p { font-size: 14.5px; margin-bottom: 0; color: var(--gray-700); }

  

/* ==================================================
   CSS SECTION 13 - ARTICLE CONTENT - FAQ ACCORDION
================================================== */
.faq-item { border: 1.5px solid var(--gray-100); border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; transition: border-color 0.2s; }
  .faq-item.open { border-color: var(--green-light); }
  .faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; font-weight: 600; font-size: 16px; color: var(--gray-900); background: white; gap: 16px; }
  .faq-q:hover { background: var(--off-white); }
  .faq-toggle { font-size: 22px; color: var(--green-bright); flex-shrink: 0; transition: transform 0.2s; font-weight: 300; }
  .faq-item.open .faq-toggle { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
  .faq-item.open .faq-a { max-height: 400px; }
  .faq-a-inner { padding: 0 24px 22px; font-size: 15px; color: var(--gray-500); line-height: 1.7; }

  

/* ==================================================
   CSS SECTION 16 - FINAL CTA SECTION
================================================== */
.cta-section {
    position: relative; max-width: 1000px; margin: 72px auto 40px;
    background: linear-gradient(135deg, var(--off-white) 0%, #eef0ee 100%);
    border-radius: var(--radius-xl); padding: 56px 56px 0; overflow: hidden;
    box-shadow: 0 25px 60px rgba(20,40,30,0.10); text-align: center;
  }
  .cta-section::before {
    content: ""; position: absolute; top: 0; right: 0; width: 320px; height: 320px;
    background-image: radial-gradient(circle, rgba(26,92,46,0.18) 1.4px, transparent 1.4px);
    background-size: 16px 16px;
    -webkit-mask-image: radial-gradient(circle at top right, black 0%, transparent 65%);
            mask-image: radial-gradient(circle at top right, black 0%, transparent 65%);
    pointer-events: none;
  }
  .cta-section::after {
    content: ""; position: absolute; top: 60px; left: -120px; width: 280px; height: 280px; border-radius: 50%;
    background: radial-gradient(circle, rgba(26,92,46,0.05), transparent 70%); pointer-events: none;
  }
  .cta-content { position: relative; z-index: 2; }
  .cta-badge { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 20px; }
  .cta-badge .line { width: 60px; height: 1.5px; background: var(--green-dark); opacity: 0.45; }
  .cta-badge .check { width: 32px; height: 32px; border-radius: 50%; background: var(--green-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .cta-badge .check svg { width: 15px; height: 15px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
  .cta-section h2 { color: var(--green-dark); font-size: 46px; line-height: 1.22; margin: 0 0 24px; letter-spacing: -0.5px; }
  .cta-section h2 em { font-style: italic; font-weight: 700; display: inline-block; }
  .cta-section h2 em .hl { position: relative; display: inline-block; }
  .cta-section h2 em .hl::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: 2px; height: 9px; background: rgba(26,92,46,0.18); border-radius: 5px; z-index: -1; }
  .cta-section p { color: var(--gray-500); font-size: 16.5px; line-height: 1.75; max-width: 560px; margin: 0 auto 34px; }
  .cta-buttons { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
  .cta-section .btn { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: 15.5px; text-decoration: none; border-radius: var(--radius-md); padding: 13px 24px; transition: transform 0.18s ease, box-shadow 0.18s ease; cursor: pointer; font-family: 'Inter', sans-serif; }
  .cta-section .btn:hover { transform: translateY(-2px); }
  .cta-section .btn-primary { background: var(--green-dark); color: #fff; box-shadow: 0 12px 24px rgba(26,92,46,0.28); }
  .cta-section .btn-primary:hover { box-shadow: 0 16px 30px rgba(26,92,46,0.34); background: var(--green-mid); }
  .cta-section .btn-primary .icon-circle { background: #ffffff; width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .cta-section .btn-primary .icon-circle svg { width: 15px; height: 15px; fill: var(--green-dark); }
  .cta-section .btn-primary .arrow { font-size: 17px; margin-left: 2px; }
  .cta-section .btn-outline { background: transparent; color: var(--green-dark); border: 1.5px solid var(--green-dark); }
  .cta-section .btn-outline:hover { background: rgba(26,92,46,0.06); }
  .cta-section .btn-outline .whatsapp-icon { width: 19px; height: 19px; flex-shrink: 0; }
  .cta-section .btn-outline .whatsapp-icon svg { width: 100%; height: 100%; fill: #25D366; }
  .cta-contact-bar { position: relative; z-index: 2; background: #ffffff; border: 1px solid var(--gray-100); box-shadow: 0 10px 30px rgba(26,92,46,0.08); border-radius: 100px; margin: 0 0 -1px; padding: 22px 30px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 18px; }
  .cta-contact-item { text-align: center; min-width: 130px; }
  .cta-contact-item .label { color: var(--green-bright); font-size: 11.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 6px; }
  .cta-contact-item .value { color: var(--green-dark); font-size: 14.5px; font-weight: 700; }
  .cta-contact-link { color: inherit; text-decoration: none; }
  .cta-contact-link:hover { text-decoration: underline; color: var(--green-mid); }
  .cta-wave-wrap { position: relative; z-index: 1; margin: 32px -56px 0; line-height: 0; }
  .cta-wave-wrap svg { display: block; width: 100%; height: auto; }
  @media (max-width: 700px) { .cta-section h2 { font-size: 32px; } .cta-section { padding: 40px 24px 0; } .cta-wave-wrap { margin: 28px -24px 0; } .cta-contact-bar { padding: 18px; gap: 16px; border-radius: var(--radius-md); } .cta-contact-item { min-width: 45%; } }

  

/* ==================================================
   CSS SECTION 14 - INLINE CTA STRIP
================================================== */
.cta-strip { background: linear-gradient(120deg, var(--green-xlight), #fff); border: 1.5px solid var(--green-light); border-radius: var(--radius-md); padding: 28px 32px; margin: 40px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .cta-strip-text h4 { font-size: 17px; font-weight: 700; color: var(--green-dark); margin-bottom: 4px; }
  .cta-strip-text p { font-size: 14px; color: var(--gray-500); margin-bottom: 0; }
  .cta-strip-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--green-dark); color: white; padding: 14px 28px; border-radius: 100px; font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap; }
  .cta-strip-btn:hover { background: var(--green-mid); }

  

/* ==================================================
   CSS SECTION 15 - FEATURE GRID
================================================== */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 32px 0; }
  .feature-card { background: var(--green-xlight); border-radius: var(--radius-md); padding: 24px; border: 1.5px solid var(--green-light); text-align: center; }
  .feature-card .f-icon { font-size: 36px; margin-bottom: 12px; }
  .feature-card h4 { font-size: 15px; font-weight: 700; color: var(--green-dark); margin-bottom: 6px; }
  .feature-card p { font-size: 13px; color: var(--gray-500); margin-bottom: 0; }

  

/* ==================================================
   CSS SECTION 18 - DIVIDERS
================================================== */
.divider { border: none; border-top: 2px solid var(--gray-100); margin: 56px 0; }

  

/* ==================================================
   CSS SECTION 19 - META BAR
================================================== */
.meta-bar { background: var(--off-white); border-bottom: 1px solid var(--gray-100); padding: 12px 24px; }
  .meta-bar-inner { max-width: 1180px; margin: 0 auto; display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
  .meta-bar a { color: var(--gray-500); font-size: 13px; text-decoration: none; }
  .meta-bar a:hover { color: var(--green-dark); }
  .meta-bar .sep { color: var(--gray-300); font-size: 13px; }
  .meta-bar .current { font-size: 13px; color: var(--gray-700); font-weight: 500; }

  

/* ==================================================
   CSS SECTION 20 - STICKY NAV
================================================== */
.sticky-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-100); padding: 14px 24px; }
  .sticky-nav-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .biz-logo { font-weight: 800; font-size: 18px; color: var(--green-dark); text-decoration: none; letter-spacing: -0.5px; }
  .biz-logo span { color: var(--green-bright); }
  .nav-cta { background: var(--green-bright); color: white; padding: 9px 22px; border-radius: 100px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: background 0.2s; }
  .nav-cta:hover { background: var(--green-dark); }

  

/* ==================================================
   CSS SECTION 17 - FOOTER
================================================== */
.footer { background: var(--gray-50); border-top: 1px solid var(--gray-100); padding: 40px 24px; text-align: center; margin-top: 80px; }
  .footer p { font-size: 14px; color: var(--gray-500); margin-bottom: 8px; }
  .footer a { color: var(--green-mid); text-decoration: none; }

  .highlight { background: linear-gradient(180deg, transparent 60%, #a8f0be 60%); padding: 0 2px; }

  

/* ==================================================
   CSS SECTION 22 - FEATURED SNIPPET
================================================== */
.featured-snippet { background: var(--accent-blue-light); border: 2px solid #b3d9f5; border-radius: var(--radius-md); padding: 24px 28px; margin: 32px 0; }
  .featured-snippet .snippet-label { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--accent-blue); margin-bottom: 10px; }
  .featured-snippet p { color: var(--gray-700); font-size: 15px; margin-bottom: 0; }

  

/* ==================================================
   CSS SECTION 23 - RESPONSIVE STYLES
================================================== */
@media (max-width: 640px) { table { font-size: 13px; } td, thead th { padding: 10px 12px; } .cta-strip { flex-direction: column; align-items: flex-start; } }/* End custom CSS */