/* Main Styles for SEO Landing Pages */ :root { --primary-color: #0062ff; --primary-dark: #0050d8; --secondary-color: #00d084; --text-color: #333; --light-gray: #f5f7fa; --dark-gray: #4a4a4a; --border-color: #e1e4e8; --white: #ffffff; --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); --border-radius: 8px; --transition: all 0.3s ease; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--light-gray); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } a { color: var(--primary-color); text-decoration: none; transition: var(--transition); } a:hover { color: var(--primary-dark); text-decoration: underline; } ul { list-style-position: inside; } /* Header */ header { background-color: var(--white); box-shadow: var(--box-shadow); padding: 15px 0; position: sticky; top: 0; z-index: 100; } header .container { display: flex; justify-content: space-between; align-items: center; } .logo img { height: 40px; } nav ul { display: flex; list-style: none; } nav li { margin-left: 25px; } nav a { font-weight: 500; } /* Main content layout */ main { padding: 40px 0; } main .container { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; } /* Article content */ .content { background-color: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); padding: 30px; } /* Hero section */ .hero { margin-bottom: 30px; } h1 { font-size: 2.5rem; margin-bottom: 20px; color: var(--dark-gray); line-height: 1.2; } .lead { font-size: 1.15rem; color: var(--dark-gray); margin-bottom: 20px; } /* Main content section */ .main-content { margin-bottom: 40px; } h2 { font-size: 1.8rem; margin: 30px 0 15px; color: var(--dark-gray); } h3 { font-size: 1.4rem; margin: 25px 0 15px; color: var(--dark-gray); } p { margin-bottom: 15px; } ul, ol { margin-bottom: 20px; padding-left: 20px; } li { margin-bottom: 8px; } /* Comparison Table */ .comparison-table-wrapper { margin: 30px 0; overflow-x: auto; } .comparison-table { width: 100%; border-collapse: collapse; box-shadow: var(--box-shadow); border-radius: var(--border-radius); overflow: hidden; } .comparison-table th { background-color: var(--primary-color); color: var(--white); text-align: left; padding: 12px 15px; } .comparison-table td { padding: 12px 15px; border-bottom: 1px solid var(--border-color); } .comparison-table tr:nth-child(even) { background-color: var(--light-gray); } .comparison-table tr:last-child td { border-bottom: none; } /* FAQ Section */ .faq-section { margin: 40px 0; } .faq-item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border-color); } .faq-item:last-child { border-bottom: none; } .faq-item h3 { font-size: 1.2rem; margin-bottom: 10px; } /* Related Topics */ .related-topics { margin: 40px 0; padding: 20px; background-color: var(--light-gray); border-radius: var(--border-radius); } .related-links { column-count: 2; column-gap: 30px; } /* CTA Section */ .cta-section { margin: 40px 0 20px; padding: 30px; background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: var(--white); border-radius: var(--border-radius); text-align: center; } .cta-section h2, .cta-section p { color: var(--white); } /* CTA Box Styles */ .cta-box { margin: 30px 0; padding: 30px; background: #f8f9fe; border-radius: 15px; box-shadow: 0 15px 35px rgba(0, 98, 255, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08); border: 3px solid #0062ff; position: relative; text-align: center; overflow: hidden; transition: all 0.4s ease; } .cta-box:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 98, 255, 0.25), 0 10px 15px rgba(0, 0, 0, 0.1); } .cta-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: linear-gradient(90deg, #0062ff, #00d084); z-index: 1; } .cta-box::after { content: ''; position: absolute; bottom: -2px; left: -2px; right: -2px; height: 70%; background: linear-gradient(0deg, rgba(0, 98, 255, 0.08), transparent); z-index: 0; border-radius: 0 0 15px 15px; } .cta-content { position: relative; z-index: 2; background: rgba(255, 255, 255, 0.9); padding: 25px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); } .cta-icon { font-size: 3.5rem; margin-bottom: 15px; display: inline-block; animation: float 3s ease-in-out infinite; text-shadow: 0 2px 10px rgba(255, 0, 0, 0.3); } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } .cta-box h3 { font-size: 2rem; margin-bottom: 15px; color: var(--primary-color); background: linear-gradient(90deg, #0062ff, #0050d8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; font-weight: 800; text-shadow: 0 2px 10px rgba(0, 98, 255, 0.1); } .cta-box p { font-size: 1.2rem; color: #444; margin-bottom: 25px; max-width: 85%; margin-left: auto; margin-right: auto; line-height: 1.5; } .cta-button { display: inline-block; padding: 16px 32px; background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%); color: white; border: none; border-radius: 50px; font-size: 17px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(229, 62, 62, 0.4), 0 2px 5px rgba(0, 0, 0, 0.1); position: relative; overflow: hidden; } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(229, 62, 62, 0.5), 0 3px 8px rgba(0, 0, 0, 0.1); background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%); color: white; text-decoration: none; } .cta-button::after { content: ''; position: absolute; top: -50%; right: -50%; bottom: -50%; left: -50%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%); transform: rotateZ(60deg) translate(-5em, 7.5em); animation: shine 3.5s infinite; } /* Keep the original styles for compatibility */ .optin-section { margin: 30px 0; padding: 25px; background: linear-gradient(to right, #f9f9f9, #ffffff, #f9f9f9); border-radius: var(--border-radius); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); border: 2px solid #e1e4e8; position: relative; z-index: 1; overflow: visible; } .optin-wrapper { text-align: center; } .optin-wrapper h3 { margin-bottom: 15px; font-size: 1.6rem; color: var(--primary-color); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8); } /* Custom Form Styles - Premium Design */ .custom-form-container { margin: 25px auto; max-width: 500px; display: block; position: relative; z-index: 5; background: linear-gradient(145deg, #ffffff, #f8f9fe); padding: 30px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 98, 255, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 98, 255, 0.1); transition: all 0.4s ease; transform: translateY(0); overflow: hidden; } .custom-form-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #0062ff, #00d084); z-index: 1; } .custom-form-container:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 98, 255, 0.15), 0 3px 10px rgba(0, 0, 0, 0.05); } .custom-optin-form { display: flex; flex-direction: column; gap: 20px; } .form-group { position: relative; } .form-input { width: 100%; padding: 18px 20px; background: #ffffff; border: 2px solid #e1e6ef; border-radius: 10px; font-size: 16px; font-weight: 500; color: #333; transition: all 0.3s ease; box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); } .form-input:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(0, 98, 255, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.05); outline: none; } .form-input::placeholder { color: #a0a8b8; font-weight: 400; } .submit-button { padding: 18px 20px; background: linear-gradient(135deg, #0062ff 0%, #0057e3 100%); color: white; border: none; border-radius: 10px; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 98, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1); transform: translateY(0); } .submit-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 98, 255, 0.4), 0 2px 5px rgba(0, 0, 0, 0.1); background: linear-gradient(135deg, #0069ff 0%, #005bf1 100%); } .submit-button:active { transform: translateY(1px); box-shadow: 0 2px 8px rgba(0, 98, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1); } .submit-button::after { content: ''; position: absolute; top: -50%; right: -50%; bottom: -50%; left: -50%; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%); transform: rotateZ(60deg) translate(-5em, 7.5em); animation: shine 3.5s infinite; } @keyframes shine { 0% { transform: rotateZ(60deg) translate(-5em, 7.5em); } 100% { transform: rotateZ(60deg) translate(1em, -9em); } } .form-spinner { display: block; width: 40px; height: 40px; margin: 10px auto; border: 3px solid rgba(0, 98, 255, 0.15); border-radius: 50%; border-top-color: var(--primary-color); animation: spin 1s infinite linear; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .form-success, .form-error { padding: 15px; border-radius: 10px; margin-top: 15px; text-align: center; font-weight: 500; transition: all 0.3s ease; animation: fadeIn 0.5s ease forwards; } .form-success { background-color: rgba(0, 208, 132, 0.1); color: #00a867; border: 1px solid rgba(0, 208, 132, 0.3); box-shadow: 0 2px 10px rgba(0, 208, 132, 0.1); } .form-error { background-color: rgba(255, 62, 62, 0.1); color: #e53e3e; border: 1px solid rgba(255, 62, 62, 0.3); box-shadow: 0 2px 10px rgba(255, 62, 62, 0.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } /* Retain the original container for compatibility */ .flodesk-form-container { margin: 20px auto; max-width: 500px; display: block; position: relative; z-index: 5; background: #fff; padding: 20px; border-radius: var(--border-radius); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .privacy-note { font-size: 0.85rem; color: var(--dark-gray); margin-top: 10px; font-style: italic; } /* Sidebar */ .sidebar { align-self: start; } .widget { background-color: var(--white); border-radius: var(--border-radius); box-shadow: var(--box-shadow); padding: 20px; margin-bottom: 30px; } .widget h3 { margin-top: 0; border-bottom: 1px solid var(--border-color); padding-bottom: 10px; margin-bottom: 15px; } .author-box { display: flex; align-items: center; margin-bottom: 15px; } .author-image { width: 60px; height: 60px; border-radius: 50%; margin-right: 15px; } .widget ul { list-style: none; padding-left: 5px; } .widget li { margin-bottom: 10px; } /* Footer */ footer { background-color: var(--dark-gray); color: var(--white); padding: 50px 0 20px; margin-top: 50px; } .footer-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-bottom: 30px; } .footer-column h4 { color: var(--white); margin-bottom: 20px; font-size: 1.2rem; } .footer-column ul { list-style: none; padding: 0; } .footer-column a { color: #ccc; } .footer-column a:hover { color: var(--white); } .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; text-align: center; font-size: 0.9rem; color: #ccc; } /* Responsive Styles */ @media (max-width: 900px) { main .container { grid-template-columns: 1fr; } .related-links { column-count: 1; } } @media (max-width: 600px) { header .container { flex-direction: column; } nav ul { margin-top: 15px; } nav li { margin: 0 10px; } h1 { font-size: 2rem; } .comparison-table { font-size: 0.9rem; } .footer-columns { grid-template-columns: 1fr; } } /* Animation */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .hero, .main-content, .faq-section, .related-topics, .cta-section { animation: fadeIn 0.5s ease forwards; } .main-content { animation-delay: 0.1s; } .faq-section { animation-delay: 0.2s; } .related-topics { animation-delay: 0.3s; } .cta-section { animation-delay: 0.4s; } .sidebar { animation: fadeIn 0.5s 0.5s ease forwards; opacity: 0; }