.elementor-13825 .elementor-element.elementor-element-7d4a8cb{--display:flex;}.elementor-13825 .elementor-element.elementor-element-b44e34d{line-height:2.2em;}/* Start custom CSS */header p {
            font-size: 1.3rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .content {
            padding: 40px;
        }
        
        .intro {
            margin-bottom: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid #eaeaea;
            text-align: center;
        }
        
        .intro p {
            font-size: 1.1rem;
            margin-bottom: 20px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .section-title {
            color: #283593;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #283593;
            text-align: center;
            font-size: 2rem;
        }
        
        .components-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin: 40px 0;
        }
        
        .component-card {
            background: #f5f7ff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
            position: relative;
        }
        
        .component-card:hover {
            transform: translateY(-5px);
        }
        
        .component-number {
            position: absolute;
            top: -15px;
            left: -15px;
            width: 40px;
            height: 40px;
            background: #283593;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .component-card h3 {
            color: #283593;
            margin-bottom: 15px;
            padding-right: 30px;
        }
        
        .example-box {
            background: #e8f5e9;
            border-left: 4px solid #4caf50;
            padding: 20px;
            margin: 15px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .example-title {
            color: #2e7d32;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .tips-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .tip-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .tip-icon {
            background: #283593;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .checklist {
            background: #fff3e0;
            border-radius: 12px;
            padding: 25px;
            margin: 40px 0;
        }
        
        .checklist h3 {
            color: #e65100;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .checklist-items {
            list-style-type: none;
        }
        
        .checklist-items li {
            margin-bottom: 15px;
            padding-left: 35px;
            position: relative;
        }
        
        .checklist-items li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: -2px;
            width: 25px;
            height: 25px;
            background: #ff9800;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .visual-guide {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 40px 0;
            justify-content: center;
        }
        
        .do-dont {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        
        .do-header {
            background: #4caf50;
            color: white;
            padding: 15px;
            text-align: center;
            font-weight: bold;
        }
        
        .dont-header {
            background: #f44336;
            color: white;
            padding: 15px;
            text-align: center;
            font-weight: bold;
        }
        
        .do-dont-body {
            padding: 20px;
        }
        
        .do-dont-body ul {
            list-style-type: none;
        }
        
        .do-dont-body li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
        }
        
        .do-dont-body li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4caf50;
            font-weight: bold;
            font-size: 1.2rem;
        }
        
        .dont-item:before {
            color: #f44336 !important;
        }
        
        .conclusion {
            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
            padding: 40px;
            border-radius: 12px;
            margin: 50px 0;
            text-align: center;
        }
        
        .conclusion h2 {
            color: #2e7d32;
            margin-bottom: 20px;
        }
        
        .conclusion p {
            font-size: 1.1rem;
            margin-bottom: 15px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        footer {
            background: #1a237e;
            color: white;
            text-align: center;
            padding: 30px;
            margin-top: 50px;
        }
        
        @media (max-width: 768px) {
            header {
                padding: 30px 20px;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .components-grid, .tips-container {
                grid-template-columns: 1fr;
            }
            
            .visual-guide {
                flex-direction: column;
            }
        }/* End custom CSS */