.elementor-47216 .elementor-element.elementor-element-4711a431{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-648738f2 *//* ==================== BRAND IDENTITY ==================== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        :root {
            --fresh-green: #4CAF50;
            --fresh-green-dark: #388E3C;
            --fresh-green-light: #81C784;
            --deep-charcoal: #2c3e50;
            --warm-coral: #FF6B6B;
            --warm-orange: #FF8C42;
            --off-white: #F8F9FA;
            --light-gray: #E9ECEF;
            --white: #FFFFFF;
            --black: #1a1a1a;
            
            --font-headline: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
            --font-body: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            --font-accent: 'Playfair Display', Georgia, serif;
            
            --max-width: 1200px;
            --border-radius: 8px;
            --shadow: 0 4px 6px rgba(0,0,0,0.1);
            --shadow-lg: 0 10px 30px rgba(0,0,0,0.15);
        }
        
        body {
            font-family: var(--font-body);
            line-height: 1.6;
            color: var(--deep-charcoal);
            background: var(--white);
            overflow-x: hidden;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        html {
            overflow-x: hidden;
            width: 100%;
        }
        
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        
        a {
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: var(--font-headline);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: var(--deep-charcoal);
        }
        
        h1 {
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: 800;
        }
        
        h2 {
            font-size: clamp(1.75rem, 4vw, 2.5rem);
            font-weight: 700;
            margin-top: 3rem;
            margin-bottom: 1.5rem;
        }
        
        h3 {
            font-size: clamp(1.25rem, 3vw, 1.75rem);
            margin-top: 2.5rem;
            margin-bottom: 1rem;
        }
        
        h4 {
            font-size: 1.3rem;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
            font-weight: 600;
        }
        
        p {
            margin-bottom: 1rem;
            color: var(--deep-charcoal);
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        strong {
            font-weight: 700;
            color: var(--black);
        }
        
        ul {
            margin: 1.5rem 0;
            padding-left: 2rem;
        }
        
        ul li {
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
            line-height: 1.7;
        }
        
        /* ==================== BUTTONS ==================== */
        .btn {
            display: inline-block;
            padding: 18px 40px;
            font-family: var(--font-headline);
            font-size: 1.1rem;
            font-weight: 700;
            text-align: center;
            border-radius: var(--border-radius);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            letter-spacing: 0.5px;
            text-decoration: none;
            line-height: 1.2;
            box-sizing: border-box;
        }
        
        .btn-primary {
            background: var(--warm-coral);
            color: var(--white);
            box-shadow: var(--shadow);
            border: none;
        }
        
        .btn-primary:hover {
            background: #E85555;
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
            color: var(--white);
        }
        
        .btn-green {
            background: var(--fresh-green);
            color: var(--white);
            box-shadow: var(--shadow);
            border: none;
        }
        
        .btn-green:hover {
            background: var(--fresh-green-dark);
            transform: translateY(-2px);
            color: var(--white);
        }
        
        /* ==================== LAYOUT ==================== */
        .container {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
            box-sizing: border-box;
        }
        
        .section {
            padding: 80px 0;
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
            box-sizing: border-box;
        }
        
        .section-light {
            background: var(--off-white);
            width: 100%;
            max-width: 100%;
        }
        
        .text-center {
            text-align: center;
        }
        
        /* ==================== HERO ==================== */
        .hero {
            background: var(--white);
            color: var(--deep-charcoal);
            padding: 100px 20px 80px;
            text-align: center;
            position: relative;
            overflow: hidden;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            box-sizing: border-box;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(76, 175, 80, 0.03) 0%, rgba(255,255,255,0) 100%);
            opacity: 1;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .hero h1 {
            margin-bottom: 25px;
        }
        
        .hero-tagline {
            font-size: 1.4rem;
            font-weight: 400;
            color: var(--deep-charcoal);
            margin-bottom: 40px;
            font-family: var(--font-body);
        }
        
        /* ==================== BLOG CONTENT ==================== */
        .blog-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .blog-intro {
            font-size: 1.3rem;
            font-weight: 600;
            color: var(--deep-charcoal);
            margin: 2rem 0;
            line-height: 1.7;
        }
        
        /* ==================== HIGHLIGHT BOX ==================== */
        .highlight-box {
            background: var(--off-white);
            border-left: 4px solid var(--fresh-green);
            padding: 25px 30px;
            margin: 2rem 0;
            border-radius: var(--border-radius);
        }
        
        .highlight-box h3, .highlight-box h4 {
            margin-top: 0;
            color: var(--fresh-green-dark);
        }
        
        .highlight-box ul {
            margin: 1rem 0;
        }
        
        /* ==================== STRATEGY CARD ==================== */
        .strategy-card {
            background: var(--white);
            border: 2px solid var(--light-gray);
            border-radius: var(--border-radius);
            padding: 35px;
            margin: 3rem 0;
            box-shadow: var(--shadow);
        }
        
        .strategy-card h3 {
            color: var(--fresh-green-dark);
            margin-top: 0;
            font-size: 2rem;
        }
        
        .strategy-label {
            display: inline-block;
            background: var(--fresh-green);
            color: var(--white);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }
        
        .problem-solution {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin: 2rem 0;
        }
        
        .problem-box, .solution-box {
            padding: 20px;
            border-radius: var(--border-radius);
        }
        
        .problem-box {
            background: rgba(255, 107, 107, 0.1);
            border-left: 4px solid var(--warm-coral);
        }
        
        .problem-box h4 {
            color: var(--warm-coral);
            margin-top: 0;
        }
        
        .solution-box {
            background: rgba(76, 175, 80, 0.1);
            border-left: 4px solid var(--fresh-green);
        }
        
        .solution-box h4 {
            color: var(--fresh-green-dark);
            margin-top: 0;
        }
        
        /* ==================== PHASE BOX ==================== */
        .phase-box {
            background: var(--off-white);
            padding: 20px 25px;
            margin: 1.5rem 0;
            border-radius: var(--border-radius);
            border-left: 4px solid var(--fresh-green-light);
        }
        
        .phase-box h4 {
            margin-top: 0;
            color: var(--fresh-green-dark);
        }
        
        /* ==================== WARNING BOX ==================== */
        .warning-box {
            background: rgba(255, 107, 107, 0.05);
            border: 2px solid var(--warm-coral);
            border-radius: var(--border-radius);
            padding: 25px 30px;
            margin: 2rem 0;
        }
        
        .warning-box h3 {
            color: var(--warm-coral);
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        /* ==================== TIMELINE BOX ==================== */
        .timeline-box {
            background: linear-gradient(135deg, rgba(76, 175, 80, 0.1) 0%, rgba(56, 142, 60, 0.1) 100%);
            border-radius: var(--border-radius);
            padding: 30px;
            margin: 2.5rem 0;
        }
        
        .timeline-item {
            padding: 20px;
            margin: 15px 0;
            background: var(--white);
            border-radius: var(--border-radius);
            border-left: 4px solid var(--fresh-green);
        }
        
        .timeline-item h4 {
            color: var(--fresh-green-dark);
            margin-top: 0;
        }
        
        /* ==================== CASE STUDY BOX ==================== */
        .case-study {
            background: var(--off-white);
            border-radius: var(--border-radius);
            padding: 35px;
            margin: 3rem 0;
            box-shadow: var(--shadow);
        }
        
        .case-study h3 {
            color: var(--deep-charcoal);
            margin-top: 0;
        }
        
        .case-study-stat {
            display: inline-block;
            background: var(--white);
            padding: 15px 25px;
            margin: 10px 5px;
            border-radius: var(--border-radius);
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .case-study-quote {
            font-style: italic;
            color: var(--deep-charcoal);
            font-size: 1.2rem;
            border-left: 4px solid var(--fresh-green);
            padding-left: 25px;
            margin: 25px 0;
            line-height: 1.8;
        }
        
        /* ==================== CTA SECTION ==================== */
        .cta-section {
            background: linear-gradient(135deg, var(--fresh-green) 0%, var(--fresh-green-dark) 100%);
            color: var(--white);
            padding: 80px 20px;
            text-align: center;
            width: 100% !important;
            max-width: 100% !important;
            margin: 0 !important;
            box-sizing: border-box;
        }
        
        .cta-section h2 {
            color: var(--white);
            margin-bottom: 20px;
        }
        
        .cta-section p {
            color: rgba(255,255,255,0.95);
            font-size: 1.2rem;
            margin-bottom: 40px;
        }
        
        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        
        .btn-white {
            background: var(--white);
            color: var(--fresh-green-dark);
            box-shadow: var(--shadow);
        }
        
        .btn-white:hover {
            background: var(--off-white);
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
        }
        
        /* ==================== RESPONSIVE ==================== */
        @media (max-width: 768px) {
            .section {
                padding: 60px 0;
            }
            
            .hero {
                padding: 60px 20px 50px;
            }
            
            .problem-solution {
                grid-template-columns: 1fr;
            }
            
            .strategy-card {
                padding: 25px;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .btn {
                width: 100%;
                max-width: 300px;
            }
        }/* End custom CSS */