/*
Theme Name: SimpleReq Divi Child
Theme URI: https://simplereq.com
Author: SimpleReq
Author URI: https://simplereq.com
Description: A dark-themed child theme for Divi with custom landing page design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
Text Domain: simplereq-divi-child
*/

/* ========================================
   SIMPLEREQ CUSTOM STYLES
   ======================================== */

:root {
    --bg-primary: #050508;
    --bg-secondary: #08080d;
    --bg-tertiary: #0d0d14;
    --bg-card: #0f0f18;
    --accent-primary: #6366f1;
    --accent-cyan: #22d3ee;
    --accent-emerald: #10b981;
    --accent-amber: #f59e0b;
    --accent-rose: #f43f5e;
    --text-primary: #fafafa;
    --text-secondary: #a1a1aa;
    --text-muted: #52525b;
    --border-color: rgba(255, 255, 255, 0.06);
    --glow-primary: rgba(99, 102, 241, 0.5);
}

/* ========================================
   SIMPLEREQ TEMPLATE STYLES
   Applied to pages using SimpleReq templates
   ======================================== */

body.simplereq-template {
    font-family: 'Instrument Sans', sans-serif;
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

body.simplereq-template #particle-canvas { position: fixed; inset: 0; pointer-events: none; z-index: 1; }
body.simplereq-template .mouse-glow { position: fixed; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, rgba(34, 211, 238, 0.08) 40%, transparent 70%); pointer-events: none; z-index: 0; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s; }
body.simplereq-template .grid-bg { position: fixed; inset: 0; background-image: linear-gradient(rgba(99, 102, 241, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 102, 241, 0.03) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }

body.simplereq-template .parallax-layer { position: fixed; inset: 0; pointer-events: none; will-change: transform; }
body.simplereq-template .orb { position: absolute; border-radius: 50%; filter: blur(120px); will-change: transform; }
body.simplereq-template .orb-1 { width: 900px; height: 900px; background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, rgba(99, 102, 241, 0.08) 40%, transparent 70%); top: -300px; left: -300px; animation: orbFloat1 20s ease-in-out infinite; }
body.simplereq-template .orb-2 { width: 800px; height: 800px; background: radial-gradient(circle, rgba(34, 211, 238, 0.2) 0%, rgba(34, 211, 238, 0.06) 40%, transparent 70%); bottom: -200px; right: -200px; animation: orbFloat2 25s ease-in-out infinite; }
body.simplereq-template .orb-3 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, rgba(139, 92, 246, 0.05) 40%, transparent 70%); top: 40%; left: 55%; animation: orbFloat3 18s ease-in-out infinite; }

@keyframes orbFloat1 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(50px, 30px) scale(1.05); } 50% { transform: translate(20px, 60px) scale(0.95); } 75% { transform: translate(-30px, 20px) scale(1.02); } }
@keyframes orbFloat2 { 0%, 100% { transform: translate(0, 0) scale(1); } 25% { transform: translate(-40px, -30px) scale(0.98); } 50% { transform: translate(-60px, 20px) scale(1.04); } 75% { transform: translate(20px, -40px) scale(1); } }
@keyframes orbFloat3 { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(40px, -50px) scale(1.06); } 66% { transform: translate(-30px, 30px) scale(0.96); } }

/* Navigation */
body.simplereq-template .simplereq-nav { position: fixed; top: 0; left: 0; right: 0; padding: 1.25rem 3rem; display: flex; justify-content: space-between; align-items: center; z-index: 100; background: rgba(5, 5, 8, 0.8); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border-color); }
body.simplereq-template .logo { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--text-primary); }
body.simplereq-template .logo-icon { width: 32px; height: 32px; background: linear-gradient(135deg, var(--accent-primary), var(--accent-cyan)); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
body.simplereq-template .nav-links { display: flex; gap: 2.5rem; list-style: none; margin: 0; padding: 0; }
body.simplereq-template .nav-links li { list-style: none; }
body.simplereq-template .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.3s; }
body.simplereq-template .nav-links a:hover { color: var(--text-primary); }

/* Mobile Menu */
body.simplereq-template .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
body.simplereq-template .mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--text-primary); margin: 5px 0; transition: all 0.3s; border-radius: 2px; }
body.simplereq-template .mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
body.simplereq-template .mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
body.simplereq-template .mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

body.simplereq-template .mobile-nav { display: none; position: fixed; top: 60px; left: 0; right: 0; background: rgba(5, 5, 8, 0.98); backdrop-filter: blur(20px); padding: 1.5rem; border-bottom: 1px solid var(--border-color); transform: translateY(-100%); opacity: 0; transition: all 0.3s ease; z-index: 99; }
body.simplereq-template .mobile-nav.active { transform: translateY(0); opacity: 1; }
body.simplereq-template .mobile-nav a { display: block; color: var(--text-secondary); text-decoration: none; font-size: 1.1rem; font-weight: 500; padding: 1rem 0; border-bottom: 1px solid var(--border-color); transition: color 0.3s; }
body.simplereq-template .mobile-nav a:last-child { border-bottom: none; }
body.simplereq-template .mobile-nav a:hover { color: var(--text-primary); }

