/* Content Writing Page Styles (extracted from inline styles) */

/* General resets for this page */
.content-writing body { margin:0; padding:0; }
.content-writing section:last-child { margin-bottom:0 !important; }

/* Hero */
.cw-hero{background:linear-gradient(135deg,#7c3aed,#a855f7,#ec4899);padding:100px 0;color:#fff;position:relative;overflow:hidden}
.cw-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="40" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="80" r="1.5" fill="%23ffffff" opacity="0.1"/></svg>')}
.cw-hero-inner{position:relative;z-index:2}
.cw-hero-title{font-size:48px;font-weight:700;margin-bottom:20px;line-height:1.2}
.cw-hero-sub{font-size:20px;color:#cbd5e1;margin-bottom:30px;line-height:1.6}
.cw-bullets{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:40px}
.cw-bullet{display:flex;align-items:center;color:#94a3b8}
.cw-bullet i{color:#10b981;margin-right:10px;font-size:18px}
.cw-cta{display:flex;flex-wrap:wrap;gap:15px}
.cw-btn-primary{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;padding:16px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s;box-shadow:0 8px 25px rgba(124,58,237,.3)}
.cw-btn-secondary{background:rgba(255,255,255,.1);color:#fff;padding:16px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s;border:2px solid rgba(255,255,255,.2)}

/* Form card */
.cw-form-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:35px;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.1)}
.cw-form-title{color:#fff;margin-bottom:30px;text-align:center;font-size:24px;font-weight:600}
.cw-input{width:100%;padding:16px 20px;border:2px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.15);color:#fff;font-size:16px;transition:all .3s;box-sizing:border-box;outline:none}
.cw-input:focus{border-color:rgba(59,130,246,.8);background:rgba(255,255,255,.25)}
.cw-submit{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:18px 20px;border:none;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s;box-shadow:0 8px 20px rgba(16,185,129,.3)}

/* Features */
.cw-services{background:#f8fafc;padding:80px 0}
.cw-section-title{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:20px}
.cw-section-sub{font-size:18px;color:#64748b;margin-bottom:60px}
.cw-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:50px 0}
.cw-icon-box{width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#a855f7);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;font-size:24px}
.cw-service-card{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 8px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #e2e8f0;height:100%}
.cw-service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}

/* Process */
.cw-process{background:#fff;padding:80px 0}
.cw-process-step{display:flex;align-items:flex-start;margin-bottom:30px;padding:25px;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.cw-step-number{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin-right:20px;flex-shrink:0}

/* Benefits */
.cw-benefits{background:#f1f5f9;padding:80px 0}
.cw-benefit-card{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-radius:12px;padding:25px;text-align:center;border:2px solid #cbd5e1;transition:all .3s ease}
.cw-benefit-card:hover{border-color:#7c3aed;box-shadow:0 8px 25px rgba(124,58,237,.15)}
.cw-testimonial{background:#fff;border-radius:12px;padding:25px;margin:20px 0;box-shadow:0 4px 15px rgba(0,0,0,.08);border-left:4px solid #7c3aed}

/* Inline style replacements and utilities */
.cw-error-list { margin: 0; padding-left: 18px; }
.mr-8 { margin-right: 8px; }
.mr-10{margin-right:10px}
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-40 { margin-bottom: 40px; }
.mb-50{margin-bottom:50px}
.mb-30{margin-bottom:30px}
.fw-600 { font-weight: 600; }
.text-dark { color: #1e293b; }
.text-white{color:#fff}
.text-light{color:#cbd5e1}
.text-muted{color:#64748b}
.cw-metric { font-size: 24px; font-weight: 700; color: #7c3aed; margin-bottom: 5px; }
.cw-metric-sub{color:#64748b;margin:0;font-size:14px}

/* Benefit points title */
.cw-point-title{font-size:18px;font-weight:600;color:#7c3aed;margin-bottom:10px}
.cw-metrics-title{font-size:24px;font-weight:700;color:#1e293b}

/* Pricing section */
.cw-pricing { background: white; padding: 80px 0; }
.cw-pricing-card { background: #ffffff; padding: 30px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.cw-pricing-card h3 { font-size: 24px; font-weight: 700; color: #1e293b; margin-bottom: 10px; }
.cw-price { font-size: 36px; font-weight: 700; color: #7c3aed; }
.cw-price-unit { color: #64748b; }
.cw-pricing-card p { color: #64748b; margin-bottom: 30px; }
.cw-pricing-card ul { list-style: none; padding: 0; margin-bottom: 30px; }
.cw-pricing-card li { padding: 8px 0; color: #64748b; }
.cw-pricing-card li i { color: #10b981; margin-right: 10px; }
.cw-btn-wide { width: 90%; margin: 0; display: inline-block; text-align: center; }
.cw-pricing-card.featured { border: 2px solid #7c3aed; position: relative; }
.cw-ribbon { position: absolute; top: -12px; right: 16px; background: #7c3aed; color: #fff; padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 700; }

/* FAQ section */
.cw-faq { background: #f8fafc; padding: 80px 0; }
.cw-faq-card { background: white; border-radius: 12px; padding: 30px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.cw-faq-card p { color: #64748b; margin: 0; }
.cw-faq-card h4 { color: #1e293b; margin-bottom: 15px; }

/* CTA section */
.cw-cta { background: linear-gradient(135deg, #1e293b 0%, #475569 100%); padding: 80px 0; color: white; margin: 0; }
.btn-outline { background: transparent; border: 2px solid #a855f7; color: #a855f7; }

/* Pricing */
.cw-pricing{background:#fff;padding:80px 0}
.cw-pricing-card{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 8px 30px rgba(0,0,0,.1);border:2px solid #e2e8f0;text-align:center;position:relative;transition:all .3s ease}
.cw-pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}
.cw-pricing-card.featured{border-color:#7c3aed;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}
.cw-ribbon{position:absolute;top:15px;right:-10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:5px 15px;font-size:12px;font-weight:600;border-radius:20px;text-transform:uppercase}

/* FAQ */
.cw-faq{background:#f8fafc;padding:80px 0}
.cw-faq-card{background:#fff;border-radius:12px;padding:30px;margin-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,.08)}

/* CTA */
.cw-cta{background:linear-gradient(135deg,#1e293b 0%,#475569 100%);padding:80px 0;color:#fff;margin:0;text-align:center}
.cw-cta .btn-modern{background:linear-gradient(135deg,#7c3aed,#a855f7)}
.cw-cta .btn-outline{background:transparent;border:2px solid #a855f7;color:#a855f7}

/* Custom dropdown (db) */
.custom-dropdown-db{position:relative;width:100%}
.dropdown-selected-db{width:100%;padding:16px 20px;background:rgba(255,255,255,.15);border:2px solid rgba(255,255,255,.3);border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;min-height:20px;box-sizing:border-box}
.dropdown-selected-db:hover{border-color:rgba(96,165,250,.8);background:rgba(255,255,255,.25)}
.dropdown-selected-db:focus{outline:none;border-color:rgba(96,165,250,.8);background:rgba(255,255,255,.25)}
.selected-text-db{color:#fff;font-size:16px;font-weight:500}
.dropdown-arrow-db{color:#6b7280;font-size:12px;transition:transform .3s ease,color .3s ease;margin-left:8px}
.custom-dropdown-db.open .dropdown-arrow-db{transform:rotate(180deg);color:#60a5fa}
.dropdown-options-db{position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.95);border:2px solid rgba(255,255,255,.3);border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.2);backdrop-filter:blur(10px)}
.custom-dropdown-db.open .dropdown-options-db{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-option-db{padding:12px 20px;cursor:pointer;color:#1a202c;font-size:16px;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid rgba(0,0,0,.1)}
.dropdown-option-db:hover{background-color:rgba(96,165,250,.1);color:#1a202c}
.dropdown-option-db.selected{background-color:rgba(96,165,250,.2);color:#1a202c;font-weight:600}

/* Utilities */
.mb-20{margin-bottom:20px}
.mb-25{margin-bottom:25px}
.mb-40{margin-bottom:40px}
.mt-20{margin-top:20px}
.mr-8{margin-right:8px}
.text-center{text-align:center}
.text-dark{color:#1e293b}
.fw-600{font-weight:600}
.cw-btn-wide{width:90%;margin:0}
.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}

/* Error list */
.cw-error-list{margin:0;padding-left:18px}

/* Typography within cards/sections */
.cw-service-card h3{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:15px}
.cw-service-card p{color:#64748b;margin-bottom:20px;line-height:1.6}
.cw-service-card ul{color:#64748b;padding-left:20px;margin:0}

.cw-process-step h3{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:10px}
.cw-process-step p{color:#64748b;margin:0;line-height:1.6}

.cw-benefit-box{background:#fff;border-radius:16px;padding:40px;box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.cw-testimonial p{color:#64748b;font-style:italic;margin-bottom:15px}

.cw-section-title{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:20px}
.cw-section-sub{font-size:18px;color:#64748b;margin-bottom:60px}

/* Pricing */
.cw-pricing-card h3{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:10px}
.cw-pricing-card p{color:#64748b;margin-bottom:30px}
.cw-pricing-card ul{list-style:none;padding:0;margin-bottom:30px}
.cw-pricing-card li{padding:8px 0;color:#64748b}
.cw-pricing-card li i{color:#10b981;margin-right:10px}
.cw-price{font-size:36px;font-weight:700;color:#7c3aed}
.cw-price-unit{color:#64748b}

/* FAQ */
.cw-faq-card h4{color:#1e293b;margin-bottom:15px}
.cw-faq-card p{color:#64748b;margin:0}
.cw-faq-q{color:#1e293b;margin-bottom:15px}
