/* SAFE WRAPPER */
.hw-tcs-wrapper, .hw-list-wrapper, .hw-slider-wrapper { font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; box-sizing: border-box; }
.hw-tcs-wrapper *, .hw-list-wrapper *, .hw-slider-wrapper * { box-sizing: border-box; }
.hw-list-wrapper { width: 100%; margin: 0 !important; padding: 0 !important; }
.hw-slider-wrapper { width: 100%; position: relative; margin: 0 auto; padding: 0 !important; }
.hw-tcs-wrapper { position: relative; background: #ffffff; text-align: left; }

/* SHARED CARD STYLING */
.hw-list-card { position: relative; background: #000; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; text-decoration: none !important; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); aspect-ratio: 4 / 5; height: 100%; }
.hw-list-img { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 1; }
.hw-list-card-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.85) 100%); z-index: 2; transition: opacity 0.4s ease; }
.hw-list-card:hover .hw-list-img { transform: scale(1.05); }
.hw-list-card:hover .hw-list-card-overlay { opacity: 0.9; }
.hw-list-content { position: relative; z-index: 3; padding: 30px; display: flex; flex-direction: column; width: 100%; }
.hw-list-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; align-items: center; }
.hw-list-industry { font-family: inherit; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; font-weight: 600; display: inline-flex; align-items: center; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 6px 14px; border-radius: 30px; border: none; }
.hw-list-title { align-self: flex-start; margin: 0 0 16px 0 !important; color: #ffffff !important; text-shadow: 0 2px 4px rgba(0,0,0,0.3); text-decoration: none !important; }
.hw-list-title-text { text-decoration: none; background-image: linear-gradient(to right, #ffffff, #ffffff); background-position: left bottom; background-repeat: no-repeat; background-size: 0% 1.5px; transition: background-size 0.4s ease-out; display: inline; padding-bottom: 2px; }
.hw-list-card:hover .hw-list-title-text { background-size: 100% 1.5px; }
.hw-list-meta-bottom { margin-top: 10px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.15); display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; color: #e2e8f0; }
.hw-list-client-name { font-weight: 500; color: #f8fafc; }

/* SLIDER SPECIFIC */
.hw-slider-wrapper { --s-vis: var(--s-vis-desk, 3); --s-gap: var(--s-gap-desk, 30px); --s-arr: var(--s-arr-desk, 28px); }
.hw-slider-track { display: flex; gap: var(--s-gap); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; scroll-behavior: smooth; padding-bottom: 20px; padding-top: 10px; cursor: grab;}
.hw-slider-track.dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; }
.hw-slider-track::-webkit-scrollbar { display: none; }
.hw-slider-item { flex: 0 0 calc((100% / var(--s-vis)) - calc(var(--s-gap) * (var(--s-vis) - 1) / var(--s-vis))); scroll-snap-align: start; min-width: 0; user-select: none; }
.hw-slider-nav-container { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding: 0 10px; }
.hw-slider-buttons { display: flex; gap: 24px; align-items: center; }
.hw-slider-numbers { display: flex; align-items: center; color: #cbd5e1; font-size: 2rem; font-weight: 500; font-family: monospace; margin-right: 0; }
.hw-slider-current { color: #0078BF; font-weight: 700; margin-right: 2px; }
.hw-slider-total { margin-left: 2px; }
.hw-slider-nav-btn { background: transparent !important; border: none !important; padding: 0 !important; box-shadow: none !important; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #000000 !important; outline: none; transition: color 0.2s; width: auto !important; height: auto !important; min-width: 0 !important; min-height: 0 !important; border-radius: 0 !important; margin: 0 !important; }
.hw-slider-nav-btn svg { width: var(--s-arr) !important; height: var(--s-arr) !important; transition: all 0.2s ease;}
.hw-slider-nav-btn:hover { color: #333333 !important; background: transparent !important; }
.hw-slider-nav-btn.hw-disabled { color: #a0aab2 !important; cursor: default; background: transparent !important; }
@media (max-width: 992px) { .hw-slider-wrapper { --s-vis: var(--s-vis-tab, 2); --s-gap: var(--s-gap-tab, 30px); --s-arr: var(--s-arr-tab, 28px); } }
@media (max-width: 768px) { .hw-slider-wrapper { --s-vis: var(--s-vis-mob, 1); --s-gap: var(--s-gap-mob, 30px); --s-arr: var(--s-arr-mob, 28px); } .hw-list-content { padding: 20px; } }

/* LISTING PAGE SPECIFIC */
.hw-tcs-filter-container { margin-bottom: 90px; transition: margin 0.3s ease; } 
.hw-tcs-filter-bar { display: flex; gap: 16px; flex-wrap: wrap; align-items: stretch;}
.hw-tcs-input-group { position: relative; flex: 1.5; min-width: 250px; }
.hw-tcs-input-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #94a3b8; width: 18px; height: 18px; pointer-events: none; }
.hw-tcs-search { width: 100%; height: 100%; padding-left: 48px !important; text-indent: 0 !important; padding-top: 14px; padding-bottom: 14px; padding-right: 16px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.95rem; color: #1e293b; background: #ffffff; transition: all 0.2s ease; outline: none; box-sizing: border-box !important;}
.hw-tcs-search:focus { border-color: #0078BF; box-shadow: 0 0 0 1px #0078BF; }
.hw-tcs-select-group { position: relative; min-width: 180px; flex: 1; }
.hw-tcs-select { width: 100%; height: 100%; appearance: none; padding: 14px 40px 14px 16px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 0.95rem; color: #1e293b; background: #ffffff; transition: all 0.2s ease; outline: none; cursor: pointer; box-sizing: border-box !important;}
.hw-tcs-select:focus { border-color: #0078BF; box-shadow: 0 0 0 1px #0078BF; }
.hw-tcs-select-arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #64748b; width: 16px; height: 16px; }
.hw-tcs-active-filters-wrap { display: none; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 16px; } 
.hw-tcs-chips-container { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hw-tcs-chip { display: inline-flex; align-items: center; gap: 8px; background: #f1f5f9; border: 1px solid #e2e8f0; padding: 6px 14px; border-radius: 20px; font-size: 0.85rem; font-weight: 500; color: #334155; animation: hw-fade-in 0.2s ease; }
.hw-tcs-chip-close { cursor: pointer; color: #94a3b8; display: flex; align-items: center; justify-content: center; transition: color 0.2s; }
.hw-tcs-chip-close:hover { color: #ef4444; }
.hw-tcs-chip-label { color: #0078BF; font-weight: 600; margin-right: 4px; }
.hw-tcs-clear-btn { background: transparent; border: none; color: #64748b; font-size: 0.85rem; font-weight: 600; cursor: pointer; text-decoration: underline; padding: 6px 10px; display: none; transition: color 0.2s; }
.hw-tcs-clear-btn:hover { color: #0f172a; }
@keyframes hw-fade-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.hw-tcs-spinner-wrap { display: none; justify-content: center; align-items: center; padding: 80px 0; grid-column: 1 / -1; width: 100%;}
.hw-tcs-spinner { width: 40px; height: 40px; border: 3px solid #e2e8f0; border-top: 3px solid #0078BF; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.hw-list-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 50px; margin-bottom: 40px; position: relative; min-height: 200px; transition: opacity 0.3s ease;}
.hw-list-grid.hw-loading { opacity: 0.5; pointer-events: none; }
.hw-tcs-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 90px; flex-wrap: wrap; }
.hw-tcs-page-btn { background: #ffffff; border: 1px solid #e2e8f0; color: #475569; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 4px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; outline: none; }
.hw-tcs-page-btn:hover:not(:disabled) { border-color: #cbd5e1; color: #0f172a; background: #f8fafc; }
.hw-tcs-page-btn.hw-active { background: #0078BF; color: #ffffff; border-color: #0078BF; pointer-events: none;}
.hw-tcs-page-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.hw-no-results { grid-column: 1 / -1; text-align: center; padding: 60px 20px; color: #64748b; background: #f8fafc; border-radius: 12px; border: 1px dashed #cbd5e1; }
@media (max-width: 992px) { .hw-tcs-filter-container { margin-bottom: 60px; } .hw-tcs-pagination { margin-top: 50px;} }
@media (max-width: 768px) { .hw-tcs-filter-container { margin-bottom: 40px; } .hw-tcs-select-group { flex: 1; min-width: 100%; } .hw-tcs-pagination { margin-top: 50px;} }

/* SINGLE PAGE SPECIFIC */
.hw-tcs-p { max-width: 960px !important; font-size: 1.125rem !important; margin: 0 0 1.5rem 0 !important; color: #4a4a4a !important; font-weight: 400 !important; line-height: 1.8 !important;}
.hw-tcs-statement { max-width: 960px !important; font-size: clamp(1.8rem, 3vw, 2.8rem) !important; font-weight: 300 !important; line-height: 1.2 !important; color: #000 !important; margin: 0 0 2rem 0 !important; letter-spacing: -0.5px !important; }
.hw-tcs-normal-text .hw-tcs-statement { font-size: 1.125rem !important; font-weight: 400 !important; line-height: 1.8 !important; color: #475569 !important; letter-spacing: normal !important; margin: 0 0 1.5rem 0 !important;}
.hw-tcs-hero { position: relative; background-color: #000; padding: 120px 30px; display: flex; align-items: center; min-height: 60vh; }
.hw-tcs-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hw-tcs-hero::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 100%); z-index: 2; }
.hw-tcs-hero-content { position: relative; z-index: 3; max-width: 1280px; margin: 0 auto; width: 100%; }
.hw-tcs-title { background: transparent !important; font-size: clamp(2.5rem, 5vw, 4.5rem) !important; font-weight: 300 !important; line-height: 1.1 !important; max-width: 900px !important; color: #ffffff !important; letter-spacing: -1px !important; margin: 0 !important; border: none !important;}
.hw-tcs-eyebrow { background: transparent !important; font-size: 0.85rem !important; text-transform: uppercase !important; letter-spacing: 2px !important; font-weight: 700 !important; margin: 0 0 20px 0 !important; color: #ffffff !important; opacity: 0.9; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 10px; display: inline-block; }
.hw-tcs-nav { position: sticky !important; top: var(--hw-nav-offset, 72px) !important; background: #fff; z-index: 9999; border-bottom: 1px solid #e0e0e0; box-shadow: 0 4px 12px rgba(0,0,0,0.03); padding: 0 30px;}
.hw-tcs-nav-inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-left: 0 !important; padding-right: 0 !important; }
.hw-tcs-nav-links { display: flex; gap: 40px; overflow-x: auto; scrollbar-width: none; position: relative; scroll-behavior: smooth;}
.hw-tcs-nav-links::-webkit-scrollbar { display: none; }
.hw-tcs-nav-link { padding: 20px 0 !important; font-size: 0.85rem !important; text-transform: uppercase !important; font-weight: 700 !important; color: #757575 !important; text-decoration: none !important; letter-spacing: 1px !important; white-space: nowrap !important; border-bottom: 3px solid transparent !important; margin-bottom: -1px !important; transition: all 0.2s ease !important; cursor: pointer; display: block; box-shadow: none !important; }
.hw-tcs-nav-link:hover { color: #000 !important; }
.hw-tcs-nav-link.hw-tcs-active { color: #0078BF !important; border-bottom-color: #0078BF !important; }
.hw-tcs-back-top { display: flex; align-items: center; gap: 8px; font-size: 0.8rem !important; text-transform: uppercase !important; font-weight: 700 !important; color: #757575 !important; text-decoration: none !important; letter-spacing: 1px !important; cursor: pointer; transition: color 0.2s ease !important; white-space: nowrap; }
.hw-tcs-back-top:hover { color: #000 !important; }
.hw-tcs-back-top-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border: 1.5px solid #757575; border-radius: 50%; font-size: 14px; font-weight: bold; transition: border-color 0.2s ease; }
.hw-tcs-back-top:hover .hw-tcs-back-top-icon { border-color: #000; }
.hw-tcs-container { max-width: 1280px; margin: 0 auto; padding: 40px 30px; }
.hw-tcs-section { margin-bottom: 80px; padding-top: 0; scroll-margin-top: calc(var(--hw-nav-offset, 72px) + 100px); }
.hw-tcs-section > *:last-child, .hw-tcs-overview-text > *:last-child { margin-bottom: 0 !important; }
.hw-tcs-section h2 { margin: 0 0 30px 0 !important; padding: 0 !important; display: block !important; }
.hw-tcs-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.hw-tcs-overview-single .hw-tcs-overview-text { max-width: 960px; }
.hw-tcs-mockup-wrap { margin: 0; text-align: right; }
.hw-tcs-mockup-img { width: 100%; max-width: 600px; height: auto; }
.hw-tcs-list { list-style: none !important; padding: 0 !important; margin: 0 0 2rem 0 !important; max-width: 960px !important;}
.hw-tcs-li { position: relative !important; padding: 0 0 0 30px !important; margin: 0 0 15px 0 !important; font-size: 1.125rem !important; color: #4a4a4a !important; line-height: 1.6 !important; }
.hw-tcs-li::before { content: '❯' !important; position: absolute !important; left: 0 !important; top: 2px !important; color: #0078BF !important; font-size: 1.1rem !important; background: transparent !important; border-radius: 0 !important; width: auto !important; height: auto !important; font-weight: bold; }
.hw-tcs-meta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; padding: 40px; margin: 0 0 80px 0; background: #f4f5f7 !important; border: none !important; border-radius: 16px !important; }
.hw-tcs-meta-item { display: block; }
.hw-tcs-meta-label { display: block !important; font-size: 0.75rem !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; color: #64748b !important; margin: 0 0 8px 0 !important; font-weight: 600 !important; }
.hw-tcs-meta-value { display: block !important; font-size: 1.3rem !important; font-weight: 600 !important; color: #0f172a !important; line-height: 1.4 !important; }
.hw-tcs-tech-block { display: flex; flex-wrap: wrap; background: #f1f5f9; border-radius: 24px; padding: 60px; gap: 50px; align-items: center; margin-top: 20px;}
.hw-tcs-tech-content { flex: 1; min-width: 300px; }
.hw-tcs-tech-title { font-size: clamp(2rem, 3vw, 2.5rem) !important; font-weight: 300 !important; margin: 0 0 20px 0 !important; color: #0f172a !important; line-height: 1.2 !important; border: none !important;}
.hw-tcs-tech-desc { font-size: 1.125rem !important; color: #475569 !important; line-height: 1.7 !important; margin: 0 !important; }
.hw-tcs-tech-logos { flex: 1.5; display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; align-items: center; }
.hw-tcs-tech-diamond { width: 90px; height: 90px; background: #ffffff; box-shadow: 0 10px 25px rgba(0,0,0,0.06); border-radius: 20px; transform: rotate(45deg); display: flex; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); margin: 15px; border: 1px solid rgba(0,0,0,0.03); }
.hw-tcs-tech-diamond:hover { transform: rotate(45deg) translateY(-8px) translateX(-8px); box-shadow: 10px 20px 40px rgba(0,0,0,0.12); border-color: rgba(0,120,191,0.2); }
.hw-tcs-tech-diamond img { transform: rotate(-45deg); max-width: 50px; max-height: 50px; object-fit: contain; }
.hw-tcs-review-block { background: #0f172a !important; padding: 60px; border-radius: 16px; position: relative; margin-top: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.hw-tcs-review-quote-wrap { position: relative; z-index: 2; margin: 0 0 40px 0; }
.hw-tcs-review-quote-wrap::before { content: '“'; font-size: 8rem; position: absolute; top: -60px; left: -20px; color: rgba(255,255,255,0.06); z-index: -1; line-height: 1; font-family: serif; font-style: normal; }
.hw-tcs-review-quote-wrap p { font-size: clamp(1.2rem, 2vw, 1.6rem) !important; font-weight: 300 !important; font-style: italic !important; line-height: 1.6 !important; color: #ffffff !important; opacity: 1 !important; margin-bottom: 15px !important;}
.hw-tcs-review-quote-wrap p:last-child { margin-bottom: 0 !important; }
.hw-tcs-review-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 30px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px;}
.hw-tcs-review-profile { display: flex; align-items: center; gap: 20px; }
.hw-tcs-review-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid #334155; }
.hw-tcs-review-meta { display: flex; flex-direction: column; }
.hw-tcs-review-author { font-size: 1.1rem !important; font-weight: 600 !important; color: #ffffff !important; margin: 0 0 2px 0 !important; opacity: 1 !important; }
.hw-tcs-review-role { font-size: 0.85rem !important; color: #cbd5e1 !important; text-transform: uppercase !important; letter-spacing: 1px !important; opacity: 1 !important; margin: 0 !important; }
.hw-tcs-verify-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 24px; background: transparent; color: #ffffff !important; border-radius: 30px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; }
.hw-tcs-verify-btn:hover { background: #ffffff; color: #000000 !important; border-color: #ffffff; }
.hw-tcs-verify-btn:hover svg.hw-tcs-ext-icon { stroke: #000; }
.hw-tcs-verify-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; }
.hw-tcs-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 60px 30px; max-width: 1280px; margin: 0 auto; border-top: 1px solid #e0e0e0; }
.hw-tcs-nav-prev, .hw-tcs-nav-next { text-decoration: none !important; color: #000 !important; padding: 30px; background: #f9f9f9; border-radius: 8px; transition: background 0.2s, transform 0.2s; display: block;}
.hw-tcs-nav-prev:hover, .hw-tcs-nav-next:hover { background: #f0f0f0; transform: translateY(-3px); }
.hw-tcs-nav-next { text-align: right; }
.hw-tcs-nav-label { display: block !important; font-size: 0.75rem !important; text-transform: uppercase !important; color: #757575 !important; letter-spacing: 1px !important; margin: 0 0 8px 0 !important; font-weight: 700 !important;}
.hw-tcs-nav-title { font-size: 1.2rem !important; font-weight: 600 !important; color: #000 !important; line-height: 1.3 !important; display: block !important; margin: 0 !important;}

@media (min-width: 993px) { .hw-tcs-tech-content { border-right: 1px solid #cbd5e1; padding-right: 50px; } }
@media (min-width: 1281px) { .hw-tcs-hero, .hw-tcs-container, .hw-tcs-post-nav { padding-left: 0; padding-right: 0; } }
@media (max-width: 992px) { 
    .hw-tcs-overview-grid { grid-template-columns: 1fr; gap: 40px; } .hw-tcs-mockup-wrap { text-align: center; margin-top: 20px; } 
    .hw-tcs-tech-block { flex-direction: column; text-align: center; padding: 40px 30px; } .hw-tcs-tech-content { max-width: 100%; border-right: none; padding-right: 0; border-bottom: 1px solid #cbd5e1; padding-bottom: 30px; } 
}
@media (max-width: 768px) { 
    .hw-tcs-container { padding: 20px 20px 0 20px; } .hw-tcs-section { margin-bottom: 40px; } .hw-tcs-hero { padding: 100px 20px; } .hw-tcs-nav-links { gap: 20px; } .hw-tcs-back-top { display: none; } .hw-tcs-meta-grid { padding: 30px 20px; gap: 20px; margin: 0 0 40px 0;} .hw-tcs-review-block { padding: 40px 30px; } .hw-tcs-post-nav { grid-template-columns: 1fr; gap: 15px; padding: 40px 20px;} .hw-tcs-nav-next { text-align: left; } .hw-tcs-tech-diamond { width: 75px; height: 75px; margin: 10px; } .hw-tcs-tech-diamond img { max-width: 40px; max-height: 40px; } 
}