/* Page Content Area */
body.simplereq-template .simplereq-content { padding-top: 80px; position: relative; z-index: 2; min-height: 100vh; }

/* Section Styling */
body.simplereq-template .simplereq-section { padding: 6rem 4rem; position: relative; }
body.simplereq-template .simplereq-section.dark { background: transparent; }
body.simplereq-template .simplereq-section.light { background: #fafafa; color: #1a1a2e; }

body.simplereq-template .section-header { text-align: center; margin-bottom: 4rem; }
body.simplereq-template .section-label { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(99, 102, 241, 0.1); border: 1px solid rgba(99, 102, 241, 0.2); border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--accent-primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem; }
body.simplereq-template .section-title { font-family: 'Outfit', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1.25rem; letter-spacing: -1px; }
body.simplereq-template .section-subtitle { font-size: 1.15rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; }

/* Hero for Generic Pages */
body.simplereq-template .page-hero { min-height: 50vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 8rem 2rem 4rem; position: relative; }
body.simplereq-template .page-hero h1 { font-family: 'Outfit', sans-serif; font-size: clamp(2.5rem, 7vw, 4rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -2px; }
body.simplereq-template .gradient-text { background: linear-gradient(135deg, var(--accent-primary), var(--accent-cyan), #8b5cf6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 200% 200%; animation: gradientShift 5s ease infinite; }
@keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
body.simplereq-template .page-hero p { font-size: 1.25rem; color: var(--text-secondary); max-width: 600px; }

/* Divi Builder Content Styling (inside dark template) */
body.simplereq-template #et-main-area { background: transparent; }
body.simplereq-template .et_pb_section { background: transparent; }
body.simplereq-template .et_pb_row { max-width: 1200px; }
body.simplereq-template .et_pb_text { color: var(--text-secondary); }
body.simplereq-template .et_pb_text h1,
body.simplereq-template .et_pb_text h2,
body.simplereq-template .et_pb_text h3,
body.simplereq-template .et_pb_text h4 { color: var(--text-primary); font-family: 'Outfit', sans-serif; }
body.simplereq-template .et_pb_text p { color: var(--text-secondary); }
body.simplereq-template .et_pb_text a { color: var(--accent-cyan); }

/* Divi Buttons Styled */
body.simplereq-template .et_pb_button {
    background: var(--accent-primary) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    transition: all 0.4s !important;
}
body.simplereq-template .et_pb_button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px var(--glow-primary);
}

/* Cards */
body.simplereq-template .simplereq-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.4s;
}
body.simplereq-template .simplereq-card:hover {
    border-color: var(--accent-primary);
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(99, 102, 241, 0.15);
}

/* Footer */
body.simplereq-template .simplereq-footer { background: var(--bg-secondary); padding: 5rem 4rem; text-align: center; border-top: 1px solid var(--border-color); position: relative; z-index: 2; }
body.simplereq-template .footer-logo { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; }
body.simplereq-template .footer-links { display: flex; justify-content: center; gap: 2.5rem; margin-bottom: 2.5rem; list-style: none; padding: 0; }
body.simplereq-template .footer-links a { color: var(--text-secondary); text-decoration: none; font-size: 0.9rem; }
body.simplereq-template .footer-links a:hover { color: var(--accent-primary); }
body.simplereq-template .footer-copy { color: var(--text-muted); font-size: 0.85rem; }

/* Animations */
body.simplereq-template .reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.simplereq-template .reveal.active { opacity: 1; transform: translateY(0); }

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    body.simplereq-template .simplereq-section { padding: 4rem 2rem; }
    body.simplereq-template .section-title { font-size: 2.25rem; }
}

@media (max-width: 768px) {
    body.simplereq-template .simplereq-nav { padding: 1rem 1.5rem; }
    body.simplereq-template .nav-links { display: none; }
    body.simplereq-template .mobile-menu-btn { display: block; }
    body.simplereq-template .mobile-nav { display: block; }
    body.simplereq-template .logo { font-size: 1.1rem; }
    body.simplereq-template .logo-icon { width: 28px; height: 28px; }
    body.simplereq-template .simplereq-section { padding: 3rem 1.25rem; }
    body.simplereq-template .section-title { font-size: 1.75rem; }
    body.simplereq-template .page-hero { padding: 6rem 1.25rem 3rem; min-height: 40vh; }
    body.simplereq-template .page-hero h1 { font-size: 2rem; }
    body.simplereq-template .parallax-layer, body.simplereq-template .mouse-glow, body.simplereq-template #particle-canvas { display: none; }
    body.simplereq-template .footer-links { flex-wrap: wrap; gap: 1rem 1.5rem; }
    body.simplereq-template .simplereq-footer { padding: 3rem 1.25rem; }
}


/* ========================================
   HOMEPAGE SPECIFIC STYLES
   (All your original homepage styles)
   ======================================== */

body.simplereq-home .hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 8rem 2rem 6rem; position: relative; z-index: 1; }
body.simplereq-home .hero::before { content: ''; position: absolute; top: 50%; left: 50%; width: 1200px; height: 1200px; background: radial-gradient(ellipse, rgba(99, 102, 241, 0.15) 0%, rgba(34, 211, 238, 0.05) 30%, transparent 60%); transform: translate(-50%, -50%); pointer-events: none; z-index: -1; }
body.simplereq-home .hero h1 { font-family: 'Outfit', sans-serif; font-size: clamp(3rem, 9vw, 6rem); font-weight: 800; line-height: 1.05; margin-bottom: 2rem; letter-spacing: -3px; animation: fadeUp 0.8s ease; }
body.simplereq-home .hero-subtitle { font-size: 1.25rem; color: var(--text-secondary); max-width: 580px; margin-bottom: 3rem; animation: fadeUp 0.8s ease 0.1s backwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

body.simplereq-home .upload-section { width: 100%; max-width: 700px; animation: fadeUp 0.8s ease 0.2s backwards; }
body.simplereq-home .upload-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 24px; padding: 2.5rem; position: relative; overflow: hidden; }
body.simplereq-home .upload-card::before { content: ''; position: absolute; top: 0; left: 40px; right: 40px; height: 3px; background: linear-gradient(90deg, var(--accent-primary), var(--accent-cyan)); border-radius: 0 0 3px 3px; }
body.simplereq-home .upload-label { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; }
body.simplereq-home .upload-label-icon { width: 40px; height: 40px; background: linear-gradient(135deg, var(--accent-primary), var(--accent-cyan)); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
body.simplereq-home .upload-label-icon svg { width: 20px; height: 20px; stroke: white; stroke-width: 2; fill: none; }
body.simplereq-home .upload-label-text { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; }
body.simplereq-home .upload-textarea { width: 100%; min-height: 180px; padding: 1.25rem; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 16px; color: var(--text-primary); font-family: inherit; font-size: 1rem; line-height: 1.6; resize: vertical; transition: all 0.3s; }
body.simplereq-home .upload-textarea:focus { outline: none; border-color: var(--accent-primary); box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1); }
body.simplereq-home .upload-textarea::placeholder { color: var(--text-muted); }
body.simplereq-home .upload-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 1.25rem; }
body.simplereq-home .char-counter { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: var(--text-muted); }
body.simplereq-home .upload-btn { display: inline-flex; align-items: center; gap: 0.75rem; padding: 1rem 2rem; background: var(--accent-primary); border: none; border-radius: 12px; color: white; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body.simplereq-home .upload-btn:hover { transform: translateY(-4px); box-shadow: 0 20px 60px var(--glow-primary); }
body.simplereq-home .upload-btn:disabled { opacity: 0.5; cursor: not-allowed; }
body.simplereq-home .upload-btn svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; }

