*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:#1f2937;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(102,126,234,.1)}.navbar{padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar-brand .logo{display:flex;align-items:center;text-decoration:none}.navbar-brand .logo img{height:40px;width:auto}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{display:block;width:25px;height:3px;background-color:#1f2937;margin:5px 0;transition:.3s}.navbar-menu,.navbar-nav{display:flex;align-items:center}.navbar-nav{list-style:none;gap:2rem}.navbar-nav a{text-decoration:none;color:#1f2937;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.navbar-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#94bdf7,#4d91f2);transition:width .3s ease}.navbar-nav a:hover{color:#94bdf7}.navbar-nav a:hover:after{width:100%}.navbar-nav .btn-primary{background:linear-gradient(135deg,#94bdf7,#4d91f2);color:#fff;padding:.75rem 1.5rem;border-radius:2rem;box-shadow:0 4px 15px rgba(102,126,234,.3)}.navbar-nav .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4);color:#fff}.navbar-nav .btn-primary:hover:after{width:0}.dropdown{position:relative}.dropdown:hover .dropdown-menu{display:block;opacity:1;transform:translateY(0)}.dropdown-menu{display:none;opacity:0;transform:translateY(-10px);position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.15);border-radius:1rem;min-width:200px;padding:1rem 0;margin-top:.5rem;transition:all .3s ease}.dropdown-menu li{list-style:none}.dropdown-menu li a{display:block;padding:.75rem 1.5rem;transition:all .3s ease}.dropdown-menu li a:hover{background:linear-gradient(90deg,rgba(102,126,234,.1),transparent);color:#94bdf7}.site-main{min-height:calc(100vh - 80px - 300px);background:linear-gradient(180deg,#f8fafc,#fff 50%,#f1f5f9)}.hero{background:linear-gradient(135deg,#94bdf7,#4d91f2);color:#fff;padding:8rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{top: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="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="70" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="1" fill="rgba(255,255,255,0.1)"/></svg>');pointer-events:none}.hero:after,.hero:before{content:"";position:absolute;left:0;right:0;bottom:0}.hero:after{height:100px;background:linear-gradient(180deg,transparent,rgba(248,250,252,.1))}.hero h1{font-size:4rem;font-weight:700;margin-bottom:20px;line-height:1.2;text-shadow:0 4px 8px rgba(0,0,0,.2)}.hero h1,.hero p{position:relative;z-index:1}.hero p{font-size:1.5rem;font-weight:300;margin-bottom:3rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero .hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.hero .btn{display:inline-block;padding:1.25rem 2.5rem;border-radius:2rem;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);font-size:1.125rem;position:relative;overflow:hidden}.hero .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .6s ease}.hero .btn:hover:before{left:100%}.hero .btn.btn-white{background-color:#fff;color:#94bdf7;box-shadow:0 8px 30px rgba(0,0,0,.12)}.hero .btn.btn-white:hover{background-color:#f8fafc;transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.hero .btn.btn-outline{background-color:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero .btn.btn-outline:hover{background-color:#fff;color:#94bdf7;border-color:#fff;transform:translateY(-4px);box-shadow:0 8px 30px hsla(0,0%,100%,.3)}.section{padding:6rem 0;position:relative}.section.bg-light{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.section h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#1f2937;line-height:1.2;position:relative}.section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(135deg,#94bdf7,#4d91f2);border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem;padding:0 20px}.service-card{background-color:#fff;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.25,.46,.45,.94);text-decoration:none;color:#1f2937;border:none;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transform:scaleX(0);transition:transform .4s ease}.service-card:first-child:before{background:linear-gradient(135deg,#ff6b6b,#ee5a52)}.service-card:nth-child(2):before{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.service-card:nth-child(3):before{background:linear-gradient(135deg,#45b7d1,#2196f3)}.service-card:hover{transform:translateY(-12px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-card .service-icon{font-size:4rem;margin-bottom:24px;display:flex;justify-content:center;align-items:center;width:100px;height:100px;border-radius:2rem;margin-left:auto;margin-right:auto;transition:all .4s ease}.service-card .service-icon i{color:#fff}.service-card:first-child .service-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 8px 25px hsla(0,100%,71%,.3)}.service-card:nth-child(2) .service-icon{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 8px 25px rgba(78,205,196,.3)}.service-card:nth-child(3) .service-icon{background:linear-gradient(135deg,#45b7d1,#2196f3);box-shadow:0 8px 25px rgba(69,183,209,.3)}.service-card h3{font-size:1.75rem;font-weight:600;margin-bottom:20px;text-align:center;color:#1f2937}.service-card p{color:#6b7280;line-height:1.8;text-align:center;font-size:1.05rem}.tech-stack{padding:0 20px}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:2rem;gap:2rem;text-align:center;margin:3rem 0}.tech-item{display:flex;flex-direction:column;align-items:center;gap:16px;padding:2rem 24px;background-color:#fff;border-radius:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.tech-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(148,189,247,.05));opacity:0;transition:opacity .3s ease}.tech-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.tech-item:hover:before{opacity:1}.tech-item:hover i{transform:scale(1.2) rotate(10deg)}.tech-item i{font-size:3.5rem;margin-bottom:.5rem;transition:all .4s ease;position:relative;z-index:1}.tech-item i.fab.fa-react{color:#61dafb}.tech-item i.fab.fa-flutter{color:#02569b}.tech-item i.fas.fa-database{color:#336791}.tech-item i.fas.fa-fire{color:#ffca28}.tech-item i.fab.fa-github{color:#333}.tech-item i.fas.fa-cloud{color:#4285f4}.tech-item span{font-weight:600;color:#1f2937;font-size:1.125rem;position:relative;z-index:1}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-bottom:3rem;padding:0 20px}.news-card{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .4s cubic-bezier(.25,.46,.45,.94);border:none;position:relative;overflow:hidden}.news-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1);transform:scaleX(0);transition:transform .4s ease}.news-card:hover{transform:translateY(-10px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.news-card:hover:before{transform:scaleX(1)}.news-card .news-date{color:#6b7280;font-size:.9rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:.5rem 1rem;border-radius:2rem;display:inline-block}.news-card h3{margin-bottom:20px;font-weight:600;font-size:1.5rem;line-height:1.4}.news-card h3 a{color:#1f2937;text-decoration:none;background:linear-gradient(120deg,transparent,transparent 95%,#94bdf7 0);background-size:0 100%;background-repeat:no-repeat;transition:background-size .4s ease}.news-card h3 a:hover{background-size:100% 100%;color:#1f2937}.news-card p{color:#6b7280;line-height:1.8;margin-bottom:20px;font-size:1.05rem}.news-card .read-more{color:#fff;background:linear-gradient(135deg,#94bdf7,#4d91f2);padding:.75rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(148,189,247,.3)}.news-card .read-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(148,189,247,.4)}.cta-box{text-align:center;padding:4rem 3rem;background:linear-gradient(135deg,#94bdf7,#4d91f2);color:#fff;border-radius:24px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);margin:0 20px;position:relative;overflow:hidden}.cta-box:before{content:"";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="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="2" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>');pointer-events:none}.cta-box h2{color:#fff;font-weight:700;font-size:2.5rem;margin-bottom:20px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;z-index:1}.cta-box h2:after{display:none}.cta-box p{font-size:1.3rem;font-weight:300;margin-bottom:3rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;z-index:1}.btn,.cta-box p{position:relative}.btn{display:inline-block;padding:1.25rem 2.5rem;border-radius:2rem;text-decoration:none;font-weight:600;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer;font-size:1.125rem;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .6s ease}.btn:hover:before{left:100%}.btn.btn-primary{background:linear-gradient(135deg,#94bdf7,#4d91f2);color:#fff;box-shadow:0 8px 25px rgba(148,189,247,.3)}.btn.btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(148,189,247,.4)}.btn.btn-lg{padding:1.5rem 3rem;font-size:1.25rem}.text-center{text-align:center}.mt-4{margin-top:2rem}.site-footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:4rem 0 2rem;position:relative;overflow:hidden}.site-footer:before{content:"";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="1" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="70" r="0.8" fill="rgba(255,255,255,0.05)"/></svg>');pointer-events:none}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}.site-footer .footer-section h3,.site-footer .footer-section h4{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;position:relative;padding-bottom:.5rem}.site-footer .footer-section h3:after,.site-footer .footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(135deg,#94bdf7,#4d91f2);border-radius:1px}.site-footer .footer-section ul{list-style:none}.site-footer .footer-section ul li{margin-bottom:.75rem}.site-footer .footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;position:relative}.site-footer .footer-section a:hover{color:#fff;padding-left:5px}.site-footer .social-links{display:flex;gap:1.5rem;margin-top:1.5rem}.site-footer .social-links a{font-size:1.5rem;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.site-footer .social-links a:hover{background:linear-gradient(135deg,#94bdf7,#4d91f2);transform:translateY(-3px);box-shadow:0 5px 15px rgba(148,189,247,.3);padding-left:0}.site-footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.6);position:relative;z-index:1}@media(max-width:768px){.navbar-toggle{display:block}.navbar-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-radius:0 0 1rem 1rem}.navbar-menu.active{display:block}.navbar-nav{flex-direction:column;padding:1.5rem 0;gap:0}.navbar-nav li{width:100%}.navbar-nav li a{display:block;padding:1rem 1.5rem}.navbar-nav li a:after{display:none}.dropdown-menu{position:static;box-shadow:none;background-color:#f8fafc;margin:0;border-radius:0}.hero{padding:5rem 1rem}.hero h1{font-size:2.8rem;margin-bottom:16px}.hero p{font-size:1.2rem;margin-bottom:2.5rem}.hero .hero-buttons{flex-direction:column;align-items:center;gap:20px}.hero .hero-buttons .btn{width:100%;max-width:300px;text-align:center}.section{padding:4rem 0}.section h2{font-size:2.5rem;margin-bottom:3rem}.news-grid,.services-grid{grid-template-columns:1fr;gap:2rem;padding:0 16px}.news-card,.service-card{padding:2rem}.news-card:hover,.service-card:hover{transform:translateY(-6px)}.service-card .service-icon{width:80px;height:80px;font-size:3.5rem}.service-card h3{font-size:1.5rem}.tech-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.tech-item{padding:1.5rem 20px}.tech-item i{font-size:3rem}.tech-item:hover{transform:translateY(-4px) scale(1.01)}.cta-box{padding:3rem 20px;margin:0 16px}.cta-box h2{font-size:2rem}.cta-box p{font-size:1.1rem}.site-footer{padding:3rem 0 1.5rem}.site-footer .footer-content{gap:2rem;margin-bottom:2rem}.site-footer .footer-section h3,.site-footer .footer-section h4{font-size:1.1rem}.site-footer .social-links{justify-content:center}.site-footer .social-links a{width:45px;height:45px;font-size:1.3rem}}@media(max-width:480px){.hero{padding:4rem 1rem}.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}.section h2{font-size:2rem}.news-card,.service-card{padding:1.5rem}.tech-grid{grid-template-columns:1fr;gap:1rem}.cta-box{padding:2.5rem 1.5rem}.cta-box h2{font-size:1.8rem}}.blog-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 0;text-align:center;margin-bottom:4rem;position:relative;overflow:hidden}.blog-header:before{content:"";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="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.15)"/><circle cx="40" cy="70" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="80" r="2.5" fill="rgba(255,255,255,0.1)"/></svg>');pointer-events:none}.blog-header h1{font-size:3rem;margin-bottom:1rem;color:#fff;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.blog-header p{font-size:1.3rem;color:hsla(0,0%,100%,.9);font-weight:300}.blog-content{background:linear-gradient(180deg,#f8fafc,#fff);min-height:100vh;padding:2rem 0}.blog-grid{display:grid;grid-template-columns:1fr 320px;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem}.blog-card{background:#fff;border:none;border-radius:1rem;padding:2.5rem;margin-bottom:2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;overflow:hidden}.blog-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#ffecd2);transform:scaleX(0);transition:transform .4s ease}.blog-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.15);transform:translateY(-8px)}.blog-card:hover:before{transform:scaleX(1)}.blog-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.blog-card-header time{color:#6b7280;font-size:.9rem;font-weight:500;padding:.5rem 1rem;background:hsla(220,9%,46%,.1);border-radius:2rem}.categories{display:flex;gap:.75rem;flex-wrap:wrap}.categories .category{padding:.5rem 1rem;border-radius:2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.categories .category:first-child{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.categories .category:nth-child(2){background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.categories .category:nth-child(3){background:linear-gradient(135deg,#45b7d1,#2196f3);color:#fff}.categories .category:nth-child(4){background:linear-gradient(135deg,#96ceb4,#66bb6a);color:#fff}.categories .category:nth-child(5){background:linear-gradient(135deg,#ffecd2,#fcb69f);color:#333}.blog-card h2{font-size:1.8rem;margin-bottom:1.5rem;line-height:1.3;font-weight:700}.blog-card h2 a{color:#1f2937;text-decoration:none;background:linear-gradient(120deg,transparent,transparent 95%,#667eea 0);background-size:0 100%;background-repeat:no-repeat;transition:background-size .4s ease}.blog-card h2 a:hover{background-size:100% 100%;color:#1f2937}.excerpt{color:#6b7280;line-height:1.7;margin-bottom:1.5rem;font-size:1.05rem}.tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tags .tag{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:.4rem .8rem;border-radius:1.5rem;font-size:.85rem;font-weight:500;border:1px solid rgba(148,163,184,.2);transition:all .3s ease}.tags .tag:hover{transform:translateY(-2px)}.read-more,.tags .tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.read-more{padding:.8rem 1.5rem;border-radius:2rem;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.read-more:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4);background:linear-gradient(135deg,#5a67d8,#6b46c1)}.blog-sidebar{position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.sidebar-section{background:#fff;border:none;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.sidebar-section:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.sidebar-section h3{font-size:1.25rem;margin-bottom:1.5rem;color:#1f2937;font-weight:700;position:relative;padding-bottom:.5rem}.sidebar-section h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.category-list{list-style:none}.category-list li{margin-bottom:.75rem}.category-list a{color:#6b7280;text-decoration:none;display:block;font-weight:500;transition:all .3s ease;border-radius:.5rem;padding:.5rem 0 .5rem 1rem;position:relative}.category-list a:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;transition:height .3s ease}.category-list a:hover{color:#667eea;background:rgba(102,126,234,.05)}.category-list a:hover:before{height:20px}.tag-cloud{display:flex;flex-wrap:wrap;gap:.75rem}.tag-cloud-item{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:1px solid rgba(148,163,184,.2)}.tag-cloud-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.newsletter-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.newsletter-form input{padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#f9fafb}.newsletter-form input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.newsletter-form button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}@media(max-width:768px){.blog-header{padding:3rem 1rem}.blog-header h1{font-size:2.5rem}.blog-header p{font-size:1.1rem}.blog-grid{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.blog-card{padding:2rem}.blog-sidebar{position:static}.sidebar-section{padding:1.5rem}}.services-page{padding:4rem 0}.services-page h1{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1f2937}.service-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:4rem 0;text-align:center}.service-header h1{font-size:2.5rem;margin-bottom:1rem}.service-header .lead{font-size:1.25rem;opacity:.9;max-width:800px;margin:0 auto}.service-content{padding:4rem 0}.service-content h2{font-size:2rem;margin:3rem 0 1.5rem;color:#1f2937}.service-content h3{font-size:1.5rem;margin:2rem 0 1rem;color:#374151}.service-content ul{margin:1rem 0;padding-left:2rem}.service-content ul li{margin-bottom:.5rem;line-height:1.8}.service-content ol{margin:1rem 0;padding-left:2rem}.service-content ol li{margin-bottom:.5rem;line-height:1.8}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:3rem 0}.feature-card{background:#f9fafb;padding:2rem;border-radius:.5rem;border:1px solid #e5e7eb}.feature-card h3{color:#2563eb;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.tech-list{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.tech-badge{background:#e0e7ff;color:#3730a3;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.cta-section{margin-top:3rem;text-align:center}.cta-section .btn{display:inline-block;padding:.75rem 2rem;margin:0 .5rem;border-radius:.375rem;text-decoration:none;font-weight:500;transition:all .3s}.cta-section .btn-outline{border:2px solid #2563eb;color:#2563eb}.cta-section .btn-outline:hover{background-color:#2563eb;color:#fff}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 0}.error-content{text-align:center;max-width:600px;margin:0 auto}.error-content h1{font-size:8rem;font-weight:700;color:#2563eb;margin-bottom:1rem;line-height:1}.error-content h2{font-size:2rem;margin-bottom:1rem;color:#1f2937}.error-content p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.error-actions .btn{display:inline-block;padding:.75rem 2rem;border-radius:.375rem;text-decoration:none;font-weight:500;transition:all .3s}.error-actions .btn-outline{border:2px solid #2563eb;color:#2563eb}.error-actions .btn-outline:hover{background-color:#2563eb;color:#fff}.helpful-links{background:#f9fafb;padding:2rem;border-radius:.5rem}.helpful-links h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.helpful-links ul{list-style:none;padding:0}.helpful-links ul li{margin-bottom:.5rem}.helpful-links ul a{color:#2563eb;text-decoration:none}.helpful-links ul a:hover{text-decoration:underline}@media(max-width:768px){.error-content h1{font-size:6rem}.error-actions{flex-direction:column;align-items:center}.error-actions .btn{width:100%;text-align:center}}