.blog-container{min-height:100vh;background:#f4f7fb;color:#12223a;padding-top:0}.blog-hero{text-align:center;padding:150px 20px 56px;background:linear-gradient(135deg,#f8fbff,#eaf2ff 52%,#e0ecff);border-bottom:2px solid #e94560}.blog-hero h1{font-size:2.8rem;font-weight:800;margin-bottom:10px;background:linear-gradient(135deg,#132b52,#e94560);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-hero p{font-size:1.2rem;color:#445875;max-width:700px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;padding:50px 40px;max-width:1400px;margin:0 auto}.blog-card{background:#ffffff;border-radius:16px;overflow:hidden;border:1px solid #dbe4f2;box-shadow:0 8px 24px rgba(25,43,72,.08);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:flex;flex-direction:column}.blog-card,.blog-card:visited{color:#12223a}.blog-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(25,43,72,.14);border-color:#e94560}.blog-card-content{padding:24px;flex:1 1;display:flex;flex-direction:column}.blog-card-tag{display:inline-block;background:rgba(233,69,96,.12);color:#c71f3e;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;color:#12223a}.blog-card-content p{color:#4e5f78;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 #e6edf7;font-size:.8rem;color:#63738c}.blog-card-read-more{color:#d62043;font-weight:600;font-size:.85rem}.blog-post-container{min-height:100vh;background:#f4f7fb;color:#12223a;padding-top:0}.blog-post-hero{text-align:center;padding:150px 20px 56px;background:linear-gradient(135deg,#f8fbff,#eaf2ff 52%,#e0ecff);border-bottom:2px solid #e94560}.blog-post-hero .post-tag{display:inline-block;background:rgba(233,69,96,.12);color:#c71f3e;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;color:#12223a}.blog-post-hero .post-meta{color:#566680;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:#12223a}.blog-post-content h3{font-size:1.4rem;font-weight:600;margin:30px 0 12px;color:#2a3f61}.blog-post-content p{color:#3f516d;margin-bottom:20px}.blog-post-content ol,.blog-post-content ul{color:#3f516d;margin-bottom:20px;padding-left:24px}.blog-post-content li{margin-bottom:8px}.blog-post-content strong{color:#12223a}.blog-post-content a{color:#e94560;text-decoration:underline}.blog-post-cta{background:linear-gradient(135deg,#fef2f5,#fff7f8);border:2px solid #f19aaa;border-radius:16px;padding:40px;text-align:center;margin:40px 0}.blog-post-cta h3{font-size:1.5rem;margin-bottom:10px;color:#12223a}.blog-post-cta p{color:#5c6d87;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 #dce6f2;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));gap:20px}.related-post-card{background:#ffffff;border:1px solid #dce6f2;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:#12223a}.related-post-card p{font-size:.85rem;color:#647590}.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;user-select:none;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question:hover,.faq-toggle{color:#e94560}.faq-toggle{font-size:1.2rem;transition:transform .3s ease}.faq-item[open] .faq-toggle{transform:rotate(45deg)}.faq-answer{overflow:hidden}.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));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}}