body.simplereq-home .section { padding: 8rem 4rem; position: relative; z-index: 1; }
body.simplereq-home .section-header { text-align: center; margin-bottom: 5rem; }
body.simplereq-home .section-label { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(99, 102, 241, 0.1); border: 1px solid rgba(99, 102, 241, 0.2); border-radius: 100px; font-size: 0.8rem; font-weight: 600; color: var(--accent-primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.5rem; }
body.simplereq-home .section-title { font-family: 'Outfit', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1.25rem; letter-spacing: -1px; }
body.simplereq-home .section-subtitle { font-size: 1.15rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; }

/* Process Section */
body.simplereq-home .process { background: linear-gradient(180deg, rgba(13, 13, 20, 0.95) 0%, rgba(8, 8, 13, 0.98) 100%); }
body.simplereq-home .process-wrapper { max-width: 1200px; margin: 0 auto; position: relative; }
body.simplereq-home .process-grid { display: flex; align-items: flex-start; justify-content: space-between; position: relative; }
body.simplereq-home .process-arrow { position: absolute; top: 80px; left: 18%; right: 18%; height: 40px; display: flex; align-items: center; z-index: 0; }
body.simplereq-home .process-arrow-line { flex: 1; height: 2px; background: linear-gradient(90deg, var(--accent-primary), var(--accent-cyan), #8b5cf6); position: relative; }
body.simplereq-home .process-arrow-head { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 14px solid #8b5cf6; margin-left: -2px; }
body.simplereq-home .process-card { text-align: center; padding: 2rem; flex: 1; position: relative; z-index: 1; }
body.simplereq-home .process-icon { width: 140px; height: 140px; margin: 0 auto 2rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: all 0.5s; }
body.simplereq-home .process-card:hover .process-icon { border-color: var(--accent-primary); transform: translateY(-12px); box-shadow: 0 30px 80px rgba(99, 102, 241, 0.2); }
body.simplereq-home .process-step { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: var(--accent-cyan); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.75rem; }
body.simplereq-home .process-icon-inner { width: 52px; height: 52px; background: linear-gradient(135deg, var(--accent-primary), var(--accent-cyan)); border-radius: 14px; display: flex; align-items: center; justify-content: center; }
body.simplereq-home .process-icon-inner svg { width: 26px; height: 26px; stroke: white; stroke-width: 2; fill: none; }
body.simplereq-home .process-title { font-family: 'Outfit', sans-serif; font-size: 1.3rem; font-weight: 700; margin-bottom: 0.75rem; }
body.simplereq-home .process-desc { font-size: 0.95rem; color: var(--text-secondary); }

/* Pricing */
body.simplereq-home .pricing { background: linear-gradient(180deg, rgba(18, 18, 28, 0.95) 0%, rgba(10, 10, 16, 0.98) 100%); }
body.simplereq-home .pricing-intro { text-align: center; margin-bottom: 5rem; }
body.simplereq-home .countdown-wrapper { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
body.simplereq-home .countdown-label-text { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 3px; }
body.simplereq-home .countdown { display: flex; align-items: center; gap: 1.5rem; }
body.simplereq-home .countdown-item { display: flex; flex-direction: column; align-items: center; background: linear-gradient(145deg, var(--bg-card), rgba(99, 102, 241, 0.05)); border: 1px solid var(--border-color); border-radius: 20px; padding: 1.5rem 2rem; min-width: 100px; position: relative; overflow: hidden; }
body.simplereq-home .countdown-item::before { content: ''; position: absolute; top: 0; left: 30px; right: 30px; height: 2px; background: linear-gradient(90deg, var(--accent-primary), var(--accent-cyan)); }
body.simplereq-home .countdown-value { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, var(--text-primary), var(--accent-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
body.simplereq-home .countdown-unit { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-top: 0.75rem; }
body.simplereq-home .countdown-sep { font-size: 2.5rem; font-weight: 200; color: var(--text-muted); opacity: 0.3; }

body.simplereq-home .pricing-list { display: flex; flex-direction: column; gap: 1.25rem; max-width: 1100px; margin: 0 auto; }
body.simplereq-home .pricing-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 20px; padding: 2rem 2.5rem; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 2.5rem; transition: all 0.4s; position: relative; overflow: hidden; }
body.simplereq-home .pricing-card::before { content: ''; position: absolute; top: 35px; left: 0; bottom: 35px; width: 3px; background: linear-gradient(180deg, var(--accent-primary), var(--accent-cyan)); border-radius: 0 3px 3px 0; opacity: 0; transition: opacity 0.3s; }
body.simplereq-home .pricing-card:hover { transform: translateX(8px); border-color: rgba(99, 102, 241, 0.3); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
body.simplereq-home .pricing-card:hover::before { opacity: 1; }
body.simplereq-home .pricing-card.featured { border-color: var(--accent-primary); background: linear-gradient(135deg, var(--bg-card), rgba(99, 102, 241, 0.05)); }
body.simplereq-home .pricing-card.featured::before { opacity: 1; }
body.simplereq-home .card-icon-wrapper { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(34, 211, 238, 0.1)); border: 1px solid rgba(99, 102, 241, 0.2); border-radius: 18px; display: flex; align-items: center; justify-content: center; }
body.simplereq-home .card-icon-wrapper svg { width: 28px; height: 28px; stroke: var(--accent-primary); stroke-width: 1.5; fill: none; }
body.simplereq-home .card-content { flex: 1; }
body.simplereq-home .card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem; }
body.simplereq-home .card-title { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; }
body.simplereq-home .card-badge { padding: 0.25rem 0.6rem; background: rgba(99, 102, 241, 0.15); border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: var(--accent-primary); text-transform: uppercase; }
body.simplereq-home .card-requires { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.75rem; font-style: italic; }
body.simplereq-home .card-features { display: flex; flex-wrap: wrap; gap: 0.4rem 1.25rem; list-style: none; padding: 0; margin: 0; }
body.simplereq-home .card-features li { display: flex; align-items: center; gap: 0.4rem; color: var(--text-secondary); font-size: 0.85rem; }
body.simplereq-home .feature-check { width: 14px; height: 14px; background: rgba(16, 185, 129, 0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
body.simplereq-home .feature-check svg { width: 8px; height: 8px; stroke: var(--accent-emerald); stroke-width: 3; }
body.simplereq-home .card-price { display: flex; flex-direction: column; align-items: center; padding: 0 2rem; border-left: 1px solid var(--border-color); }
body.simplereq-home .price-regular { font-size: 0.9rem; color: var(--text-muted); text-decoration: line-through; margin-bottom: 0.25rem; }
body.simplereq-home .price-sale { display: flex; align-items: baseline; gap: 0.1rem; }
body.simplereq-home .price-currency { font-size: 1.25rem; color: var(--accent-emerald); font-weight: 600; }
body.simplereq-home .price-amount { font-family: 'Outfit', sans-serif; font-size: 2.75rem; font-weight: 800; letter-spacing: -2px; color: var(--accent-emerald); }
body.simplereq-home .price-label { font-size: 0.7rem; color: var(--accent-emerald); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.25rem; }
body.simplereq-home .card-cta { padding: 0.9rem 1.75rem; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 12px; color: var(--text-primary); font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s; white-space: nowrap; text-decoration: none; }
body.simplereq-home .card-cta:hover { background: var(--accent-primary); border-color: var(--accent-primary); }
body.simplereq-home .pricing-card.featured .card-cta { background: var(--accent-primary); border-color: var(--accent-primary); }

body.simplereq-home .bundle-card { grid-template-columns: auto 1fr auto auto; background: linear-gradient(135deg, rgba(245, 158, 11, 0.03), rgba(244, 63, 94, 0.03)); border-color: rgba(245, 158, 11, 0.3); margin-top: 1rem; }
body.simplereq-home .bundle-card::before { background: linear-gradient(180deg, var(--accent-amber), var(--accent-rose)); opacity: 1; }
body.simplereq-home .bundle-card .card-icon-wrapper { background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(244, 63, 94, 0.15)); border-color: rgba(245, 158, 11, 0.3); }
body.simplereq-home .bundle-card .card-icon-wrapper svg { stroke: var(--accent-amber); }
body.simplereq-home .bundle-pricing { display: flex; flex-direction: column; align-items: center; padding: 0 2rem; border-left: 1px solid var(--border-color); }
body.simplereq-home .bundle-math { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; color: var(--text-muted); margin-top: 1rem; }
body.simplereq-home .bundle-urgency { font-size: 0.8rem; color: var(--accent-amber); margin-top: 0.5rem; font-weight: 600; }
body.simplereq-home .save-badge { display: inline-block; padding: 0.25rem 0.6rem; background: rgba(245, 158, 11, 0.15); border-radius: 6px; font-size: 0.7rem; color: var(--accent-amber); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; }
body.simplereq-home .bundle-card .card-cta { background: linear-gradient(135deg, var(--accent-amber), var(--accent-rose)); border: none; }
body.simplereq-home .bundle-card .card-cta:hover { box-shadow: 0 20px 60px rgba(245, 158, 11, 0.4); }

/* Testimonials */
body.simplereq-home .testimonials { background: #fafafa; }
body.simplereq-home .testimonials .section-title { color: #1a1a2e; }
body.simplereq-home .testimonials .section-subtitle { color: #52525b; }
body.simplereq-home .testimonials-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1400px; margin: 0 auto; }
body.simplereq-home .testimonial-card { background: white; border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 24px; padding: 2.5rem; transition: all 0.4s; position: relative; overflow: hidden; }
body.simplereq-home .testimonial-card::before { content: ''; position: absolute; top: 0; left: 40px; right: 40px; height: 2px; background: linear-gradient(90deg, var(--accent-primary), var(--accent-cyan)); opacity: 0; transition: opacity 0.3s; }
body.simplereq-home .testimonial-card:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(99, 102, 241, 0.1); }
body.simplereq-home .testimonial-card:hover::before { opacity: 1; }
body.simplereq-home .testimonial-avatar { width: 60px; height: 60px; border-radius: 18px; margin-bottom: 1.5rem; overflow: hidden; }
body.simplereq-home .avatar-gradient { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
body.simplereq-home .avatar-gradient svg { width: 28px; height: 28px; stroke: white; stroke-width: 1.5; fill: none; }
body.simplereq-home .testimonial-stars { display: flex; gap: 0.2rem; margin-bottom: 1.25rem; }
body.simplereq-home .testimonial-stars svg { width: 16px; height: 16px; fill: var(--accent-amber); }
body.simplereq-home .testimonial-quote { font-size: 0.95rem; color: #52525b; line-height: 1.7; margin-bottom: 1.5rem; }
body.simplereq-home .testimonial-author { font-weight: 600; color: #1a1a2e; margin-bottom: 0.2rem; }
body.simplereq-home .testimonial-role { font-size: 0.8rem; color: #71717a; }

/* Contact */
body.simplereq-home .contact { background: linear-gradient(180deg, rgba(20, 20, 30, 0.95) 0%, rgba(14, 14, 22, 0.97) 100%); }
body.simplereq-home .contact-container { max-width: 600px; margin: 0 auto; text-align: center; }
body.simplereq-home .newsletter-form { margin-top: 3rem; }
body.simplereq-home .newsletter-input-wrapper { display: flex; gap: 1rem; max-width: 500px; margin: 0 auto; }
body.simplereq-home .newsletter-input { flex: 1; padding: 1.1rem 1.5rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 12px; color: var(--text-primary); font-family: inherit; font-size: 1rem; transition: all 0.3s; }
body.simplereq-home .newsletter-input:focus { outline: none; border-color: var(--accent-primary); }
body.simplereq-home .newsletter-input::placeholder { color: var(--text-muted); }
body.simplereq-home .newsletter-btn { padding: 1.1rem 2rem; background: var(--accent-primary); border: none; border-radius: 12px; color: white; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.4s; }
body.simplereq-home .newsletter-btn:hover { transform: translateY(-3px); box-shadow: 0 20px 60px var(--glow-primary); }
body.simplereq-home .newsletter-note { margin-top: 1rem; font-size: 0.85rem; color: var(--text-muted); }

/* Guarantee */
body.simplereq-home .guarantee { background: #fafafa; }
body.simplereq-home .guarantee-content { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
body.simplereq-home .guarantee-icon { width: 100px; height: 100px; background: rgba(16, 185, 129, 0.1); border: 1px solid rgba(16, 185, 129, 0.3); border-radius: 28px; display: flex; align-items: center; justify-content: center; margin: 0 auto 2.5rem; }
body.simplereq-home .guarantee-icon svg { width: 48px; height: 48px; stroke: var(--accent-emerald); stroke-width: 1.5; fill: none; }
body.simplereq-home .guarantee h2 { font-family: 'Outfit', sans-serif; font-size: 2.5rem; font-weight: 700; margin-bottom: 1.25rem; color: #1a1a2e; }
body.simplereq-home .guarantee p { font-size: 1.15rem; color: #52525b; line-height: 1.75; }

/* Homepage Responsive */
@media (max-width: 1024px) {
    body.simplereq-home .section { padding: 5rem 2rem; }
    body.simplereq-home .process-grid { flex-direction: column; gap: 2rem; }
    body.simplereq-home .process-arrow { display: none; }
    body.simplereq-home .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    body.simplereq-home .pricing-card { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
    body.simplereq-home .card-icon-wrapper { margin: 0 auto; }
    body.simplereq-home .card-header { justify-content: center; flex-wrap: wrap; }
    body.simplereq-home .card-features { justify-content: center; }
    body.simplereq-home .card-price { border: none; padding: 1rem 0 0; }
    body.simplereq-home .bundle-pricing { border: none; padding: 1rem 0 0; }
    body.simplereq-home .bundle-math { text-align: center; }
}

@media (max-width: 768px) {
    body.simplereq-home .hero { padding: 6rem 1.25rem 4rem; }
    body.simplereq-home .hero h1 { font-size: 2.25rem; letter-spacing: -1px; }
    body.simplereq-home .section { padding: 4rem 1.25rem; }
    body.simplereq-home .upload-card { padding: 1.25rem; }
    body.simplereq-home .upload-footer { flex-direction: column; gap: 1rem; }
    body.simplereq-home .upload-btn { width: 100%; justify-content: center; }
    body.simplereq-home .countdown { flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
    body.simplereq-home .countdown-item { min-width: 70px; padding: 1rem 1.25rem; }
    body.simplereq-home .countdown-value { font-size: 1.75rem; }
    body.simplereq-home .testimonials-grid { grid-template-columns: 1fr; }
    body.simplereq-home .newsletter-input-wrapper { flex-direction: column; }
    body.simplereq-home .newsletter-btn { width: 100%; }
}


/* ========================================
   BLOG STYLES
   ======================================== */

/* Blog Archive / Listing */
body.simplereq-blog .blog-hero { padding-bottom: 2rem; }
body.simplereq-blog .blog-hero .section-label { margin-bottom: 1rem; }

body.simplereq-blog .blog-archive { max-width: 1200px; margin: 0 auto; padding: 0 2rem 6rem; }

body.simplereq-blog .blog-categories { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin-bottom: 4rem; }
body.simplereq-blog .category-tag { padding: 0.5rem 1.25rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 100px; color: var(--text-secondary); font-size: 0.9rem; font-weight: 500; text-decoration: none; transition: all 0.3s; }
body.simplereq-blog .category-tag:hover,
body.simplereq-blog .category-tag.active { background: var(--accent-primary); border-color: var(--accent-primary); color: white; }

body.simplereq-blog .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

body.simplereq-blog .blog-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 20px; overflow: hidden; transition: all 0.4s; }
body.simplereq-blog .blog-card:hover { transform: translateY(-8px); border-color: var(--accent-primary); box-shadow: 0 30px 80px rgba(99, 102, 241, 0.15); }

body.simplereq-blog .blog-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; }
body.simplereq-blog .blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
body.simplereq-blog .blog-card:hover .blog-card-image img { transform: scale(1.05); }

body.simplereq-blog .blog-card-content { padding: 1.5rem; }
body.simplereq-blog .blog-card-meta { display: flex; gap: 1rem; margin-bottom: 0.75rem; font-size: 0.8rem; }
body.simplereq-blog .blog-card-category { color: var(--accent-cyan); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
body.simplereq-blog .blog-card-date { color: var(--text-muted); }

body.simplereq-blog .blog-card h2 { font-family: 'Outfit', sans-serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.3; }
body.simplereq-blog .blog-card h2 a { color: var(--text-primary); text-decoration: none; transition: color 0.3s; }
body.simplereq-blog .blog-card h2 a:hover { color: var(--accent-primary); }

body.simplereq-blog .blog-card-excerpt { color: var(--text-secondary); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1rem; }

body.simplereq-blog .blog-card-link { color: var(--accent-primary); font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: color 0.3s; }
body.simplereq-blog .blog-card-link:hover { color: var(--accent-cyan); }

body.simplereq-blog .blog-pagination { display: flex; justify-content: center; gap: 0.5rem; margin-top: 4rem; }
body.simplereq-blog .blog-pagination a,
body.simplereq-blog .blog-pagination span { padding: 0.75rem 1.25rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 10px; color: var(--text-secondary); text-decoration: none; transition: all 0.3s; }
body.simplereq-blog .blog-pagination a:hover,
body.simplereq-blog .blog-pagination span.current { background: var(--accent-primary); border-color: var(--accent-primary); color: white; }

body.simplereq-blog .no-posts { grid-column: 1 / -1; text-align: center; padding: 4rem 2rem; }
body.simplereq-blog .no-posts h2 { font-family: 'Outfit', sans-serif; margin-bottom: 0.5rem; }
body.simplereq-blog .no-posts p { color: var(--text-muted); }

/* Single Blog Post */
body.simplereq-blog .blog-post { max-width: 800px; margin: 0 auto; padding: 0 2rem; }

body.simplereq-blog .post-hero { padding: 4rem 0 3rem; text-align: center; }
body.simplereq-blog .post-featured-image { margin-bottom: 2rem; border-radius: 20px; overflow: hidden; }
body.simplereq-blog .post-featured-image img { width: 100%; height: auto; }

body.simplereq-blog .post-meta { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 1.5rem; font-size: 0.85rem; }
body.simplereq-blog .post-category { color: var(--accent-cyan); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
body.simplereq-blog .post-date,
body.simplereq-blog .post-read-time { color: var(--text-muted); }

body.simplereq-blog .post-hero h1 { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; letter-spacing: -1px; }

body.simplereq-blog .post-excerpt { font-size: 1.25rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 2rem; }

body.simplereq-blog .post-author { display: flex; align-items: center; justify-content: center; gap: 1rem; }
body.simplereq-blog .author-avatar img { width: 48px; height: 48px; border-radius: 50%; }
body.simplereq-blog .author-info { text-align: left; }
body.simplereq-blog .author-name { display: block; font-weight: 600; color: var(--text-primary); }
body.simplereq-blog .author-title { font-size: 0.85rem; color: var(--text-muted); }

/* Post Content */
body.simplereq-blog .post-content-wrapper { padding: 3rem 0 4rem; border-top: 1px solid var(--border-color); }

body.simplereq-blog .post-content { font-size: 1.1rem; line-height: 1.8; color: var(--text-secondary); }
body.simplereq-blog .post-content h2 { font-family: 'Outfit', sans-serif; font-size: 1.75rem; font-weight: 700; color: var(--text-primary); margin: 2.5rem 0 1rem; }
body.simplereq-blog .post-content h3 { font-family: 'Outfit', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--text-primary); margin: 2rem 0 0.75rem; }
body.simplereq-blog .post-content p { margin-bottom: 1.5rem; }
body.simplereq-blog .post-content a { color: var(--accent-cyan); text-decoration: underline; }
body.simplereq-blog .post-content a:hover { color: var(--accent-primary); }
body.simplereq-blog .post-content ul,
body.simplereq-blog .post-content ol { margin: 1.5rem 0; padding-left: 1.5rem; }
body.simplereq-blog .post-content li { margin-bottom: 0.5rem; }
body.simplereq-blog .post-content blockquote { border-left: 3px solid var(--accent-primary); padding-left: 1.5rem; margin: 2rem 0; font-style: italic; color: var(--text-primary); }
body.simplereq-blog .post-content img { max-width: 100%; height: auto; border-radius: 12px; margin: 2rem 0; }
body.simplereq-blog .post-content pre,
body.simplereq-blog .post-content code { font-family: 'JetBrains Mono', monospace; background: var(--bg-secondary); border-radius: 8px; }
body.simplereq-blog .post-content code { padding: 0.2rem 0.5rem; font-size: 0.9rem; }
body.simplereq-blog .post-content pre { padding: 1.5rem; overflow-x: auto; margin: 1.5rem 0; }
body.simplereq-blog .post-content pre code { padding: 0; background: none; }

/* Post Tags */
body.simplereq-blog .post-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border-color); }
body.simplereq-blog .tags-label { color: var(--text-muted); margin-right: 0.5rem; }
body.simplereq-blog .post-tags a { padding: 0.4rem 1rem; background: var(--bg-secondary); border-radius: 100px; color: var(--text-secondary); font-size: 0.85rem; text-decoration: none; transition: all 0.3s; }
body.simplereq-blog .post-tags a:hover { background: var(--accent-primary); color: white; }

/* Post Navigation */
body.simplereq-blog .post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border-color); }
body.simplereq-blog .nav-prev,
body.simplereq-blog .nav-next { padding: 1.5rem; background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 16px; text-decoration: none; transition: all 0.3s; }
body.simplereq-blog .nav-prev:hover,
body.simplereq-blog .nav-next:hover { border-color: var(--accent-primary); transform: translateY(-4px); }
body.simplereq-blog .nav-next { text-align: right; }
body.simplereq-blog .nav-label { display: block; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.5rem; }
body.simplereq-blog .nav-title { display: block; font-weight: 600; color: var(--text-primary); line-height: 1.4; }

/* Related Posts */
body.simplereq-blog .related-posts { margin-top: 4rem; padding: 4rem 0; border-top: 1px solid var(--border-color); }
body.simplereq-blog .related-posts .section-header { margin-bottom: 2rem; text-align: center; }
body.simplereq-blog .related-posts .section-title { font-family: 'Outfit', sans-serif; font-size: 1.75rem; font-weight: 700; }
body.simplereq-blog .related-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
body.simplereq-blog .related-post-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 16px; overflow: hidden; text-decoration: none; transition: all 0.3s; }
body.simplereq-blog .related-post-card:hover { border-color: var(--accent-primary); transform: translateY(-4px); }
body.simplereq-blog .related-post-image { aspect-ratio: 16/10; overflow: hidden; }
body.simplereq-blog .related-post-image img { width: 100%; height: 100%; object-fit: cover; }
body.simplereq-blog .related-post-content { padding: 1.25rem; }
body.simplereq-blog .related-post-date { font-size: 0.8rem; color: var(--text-muted); }
body.simplereq-blog .related-post-content h3 { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; color: var(--text-primary); margin-top: 0.5rem; line-height: 1.4; }

/* Blog Newsletter CTA */
body.simplereq-blog .blog-newsletter { max-width: 800px; margin: 0 auto; padding: 0 2rem 6rem; }
body.simplereq-blog .newsletter-card { background: linear-gradient(135deg, var(--bg-card), rgba(99, 102, 241, 0.1)); border: 1px solid var(--accent-primary); border-radius: 24px; padding: 3rem; text-align: center; }
body.simplereq-blog .newsletter-card h3 { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
body.simplereq-blog .newsletter-card p { color: var(--text-secondary); margin-bottom: 1.5rem; }
body.simplereq-blog .newsletter-form-inline { display: flex; gap: 1rem; max-width: 450px; margin: 0 auto; }
body.simplereq-blog .newsletter-form-inline input { flex: 1; padding: 1rem 1.25rem; background: var(--bg-secondary); border: 1px solid var(--border-color); border-radius: 12px; color: var(--text-primary); font-size: 1rem; }
body.simplereq-blog .newsletter-form-inline input:focus { outline: none; border-color: var(--accent-primary); }
body.simplereq-blog .newsletter-form-inline input::placeholder { color: var(--text-muted); }
body.simplereq-blog .newsletter-form-inline button { padding: 1rem 1.5rem; background: var(--accent-primary); border: none; border-radius: 12px; color: white; font-weight: 600; cursor: pointer; transition: all 0.3s; white-space: nowrap; }
body.simplereq-blog .newsletter-form-inline button:hover { transform: translateY(-2px); box-shadow: 0 10px 40px var(--glow-primary); }

/* Blog Responsive */
@media (max-width: 1024px) {
    body.simplereq-blog .blog-grid { grid-template-columns: repeat(2, 1fr); }
    body.simplereq-blog .related-posts-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    body.simplereq-blog .blog-archive { padding: 0 1.25rem 4rem; }
    body.simplereq-blog .blog-grid { grid-template-columns: 1fr; }
    body.simplereq-blog .blog-card-content { padding: 1.25rem; }
    
    body.simplereq-blog .blog-post { padding: 0 1.25rem; }
    body.simplereq-blog .post-hero { padding: 2rem 0; }
    body.simplereq-blog .post-meta { flex-wrap: wrap; justify-content: center; gap: 0.75rem; }
    body.simplereq-blog .post-hero h1 { font-size: 1.75rem; }
    
    body.simplereq-blog .post-navigation { grid-template-columns: 1fr; }
    body.simplereq-blog .nav-next { text-align: left; }
    
    body.simplereq-blog .related-posts-grid { grid-template-columns: 1fr; }
    
    body.simplereq-blog .blog-newsletter { padding: 0 1.25rem 4rem; }
    body.simplereq-blog .newsletter-card { padding: 2rem 1.5rem; }
    body.simplereq-blog .newsletter-form-inline { flex-direction: column; }
    body.simplereq-blog .newsletter-form-inline button { width: 100%; }
}
