@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@400;500;600;700;800&display=swap";
:root{--background:#0b1119;--foreground:#f3f4f6;--card:#151c29;--card-foreground:#f3f4f6;--primary:#3c83f6;--primary-foreground:#f3f4f6;--secondary:#1d283a;--secondary-foreground:#f3f4f6;--muted:#1d283a;--muted-foreground:#94a3b8;--accent:#3c83f6;--border:#222f44;--destructive:#ef4343;--radius:.75rem;--gradient-primary:linear-gradient(135deg,#3c83f6 0%,#7055f7 100%)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Sora,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section{padding:5rem 0}@media (min-width:768px){.section{padding:7rem 0}}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:block}.section-title{margin-bottom:1rem;font-size:1.875rem}@media (min-width:768px){.section-title{font-size:2.25rem}}@media (min-width:1024px){.section-title{font-size:3rem}}.section-desc{color:var(--muted-foreground);font-size:1.125rem}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.card-glass{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius);background:#151c29cc;border:1px solid #222f4480}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero{background:var(--gradient-primary);color:var(--primary-foreground);box-shadow:0 0 30px #3c83f64d}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 0 40px #3c83f680}.btn-outline{color:var(--foreground);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:var(--secondary);border-color:var(--primary)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-xl{padding:1.25rem 2.5rem;font-size:1.125rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#0b1119cc;border-bottom:1px solid #222f4480;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;height:5rem;display:flex}.navbar-logo{align-items:center;gap:.5rem;display:flex}.navbar-logo-icon{width:2.5rem;height:2.5rem;color:var(--primary);background:#3c83f61a;border-radius:.5rem;justify-content:center;align-items:center;display:flex}.navbar-logo-text{font-family:Sora,sans-serif;font-size:1.125rem;font-weight:700}.navbar-links{gap:.25rem;display:none}@media (min-width:768px){.navbar-links{display:flex}}.navbar-link{color:var(--muted-foreground);border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.navbar-link:hover,.navbar-link.active{color:var(--primary);background:#3c83f61a}.navbar-cta{display:none}@media (min-width:768px){.navbar-cta{display:block}}.navbar-mobile-btn{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}@media (min-width:768px){.navbar-mobile-btn{display:none}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.hero canvas{position:absolute;inset:0;z-index:0!important}.hero-bg{position:absolute;inset:0}.hero-glow-1{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:24rem;height:24rem;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:25%;left:25%}.hero-glow-2{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:20rem;height:20rem;animation:2s ease-in-out .3s infinite pulse-glow;position:absolute;bottom:25%;right:25%}.hero-content{z-index:10;text-align:center;max-width:56rem;margin:0 auto;padding-top:20px;position:relative}.hero-badge{background:#3c83f61a;border:1px solid #3c83f633;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;animation:.6s ease-out fade-up;display:inline-flex}.hero-badge span{color:var(--primary);font-size:.875rem;font-weight:500}.hero-title{margin-bottom:1.5rem;font-size:2.25rem;line-height:1.1;animation:.6s ease-out .1s backwards fade-up}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:var(--muted-foreground);max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7;animation:.6s ease-out .2s backwards fade-up}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;animation:.6s ease-out .3s backwards fade-up;display:flex}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}}.hero-tech{margin-top:4rem;animation:.6s ease-out .5s backwards fade-up}.hero-tech-label{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.hero-tech-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-tech-item{background:#1d283a80;border:1px solid #222f4480;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:border-color .2s;display:flex}.hero-tech-item:hover{border-color:#3c83f64d}.hero-tech-item svg{color:var(--primary)}.services-section{background:#1d283a33}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{padding:1.5rem;transition:all .3s}.service-card:hover{border-color:#3c83f64d;transform:translateY(-4px)}.service-icon{width:3rem;height:3rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-title{margin-bottom:.5rem;font-size:1.125rem}.service-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.about-mini{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:1024px){.about-mini{grid-template-columns:1fr 1fr}}.about-image{aspect-ratio:1;background:linear-gradient(135deg,#3c83f633,#7055f733);border-radius:1rem;max-width:20rem;margin:0 auto;padding:.25rem}.about-image-inner{background:#1d283a80;border-radius:1rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.about-avatar{background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;width:15rem;height:15rem;display:flex}.about-avatar span{color:var(--primary);font-family:Sora,sans-serif;font-size:2.5rem;font-weight:700}.about-content h2{margin-bottom:1rem;font-size:1.875rem}@media (min-width:768px){.about-content h2{font-size:2.25rem}}.about-content p{color:var(--muted-foreground);margin-bottom:1.5rem}.about-list{margin-bottom:2rem;list-style:none}.about-list li{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.about-list li svg{color:var(--primary);flex-shrink:0;margin-top:.25rem}.projects-section{background:#1d283a33}.projects-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{transition:all .3s;overflow:hidden}.project-card:hover{border-color:#3c83f64d}.project-image{aspect-ratio:16/9;background:linear-gradient(135deg,#3c83f61a,#7055f71a);position:relative;overflow:hidden}.project-number{color:#3c83f64d;justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:2.5rem;font-weight:700;display:flex;position:absolute;inset:0}.project-overlay{opacity:0;background:#3c83f6cc;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-overlay svg{color:var(--primary-foreground);width:2rem;height:2rem}.project-info{padding:1.25rem}.project-category{color:var(--primary);background:#3c83f61a;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.project-title{margin:.75rem 0 .5rem;font-size:1.125rem;transition:color .2s}.project-card:hover .project-title{color:var(--primary)}.project-desc{color:var(--muted-foreground);font-size:.875rem}.why-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:#151c294d;border:1px solid #222f4480;border-radius:1rem;padding:1.5rem;transition:all .3s}.why-card:hover{background:#151c2980;border-color:#3c83f64d}.why-card-inner{align-items:flex-start;gap:1rem;display:flex}.why-icon{width:3rem;height:3rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.why-title{margin-bottom:.5rem;font-size:1.125rem}.why-desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.testimonials-section{background:#1d283a33}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{padding:1.5rem;transition:all .3s}.testimonial-card:hover{border-color:#3c83f64d}.testimonial-quote{color:#3c83f64d;width:2.5rem;height:2.5rem;margin-bottom:1rem}.testimonial-stars{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-stars svg{width:1rem;height:1rem;fill:var(--primary);color:var(--primary)}.testimonial-text{margin-bottom:1.5rem;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{width:3rem;height:3rem;color:var(--primary);background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.testimonial-name{font-weight:600}.testimonial-role{color:var(--muted-foreground);font-size:.875rem}.cta-section{position:relative;overflow:hidden}.cta-bg{background:linear-gradient(90deg,#3c83f61a,#0000,#7055f71a);position:absolute;inset:0}.cta-glow{filter:blur(48px);background:#3c83f61a;border-radius:50%;width:37.5rem;height:37.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:10;text-align:center;max-width:56rem;margin:0 auto;padding:2.5rem;position:relative;box-shadow:0 0 40px #3c83f626}@media (min-width:768px){.cta-content{padding:4rem}}.cta-title{margin-bottom:1.5rem;font-size:1.875rem}@media (min-width:768px){.cta-title{font-size:2.25rem}}@media (min-width:1024px){.cta-title{font-size:3rem}}.cta-desc{color:var(--muted-foreground);max-width:42rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.cta-buttons{flex-direction:row;justify-content:center}}.footer{background:#1d283a4d;border-top:1px solid #222f4480}.footer-grid{grid-template-columns:1fr;gap:2.5rem;padding:4rem 0;display:grid}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand p{color:var(--muted-foreground);margin:1rem 0;font-size:.875rem;line-height:1.6}.footer-social{gap:.75rem;display:flex}.footer-social a{background:var(--secondary);border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.footer-social a:hover{color:var(--primary);background:#3c83f633}.footer-title{margin-bottom:1rem;font-family:Sora,sans-serif;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-contact li{color:var(--muted-foreground);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.footer-contact li svg{color:var(--primary);flex-shrink:0;margin-top:.125rem}.footer-bottom{border-top:1px solid #222f4480;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:var(--muted-foreground);font-size:.875rem}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:var(--muted-foreground);font-size:.875rem;transition:color .2s}.footer-bottom-links a:hover{color:var(--primary)}.page-hero{text-align:center;padding-top:8rem;padding-bottom:4rem}.page-hero-title{margin-bottom:1.5rem;font-size:2.25rem}@media (min-width:768px){.page-hero-title{font-size:3rem}}@media (min-width:1024px){.page-hero-title{font-size:3.75rem}}.page-hero-desc{color:var(--muted-foreground);max-width:42rem;margin:0 auto;font-size:1.125rem}@media (min-width:768px){.page-hero-desc{font-size:1.25rem}}.skills-list{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.skill-badge{color:var(--primary);background:#3c83f61a;border:1px solid #3c83f633;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.timeline{max-width:48rem;margin:0 auto}.timeline-item{gap:1.5rem;display:flex}.timeline-marker{flex-direction:column;align-items:center;display:flex}.timeline-dot{width:3rem;height:3rem;color:var(--primary);background:#3c83f633;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.timeline-line{background:var(--border);flex:1;width:2px;margin-top:.5rem}.timeline-content{flex:1;padding-bottom:2rem}.timeline-year{color:var(--primary);font-size:.875rem;font-weight:500}.timeline-title{margin:.25rem 0 .5rem;font-size:1.125rem}.timeline-desc{color:var(--muted-foreground);font-size:.875rem}.fun-facts{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.fun-fact{text-align:center;padding:1rem}.fun-fact svg{color:var(--primary);margin:0 auto .5rem}.fun-fact-value{color:var(--primary);font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700}.fun-fact-label{color:var(--muted-foreground);font-size:.875rem}.service-detail{grid-template-columns:1fr;gap:3rem;margin-bottom:6rem;display:grid}@media (min-width:1024px){.service-detail{grid-template-columns:1fr 1fr;align-items:flex-start}}.service-detail-card{padding:2rem}.service-detail-icon{width:3.5rem;height:3.5rem;color:var(--primary);background:#3c83f61a;border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-detail-title{margin-bottom:.5rem;font-size:1.5rem}@media (min-width:768px){.service-detail-title{font-size:1.875rem}}.service-detail-tagline{color:var(--primary);margin-bottom:1.5rem;font-size:1.125rem}.service-tech-list{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.service-tech{background:var(--secondary);color:var(--muted-foreground);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.service-price{border-top:1px solid var(--border);padding-top:1.5rem}.service-price-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.service-price-value{color:var(--primary);font-family:Sora,sans-serif;font-size:1.25rem;font-weight:700}.service-problems h3,.service-solutions h3{margin-bottom:1rem;font-size:1.125rem}.service-problems h3{color:var(--muted-foreground)}.service-problems ul,.service-solutions ul{margin-bottom:1.5rem;list-style:none}.service-problems li,.service-solutions li{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.service-problems li:before{content:"";background:var(--destructive);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;margin-top:.5rem}.service-solutions li svg{color:var(--primary);flex-shrink:0;margin-top:.125rem}.filter-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:3rem;display:flex}.filter-btn{background:var(--secondary);color:var(--muted-foreground);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:var(--primary-foreground)}.contact-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-form{padding:2rem}.contact-form h2{margin-bottom:1.5rem;font-size:1.5rem}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input,.form-textarea{border-radius:var(--radius);border:1px solid var(--border);background:var(--secondary);width:100%;color:var(--foreground);padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{border-color:var(--primary);outline:none}.form-textarea{resize:vertical;min-height:8rem}.form-submit{width:100%}.contact-info-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}.contact-info-card{padding:1.25rem}.contact-info-icon{width:2.5rem;height:2.5rem;color:var(--primary);background:#3c83f61a;border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.contact-info-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.contact-info-value{font-weight:500}.contact-info-value a:hover{color:var(--primary)}.whatsapp-cta{background:#16a2491a;border-color:#16a2494d;margin-top:2rem;padding:1.5rem}.whatsapp-cta-inner{align-items:flex-start;gap:1rem;display:flex}.whatsapp-icon{color:#16a249;background:#16a24933;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.whatsapp-cta h3{margin-bottom:.5rem;font-size:1.125rem}.whatsapp-cta p{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem}.btn-whatsapp{color:#16a249;border-color:#16a24980}.btn-whatsapp:hover{background:#16a2491a}.contact-map{margin-top:2rem;overflow:hidden}.contact-map iframe{aspect-ratio:16/9;border:none;width:100%}.contact-closing{text-align:center;margin-top:2rem;padding:1.5rem}.contact-closing p{font-family:Sora,sans-serif;font-size:1.125rem;font-weight:500}.contact-closing span{color:var(--muted-foreground);margin-top:.5rem;font-size:.875rem;display:block}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #3c83f64d}50%{box-shadow:0 0 40px #3c83f680}}.text-center{text-align:center}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.gap-4{gap:1rem}.blog-hero{padding:10rem 0 5rem;position:relative;overflow:hidden}.blog-hero-content{max-width:600px}.blog-hero-label{color:var(--primary);margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:.875rem;display:inline-block}.blog-hero h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:700}@media (min-width:768px){.blog-hero h1{font-size:4rem}}.blog-hero p{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}.blog-hero-pattern{pointer-events:none;background:radial-gradient(circle at 70% 30%,#3c83f614 0%,#0000 50%);width:50%;height:100%;position:absolute;top:0;right:0}.blog-featured-section{padding:0 0 4rem}.featured-card{background:linear-gradient(135deg,#18212fe6 0%,#111822e6 100%);border:1px solid #3c83f626;border-radius:1rem;grid-template-columns:1fr;gap:2rem;padding:2.5rem;text-decoration:none;transition:all .3s;display:grid;position:relative;overflow:hidden}.featured-card:hover{border-color:#3c83f64d;transform:translateY(-4px);box-shadow:0 20px 40px -20px #3c83f633}@media (min-width:768px){.featured-card{grid-template-columns:1fr auto;padding:3rem}}.featured-card-badge{text-transform:uppercase;letter-spacing:.1em;background:var(--primary);color:var(--primary-foreground);border-radius:9999px;padding:.375rem .875rem;font-size:.7rem;font-weight:600;position:absolute;top:1.5rem;left:1.5rem}@media (min-width:768px){.featured-card-badge{top:2rem;left:2rem}}.featured-card-main{padding-top:2rem}@media (min-width:768px){.featured-card-main{padding-top:1rem}}.featured-card-meta{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;display:flex}.meta-tag{color:var(--primary);font-weight:500}.meta-divider{opacity:.3}.featured-card h2{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.3}@media (min-width:768px){.featured-card h2{font-size:1.875rem}}.featured-card p{color:var(--muted-foreground);max-width:600px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.featured-card-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.featured-card-tags span{color:var(--muted-foreground);background:#222f44cc;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:500}.featured-card-cta{color:var(--primary);font-size:.9rem;font-weight:500;transition:opacity .2s}.featured-card:hover .featured-card-cta{opacity:.8}.featured-card-icon{color:#3c83f633;justify-content:center;align-items:center;display:none}@media (min-width:768px){.featured-card-icon{padding-left:2rem;display:flex}}.blog-articles-section{background:#0e131b80;padding:4rem 0}.blog-section-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.blog-section-header{flex-direction:row;justify-content:space-between;align-items:center}}.blog-section-header h2{font-size:1.5rem;font-weight:600}.blog-filter-pills{flex-wrap:wrap;gap:.5rem;display:flex}.filter-pill{color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #2b3b5580;border-radius:9999px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.filter-pill:hover{border-color:var(--primary);color:var(--foreground)}.filter-pill.active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.articles-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.articles-grid{grid-template-columns:repeat(3,1fr)}}.article-card{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;flex-direction:column;padding:1.75rem;text-decoration:none;transition:all .3s;display:flex}.article-card:hover{background:#18212fcc;border-color:#3c83f64d;transform:translateY(-2px)}.article-card-icon{width:3rem;height:3rem;color:var(--primary);background:#3c83f61a;border-radius:.5rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.article-card-content{flex-direction:column;flex:1;display:flex}.article-card-meta{color:var(--muted-foreground);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.75rem;display:flex}.article-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#3c83f626;border-radius:.25rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.article-card h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.0625rem;font-weight:600;line-height:1.4}.article-card p{color:var(--muted-foreground);flex:1;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.article-link{color:var(--primary);font-size:.85rem;font-weight:500;transition:opacity .2s}.article-card:hover .article-link{opacity:.8}.article-card-soon{opacity:.7;border-style:dashed}.article-card-soon:hover{background:#151c2999;transform:none}.blog-newsletter-section{padding:4rem 0}.newsletter-box{background:linear-gradient(135deg,#18212fcc 0%,#111822cc 100%);border:1px solid #222f4480;border-radius:1rem;grid-template-columns:1fr;gap:2rem;padding:2.5rem;display:grid}@media (min-width:768px){.newsletter-box{grid-template-columns:1fr 1fr;align-items:center;padding:3rem}}.newsletter-box-content h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.newsletter-box-content p{color:var(--muted-foreground)}.newsletter-box-form{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.newsletter-box-form{flex-direction:row}}.newsletter-box-form input{color:var(--foreground);background:#0e131bcc;border:1px solid #2b3b5580;border-radius:.5rem;flex:1;padding:.875rem 1rem;font-size:.9rem}.newsletter-box-form input:focus{border-color:var(--primary);outline:none}.blog-article .article-header{text-align:center;padding:8rem 0 3rem}.blog-article .back-link{color:var(--primary);align-items:center;margin-bottom:2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.blog-article .back-link:hover{opacity:.7}.article-meta-top{color:var(--muted-foreground);justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.8rem;display:flex}.article-category{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#3c83f626;border-radius:9999px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.blog-article h1{max-width:800px;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;line-height:1.2}@media (min-width:768px){.blog-article h1{font-size:2.75rem}}@media (min-width:1024px){.blog-article h1{font-size:3.25rem}}.article-subtitle{color:var(--muted-foreground);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.article-toc{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;max-width:800px;margin:0 auto 3rem;padding:1.5rem 2rem}.article-toc h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.article-toc ol{color:var(--foreground);list-style-position:inside}.article-toc li{padding:.375rem 0;font-size:.9rem}.article-toc a{color:var(--primary);text-decoration:none;transition:opacity .2s}.article-toc a:hover{opacity:.7}.article-content{max-width:800px;margin:0 auto;padding-bottom:4rem}.article-content section{margin-bottom:2.5rem}.article-content h2{color:var(--foreground);margin-bottom:1rem;padding-top:1rem;font-size:1.5rem;font-weight:600}.article-content h3{color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.article-content h4{margin-bottom:.5rem;font-size:1rem;font-weight:600}.article-content p{color:var(--foreground);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;line-height:1.8}.article-content strong{color:var(--foreground);font-weight:600}.article-content a{color:var(--primary);text-decoration:underline}.article-content blockquote{border-left:3px solid var(--primary);background:#151c2999;border-radius:0 .5rem .5rem 0;margin:2rem 0;padding:1.5rem 2rem}.article-content blockquote p{margin-bottom:0;font-size:1.125rem;font-style:italic}.highlight-box{background:#16a24914;border:1px solid #16a24933;border-radius:.75rem;margin:1.5rem 0;padding:1.5rem 2rem}.highlight-box h4{color:#1cce5e;margin-bottom:.75rem}.highlight-box ul{margin-bottom:0}.warning-box{background:#e7b00814;border:1px solid #e7b00833;border-radius:.75rem;margin:1.5rem 0;padding:1.25rem 1.5rem}.warning-box p{color:#f8c83a;margin-bottom:0}.comparison-box{background:#3c83f614;border:1px solid #3c83f633;border-radius:.75rem;margin:1.5rem 0;padding:1.5rem 2rem}.comparison-box h4{color:var(--primary);margin-bottom:.75rem}.comparison-box ul{margin-bottom:0}.tech-grid{flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.5rem;display:flex}.tech-item code{color:var(--primary);background:#1a2333cc;border:1px solid #2b3b5580;border-radius:.375rem;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;display:inline-block}.portfolio-grid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;display:grid}@media (min-width:640px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}.portfolio-item{background:#151c2999;border:1px solid #222f4466;border-radius:.5rem;padding:1.25rem}.portfolio-item h4{margin-bottom:.5rem;font-size:.95rem}.portfolio-item p{color:var(--muted-foreground);margin-bottom:0;font-size:.85rem;line-height:1.5}.pricing-table{flex-direction:column;gap:1rem;margin:1.5rem 0;display:flex}.pricing-row{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;grid-template-columns:1fr;gap:1rem;padding:1.5rem;display:grid}@media (min-width:768px){.pricing-row{grid-template-columns:1fr 150px 1fr;align-items:start}}.pricing-tier h4{margin-bottom:.25rem;font-size:1rem}.pricing-desc{color:var(--muted-foreground);margin:0;font-size:.85rem}.pricing-amount{color:var(--primary);font-size:1rem;font-weight:600}.pricing-includes ul{margin:0;padding-left:1.25rem}.pricing-includes li{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.85rem}.features-checklist{grid-template-columns:1fr;gap:.75rem;margin:1.5rem 0;display:grid}@media (min-width:640px){.features-checklist{grid-template-columns:repeat(2,1fr)}}.feature-item{background:#151c2999;border:1px solid #222f4466;border-radius:.5rem;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.feature-letter{background:var(--primary);width:1.75rem;height:1.75rem;color:var(--primary-foreground);border-radius:.25rem;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.feature-item span:last-child{font-size:.9rem}.checklist{flex-direction:column;gap:1rem;margin:1.5rem 0;display:flex}.checklist-item{background:#151c2999;border:1px solid #222f4466;border-radius:.5rem;gap:1rem;padding:1.25rem;display:flex}.check-number{width:2rem;height:2rem;color:var(--primary);background:#3c83f626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.checklist-item h4{margin-bottom:.25rem;font-size:.95rem}.checklist-item p{color:var(--muted-foreground);margin:0;font-size:.85rem}.expertise-grid{grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0;display:grid}@media (min-width:768px){.expertise-grid{grid-template-columns:repeat(2,1fr)}}.expertise-column{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;padding:1.5rem}.expertise-column h4{color:var(--primary);margin-bottom:1rem;font-size:1rem}.expertise-column ul{margin:0;padding-left:1.25rem}.expertise-column li{margin-bottom:.5rem;font-size:.9rem}.article-cta{text-align:center;background:linear-gradient(135deg,#3c83f61a 0%,#3c83f60d 100%);border:1px solid #3c83f633;border-radius:1rem;margin:3rem 0;padding:3rem}.article-cta h3{margin-bottom:.75rem;font-size:1.375rem}.article-cta p{color:var(--muted-foreground);margin-bottom:1.5rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-buttons .btn-primary{background:var(--primary);color:var(--primary-foreground);border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.cta-buttons .btn-primary:hover{opacity:.9}.cta-buttons .btn-secondary{color:var(--foreground);background:0 0;border:1px solid #2b3b5580;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta-buttons .btn-secondary:hover{border-color:var(--primary);background:#3c83f60d}.article-author{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.author-avatar{width:4rem;height:4rem;color:var(--primary);background:#3c83f626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.author-info h4{margin-bottom:.375rem;font-size:.95rem}.author-info p{color:var(--muted-foreground);margin:0;font-size:.85rem;line-height:1.5}.related-posts{background:#0e131b80;padding:4rem 0}.related-posts h3{margin-bottom:1.5rem;font-size:1.25rem}.related-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:768px){.related-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.related-grid{grid-template-columns:repeat(3,1fr)}}.related-card{background:#151c2999;border:1px solid #222f4466;border-radius:.75rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:block}.related-card:hover{border-color:#3c83f64d;transform:translateY(-2px)}.related-category{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#3c83f626;border-radius:.25rem;margin-bottom:.75rem;padding:.25rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.related-card h4{color:var(--foreground);margin-bottom:.75rem;font-size:1rem;font-weight:600;line-height:1.4}.related-link{color:var(--primary);font-size:.85rem}
