1774 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			1774 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | SafeValue must use [property]=binding:  | ||
|  |         <!DOCTYPE html> | ||
|  |         <html lang="en"> | ||
|  |         <head> | ||
|  |             <meta charset="UTF-8"> | ||
|  |             <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|  |             <title>Contact</title> | ||
|  |             <style> | ||
|  |                  | ||
|  | body { | ||
|  |       font-family: sans-serif; | ||
|  |       margin: 0; | ||
|  |       padding: 0; | ||
|  |       background: #f9f9f9; | ||
|  |       text-align: center; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-blog-section { | ||
|  |       max-width: 960px; | ||
|  |       margin: auto; | ||
|  |       padding: 60px 20px; | ||
|  |       background: #fff; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-subheading { | ||
|  |       font-size: 14px; | ||
|  |       color: #666; | ||
|  |       margin-bottom: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-main-heading { | ||
|  |       font-size: 28px; | ||
|  |       margin: 10px 0; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-description { | ||
|  |       color: #888; | ||
|  |       margin-bottom: 40px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-blog-grid { | ||
|  |       display: flex; | ||
|  |       gap: 20px; | ||
|  |       justify-content: center; | ||
|  |       flex-wrap: wrap; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-blog-card { | ||
|  |       background: #f1f1f1; | ||
|  |       padding: 20px; | ||
|  |       max-width: 280px; | ||
|  |       flex: 1 1 250px; | ||
|  |       border-radius: 8px; | ||
|  |       text-align: left; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-placeholder { | ||
|  |       background: #ccc; | ||
|  |       height: 160px; | ||
|  |       border-radius: 6px; | ||
|  |       margin-bottom: 16px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-category { | ||
|  |       font-size: 12px; | ||
|  |       color: #999; | ||
|  |       text-transform: uppercase; | ||
|  |       margin: 8px 0 4px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-title { | ||
|  |       font-size: 16px; | ||
|  |       margin: 0 0 10px; | ||
|  |       font-weight: bold; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-summary { | ||
|  |       font-size: 14px; | ||
|  |       color: #555; | ||
|  |       margin-bottom: 12px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-meta { | ||
|  |       font-size: 12px; | ||
|  |       color: #777; | ||
|  |     } | ||
|  | 
 | ||
|  |     .tn1-view-all-btn { | ||
|  |       margin-top: 40px; | ||
|  |       padding: 10px 20px; | ||
|  |       background: transparent; | ||
|  |       border: 1px solid #000; | ||
|  |       cursor: pointer; | ||
|  |     } | ||
|  | 
 | ||
|  |     body { | ||
|  |       font-family: sans-serif; | ||
|  |       margin: 0; | ||
|  |       padding: 0; | ||
|  |       background: #fff; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-section { | ||
|  |       max-width: 1200px; | ||
|  |       margin: auto; | ||
|  |       padding: 60px 20px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-header { | ||
|  |       display: flex; | ||
|  |       justify-content: space-between; | ||
|  |       align-items: flex-start; | ||
|  |       flex-wrap: wrap; | ||
|  |       margin-bottom: 40px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-subheading { | ||
|  |       font-size: 14px; | ||
|  |       color: #666; | ||
|  |       margin-bottom: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-main-heading { | ||
|  |       font-size: 28px; | ||
|  |       margin: 0; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-description { | ||
|  |       font-size: 16px; | ||
|  |       color: #888; | ||
|  |       margin-top: 10px; | ||
|  |       max-width: 500px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-view-all { | ||
|  |       padding: 8px 16px; | ||
|  |       background: transparent; | ||
|  |       border: 1px solid #000; | ||
|  |       cursor: pointer; | ||
|  |       margin-top: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-grid { | ||
|  |       display: grid; | ||
|  |       grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); | ||
|  |       gap: 50px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-card { | ||
|  |       background: #fff; | ||
|  |       border: 1px solid #ddd; | ||
|  |       border-radius: 8px; | ||
|  |       overflow: hidden; | ||
|  |       display: flex; | ||
|  |       flex-direction: column; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-placeholder { | ||
|  |       height: 160px; | ||
|  |       background: #ccc; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-content { | ||
|  |       padding: 16px; | ||
|  |       display: flex; | ||
|  |       flex-direction: column; | ||
|  |       gap: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-meta { | ||
|  |       font-size: 12px; | ||
|  |       color: #777; | ||
|  |       margin-bottom: 8px; | ||
|  |       display: flex; | ||
|  |       gap: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-title { | ||
|  |       font-size: 18px; | ||
|  |       margin: 10px 0; | ||
|  |       font-weight: bold; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-summary { | ||
|  |       font-size: 14px; | ||
|  |       color: #555; | ||
|  |       margin-bottom: 12px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .blog-2-read-more { | ||
|  |       font-size: 14px; | ||
|  |       color: #000; | ||
|  |       text-decoration: none; | ||
|  |       font-weight: 500; | ||
|  |     } | ||
|  | 
 | ||
|  | 
 | ||
|  |     .contact-1-wrapper { | ||
|  |       margin: 0; | ||
|  |       font-family: Arial, sans-serif; | ||
|  |       background: #f0efec; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-section { | ||
|  |       background: #fff; | ||
|  |       max-width: 480px; | ||
|  |       margin: 60px auto; | ||
|  |       padding: 40px 30px; | ||
|  |       text-align: center; | ||
|  |       border-radius: 8px; | ||
|  |       box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-tagline { | ||
|  |       font-size: 14px; | ||
|  |       color: #777; | ||
|  |       margin-bottom: 8px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-heading { | ||
|  |       font-size: 24px; | ||
|  |       margin: 0 0 10px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-description { | ||
|  |       color: #666; | ||
|  |       font-size: 14px; | ||
|  |       margin-bottom: 30px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-form { | ||
|  |       display: flex; | ||
|  |       flex-direction: column; | ||
|  |       gap: 16px; | ||
|  |       text-align: left; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-label { | ||
|  |       font-size: 14px; | ||
|  |       font-weight: 500; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-input, | ||
|  |     .contact-1-textarea { | ||
|  |       width: 100%; | ||
|  |       padding: 10px; | ||
|  |       border: 1px solid #ccc; | ||
|  |       border-radius: 4px; | ||
|  |       font-size: 14px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-checkbox-row { | ||
|  |       display: flex; | ||
|  |       align-items: center; | ||
|  |       gap: 8px; | ||
|  |       font-size: 13px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .contact-1-submit-btn { | ||
|  |       background: #000; | ||
|  |       color: #fff; | ||
|  |       padding: 10px 20px; | ||
|  |       border: none; | ||
|  |       font-weight: bold; | ||
|  |       cursor: pointer; | ||
|  |       border-radius: 4px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-wrapper { | ||
|  |       font-family: sans-serif; | ||
|  |       margin: 0; | ||
|  |       padding: 0; | ||
|  |       background: #f5f3f0; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-section { | ||
|  |       background: #fff; | ||
|  |       padding: 60px 40px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-container { | ||
|  |       max-width: 1200px; | ||
|  |       margin: auto; | ||
|  |       display: flex; | ||
|  |       justify-content: space-between; | ||
|  |       align-items: flex-start; | ||
|  |       flex-wrap: wrap; | ||
|  |       gap: 40px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-left { | ||
|  |       flex: 1; | ||
|  |       min-width: 300px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-heading { | ||
|  |       font-size: 24px; | ||
|  |       font-weight: bold; | ||
|  |       margin-bottom: 10px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-description { | ||
|  |       font-size: 14px; | ||
|  |       color: #666; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-right { | ||
|  |       flex: 1; | ||
|  |       min-width: 280px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-signup-form { | ||
|  |       display: flex; | ||
|  |       gap: 10px; | ||
|  |       margin-bottom: 10px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-email-input { | ||
|  |       flex: 1; | ||
|  |       padding: 10px; | ||
|  |       font-size: 14px; | ||
|  |       border: 1px solid #aaa; | ||
|  |       border-radius: 4px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-submit-btn { | ||
|  |       padding: 10px 16px; | ||
|  |       background: #000; | ||
|  |       color: #fff; | ||
|  |       border: none; | ||
|  |       font-weight: bold; | ||
|  |       cursor: pointer; | ||
|  |       border-radius: 4px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-disclaimer { | ||
|  |       font-size: 12px; | ||
|  |       color: #888; | ||
|  |     } | ||
|  | 
 | ||
|  |     .newsletter-2-disclaimer a { | ||
|  |       color: #000; | ||
|  |       text-decoration: underline; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-wrapper { | ||
|  |       font-family: sans-serif; | ||
|  |       margin: 0; | ||
|  |       padding: 0; | ||
|  |       background: #f5f3f0; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-section { | ||
|  |       background: #fff; | ||
|  |       padding: 80px 20px; | ||
|  |       text-align: center; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-heading { | ||
|  |       font-size: 28px; | ||
|  |       font-weight: bold; | ||
|  |       margin-bottom: 16px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-description { | ||
|  |       font-size: 16px; | ||
|  |       color: #666; | ||
|  |       max-width: 600px; | ||
|  |       margin: 0 auto 32px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-button-group { | ||
|  |       display: flex; | ||
|  |       justify-content: center; | ||
|  |       gap: 16px; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-btn { | ||
|  |       padding: 10px 24px; | ||
|  |       font-size: 14px; | ||
|  |       cursor: pointer; | ||
|  |       border-radius: 4px; | ||
|  |       font-weight: 600; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-solid { | ||
|  |       background-color: #000; | ||
|  |       color: #fff; | ||
|  |       border: none; | ||
|  |     } | ||
|  | 
 | ||
|  |     .cta-3-outline { | ||
|  |       background-color: transparent; | ||
|  |       color: #000; | ||
|  |       border: 1px solid #000; | ||
|  |     } | ||
|  | .faq-4-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f5f5; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-section { | ||
|  |   background: #fff; | ||
|  |   padding: 60px 20px; | ||
|  |   max-width: 700px; | ||
|  |   margin: auto; | ||
|  |   text-align: center; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #666; | ||
|  |   margin-bottom: 32px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-list { | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  |   gap: 12px; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-question { | ||
|  |   width: 100%; | ||
|  |   padding: 14px 18px; | ||
|  |   font-size: 14px; | ||
|  |   text-align: left; | ||
|  |   background: #f1f1f1; | ||
|  |   border: none; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  |   display: flex; | ||
|  |   justify-content: space-between; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-footer { | ||
|  |   text-align: center; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-footer-heading { | ||
|  |   font-size: 18px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-footer-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #777; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-4-footer-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   border: 1px solid #000; | ||
|  |   background: transparent; | ||
|  |   cursor: pointer; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | .faq-5-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f3f0; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-section { | ||
|  |   background: #fff; | ||
|  |   padding: 60px 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-container { | ||
|  |   max-width: 1100px; | ||
|  |   margin: auto; | ||
|  |   display: flex; | ||
|  |   gap: 40px; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: space-between; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-left { | ||
|  |   flex: 1; | ||
|  |   min-width: 280px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-heading { | ||
|  |   font-size: 24px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #666; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-contact-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-right { | ||
|  |   flex: 2; | ||
|  |   min-width: 400px; | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  |   gap: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-5-item .faq-5-question { | ||
|  |   width: 100%; | ||
|  |   text-align: left; | ||
|  |   padding: 14px 18px; | ||
|  |   background: #f1f1f1; | ||
|  |   border: none; | ||
|  |   font-size: 14px; | ||
|  |   border-radius: 4px; | ||
|  |   display: flex; | ||
|  |   justify-content: space-between; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | .faq-6-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f5f5; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-block { | ||
|  |   max-width: 700px; | ||
|  |   margin: 60px auto; | ||
|  |   padding: 40px 20px; | ||
|  |   background: #fff; | ||
|  |   text-align: center; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-tagline { | ||
|  |   font-size: 12px; | ||
|  |   letter-spacing: 1px; | ||
|  |   text-transform: uppercase; | ||
|  |   color: #999; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-heading { | ||
|  |   font-size: 22px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-list { | ||
|  |   text-align: left; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-item { | ||
|  |   border-top: 1px solid #ddd; | ||
|  |   padding: 16px 0; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-question { | ||
|  |   display: flex; | ||
|  |   justify-content: space-between; | ||
|  |   font-weight: 500; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-icon { | ||
|  |   font-weight: bold; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-answer { | ||
|  |   margin-top: 10px; | ||
|  |   color: #444; | ||
|  |   font-size: 14px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-answer a { | ||
|  |   color: #000; | ||
|  |   text-decoration: underline; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-footer { | ||
|  |   margin-top: 30px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-6-view-more-btn { | ||
|  |   padding: 10px 24px; | ||
|  |   border: 1px solid #000; | ||
|  |   background: transparent; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | .faq-7-wrapper { | ||
|  |   font-family: sans-serif; | ||
|  |   margin: 0; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-container { | ||
|  |   display: flex; | ||
|  |   padding: 60px 30px; | ||
|  |   gap: 60px; | ||
|  |   max-width: 1200px; | ||
|  |   margin: auto; | ||
|  |   flex-wrap: wrap; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-left { | ||
|  |   flex: 1; | ||
|  |   min-width: 260px; | ||
|  |   text-align: center; | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  |   justify-content: center; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-support-label { | ||
|  |   font-size: 14px; | ||
|  |   color: #888; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-support-action { | ||
|  |   font-size: 16px; | ||
|  |   font-weight: bold; | ||
|  |   margin: 10px 0; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-chat-icon img { | ||
|  |   width: 40px; | ||
|  |   height: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-right { | ||
|  |   flex: 2; | ||
|  |   min-width: 400px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-search input { | ||
|  |   width: 100%; | ||
|  |   padding: 12px 16px; | ||
|  |   font-size: 14px; | ||
|  |   margin-bottom: 24px; | ||
|  |   border: 1px solid #ccc; | ||
|  |   border-radius: 6px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-list { | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  |   gap: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-item { | ||
|  |   display: flex; | ||
|  |   flex-direction: column; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-question { | ||
|  |   width: 100%; | ||
|  |   padding: 14px; | ||
|  |   text-align: left; | ||
|  |   font-size: 16px; | ||
|  |   border: none; | ||
|  |   background: #f9f9f9; | ||
|  |   border-radius: 6px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .faq-7-answer { | ||
|  |   padding: 12px 14px; | ||
|  |   font-size: 14px; | ||
|  |   background: #f0f0f0; | ||
|  |   margin-top: 8px; | ||
|  |   border-radius: 6px; | ||
|  |   color: #333; | ||
|  | } | ||
|  | .split-8-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f3f0; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-section { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   gap: 40px; | ||
|  |   padding: 60px 30px; | ||
|  |   max-width: 1200px; | ||
|  |   margin: auto; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-left { | ||
|  |   flex: 1; | ||
|  |   min-width: 280px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #999; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  |   flex-wrap: wrap; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-arrow { | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-right { | ||
|  |   flex: 1; | ||
|  |   min-width: 300px; | ||
|  |   display: flex; | ||
|  |   justify-content: center; | ||
|  |   align-items: center; | ||
|  | } | ||
|  | 
 | ||
|  | .split-8-placeholder { | ||
|  |   width: 100%; | ||
|  |   max-width: 400px; | ||
|  |   height: 300px; | ||
|  |   background: #ccc; | ||
|  |   border-radius: 8px; | ||
|  | } | ||
|  | .hero-9-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f4f4f4; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-section { | ||
|  |   text-align: center; | ||
|  |   padding: 60px 20px 40px; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #777; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   max-width: 600px; | ||
|  |   margin: 0 auto 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-button-group { | ||
|  |   display: flex; | ||
|  |   justify-content: center; | ||
|  |   gap: 16px; | ||
|  |   flex-wrap: wrap; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   cursor: pointer; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-arrow { | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-image-wrapper { | ||
|  |   max-width: 1000px; | ||
|  |   margin: auto; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-9-placeholder { | ||
|  |   height: 320px; | ||
|  |   background: #ccc; | ||
|  |   border-radius: 8px; | ||
|  | } | ||
|  | .split-10-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f3f0; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-section { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   gap: 40px; | ||
|  |   padding: 60px 30px; | ||
|  |   max-width: 1200px; | ||
|  |   margin: auto; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-left { | ||
|  |   flex: 1; | ||
|  |   min-width: 300px; | ||
|  |   display: flex; | ||
|  |   justify-content: center; | ||
|  |   align-items: center; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-placeholder { | ||
|  |   width: 100%; | ||
|  |   max-width: 400px; | ||
|  |   height: 300px; | ||
|  |   background: #ccc; | ||
|  |   border-radius: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-right { | ||
|  |   flex: 1; | ||
|  |   min-width: 280px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #999; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  |   flex-wrap: wrap; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .split-10-arrow { | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | .grid-11-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f5f5; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-section { | ||
|  |   padding: 60px 20px; | ||
|  |   text-align: center; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #777; | ||
|  |   margin-bottom: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   max-width: 700px; | ||
|  |   margin: 0 auto 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-card-grid { | ||
|  |   display: flex; | ||
|  |   gap: 24px; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: center; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-card { | ||
|  |   max-width: 300px; | ||
|  |   text-align: center; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-placeholder { | ||
|  |   height: 180px; | ||
|  |   background: #ccc; | ||
|  |   border-radius: 6px; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-card-title { | ||
|  |   font-size: 16px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-card-desc { | ||
|  |   font-size: 14px; | ||
|  |   color: #666; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  |   justify-content: center; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-11-arrow { | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f5f5; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-section { | ||
|  |   padding: 60px 20px; | ||
|  |   text-align: center; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-heading { | ||
|  |   font-size: 26px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-grid { | ||
|  |   display: flex; | ||
|  |   gap: 24px; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: center; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-card { | ||
|  |   max-width: 280px; | ||
|  |   text-align: left; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-icon { | ||
|  |   font-size: 24px; | ||
|  |   margin-bottom: 16px; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-title { | ||
|  |   font-size: 16px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-desc { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-btn { | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .grid-12-arrow { | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   cursor: pointer; | ||
|  |   background: transparent; | ||
|  |   border: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | .footer-1-wrapper { | ||
|  |   background: #f8f8f8; | ||
|  |   font-family: sans-serif; | ||
|  |   margin: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-section { | ||
|  |   background: #fff; | ||
|  |   padding: 40px 30px 20px; | ||
|  |   border-top: 1px solid #eee; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-top { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   gap: 40px; | ||
|  |   justify-content: space-between; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-brand { | ||
|  |   flex: 1 1 300px; | ||
|  |   max-width: 350px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-logo { | ||
|  |   font-size: 20px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-newsletter-text { | ||
|  |   font-size: 14px; | ||
|  |   color: #333; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-newsletter-form { | ||
|  |   display: flex; | ||
|  |   gap: 10px; | ||
|  |   margin-bottom: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-newsletter-form input[type="email"] { | ||
|  |   padding: 10px; | ||
|  |   flex: 1; | ||
|  |   font-size: 14px; | ||
|  |   border: 1px solid #ccc; | ||
|  |   border-radius: 4px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-subscribe-btn { | ||
|  |   padding: 10px 16px; | ||
|  |   font-size: 14px; | ||
|  |   border: 1px solid #000; | ||
|  |   background: #000; | ||
|  |   color: #fff; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-privacy-note { | ||
|  |   font-size: 12px; | ||
|  |   color: #666; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-privacy-note a { | ||
|  |   text-decoration: underline; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-columns { | ||
|  |   display: flex; | ||
|  |   gap: 40px; | ||
|  |   flex-wrap: wrap; | ||
|  |   flex: 2 1 500px; | ||
|  |   justify-content: space-between; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-column { | ||
|  |   min-width: 150px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-column h4 { | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-column ul { | ||
|  |   list-style: none; | ||
|  |   padding: 0; | ||
|  |   margin: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-column ul li { | ||
|  |   margin-bottom: 8px; | ||
|  |   font-size: 14px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-column ul li a { | ||
|  |   color: #000; | ||
|  |   text-decoration: none; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-social ul li { | ||
|  |   display: flex; | ||
|  |   align-items: center; | ||
|  |   gap: 8px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-social ul li i { | ||
|  |   width: 18px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-bottom { | ||
|  |   border-top: 1px solid #eee; | ||
|  |   padding-top: 20px; | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: space-between; | ||
|  |   font-size: 13px; | ||
|  |   color: #777; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-links { | ||
|  |   display: flex; | ||
|  |   gap: 20px; | ||
|  |   list-style: none; | ||
|  |   padding: 0; | ||
|  |   margin: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-1-links li a { | ||
|  |   text-decoration: none; | ||
|  |   color: #555; | ||
|  | } | ||
|  | .footer-2-wrapper { | ||
|  |   font-family: sans-serif; | ||
|  |   background: #f5f5f5; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-section { | ||
|  |   background: #fff; | ||
|  |   padding: 40px 30px 20px; | ||
|  |   border-top: 1px solid #eee; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-top { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   gap: 40px; | ||
|  |   justify-content: space-between; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-left { | ||
|  |   flex: 1 1 300px; | ||
|  |   max-width: 350px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-left .logo { | ||
|  |   font-size: 20px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-left p { | ||
|  |   font-size: 14px; | ||
|  |   color: #333; | ||
|  |   margin: 10px 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-left a { | ||
|  |   font-size: 14px; | ||
|  |   color: #000; | ||
|  |   text-decoration: underline; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-social-icons { | ||
|  |   margin-top: 12px; | ||
|  |   display: flex; | ||
|  |   gap: 12px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-social-icons i { | ||
|  |   font-size: 16px; | ||
|  |   color: #000; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-links-columns { | ||
|  |   flex: 2 1 400px; | ||
|  |   display: flex; | ||
|  |   gap: 80px; | ||
|  |   justify-content: flex-end; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-links-columns ul { | ||
|  |   list-style: none; | ||
|  |   padding: 0; | ||
|  |   margin: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-links-columns ul li { | ||
|  |   margin-bottom: 8px; | ||
|  |   font-size: 14px; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-links-columns ul li a { | ||
|  |   text-decoration: none; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-bottom { | ||
|  |   border-top: 1px solid #eee; | ||
|  |   padding-top: 20px; | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: space-between; | ||
|  |   font-size: 13px; | ||
|  |   color: #777; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-bottom .footer-2-links { | ||
|  |   display: flex; | ||
|  |   gap: 20px; | ||
|  |   list-style: none; | ||
|  |   padding: 0; | ||
|  |   margin: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .footer-2-bottom .footer-2-links li a { | ||
|  |   text-decoration: none; | ||
|  |   color: #555; | ||
|  | } | ||
|  | .text-1-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-section { | ||
|  |   padding: 60px 30px; | ||
|  |   max-width: 700px; | ||
|  |   margin: auto; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #999; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-solid { | ||
|  |   background: #000; | ||
|  |   color: #fff; | ||
|  |   border: 1px solid #000; | ||
|  | } | ||
|  | 
 | ||
|  | .text-1-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | .text-2-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-section { | ||
|  |   padding: 60px 30px; | ||
|  |   text-align: center; | ||
|  |   max-width: 700px; | ||
|  |   margin: auto; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-tagline { | ||
|  |   font-size: 12px; | ||
|  |   color: #999; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  |   justify-content: center; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-solid { | ||
|  |   background: #000; | ||
|  |   color: #fff; | ||
|  |   border: 1px solid #000; | ||
|  | } | ||
|  | 
 | ||
|  | .text-2-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | .hero-1-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-two-column { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   align-items: center; | ||
|  |   justify-content: space-between; | ||
|  |   padding: 60px 30px; | ||
|  |   gap: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-content { | ||
|  |   flex: 1 1 400px; | ||
|  |   max-width: 600px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-image { | ||
|  |   flex: 1 1 300px; | ||
|  |   max-width: 500px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-placeholder { | ||
|  |   background: #ccc; | ||
|  |   height: 300px; | ||
|  |   border-radius: 6px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-solid { | ||
|  |   background: #000; | ||
|  |   color: #fff; | ||
|  |   border: 1px solid #000; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-1-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | .hero-2-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-centered-hero { | ||
|  |   text-align: center; | ||
|  |   padding: 60px 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-heading { | ||
|  |   font-size: 28px; | ||
|  |   font-weight: bold; | ||
|  |   margin-bottom: 16px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-description { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 24px; | ||
|  |   max-width: 700px; | ||
|  |   margin-left: auto; | ||
|  |   margin-right: auto; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-button-group { | ||
|  |   display: flex; | ||
|  |   gap: 16px; | ||
|  |   justify-content: center; | ||
|  |   margin-bottom: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-btn { | ||
|  |   padding: 10px 20px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: bold; | ||
|  |   border-radius: 4px; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-solid { | ||
|  |   background: #000; | ||
|  |   color: #fff; | ||
|  |   border: 1px solid #000; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-outline { | ||
|  |   background: transparent; | ||
|  |   border: 1px solid #000; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-image { | ||
|  |   display: flex; | ||
|  |   justify-content: center; | ||
|  |   margin-top: 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .hero-2-placeholder { | ||
|  |   background: #ccc; | ||
|  |   width: 100%; | ||
|  |   max-width: 800px; | ||
|  |   height: 300px; | ||
|  |   border-radius: 6px; | ||
|  | } | ||
|  | .logo-1-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | .logo-1-cloud { | ||
|  |   padding: 40px 20px; | ||
|  |   text-align: center; | ||
|  | } | ||
|  | 
 | ||
|  | .logo-1-intro-text { | ||
|  |   font-size: 14px; | ||
|  |   color: #333; | ||
|  |   margin-bottom: 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .logo-1-grid { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: center; | ||
|  |   gap: 24px; | ||
|  | } | ||
|  | 
 | ||
|  | .logo-1-grid img { | ||
|  |   height: 30px; | ||
|  |   opacity: 0.8; | ||
|  |   transition: opacity 0.3s ease; | ||
|  | } | ||
|  | 
 | ||
|  | .logo-1-grid img:hover { | ||
|  |   opacity: 1; | ||
|  | } | ||
|  | .feature-1-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  |   background-color: #fff; | ||
|  |   color: #111; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-section { | ||
|  |   display: flex; | ||
|  |   flex-wrap: wrap; | ||
|  |   justify-content: space-between; | ||
|  |   align-items: flex-start; | ||
|  |   padding: 60px 40px; | ||
|  |   max-width: 1200px; | ||
|  |   margin: auto; | ||
|  |   gap: 40px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-text { | ||
|  |   flex: 1 1 500px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-tag { | ||
|  |   font-size: 14px; | ||
|  |   color: #555; | ||
|  |   margin-bottom: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-title { | ||
|  |   font-size: 36px; | ||
|  |   font-weight: 800; | ||
|  |   margin-bottom: 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-subtitle { | ||
|  |   font-size: 16px; | ||
|  |   line-height: 1.6; | ||
|  |   color: #333; | ||
|  |   margin-bottom: 30px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-benefits { | ||
|  |   display: flex; | ||
|  |   gap: 40px; | ||
|  |   margin-bottom: 30px; | ||
|  |   flex-wrap: wrap; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-benefit { | ||
|  |   display: flex; | ||
|  |   align-items: flex-start; | ||
|  |   gap: 10px; | ||
|  |   max-width: 250px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-benefit i { | ||
|  |   font-size: 24px; | ||
|  |   color: #000; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-benefit h4 { | ||
|  |   margin: 0 0 5px; | ||
|  |   font-size: 16px; | ||
|  |   font-weight: 700; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-benefit p { | ||
|  |   margin: 0; | ||
|  |   font-size: 14px; | ||
|  |   color: #444; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-actions { | ||
|  |   display: flex; | ||
|  |   align-items: center; | ||
|  |   gap: 20px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-btn.feature-1-primary { | ||
|  |   padding: 10px 20px; | ||
|  |   background-color: #fff; | ||
|  |   border: 2px solid #111; | ||
|  |   font-weight: 600; | ||
|  |   cursor: pointer; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-btn-link { | ||
|  |   font-weight: 500; | ||
|  |   font-size: 14px; | ||
|  |   text-decoration: none; | ||
|  |   color: #111; | ||
|  |   display: inline-flex; | ||
|  |   align-items: center; | ||
|  |   gap: 5px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-image { | ||
|  |   flex: 1 1 400px; | ||
|  | } | ||
|  | 
 | ||
|  | .feature-1-placeholder { | ||
|  |   width: 100%; | ||
|  |   aspect-ratio: 1 / 1; | ||
|  |   background-color: #ddd; | ||
|  |   background-image: url('https://via.placeholder.com/100x100?text=Image'); | ||
|  |   background-repeat: no-repeat; | ||
|  |   background-position: center; | ||
|  |   background-size: 40px; | ||
|  | } | ||
|  | .nav-1-wrapper { | ||
|  |   margin: 0; | ||
|  |   font-family: sans-serif; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-navbar { | ||
|  |   display: flex; | ||
|  |   justify-content: space-between; | ||
|  |   align-items: center; | ||
|  |   padding: 16px 40px; | ||
|  |   border-bottom: 1px solid #eee; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-logo { | ||
|  |   font-family: cursive; | ||
|  |   font-size: 24px; | ||
|  |   font-weight: bold; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-nav-links { | ||
|  |   list-style: none; | ||
|  |   display: flex; | ||
|  |   gap: 20px; | ||
|  |   margin: 0; | ||
|  |   padding: 0; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-nav-links li a { | ||
|  |   text-decoration: none; | ||
|  |   color: #111; | ||
|  |   font-size: 14px; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-dropdown i { | ||
|  |   font-size: 10px; | ||
|  |   margin-left: 5px; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-nav-actions { | ||
|  |   display: flex; | ||
|  |   gap: 10px; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-btn { | ||
|  |   padding: 6px 14px; | ||
|  |   font-size: 14px; | ||
|  |   font-weight: 500; | ||
|  |   cursor: pointer; | ||
|  |   border: 2px solid #111; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-outline { | ||
|  |   background-color: transparent; | ||
|  |   color: #111; | ||
|  | } | ||
|  | 
 | ||
|  | .nav-1-solid { | ||
|  |   background-color: #111; | ||
|  |   color: #fff; | ||
|  | } | ||
|  | 
 | ||
|  | 
 | ||
|  |                  | ||
|  |                 html, body { | ||
|  |                     margin: 0 !important; | ||
|  |                     padding: 0 !important; | ||
|  |                     min-height: 100% !important; | ||
|  |                     width: 100% !important; | ||
|  |                     font-family: 'Segoe UI', sans-serif !important; | ||
|  |                 } | ||
|  |              | ||
|  |             </style> | ||
|  |         </head> | ||
|  |         <body> | ||
|  |          | ||
|  |                 <div class="text-1-wrapper"><section class="text-1-section"><p class="text-1-tagline">Tagline</p><h2 class="text-1-heading">Short heading here</h2><p class="text-1-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.</p><div class="text-1-button-group"><button class="text-1-btn text-1-solid">Button</button><button class="text-1-btn text-1-outline">Button</button></div></section></div> | ||
|  |              | ||
|  |         </body> | ||
|  |         </html> (see https://g.co/ng/security#xss) |