@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.hero-tech-buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2.5rem}.hero-tech-button{position:relative;padding:.75rem 1.5rem;font-weight:500;font-size:.95rem;border:none;border-radius:.5rem;cursor:pointer;background-color:#fff;color:#000;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease}.hero-tech-button.btn-default{color:#101828;background-color:#fff;border-radius:50px;font-size:18px;line-height:22px;font-family:Chivo,sans-serif;font-weight:700}.hero-tech-button.btn-default:hover{background-color:#0e38b1;color:#fff!important;transform:translateY(-2px);transition:.2s}.hero-tech-button:active:after{opacity:1;transform:translateY(0);animation:bounceDown .8s ease-in-out}@keyframes bounceDown{0%{opacity:1;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}.technologies-showcase{scroll-margin-top:100px}.footer{background:linear-gradient(135deg,#f5f9ff,#eff6ff);padding:60px 0 0;position:relative}.card-modern{background:#fff;border:none;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;border-radius:16px;padding:40px 30px;height:100%;display:flex;flex-direction:column}.card-modern:hover{box-shadow:0 12px 40px rgba(0,0,0,.15);transform:translateY(-5px)}.card-modern .card-icon-wrapper{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#0e38b1,#1a4bc9);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.card-modern .card-title{margin-bottom:16px;font-size:22px;font-weight:700}.card-modern .card-description{margin-bottom:24px;line-height:1.7;font-size:15px;flex-grow:1}.card-modern .card-features{margin-top:auto;padding-top:20px;border-top:1px solid #e5e7eb}.card-modern .features-list{list-style:none;padding:0;margin:0}.card-modern .feature-item{display:flex;align-items:center;margin-bottom:12px;font-size:14px;color:#4b5563}.card-modern .feature-item:last-child{margin-bottom:0}.card-modern .feature-icon{margin-right:10px;flex-shrink:0}.card-modern .feature-text{font-weight:500}.section-subtitle-max{max-width:800px}.card-grid-style-3{background:#fff;border-radius:12px;padding:24px 20px;height:100%;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column}.card-grid-style-3:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px);border-color:#0e38b1}.card-grid-style-3 .text-heading-6{margin-bottom:12px;font-weight:700;color:#111827;font-size:18px}.card-grid-style-3 .text-body-excerpt{line-height:1.6;flex-grow:1;color:#6b7280;font-size:14px;margin-bottom:16px}.card-grid-style-3 .btn-view-more{display:inline-flex;align-items:center;font-weight:600;font-size:14px;color:#0e38b1;text-decoration:none;transition:all .3s ease;padding:0;border:none;background:transparent;cursor:pointer}.card-grid-style-3 .btn-view-more:hover{color:#1a4bc9}.card-grid-style-3 .btn-view-more .arrow-icon{margin-left:6px;transition:margin-left .3s ease;display:inline-block}.card-grid-style-3 .btn-view-more:hover .arrow-icon{margin-left:10px}.btn-border-brand-2{border:2px solid #0e38b1;color:#0e38b1;background:transparent;padding:12px 32px;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-border-brand-2:hover{background:#0e38b1;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(14,56,177,.3)}.btn-border-brand-2.icon-arrow-down:after{content:"↓";font-size:16px;transition:transform .3s ease}.btn-border-brand-2:hover.icon-arrow-down:after{transform:translateY(3px)}.card-service-compact{background:#fff;border-radius:12px;padding:24px 20px;height:100%;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column}.card-service-compact:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px);border-color:#0e38b1}.card-service-compact .text-heading-6{font-weight:700;color:#111827;font-size:18px}.card-service-compact .text-body-excerpt{line-height:1.6;color:#6b7280;font-size:14px;flex-grow:1}.card-service-compact .learn-more-link{display:inline-flex;align-items:center;font-weight:600;font-size:14px;color:#0e38b1;margin-top:auto;transition:all .3s ease}.card-service-compact:hover .learn-more-link{color:#1a4bc9}.card-service-compact .learn-more-link .arrow-icon{margin-left:6px;transition:margin-left .3s ease;display:inline-block}.card-service-compact:hover .learn-more-link .arrow-icon{margin-left:10px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px rgba(0,0,0,.3)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;font-size:28px;line-height:1;color:#6b7280;cursor:pointer;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:10}.modal-close:hover{background:#e5e7eb;color:#111827}.modal-header{padding:50px 40px 24px;border-bottom:1px solid #e5e7eb}.modal-title{font-size:24px;font-weight:700;color:#111827;margin-bottom:12px;line-height:1.3;padding-right:40px}.modal-description{font-size:15px;line-height:1.6;color:#6b7280;margin-bottom:0}.modal-body{padding:30px 40px}.modal-body h3{font-size:18px;font-weight:700;color:#111827;margin-bottom:16px}.modal-body p{font-size:15px;line-height:1.8;color:#4b5563;margin:0}.modal-footer{padding:20px 40px 40px;display:flex;gap:12px;justify-content:flex-end}.btn-border{border:2px solid #e5e7eb;background:transparent;color:#6b7280;padding:12px 24px;border-radius:8px;font-weight:600;transition:all .3s ease;cursor:pointer}.btn-border:hover{border-color:#0e38b1;color:#0e38b1;background:#f5f9ff}@media (max-width:768px){.modal-content{max-width:100%;margin:20px}.modal-body,.modal-header{padding:24px}.modal-footer{padding:16px 24px 24px;flex-direction:column}.modal-footer .btn,.modal-footer .btn-border{width:100%}}