.blog-container{min-height:100vh;background:#0a0a0a;color:#fff;padding-top:100px}.blog-hero{text-align:center;padding:60px 20px 40px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-bottom:3px solid #e94560}.blog-hero h1{font-size:2.8rem;font-weight:800;margin-bottom:10px;background:linear-gradient(135deg,#fff,#e94560);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-hero p{font-size:1.2rem;color:#b0b0b0;max-width:700px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:30px;gap:30px;padding:50px 40px;max-width:1400px;margin:0 auto}.blog-card{background:#151515;border-radius:16px;overflow:hidden;border:1px solid #222;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(233,69,96,.15);border-color:#e94560}.blog-card-image{width:100%;height:200px;object-fit:cover;background:linear-gradient(135deg,#1a1a2e,#0f3460);display:flex;align-items:center;justify-content:center;font-size:3rem}.blog-card-content{padding:24px;flex:1 1;display:flex;flex-direction:column}.blog-card-tag{display:inline-block;background:rgba(233,69,96,.15);color:#e94560;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:12px;width:-moz-fit-content;width:fit-content}.blog-card-content h2{font-size:1.3rem;font-weight:700;margin-bottom:10px;line-height:1.3}.blog-card-content p{color:#aaa;font-size:.95rem;line-height:1.6;flex:1 1}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #222;font-size:.8rem;color:#777}.blog-card-read-more{color:#e94560;font-weight:600;font-size:.85rem}.blog-post-container{min-height:100vh;background:#0a0a0a;color:#fff;padding-top:100px}.blog-post-hero{text-align:center;padding:60px 20px 40px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-bottom:3px solid #e94560}.blog-post-hero .post-tag{display:inline-block;background:rgba(233,69,96,.2);color:#e94560;padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;margin-bottom:16px}.blog-post-hero h1{font-size:2.5rem;font-weight:800;max-width:900px;margin:0 auto 16px;line-height:1.2}.blog-post-hero .post-meta{color:#999;font-size:.95rem}.blog-post-content{max-width:800px;margin:0 auto;padding:50px 20px 80px;line-height:1.8;font-size:1.1rem}.blog-post-content h2{font-size:1.8rem;font-weight:700;margin:40px 0 16px;color:#fff}.blog-post-content h3{font-size:1.4rem;font-weight:600;margin:30px 0 12px;color:#e0e0e0}.blog-post-content p{color:#ccc;margin-bottom:20px}.blog-post-content ol,.blog-post-content ul{color:#ccc;margin-bottom:20px;padding-left:24px}.blog-post-content li{margin-bottom:8px}.blog-post-content strong{color:#fff}.blog-post-content a{color:#e94560;text-decoration:underline}.blog-post-cta{background:linear-gradient(135deg,#1a1a2e,#0f3460);border:2px solid #e94560;border-radius:16px;padding:40px;text-align:center;margin:40px 0}.blog-post-cta h3{font-size:1.5rem;margin-bottom:10px;color:#fff}.blog-post-cta p{color:#aaa;margin-bottom:20px}.blog-post-cta .cta-button{background:#e94560;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s ease}.blog-post-cta .cta-button:hover{background:#d63851}.blog-back-link{display:inline-flex;align-items:center;gap:8px;color:#e94560;text-decoration:none;font-weight:600;margin-bottom:30px}.blog-back-link:hover{text-decoration:underline}.related-posts{border-top:1px solid #222;margin-top:40px;padding-top:40px}.related-posts h3{font-size:1.5rem;margin-bottom:20px}.related-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px;gap:20px}.related-post-card{background:#151515;border:1px solid #222;border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:border-color .3s ease}.related-post-card:hover{border-color:#e94560}.related-post-card h4{font-size:1rem;margin-bottom:8px;color:#fff}.related-post-card p{font-size:.85rem;color:#888}.faq-container{min-height:100vh;background:#0a0a0a;color:#fff;padding-top:100px}.faq-hero{text-align:center;padding:60px 20px 40px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-bottom:3px solid #e94560}.faq-hero h1{font-size:2.8rem;font-weight:800;margin-bottom:10px}.faq-hero p{font-size:1.2rem;color:#b0b0b0;max-width:600px;margin:0 auto}.faq-content{max-width:900px;margin:0 auto;padding:50px 20px 80px}.faq-category{margin-bottom:40px}.faq-category h2{font-size:1.6rem;font-weight:700;margin-bottom:20px;color:#e94560;display:flex;align-items:center;gap:10px}.faq-item{background:#151515;border:1px solid #222;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:border-color .3s ease}.faq-item:hover{border-color:#333}.faq-question{padding:20px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.05rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-arrow,.faq-question:hover{color:#e94560}.faq-arrow{font-size:1.2rem;transition:transform .3s ease}.faq-item.active .faq-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 24px 20px;color:#bbb;line-height:1.7;font-size:.95rem}.faq-cta{text-align:center;padding:50px 20px;background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:16px;margin-top:40px}.faq-cta h2{font-size:1.8rem;margin-bottom:10px}.faq-cta p{color:#aaa;margin-bottom:20px}.faq-cta .cta-button{background:#e94560;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.service-landing-container{min-height:100vh;background:#0a0a0a;color:#fff;padding-top:100px}.service-landing-hero{text-align:center;padding:60px 20px 40px;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);border-bottom:3px solid #e94560}.service-landing-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:16px;line-height:1.2}.service-landing-hero .hero-subtitle{font-size:1.2rem;color:#b0b0b0;max-width:700px;margin:0 auto}.service-landing-content{max-width:900px;margin:0 auto;padding:50px 20px 80px}.service-landing-content h2{font-size:1.8rem;font-weight:700;margin:40px 0 16px;color:#fff}.service-landing-content h3{font-size:1.3rem;font-weight:600;margin:25px 0 12px;color:#e0e0e0}.service-landing-content p{color:#ccc;line-height:1.8;margin-bottom:16px;font-size:1.05rem}.service-landing-content ul{color:#ccc;padding-left:24px;margin-bottom:20px}.service-landing-content li{margin-bottom:8px;line-height:1.6}.service-areas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px;margin:20px 0 30px}.service-area-card{background:#151515;border:1px solid #222;border-radius:12px;padding:20px;text-align:center;text-decoration:none;color:#fff;transition:border-color .3s ease,transform .3s ease}.service-area-card:hover{border-color:#e94560;transform:translateY(-3px)}.service-area-card h4{margin-bottom:6px;font-size:1.1rem}.service-area-card p{font-size:.85rem;color:#888;margin-bottom:0}.service-comparison-table{width:100%;border-collapse:collapse;margin:20px 0 30px;font-size:.95rem}.service-comparison-table th{background:#1a1a2e;color:#e94560;padding:14px 16px;text-align:left;font-weight:600}.service-comparison-table td{padding:12px 16px;border-bottom:1px solid #222;color:#ccc}.service-comparison-table tr:hover td{background:#151515}.service-landing-cta{background:linear-gradient(135deg,#1a1a2e,#0f3460);border:2px solid #e94560;border-radius:16px;padding:40px;text-align:center;margin:40px 0}.service-landing-cta h2{margin-bottom:10px}.service-landing-cta p{color:#aaa;margin-bottom:20px}.service-landing-cta .cta-button{background:#e94560;color:#fff;border:none;padding:14px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}@media (max-width:768px){.blog-hero h1,.faq-hero h1{font-size:2rem}.blog-grid{grid-template-columns:1fr;padding:30px 20px}.blog-post-hero h1{font-size:1.8rem}.blog-post-content{font-size:1rem}.service-landing-hero h1{font-size:1.8rem}.service-areas-grid{grid-template-columns:repeat(2,1fr)}.service-comparison-table{font-size:.8rem}}