.hero-bg{color:var(--white);text-align:center;background-image:url(/img/services-hero-bg.jpg);background-position:50% 70%;background-size:cover;padding:5rem 1rem;position:relative}.hero-bg:after{content:"";z-index:0;background:#00000080;position:absolute;inset:0}.hero-bg .container{z-index:1;position:relative}.hero-bg h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.hero-bg p{opacity:.9;max-width:48rem;margin:0 auto 2rem;font-size:1.125rem}.hero-button{background-color:var(--white);color:var(--blue-600);border-radius:9999px;padding:.75rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-block}.hero-button:hover{background-color:var(--gray-100);transform:scale(1.05)}.grid-container{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem 3rem;display:flex}.title-container{text-align:center;padding:1rem 0}.title-container p{color:var(--gray-600);max-width:42rem;margin-top:.5rem;margin-left:auto;margin-right:auto}.main-title2{text-align:center;color:var(--gray-900);margin-top:3rem;font-size:2.25rem;font-weight:800;line-height:1.2}.card-container{background-color:var(--white);box-shadow:var(--shadow-md);text-align:center;border:1px solid var(--gray-200);border-radius:.75rem;flex:0 380px;transition:transform .2s,box-shadow .2s;overflow:hidden}.card-container:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-blue-light);transform:translateY(-4px)}.card-image{justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative;overflow:hidden}.card-image svg.card-icon{display:none}.card-image.field-mobile{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%)}.card-image.field-web{background:linear-gradient(135deg,#0ea5e9 0%,#2563eb 100%)}.card-image.field-blockchain{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.card-image.field-cloud{background:linear-gradient(135deg,#f97316 0%,#eab308 100%)}.card-image.field-ai{background:linear-gradient(135deg,#14b8a6 0%,#06b6d4 100%)}.card-image.field-ecommerce{background:linear-gradient(135deg,#ec4899 0%,#f43f5e 100%)}.card-image.field-support{background:linear-gradient(135deg,#374151 0%,#6b7280 100%)}.card-image.field-custom{background:linear-gradient(135deg,#2563eb 0%,#14b8a6 100%)}.card-image:after{content:"";background:inherit;opacity:.3;z-index:1;transition:opacity .3s;position:absolute;inset:0}.card-container:hover .card-image:after{opacity:.15}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.card-container:hover .card-image img{transform:scale(1.05)}.card-body{padding:1.5rem}.card-title{color:var(--gray-900);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;display:flex}.card-title .card-title-icon{background-color:var(--brand-blue);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.card-title .card-title-icon svg{width:1.5rem;height:1.5rem;color:var(--white);stroke-width:2px}.card-title svg.icon-left,.card-title svg.icon-right{display:none}.title-text{color:var(--gray-900)}.divider{background-color:var(--gray-200);border:none;height:1px;margin:.75rem 0}.tags-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.tag-pill{background-color:var(--gray-50);color:var(--gray-600);border:1px solid var(--gray-200);border-radius:9999px;padding:.2rem .6rem;font-size:.7rem;font-weight:500}.card-description{color:var(--gray-500);font-size:.85rem;line-height:1.6}.tech-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.tech-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.tech-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-blue-light);transform:translateY(-3px)}.tech-card-header{border-bottom:1px solid var(--gray-100);flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;display:flex}.tech-card-icon{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.tech-card-icon svg{stroke-width:2px;width:1.5rem;height:1.5rem}.tech-card-icon.tc-blue{background-color:var(--brand-blue-light);color:var(--brand-blue)}.tech-card-icon.tc-teal{background-color:var(--brand-teal-light);color:var(--brand-teal)}.tech-card-icon.tc-purple{color:#7c3aed;background-color:#ede9fe}.tech-card-icon.tc-orange{color:#ea580c;background-color:#ffedd5}.tech-card-icon.tc-green{color:#16a34a;background-color:#dcfce7}.tech-card-icon.tc-pink{color:#db2777;background-color:#fce7f3}.tech-card-header h3{color:var(--gray-900);text-align:center;margin:0;font-size:1rem;font-weight:700}.tech-card-body{flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem 1.25rem;display:flex}.tech-pill{color:var(--gray-700);background-color:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:.4rem;padding:.4rem .85rem .4rem .5rem;font-size:.8rem;font-weight:500;transition:background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.tech-pill:hover{background-color:var(--gray-50);border-color:var(--gray-300);box-shadow:0 1px 3px #0000000f}.tech-pill img{object-fit:contain;flex-shrink:0;width:18px;height:18px}.tech-pill .tp-icon{color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.55rem;font-weight:700;line-height:1;display:flex}.tp-blue{background-color:var(--brand-blue)}.tp-teal{background-color:var(--brand-teal)}.tp-purple{background-color:#7c3aed}.tp-green{background-color:#16a34a}.tp-orange{background-color:#ea580c}.tp-pink{background-color:#db2777}@media (min-width:768px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.tech-grid{grid-template-columns:repeat(3,1fr)}}.section{padding:5rem 0}.section-white{background-color:var(--white)}.section-gray{background-color:var(--gray-100)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--gray-800);margin:0;font-size:2.25rem;font-weight:700}.section-header p{color:var(--gray-600);max-width:42rem;margin-top:.5rem;margin-left:auto;margin-right:auto}.grid{gap:2rem;display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.service-card{background-color:var(--gray-50);text-align:center;border-radius:.75rem;padding:2rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 4px 6px -1px #0000001a}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a}.service-icon{border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:flex}.service-icon svg{width:2rem;height:2rem}.icon-bg-blue{color:var(--blue-600);background-color:#dbeafe}.icon-bg-teal{color:var(--teal-500);background-color:#ccfbf1}.service-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.service-card p{color:var(--gray-600)}.process-step{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.process-icon{background-color:var(--white);border:4px solid var(--blue-600);width:5rem;height:5rem;color:var(--blue-600);z-index:10;border-radius:9999px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.process-icon.final-step{border-color:var(--teal-500);color:var(--teal-500)}.process-step h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.process-step p{color:var(--gray-600);font-size:.875rem}.process-line{display:none}.tech-card{background-color:var(--gray-50);border-radius:.5rem;padding:1.5rem}.tech-card h3{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.tech-card .heading-blue{color:var(--blue-600)}.tech-card .heading-teal{color:var(--teal-500)}.tech-card p{margin:0}.tech-card .tech-category{color:var(--gray-600);font-weight:600}.tech-card .tech-list{color:#6b7280;margin-bottom:.75rem}.cta-section{text-align:center;color:var(--white);padding:5rem 0}@media (min-width:768px){.hero-bg h1{font-size:3.75rem}.hero-bg p{font-size:1.25rem}.grid-md-cols-2{grid-template-columns:repeat(2,1fr)}.grid-md-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.grid-lg-cols-4{grid-template-columns:repeat(4,1fr)}.grid-lg-cols-6{grid-template-columns:repeat(6,1fr)}.process-line{z-index:0;background-color:#93c5fd;width:100%;height:2px;display:block;position:absolute;top:2.5rem;left:50%}.process-step:last-child .process-line{display:none}}@media (max-width:480px){.cards-wrapper{gap:1.5rem}.card-container{padding:1.5rem}.card-title{font-size:1.25rem}.card-description{font-size:1rem}.card-title svg{width:2.5rem;height:2.5rem}.card-title svg.icon-left{margin-right:0}.card-title svg.icon-right{display:none}.hero-bg{padding:4rem 1rem}.hero-bg h1{font-size:1.75rem}.tech-pill{padding:.3rem .6rem;font-size:.7rem}.tech-pill img{width:14px;height:14px}.tech-card-header h3{font-size:.9rem}}
