.search-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172abf;justify-content:center;align-items:flex-start;padding:120px 16px 40px;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-modal-container{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:580px;max-height:calc(100vh - 160px);animation:.3s slideDown;display:flex;box-shadow:0 25px 50px -12px #00000040}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-modal-header{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:20px 24px;display:flex}.search-modal-icon{color:#94a3b8;flex-shrink:0}.search-modal-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:16px}.search-modal-input::placeholder{color:#94a3b8}.search-modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:28px;line-height:1;transition:color .2s;display:flex}.search-modal-close:hover{color:#0f172a;background:#f1f5f9}.search-result-count{color:#64748b;background:#fafafa;border-bottom:1px solid #f1f5f9;padding:12px 24px;font-size:12px;font-weight:500}.search-modal-results{max-height:500px;overflow-y:auto}.search-result-item{cursor:pointer;min-height:64px;color:inherit;border-bottom:1px solid #f1f5f9;border-left:3px solid #0000;padding:18px 24px;text-decoration:none;transition:all .15s;display:block}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f1f5f9;border-left-color:#008bac}.search-result-item.selected{background:#e0f2f7;border-left-color:#008bac}.result-title{color:#1e293b;letter-spacing:-.01em;margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.4}.result-path{color:#cbd5e1;letter-spacing:-.005em;margin:0;font-size:12px;font-weight:400;line-height:1.4}.search-keyboard-hint{text-align:center;color:#cbd5e1;letter-spacing:.02em;background:#fafafa;border-top:1px solid #f1f5f9;padding:12px 24px;font-size:11px;font-weight:500}.search-no-results{text-align:center;color:#64748b;padding:48px 24px}.search-no-results p{margin:0 0 8px;font-size:14px}.search-no-results p:last-child{margin-bottom:0}.search-hint{color:#94a3b8;font-size:13px}@media (max-width:768px){.search-modal-backdrop{padding:80px 12px 20px}.search-modal-container{max-width:95vw}.search-modal-header{padding:16px}.search-result-count{padding:10px 16px;font-size:11px}.search-result-item{min-height:60px;padding:16px 20px}.result-title{font-size:15px}.result-path{font-size:11px}.search-keyboard-hint{padding:10px 16px;font-size:10px}}.search-modal-results{scroll-behavior:smooth}.search-modal-results::-webkit-scrollbar{width:8px}.search-modal-results::-webkit-scrollbar-track{background:#f1f5f9}.search-modal-results::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.search-modal-results::-webkit-scrollbar-thumb:hover{background:#94a3b8}
@media (max-width:768px){.hero-mobile-section{padding:40px 20px!important}.hero-mobile-grid{flex-direction:column!important;gap:40px!important;display:flex!important}.hero-mobile-left{padding-right:0!important}.hero-mobile-headline{margin-bottom:24px!important;font-size:clamp(2rem,8vw,2.5rem)!important}.hero-mobile-subline{margin-bottom:24px!important;font-size:1.125rem!important}.hero-mobile-ctas{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.hero-mobile-cta-btn,.hero-mobile-cta-link{justify-content:center!important;width:100%!important}.hero-mobile-search{max-width:100%!important}.hero-mobile-right{flex-direction:column!important;align-items:center!important;height:auto!important;margin:0 -20px!important;padding:20px!important;display:flex!important}.hero-mobile-image-wrapper{width:280px!important;height:280px!important}.hero-mobile-floating-card{display:none!important}.hero-mobile-team-card{width:fit-content!important;min-width:auto!important;margin:20px auto 0!important;position:static!important}.hero-mobile-blur{display:none!important}}@media (max-width:480px){.hero-mobile-headline{font-size:1.75rem!important}.hero-mobile-search kbd{display:none!important}}
.service-card-link{color:inherit;height:100%;text-decoration:none;display:block}.service-card-link:hover{text-decoration:none}.service-card-simple{background:#fff;border:2px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:16px;height:100%;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.service-card-simple:hover{border-color:#008bac;transform:translateY(-2px);box-shadow:0 8px 24px #008bac1f}.service-card-simple.featured{background:linear-gradient(135deg,#fff 0%,#008bac05 100%);border-color:#008bac}.service-card-simple.featured:hover{box-shadow:0 12px 32px #008bac2e}.service-card-simple-header{align-items:center;gap:12px;display:flex;position:relative}.service-card-simple-icon{color:#fff;background:linear-gradient(135deg,#008bac 0%,#003e52 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-weight:700;display:flex;box-shadow:0 4px 12px #008bac40}.service-card-simple-badges{flex-direction:column;flex:1;gap:6px;display:flex}.service-card-simple-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;align-items:center;width:fit-content;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.service-card-simple-badge.category{color:#008bac;background:#008bac1a;border:1px solid #008bac33}.service-card-simple-badge.featured-badge{color:#e33f37;background:#e33f371a;border:1px solid #e33f3733}.service-card-simple-checkmark{color:#10b981;background:#fff;border-radius:50%;width:24px;height:24px;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 8px #0000001a}.service-card-simple-title{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:20px;font-weight:700;line-height:1.3;transition:color .3s;display:-webkit-box;overflow:hidden}.service-card-simple:hover .service-card-simple-title{color:#008bac}.service-card-simple-description{color:#6b7280;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.service-card-simple-tags{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.service-card-simple-tag{color:#374151;text-transform:uppercase;letter-spacing:.03em;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;align-items:center;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.service-card-simple-tag.highlight{color:#008bac;background:#008bac1a}.service-card-simple-tag.blue{color:#008bac;background:#008bac1a;border:1px solid #008bac33}.service-card-simple-cta{color:#fff;cursor:pointer;background:#008bac;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.service-card-simple-cta:hover{background:#003e52;transform:translateY(-1px);box-shadow:0 4px 12px #008bac4d}.service-card-simple-cta-icon{width:16px;height:16px;transition:transform .3s}.service-card-simple-cta:hover .service-card-simple-cta-icon{transform:translate(4px)}@media (max-width:768px){.service-card-simple{padding:20px}.service-card-simple-icon{width:48px;height:48px;font-size:16px}.service-card-simple-title{font-size:18px}.service-card-simple-description{font-size:13px}}@media (max-width:480px){.service-card-simple{padding:16px}.service-card-simple-header{gap:10px}}
